lisp/*.el: Add missing declarations.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * descr-text.el (quail-find-key):
4 * dired.el (desktop-file-name):
5 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6 * generic-x.el (comint-mode, comint-exec):
7 * image-dired.el (widget-forward):
8 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
9 (speedbar-change-expand-button-char)
10 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
11 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
12 * printing.el (easy-menu-add-item, easy-menu-remove-item)
13 (widget-field-action, widget-value-set):
14 * speedbar.el (imenu--make-index-alist):
15 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
16 (ring-length, ring-insert):
17 * vcursor.el (compare-windows-skip-whitespace):
18 * woman.el (dired-get-filename):
19 Declare functions.
20
21 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
22
23 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
24
25 * calc/calc.el (calc-gregorian-switch): New variable.
26
27 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
28 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
29 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
30 (math-leap-year-p): Add option to distinguish between Julian
31 and Gregorian calendars.
32 (math-day-number): Use `math-day-in-year' to do the computations.
33 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
34 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
35 to do the computations.
36 (math-date-to-dt): Use `math-date-to-julian-dt' and
37 `math-date-to-gregorian-dt' to do the computations.
38 (calcFunc-weekday, math-format-date-part): Use the new version of
39 the DATE to determine the weekday.
40 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
41 when necessary.
42
43 2012-11-17 Eli Zaretskii <eliz@gnu.org>
44
45 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
46 Cygwin; otherwise use 'file:'. (Bug#12914)
47 (cygwin-convert-path-from-windows): Declare, to avoid
48 byte-compiler warnings.
49
50 2012-11-17 Andreas Politz <politza@fh-trier.de>
51
52 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
53 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
54 prefix and negative numeric prefix args (Bug#12795).
55
56 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
57
58 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
59 Don't signal an error with a score that is too low to add to the
60 list of top scores. (Bug#12779)
61
62 2012-11-17 Chong Yidong <cyd@gnu.org>
63
64 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
65
66 * filecache.el (file-cache-add-file): Handle relative file name in
67 the argument (Bug#12694).
68
69 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
70
71 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
72
73 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
76
77 * emacs-lisp/cl-lib.el: Set more meaningful version number.
78
79 2012-11-16 Martin Rudalics <rudalics@gmx.at>
80
81 * window.el (enlarge-window, shrink-window): Don't mention return
82 value in doc-string (Bug#12896).
83 (window--display-buffer): Don't resize frames - it won't work
84 with all window managers and defeat pop-up-frame-alist.
85 (display-buffer-alist): In doc-string explain that CONDITION can
86 be a function and which arguments are passed to it (Bug#12854).
87 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
88 expressions (Bug#12854).
89 (display-buffer): Pass ACTION argument to
90 display-buffer-assq-regexp.
91
92 2012-11-16 Glenn Morris <rgm@gnu.org>
93
94 * window.el (fit-frame-to-buffer-bottom-margin)
95 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
96
97 * faces.el (face-underline-p): Use face-attribute-specified-or.
98
99 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
100
101 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
102
103 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
106
107 2012-11-16 Glenn Morris <rgm@gnu.org>
108
109 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
110 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
111
112 * faces.el (face-underline-p): Doc fix. Handle :underline being
113 things other than `t' (a string, a list).
114 (face-inverse-video-p): Doc fix.
115 (set-face-underline): Rename it back from set-face-underline-p.
116 Doc fix. Allow interactive input of values other than t.
117 (read-face-attribute): Apply formatting to :underline,
118 since like :box and :stipple it can take list values.
119
120 * term.el (ansi-term): Don't let C-x escape-char binding
121 clobber the more standard C-c binding. (Bug#12842)
122
123 * subr.el (set-temporary-overlay-map): Doc fix.
124
125 2012-11-16 Martin Rudalics <rudalics@gmx.at>
126
127 * window.el (record-window-buffer)
128 (display-buffer-record-window): When copying the markers to
129 window-point preserve window-point-insertion-type. (Bug#12588)
130
131 2012-11-16 Glenn Morris <rgm@gnu.org>
132
133 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
134 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
135 Use new names for hooks rather than obsolete aliases.
136
137 2012-11-15 Daniel Colascione <dancol@dancol.org>
138
139 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
140 prefix instead of "file:" so that when FILE-NAME begins with "//",
141 as it does when the target file is on a network share, url-handler
142 isn't confused.
143
144 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
147 a preactivated advice from an old advice.el; they're not compatible!
148
149 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
150
151 * emacs-lisp/nadvice.el (advice--make-interactive-form):
152 Fix string-spec case.
153
154 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
155
156 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
159 (advice--buffer-local-function-sample): New var.
160 (advice--set-buffer-local, advice--buffer-local): New functions.
161 (add-function, remove-function): Use them.
162
163 2012-11-15 Drew Adams <drew.adams@oracle.com>
164
165 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
166
167 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
170 potential binding of print-gensym to t, and prettify (back)quotes in
171 case they appear in args's default values (bug#12884).
172
173 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
176 (advice-eval-interactive-spec): New function.
177 (advice--make-interactive-form): Support around advice (bug#12844).
178
179 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
180
181 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
182 more strict. Add docstring.
183 (ruby-expression-expansion-re): Extract from
184 `ruby-match-expression-expansion'.
185 (ruby-syntax-propertize-function): After everything else, search
186 for expansions in string literals, mark their insides as
187 whitespace syntax and save match data for font-lock.
188 (ruby-font-lock-keywords): Use the 2nd group from expression
189 expansion matches.
190 (ruby-match-expression-expansion): Use the match data saved to the
191 text property in ruby-syntax-propertize-function.
192
193 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
196 (bug#12879).
197
198 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
199
200 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
201 start/end keyword a bit harder. Works with different values of N.
202 Add more comments.
203 (ruby-end-of-block): Update accordingly.
204
205 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * woman.el (woman-file-name): Don't mess with unread-command-events
208 (bug#12861).
209
210 * emacs-lisp/advice.el: Layer on top of nadvice.el.
211 Remove out of date self-require hack.
212 (ad-do-advised-functions): Use simple `dolist'.
213 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
214 (ad-advice-definition): Redefine as functions.
215 (ad-advice-classes): Move before first use.
216 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
217 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
218 (ad--defalias-fset): Remove functions.
219 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
220 (ad-get-orig-definition): Rewrite.
221 (ad-make-advised-definition-docstring): Change base docstring.
222 (ad-real-orig-definition): Rewrite.
223 (ad-map-arglists): Change name of called function.
224 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
225 (ad-make-advised-definition): Simplify.
226 (ad-assemble-advised-definition): Tweak for new calling context.
227 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
228 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
229 function and call ad-activate if needed.
230 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
231 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
232 (ad-compile-function): Compile ad-Advice-*.
233 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
234 (ad-start-advice, ad-stop-advice): Remove.
235
236 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
237
238 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
239 period before class method names, not after. Remove handling of
240 one impossible case. Add comments.
241
242 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * emacs-lisp/advice.el: Remove support for freezing.
245 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
246 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
247 Remove support for `freeze'.
248
249 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
250 override the default.
251 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
252 cl--dotimes/dolist.
253 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
254 `cl' is loaded.
255
256 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
257 from add-advice.
258 (advice--strip-macro): New function.
259 (advice--defalias-fset): Use them to handle macros.
260 (advice-add): Use them.
261 (advice-member-p): Correctly handle macros.
262
263 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
264
265 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
266 Never font-lock the beginning of singleton class as heredoc.
267
268 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
271
272 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
273
274 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
275 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
276 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
277
278 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
279
280 Fix end-of-defun misbehavior.
281 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
282 python-beginning-of-defun-function. Handle nested defuns
283 correctly.
284 (python-nav-end-of-defun): Rename from
285 python-end-of-defun-function. Ensure forward movement.
286 (python-info-current-defun): Reimplement to work as intended
287 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
288 parent defuns as soon as possible.
289
290 2012-11-13 Glenn Morris <rgm@gnu.org>
291
292 * progmodes/flymake.el (flymake-error-bitmap)
293 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
294 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
295
296 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
297
298 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
299 backward, always stop at indentation. Reverts the change from
300 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
301
302 2012-11-13 Glenn Morris <rgm@gnu.org>
303
304 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
305 Add ibuffer-filter-by-derived-mode.
306
307 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
308 the same name shadowing each other.
309
310 * window.el (with-temp-buffer-window): Doc tweak.
311
312 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
313
314 * help.el (temp-buffer-max-height):
315 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
316 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
317
318 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * emacs-lisp/nadvice.el: New package.
321 * subr.el (special-form-p): New function.
322 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
323 (elp-all-instrumented-list): Remove var.
324 (elp-not-profilable): Remove elp-wrapper.
325 (elp-profilable-p): Use autoloadp and special-form-p.
326 (elp--advice-name): New const.
327 (elp-instrument-function): Use advice-add.
328 (elp--instrumented-p): New predicate.
329 (elp-restore-function): Use advice-remove.
330 (elp-restore-all, elp-reset-all): Use mapatoms.
331 (elp-set-master): Use elp--instrumented-p.
332 (elp--make-wrapper): Rename from elp-wrapper, return a function
333 suitable for advice-add. Use cl-inf.
334 (elp-results): Use mapatoms+elp--instrumented-p.
335 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
336 (debug-function-list): Remove var.
337 (debug): Rename arg, and then let-bind it explicitly inside.
338 (debugger-setup-buffer): Rename arg.
339 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
340 (debugger-frame-number): Adjust to new debug-on-entry setup.
341 (debug--implement-debug-on-entry): Rename from
342 implement-debug-on-entry, add argument.
343 (debugger-special-form-p): Remove, use special-form-p instead.
344 (debug-on-entry): Use advice-add.
345 (debug--function-list): New function.
346 (cancel-debug-on-entry): Use it, along with advice-remove.
347 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
348 (debugger-list-functions): Use debug--function-list instead of
349 debug-function-list.
350 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
351 (ad-special-form-p): Remove, use special-form-p instead.
352 (ad-set-advice-info): Use add-function and remove-function.
353 (ad--defalias-fset): Adjust accordingly.
354
355 2012-11-10 Glenn Morris <rgm@gnu.org>
356
357 * mail/emacsbug.el (report-emacs-bug-tracker-url)
358 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
359 (report-emacs-bug-create-existing-bugs-buffer)
360 (report-emacs-bug-parse-query-results)
361 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
362
363 * term.el (term-default-fg-color, term-default-bg-color):
364 Make obsolete, rather than just saying "deprecated" in the doc.
365
366 * term.el (term): Rename from `term-face'.
367 (term-current-face, ansi-term-color-vector)
368 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
369 Update all users.
370
371 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
372
373 * server.el (server-create-window-system-frame): Handle Nextstep
374 specially (Bug#12780).
375
376 2012-11-10 Glenn Morris <rgm@gnu.org>
377
378 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
379 Unautoload, and make obsolete. (Bug#7449)
380
381 2012-11-10 Chong Yidong <cyd@gnu.org>
382
383 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
384 rename from diff-remove-trailing-whitespace (Bug#12831).
385
386 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
389 miscompilation of trace.el.
390
391 2012-11-10 Glenn Morris <rgm@gnu.org>
392
393 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
394
395 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
398 (bug#12812).
399
400 2012-11-10 Chong Yidong <cyd@gnu.org>
401
402 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
403 a defcustom with an appropriate :set function.
404 (minibuffer-default--in-prompt-regexps): New function.
405
406 2012-11-10 Glenn Morris <rgm@gnu.org>
407
408 * emacs-lisp/cl.el (define-setf-expander, defsetf)
409 (define-modify-macro): Doc fixes.
410
411 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
412 (gv-define-simple-setter): Update doc of `fix-return'.
413
414 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
417 twice when `fix-return' is set (bug#12813).
418
419 * emacs-lisp/cl.el (defsetf): Pass the third arg to
420 gv-define-simple-setter (bug#12812).
421
422 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
423 (bug#12756).
424
425 2012-11-10 Glenn Morris <rgm@gnu.org>
426
427 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
428
429 * emacs-lisp/cl-extra.el (cl-prettyexpand):
430 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
431 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
432 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
433
434 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
435
436 2012-11-10 Leo Liu <sdl.web@gmail.com>
437
438 * ido.el (ido-set-matches-1): Improve flex matching performance by
439 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
440
441 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
444 (ad--defalias-fset): New function.
445 (ad-safe-fset): Remove.
446 (ad-make-freeze-definition): Use cl-letf*.
447
448 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * subr.el (dolist): Don't bind VAR in RESULT.
451
452 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
453 (fset, documentation): Don't save real def since we don't advise.
454 (ad-do-advised-functions): Remove problematic `result-form'.
455 (ad-safe-fset): `ad-real-fset' => `fset'.
456 (ad-read-advised-function): Don't assume that ad-do-advised-functions
457 uses CL's dolist internally.
458 (ad-arglist): Remove unused arg `name'.
459 (ad-docstring, ad-make-advised-docstring):
460 `ad-real-documentation' => `documentation'.
461 (warning-suppress-types): Declare.
462 (ad-set-arguments): Simple CSE.
463 (ad-recover-normality): Sanity check.
464
465 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
466 (funcall '(lambda ..) ..) into ((lambda ..) ..).
467
468 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
469
470 * ses.el: symbol to coordinate mapping is made by symbol property
471 `ses-cell'. This means that the same mapping is done for all SES
472 sheets. That is good enough for cells with standard A1 names, but
473 not for named cell. So a hash map is added for the latter.
474 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
475 (ses-sym-rowcol): Use hashmap for named cell.
476 (ses-is-cell-sym-p): New defun.
477 (ses-decode-cell-symbol): New defun.
478 (ses-create-cell-variable): Add cell to hashmap when name is not
479 A1-like.
480 (ses-rename-cell): Check that cell new name is not already in
481 spreadsheet with the use of ses-is-cell-sym-p
482 (ses-rename-cell): Use hash map for named cells, but accept also
483 renaming back to A1-like.
484
485 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * emacs-lisp/advice.el: Use new dynamic docstrings.
488 (ad-make-advised-definition-docstring, ad-advised-definition-p):
489 Use dynamic-docstring-function instead of ad-advice-info.
490 (ad--make-advised-docstring): New function extracted from
491 ad-make-advised-docstring.
492 (ad-make-advised-docstring): Use it.
493 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
494 from sql-help.
495 (sql-help): Use it with dynamic-docstring-function.
496
497 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
498
499 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * files.el (hack-one-local-variable--obsolete): New function.
502 (hack-one-local-variable): Use it for obsolete settings.
503
504 * subr.el (locate-user-emacs-file): If both old and new name exist, use
505 the new name.
506
507 * progmodes/js.el (js--filling-paragraph): New var.
508 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
509 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
510 less sneaky.
511
512 2012-11-08 Julien Danjou <julien@danjou.info>
513
514 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
515 `auto-mode-alist' (Bug#12835).
516
517 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
520 (perl--prettify-symbols-alist): New const.
521 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
522 New functions.
523 (perl-font-lock-keywords-2): Use them.
524 (perl-electric-noindent-p): New function.
525 (perl-mode): Use it to set up electric-indent-mode.
526 (perl-electric-terminator, perl-indent-command): Mark obsolete.
527 (perl-mode-map): Remove bindings for them.
528 (perl-imenu-generic-expression, perl-outline-level):
529 Match functions&packages in column>0.
530
531 * env.el (env--substitute-vars-regexp): New const.
532 (substitute-env-vars): Use it. Add `only-defined' arg.
533 * net/tramp.el (tramp-replace-environment-variables): Use it.
534
535 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
536 Byte-compile *before* eval in eval-and-compile.
537 (byte-compile-log-warning): Remove redundant inhibit-read-only.
538 (byte-compile-file-form-autoload): Don't hide actual definition.
539 (byte-compile-maybe-guarded): Accept `functionp' as well.
540
541 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
542
543 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
544
545 * notifications.el (notifications-get-server-information-method):
546 New defconst.
547 (notifications-get-capabilities): Fix docstring.
548 (notifications-get-server-information): New defun.
549
550 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
551
552 * textmodes/ispell.el (ispell-region): Standard re-indent for better
553 readability.
554
555 * textmodes/ispell.el: Experimental support for support debugging.
556 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
557 buffer for ispell.
558 (ispell-print-if-debug): New function to print stuff to
559 `ispell-debug-buffer' if debugging is enabled.
560 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
561 show some debugging info.
562 (ispell-buffer-with-debug): New function that creates a debugging
563 buffer and calls `ispell-buffer' with debugging enabled.
564
565 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
566 comment in autoconf mode. (Bug#12768)
567
568 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
569
570 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
571 frame-first-window, frame-root-window, frame-selected-window,
572 minibuffer-selected-window, minibuffer-window,
573 window-absolute-pixel-edges, window-at, window-body-height,
574 window-body-width, window-display-table, window-combination-limit,
575 window-frame, window-fringes, window-inside-absolute-pixel-edges,
576 window-inside-edges, window-inside-pixel-edges, window-left-child,
577 window-left-column, window-margins, window-next-buffers,
578 window-next-sibling, window-new-normal, window-new-total,
579 window-normal-size, window-parameter, window-parameters, window-parent,
580 window-pixel-edges, window-point, window-prev-buffers,
581 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
582 window-start, window-text-height, window-top-child, window-top-line,
583 window-total-height, window-total-width and window-use-time to the list
584 of functions without side-effects.
585 (toplevel): Add window-valid-p to the list of error-free functions
586 without side-effects.
587
588 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
589
590 * textmodes/ispell.el (ispell-program-name):
591 Update spellchecker parameters when customized.
592
593 2012-11-04 Glenn Morris <rgm@gnu.org>
594
595 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
596
597 2012-11-04 Chong Yidong <cyd@gnu.org>
598
599 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
600 same-window-* variables.
601
602 2012-11-04 Juri Linkov <juri@jurta.org>
603
604 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
605 (isearch-describe-key, isearch-describe-mode): Use a display
606 action instead of binding same-window-* variables (Bug#10040).
607
608 2012-11-03 Glenn Morris <rgm@gnu.org>
609
610 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
611 Rename handler properties back from cl-- to cl-. (Bug#12788)
612
613 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
614
615 2012-11-03 Eli Zaretskii <eliz@gnu.org>
616
617 * term/pc-win.el: Don't load term/internal from here.
618
619 * loadup.el: Load term/internal from here.
620
621 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
622
623 * progmodes/python.el (inferior-python-mode): Fix hang in
624 jit-lock (Bug#12645).
625
626 2012-11-03 Martin Rudalics <rudalics@gmx.at>
627
628 * window.el (switch-to-visible-buffer)
629 (switch-to-buffer-preserve-window-point): Fix doc-strings.
630
631 2012-11-03 Glenn Morris <rgm@gnu.org>
632
633 * emacs-lisp/cl-lib.el (cl--random-time):
634 Rename from cl-random-time. (Bug#12773)
635 (cl--gensym-counter, cl--random-state): Update callers.
636 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
637
638 2012-11-03 Chong Yidong <cyd@gnu.org>
639
640 * cus-start.el: Make cursor-type customizable (Bug#11633).
641
642 2012-11-02 Glenn Morris <rgm@gnu.org>
643
644 * filecache.el: No need to load find-lisp when compiling.
645 (find-lisp-find-files): Autoload it.
646 (file-cache-add-directory-recursively): Don't require find-lisp.
647
648 * image.el (image-type-from-file-name): Trivial simplification.
649
650 * emacs-lisp/bytecomp.el (byte-compile-eval):
651 Decouple "noruntime" and "cl-functions" warnings.
652
653 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
654
655 * play/gomoku.el (gomoku-display-statistics): Update mode line
656 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
657
658 2012-10-31 Martin Rudalics <rudalics@gmx.at>
659
660 * window.el (quit-restore-window): If the window has been
661 created on an existing frame and ended up as the sole window on
662 that frame, do not delete it (Bug#12764).
663
664 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * progmodes/sh-script.el (sh--inside-noncommand-expression):
667 Rename from sh--inside-arithmetic-expression, handle more cases
668 (bug#11263).
669
670 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
671 (sh-font-lock-open-heredoc): Use it (bug#12770).
672
673 2012-10-30 Glenn Morris <rgm@gnu.org>
674
675 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
676
677 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
678
679 2012-10-29 Chong Yidong <cyd@gnu.org>
680
681 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
682 function key is stored in a keyboard macro (Bug#4894).
683
684 * thingatpt.el (number-at-point): Apply a thing-at-point property.
685
686 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
689 header comments".
690 (diff-unified->context, diff-context->unified)
691 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
692
693 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
694
695 * files.el (find-alternate-file): Only ask one question (bug#12487).
696
697 2012-10-29 Chong Yidong <cyd@gnu.org>
698
699 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
700 Suggested by Dan Nicolaescu (Bug#6326).
701
702 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
703
704 * startup.el (fancy-about-screen): Don't message (Bug#12680).
705
706 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
707
708 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
709
710 * face-remap.el (face-remap-add-relative): Handle the case where a
711 face-remapping-alist entry is a cons cell (Bug#12762).
712
713 2012-10-29 Kevin Ryde <user42@zip.com.au>
714
715 * woman.el (woman-parse-numeric-value): Handle picas correctly
716 (Bug#12639).
717
718 2012-10-29 Glenn Morris <rgm@gnu.org>
719
720 * emacs-lisp/cl.el (defsetf): Doc fix.
721
722 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
725 syntax to the matching opener, if any (bug#12547).
726 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
727 matching open as a "case-(".
728 (sh-smie-rc-grammar): Add a corresponding rule for it.
729
730 2012-10-28 Daniel Hackney <dan@haxney.org>
731
732 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
733 "PKGNAME-autoloads.el" in case we created it.
734
735 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
738 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
739 (completion--twq-all): Disable too-strict assertions.
740
741 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
742
743 2012-10-27 Eli Zaretskii <eliz@gnu.org>
744
745 * profiler.el (profiler-report-make-entry-part): Fix help-echo
746 text to match the real keybindings.
747
748 2012-10-27 Juri Linkov <juri@jurta.org>
749
750 * wdired.el (wdired-keep-marker-rename): New defcustom.
751 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
752 (Bug#11795)
753
754 * dired.el (dired-keep-marker-rename): Add reference to
755 `wdired-keep-marker-rename' in the docstring.
756 Add default character value ?R to display initially in
757 Customization UI instead of ?@.
758
759 2012-10-27 Martin Rudalics <rudalics@gmx.at>
760
761 * window.el (display-buffer): In doc-string describe
762 window-height and window-width alist entries.
763
764 * time.el (display-time-world): Restore fit-window-to-buffer
765 behavior.
766
767 2012-10-27 Chong Yidong <cyd@gnu.org>
768
769 * subr.el (insert-buffer-substring-as-yank): Doc fix.
770
771 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
772
773 * minibuffer.el (completion-category-overrides): New completion
774 category `bookmark' (bug#11131).
775
776 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * emacs-lisp/advice.el (ad-assemble-advised-definition):
779 Silence bogus compiler warnings for ad-do-it.
780
781 * bookmark.el (bookmark-completing-read): Set the completion category
782 to `bookmark' (bug#11131).
783
784 2012-10-26 Bastien <bzg@altern.org>
785 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * face-remap.el: Use lexical-binding.
788 (text-scale-adjust): Improve docstring. Use itself for the temporary
789 overlay-map bindings, so as to repeat the "Use..." message each time.
790
791 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * emacs-lisp/macroexp.el (macroexp--expand-all):
794 Obey byte-compile-warning-enabled-p (bug#12486).
795
796 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
797 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
798
799 2012-10-26 Martin Rudalics <rudalics@gmx.at>
800
801 * mouse.el (mouse-drag-line): Move last form into preceding when
802 clause (Bug#12731).
803
804 * help.el (resize-temp-buffer-window): Fix doc-string.
805
806 2012-10-25 David Engster <deng@randomsample.de>
807
808 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
809 Remove. This feature is already integrated in imenu.
810
811 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
812 always loaded. Require `speedbar' unconditionally.
813
814 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
817
818 * minibuffer.el (minibuffer-force-complete): Fix thinko.
819
820 * net/ldap.el (ldap-search-internal): The official ldif format starts
821 with a "version: 1" header (bug#12724).
822
823 * emacs-lisp/package.el (package-installed-p): Warn if not ready
824 (bug#12721).
825
826 2012-10-25 Glenn Morris <rgm@gnu.org>
827
828 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
829
830 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * minibuffer.el (minibuffer-force-complete): Use one more marker
833 for the temporary-overlay-map command (bug#12619).
834
835 2012-10-24 Chong Yidong <cyd@gnu.org>
836
837 * time.el (display-time-world-mode): Derive from special-mode.
838 (display-time-world): Use display-buffer (Bug#12708).
839 (display-time-world-mode-map): Variable deleted.
840 (display-time-world-display): Wrap the final delete-char inside
841 inhibit-read-only.
842
843 2012-10-24 Chong Yidong <cyd@gnu.org>
844
845 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
846 Doc fix.
847
848 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
849
850 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * minibuffer.el (completion--all-sorted-completions-location): New var.
853 (completion--cache-all-sorted-completions)
854 (completion--flush-all-sorted-completions): Use it.
855 (completion-in-region, completion-in-region--postch)
856 (completion-at-point, completion-help-at-point): Use markers in
857 completion-in-region--data (bug#12619).
858
859 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * progmodes/compile.el (compilation-start): Try to handle common
862 quoting of `cd' argument (bug#12640).
863
864 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
865 (bug#12671).
866
867 2012-10-23 Glenn Morris <rgm@gnu.org>
868
869 * progmodes/gud.el (gud-menu-map):
870 Check gdb-active-process is bound. (Bug#12358)
871
872 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * repeat.el (repeat): Set real-this-command (bug#12232).
875
876 * htmlfontify.el (hfy-post-html-hook):
877 * filesets.el (filesets-cache-fill-content-hook):
878 * arc-mode.el (archive-extract-hook):
879 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
880 * net/rcirc.el (rcirc-sentinel-functions)
881 (rcirc-receive-message-functions, rcirc-activity-functions)
882 (rcirc-print-functions):
883 * net/dbus.el (dbus-event-error-functions):
884 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
885 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
886 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
887 * term/sun.el (sun-raw-prefix-hooks):
888 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
889
890 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
891
892 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
893 Set `tramp-chunksize' to 1. This improves the performance.
894 (tramp-smb-wait-for-output): Add timeout to
895 `tramp-accept-process-output' calls.
896
897 2012-10-23 Chong Yidong <cyd@gnu.org>
898
899 * faces.el (font-list-limit): Define as an obsolete variable.
900
901 * startup.el (command-line):
902 * cus-start.el: Don't refer to font-list-limit.
903
904 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
905
906 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * subr.el (internal-temp-output-buffer-show): Rename from
909 temp-output-buffer-show, since previously compiled files expect this name.
910
911 2012-10-23 Glenn Morris <rgm@gnu.org>
912
913 * image.el (image-type-from-file-name): If multiple types match,
914 return the first one that is supported. (Bug#9045)
915
916 2012-10-22 Glenn Morris <rgm@gnu.org>
917
918 * image.el (imagemagick-enabled-types): Doc fix.
919
920 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
921
922 * progmodes/which-func.el (which-func-current): The hash-table may have
923 an explicit nil (bug#12338).
924
925 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * electric.el (electric-pair-delete-selection-self-insert-function):
928 Rename to electric-pair-will-use-region, return a boolean.
929 (electric-pair-mode): Adjust accordingly. Don't require delsel.
930
931 * delsel.el (delete-selection-helper): Use a function instead of a hook.
932 (delete-selection-pre-hook): Use use-region-p.
933 (delete-selection-self-insert-function): Remove.
934 (self-insert-command): Obey self-insert-uses-region-functions.
935 (self-insert-iso): Revert to previous setting, since we don't actually
936 know what that command does.
937 (delete-selection-self-insert-hooks): Remove.
938
939 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
940
941 * delsel.el (delete-selection-helper): New function, extracted from
942 delete-selection-pre-hook.
943 (delete-selection-pre-hook): Use it.
944 (delete-selection-self-insert-function): New function.
945 (delete-selection-self-insert-hooks): New hook.
946 (self-insert-command, self-insert-iso): Use it.
947 * electric.el (electric-pair-syntax): New function, extracted from
948 electric-pair-post-self-insert-function.
949 (electric-pair-post-self-insert-function): Use it.
950 (electric-pair-delete-selection-self-insert-function): New function.
951 (electric-pair-mode): Require delsel and setup
952 delete-selection-self-insert-hooks (bug#11520).
953
954 2012-10-20 Chong Yidong <cyd@gnu.org>
955
956 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
957 no changes to show (Bug#12586).
958
959 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
960 list explicitly (Bug#12571).
961
962 2012-10-20 Arne Jørgensen <arne@arnested.dk>
963
964 * progmodes/flymake.el (flymake-create-temp-inplace):
965 Use file-truename.
966
967 2012-10-20 Eli Zaretskii <eliz@gnu.org>
968
969 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
970
971 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
972
973 * calc/calc-units.el (math-extract-units): Properly extract powers
974 of units.
975
976 2012-10-20 Daniel Colascione <dancol@dancol.org>
977
978 * frame.el (make-frame): Set x-display-name as we used to in order
979 to unbreak creating an X11 frame from an Emacs daemon started
980 without a display.
981
982 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * minibuffer.el (minibuffer-force-complete): Make the next completion use
985 the same completion-field (bug#12221).
986
987 2012-10-19 Martin Rudalics <rudalics@gmx.at>
988
989 * emacs-lisp/debug.el (debug): Record height of debugger window
990 also when debugger will be back (Bug#8789).
991
992 2012-10-18 Chong Yidong <cyd@gnu.org>
993
994 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
995 Convert to defcustom.
996 (gdb-get-source-file): Don't bind pop-up-windows.
997
998 * progmodes/gud.el (gud-display-line): Don't specially re-use
999 other frames for the gdb-mi case (Bug#12648).
1000
1001 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * emacs-lisp/advice.el: Clean up commentary a bit.
1004 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1005 (byte-code-function-p): Never redefine.
1006
1007 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1008
1009 2012-10-18 Glenn Morris <rgm@gnu.org>
1010
1011 * dired.el (dired-sort-toggle): Some ls implementations only allow
1012 a single option string. (Bug#12666)
1013
1014 * minibuffer.el (completion-cycle-threshold): Doc fix.
1015
1016 2012-10-17 Kenichi Handa <handa@gnu.org>
1017
1018 * international/mule.el (set-keyboard-coding-system):
1019 Recover input meta mode when the new coding system doesn not use 8-bit.
1020 Supply TERMINAL arg to set-input-meta-mode.
1021
1022 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1023
1024 * wdired.el (wdired-old-marks): New variable.
1025 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1026 (wdired-do-renames): Move point with renamed file and don't lose
1027 mark status (Bug#11795).
1028
1029 2012-10-16 Juri Linkov <juri@jurta.org>
1030
1031 * replace.el (query-replace-help): Mention multi-buffer replacement
1032 keys in the Help message. (Bug#12655)
1033
1034 2012-10-15 Chong Yidong <cyd@gnu.org>
1035
1036 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1037
1038 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1039
1040 * window.el (display-buffer): Doc fix.
1041
1042 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1043 Adjust the msft regexp to the output of Studio 2010, and move msft
1044 before edg-1. See the discussion on emacs-devel,
1045 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1046 for the details.
1047
1048 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1051 (oset): Move uses of object-class-fast macro after its definition.
1052
1053 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1054
1055 2012-10-13 Chong Yidong <cyd@gnu.org>
1056
1057 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1058 enabled, re-enable it (Bug#11963).
1059
1060 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1061
1062 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1063 non-nil, restore window configuration (Bug#12623).
1064
1065 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * help-fns.el (describe-variable, describe-function-1):
1068 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1069
1070 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1071
1072 2012-10-12 Glenn Morris <rgm@gnu.org>
1073
1074 * mail/rmailsum.el (rmail-header-summary):
1075 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1076
1077 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1078
1079 * progmodes/python.el (python-mode-map):
1080 Replace subtitute-key-definition with proper command remapping.
1081 (python-nav--up-list): Fix behavior for blocks on the same level.
1082
1083 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1086
1087 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1088 changes to the format of load-history.
1089
1090 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1091 completion-ignore-case in case that var is buffer-local (bug#12615).
1092
1093 2012-10-11 Kenichi Handa <handa@gnu.org>
1094
1095 * international/eucjp-ms.el: Re-generated.
1096
1097 2012-10-10 Kenichi Handa <handa@gnu.org>
1098
1099 * select.el (xselect--encode-string): If a coding is specified for
1100 selection, and that is compatible with COMPOUND_TEXT, use it.
1101
1102 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1103
1104 * window.el (switch-to-buffer-preserve-window-point): New option.
1105 (switch-to-buffer):
1106 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1107
1108 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1111 Don't document nil as a useful value (bug#12583).
1112
1113 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1114
1115 * net/tramp.el (tramp-debug-message):
1116 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1117 (with-tramp-progress-reporter): Rename from
1118 `tramp-with-progress-reporter'.
1119 (with-tramp-file-property, with-tramp-connection-property):
1120 Move from tramp-cache.el, rename from `with-file-property' and
1121 `with-connection-property', respectively.
1122
1123 * net/tramp-cache.el: Remove `with-file-property' and
1124 `with-connection-property'.
1125
1126 * net/tramp.el:
1127 * net/tramp-gvfs.el:
1128 * net/tramp-sh.el:
1129 * net/tramp-smb.el: Adapt callees.
1130
1131 * net/trampver.el: Update release number.
1132
1133 2012-10-09 Glenn Morris <rgm@gnu.org>
1134
1135 * w32-fns.el (set-message-beep):
1136 * term/w32-win.el (set-message-beep): Update declarations.
1137
1138 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1141 (mode-line-widen, mode-line-input-method-map)
1142 (mode-line-coding-system-map, mode-line-remote)
1143 (mode-line-unbury-buffer, mode-line-bury-buffer)
1144 (mode-line-next-buffer, mode-line-previous-buffer):
1145 Replace save-selected-window+select-window => with-selected-window.
1146
1147 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1148 * progmodes/cc-vars.el (bq-process): Remove, unused.
1149
1150 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1151
1152 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1153
1154 Implemented `backward-up-list'-like navigation.
1155 * progmodes/python.el (python-nav-up-list)
1156 (python-nav-backward-up-list): New functions.
1157 (python-mode-map): Define substitute key for backward-up-list to
1158 python-nav-backward-up-list.
1159
1160 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1161
1162 * progmodes/python.el (python-fill-paragraph): Rename from
1163 python-fill-paragraph-function. Fixed fill-paragraph for
1164 decorators (Bug#12605).
1165
1166 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1167
1168 * progmodes/python.el (python-shell-output-filter): Handle extra
1169 carriage return in OSX (Bug#12409).
1170
1171 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1172
1173 Fix shell handling of unbalanced quotes and parens in output.
1174 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1175 (python-syntax-propertize-function): Use it.
1176 (python-shell-output-syntax-table): New var.
1177 (inferior-python-mode): Prevent unbalanced parens/quotes from
1178 previous output mess with current input context.
1179
1180 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1181
1182 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1183 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1184
1185 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1186
1187 * ffap.el (ffap-replace-file-component): Support Tramp file name
1188 syntax, not only ange-ftp's one.
1189
1190 2012-10-08 Glenn Morris <rgm@gnu.org>
1191
1192 * cus-start.el (message-log-max): Set :version.
1193
1194 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1195
1196 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1197
1198 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1199 the minibuffer window (Bug#10851).
1200
1201 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1202
1203 Enhancements on forward-sexp movement.
1204 * progmodes/python.el (python-nav-beginning-of-statement)
1205 (python-nav-end-of-statement): Return point-marker.
1206 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1207 (python-info-current-symbol)
1208 (python-info-statement-starts-block-p): Rename from
1209 python-info-beginning-of-block-p.
1210 (python-info-statement-ends-block-p): Rename from
1211 python-info-end-of-block-p.
1212 (python-info-beginning-of-statement-p)
1213 (python-info-end-of-statement-p)
1214 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1215 New functions.
1216
1217 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1220 frame-selected-windows.
1221
1222 2012-10-08 Daniel Colascione <dancol@dancol.org>
1223
1224 * battery.el (battery-status-function): Check for
1225 w32-battery-status itself, not system-time windows-nt.
1226
1227 * frame.el: Require cl-lib.
1228 (display-format-alist): New variable mapping frame types to
1229 functions that initialize them.
1230 (window-system-for-display): New function: interprets
1231 display-format-alist.
1232 (make-frame-on-display): Remove existing display-selection logic
1233 and just forward to make-frame, which will now DTRT.
1234 (make-frame): Restructure to use window-system-for-display to
1235 figure out how to create a frame on a given display.
1236 (display-mouse-p): Look for frame-type w32, not a particular
1237 system-type.
1238
1239 * loadup.el: Load w32 lisp code when we have the w32 feature.
1240
1241 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1242 system-type windows-nt.
1243
1244 * server.el (server-create-window-system-frame): Look for window
1245 type.
1246 (server-proces-filter): Only force a window system when windows-nt
1247 _and_ w32. Explain why.
1248
1249 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1250 of window systems we configure for the mode.
1251
1252 * startup.el (command-line): Mark window system is initialized
1253 after we've done it.
1254
1255 * common-win.el (x-select-text): Look for w32, not windows-nt.
1256
1257 * ns-win.el: Require cl-lib. Add ourselves to
1258 display-format-alist.
1259 (ns-initialize-window-system): Assert we're not initialized twice.
1260
1261 * w32-win.el: Enable lexical binding; require cl-lib; add
1262 ourselves to display-format-alist.
1263 (w32-handle-dropped-file): Convert incoming dropped files from
1264 Windows paths to Cygwin ones before passing them on to the rest of
1265 Emacs.
1266 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1267 (w32-initialize-window-system): Assert we're not initialized twice.
1268
1269 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1270 (x-initialize-window-system): Assert we're not initialized twice.
1271
1272 * w32-common-fns.el: New File.
1273 (w32-version, w32-using-nt, w32-get-clipboard-data)
1274 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1275 (w32-charset-info-alist, x-last-selected, text)
1276 (x-get-selection-value, x-selection-value): Move here.
1277
1278 * w32-fns.el: Require w32-common-fns.
1279 (w32-version, w32-using-nt, w32-get-clipboard-data)
1280 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1281 (w32-charset-info-alist, x-last-selected, text)
1282 (x-get-selection-value, x-selection-value): Move to
1283 w32-common-fns.
1284
1285 * w32-vars.el:
1286 (w32-allow-system-shell, w32-system-shells): Define only in
1287 non-cygwin case.
1288
1289 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1292 (read-passwd): Remove a few more potential sources of leaks.
1293
1294 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1295
1296 * progmodes/python.el (inferior-python-mode)
1297 (python-shell-make-comint): Fix initialization of local
1298 variables copied from parent buffer.
1299
1300 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1301
1302 * term/ns-win.el (ns-read-file-name): Update declaration to match
1303 nsfns.m.
1304 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1305 it is set when font is acted upon.
1306
1307 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1308
1309 Enhancements to indentation.
1310 * progmodes/python.el (python-indent-context): Give priority to
1311 inside-string context. Make comments indentation markers.
1312 (python-indent-region): Do not mess with strings, unless it's the
1313 enclosing set of quotes.
1314
1315 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * window.el (internal--before-save-selected-window)
1318 (internal--after-save-selected-window): New functions extracted from
1319 save-selected-window. Make sure we return the `alist' we construct.
1320 (save-selected-window): Use them.
1321
1322 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1323 Use with-selected-window.
1324
1325 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1326 forms that define macros (bug#12593).
1327
1328 2012-10-07 Kenichi Handa <handa@gnu.org>
1329
1330 * international/mule-conf.el (compound-text-with-extensions):
1331 Add :mime-charset property as x-ctext.
1332
1333 2012-10-07 Stefan Merten <smerten@oekonux.de>
1334
1335 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1336 (rst-indent-literal-normal, rst-indent-literal-minimized)
1337 (rst-indent-comment): Correct :version tag.
1338 (rst-official-cvs-rev): Correct version string.
1339
1340 2012-10-07 Glenn Morris <rgm@gnu.org>
1341
1342 * mail/rmailmm.el (rmail-mime-process-multipart):
1343 Do not confuse a multipart message with an epilogue
1344 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1345
1346 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1347
1348 Fix shell output retrieval and comint-prompt-regexp init.
1349 * progmodes/python.el (inferior-python-mode):
1350 (python-shell-make-comint): Fix initialization of
1351 comint-prompt-regexp from copied file local variables.
1352 (python-shell-fetched-lines): Remove var.
1353 (python-shell-output-filter-in-progress): Rename from
1354 python-shell-fetch-lines-in-progress.
1355 (python-shell-output-filter-buffer): Rename from
1356 python-shell-fetch-lines-string.
1357 (python-shell-fetch-lines-filter): Delete function.
1358 (python-shell-output-filter): New function.
1359 (python-shell-send-string-no-output): Use them.
1360
1361 2012-10-07 Glenn Morris <rgm@gnu.org>
1362
1363 * hi-lock.el (hi-lock-process-phrase):
1364 Try to make it less fragile. (Bug#7161)
1365
1366 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1367
1368 2012-10-06 Glenn Morris <rgm@gnu.org>
1369
1370 * ehelp.el (electric-help-mode): Use help-mode rather than
1371 non-existent mode `help'.
1372 (electric-help-map): Use button-buffer-map. (Bug#10917)
1373
1374 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1375 (reftex-create-bibtex-footer): Fix custom types.
1376
1377 * progmodes/sh-script.el (sh-indent-after-continuation):
1378 Add explicit :group.
1379
1380 * textmodes/rst.el (rst-preferred-decorations)
1381 (rst-shift-basic-offset): Clarify obsolescence versions.
1382
1383 * profiler.el (profiler): Add missing group :version tag.
1384 * avoid.el (mouse-avoidance-banish-position):
1385 * proced.el (proced-renice-command):
1386 * calc/calc.el (calc-ensure-consistent-units):
1387 * calendar/icalendar.el (icalendar-import-format-uid):
1388 * net/tramp.el (tramp-save-ad-hoc-proxies):
1389 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1390 * progmodes/flymake.el (flymake-error-bitmap)
1391 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1392 * progmodes/sh-script.el (sh-indent-after-continuation):
1393 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1394 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1395 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1396 (vhdl-array-index-record-field-in-sensitivity-list)
1397 (vhdl-indent-comment-like-next-code-line):
1398 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1399 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1400 (reftex-cite-key-separator, reftex-create-bibtex-header)
1401 (reftex-create-bibtex-footer):
1402 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1403 (rst-indent-literal-normal, rst-indent-literal-minimized)
1404 (rst-indent-comment): Add missing custom :version tags.
1405
1406 * calendar/timeclock.el (timeclock-modeline-display):
1407 Add missing obsolete alias for renamed user option.
1408
1409 * strokes.el (strokes-modeline-string):
1410 * emulation/crisp.el (crisp-mode-modeline-string):
1411 * eshell/esh-mode.el (eshell-status-in-modeline):
1412 Aliases to defcustoms must come before the defcustom.
1413
1414 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1415 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1416 (cal-tex-cursor-week-monday): Doc fixes.
1417 (cal-tex-cursor-week2-summary): Doc fix.
1418 Rename from cal-tex-cursor-week-at-a-glance.
1419
1420 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1421 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1422
1423 * calendar/calendar.el (calendar-mode-map):
1424 Add cal-tex-cursor-week2-summary.
1425
1426 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1429
1430 * subr.el (read-passwd-map): New var.
1431 (read-passwd): Use `read-string' again.
1432 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1433
1434 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1435
1436 * register.el (append-to-register, prepend-to-register):
1437 Deactivate mark, as does `copy-to-register' (bug#12389).
1438
1439 2012-10-06 Chong Yidong <cyd@gnu.org>
1440
1441 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1442
1443 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1444
1445 * international/characters.el: Fix simple mistake ((car chars) ->
1446 elt), delete duplicated code.
1447
1448 2012-10-06 Glenn Morris <rgm@gnu.org>
1449
1450 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1451
1452 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1453
1454 * color.el (color-hsl-to-rgb): Fix incorrect results for
1455 small and large hue values. (Bug#12559)
1456
1457 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1458
1459 Enhancements to docstring formatting when filling paragraphs.
1460 * progmodes/python.el (python-fill-docstring-style): Rename from
1461 python-fill-string-style. Added new style.
1462 (python-fill-string): Use new style. Better checks for
1463 docstrings.
1464
1465 2012-10-05 Glenn Morris <rgm@gnu.org>
1466
1467 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1468
1469 * color.el (color-name-to-rgb, color-rgb-to-hex)
1470 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1471 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1472 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1473 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1474
1475 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1476
1477 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1480 to get the correct size across symlinks.
1481
1482 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1483
1484 2012-10-04 Juri Linkov <juri@jurta.org>
1485
1486 * replace.el (query-replace-interactive): Declare obsolete.
1487 (query-replace-read-from): Add the last incremental search string
1488 to the list of default values accessible via M-n.
1489 (map-query-replace-regexp): Use `read-regexp'.
1490 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1491 (map-query-replace-regexp, replace-string, replace-regexp):
1492 Fix docstrings to replace mentions of `query-replace-interactive'
1493 with alternatives. (Bug#12526)
1494
1495 2012-10-04 Juri Linkov <juri@jurta.org>
1496
1497 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1498 (dired-pop-to-buffer): Declare obsolete.
1499 (dired-mark-pop-up): Doc fix.
1500
1501 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1502
1503 Allow user to set docstring style for fill-paragraph.
1504 * progmodes/python.el
1505 (python-fill-comment-function, python-fill-string-function)
1506 (python-fill-decorator-function, python-fill-paren-function):
1507 Remove :safe for defcustoms.
1508 (python-fill-string-style): New defcustom
1509 (python-fill-paragraph-function): Enhance context detection.
1510 (python-fill-string): Honor python-fill-string-style settings.
1511
1512 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1513
1514 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1515 after setting its buffer (Bug#10805).
1516
1517 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1518
1519 Fix cornercase for string syntax.
1520 * progmodes/python.el (python-syntax-propertize-function):
1521 Simplify and enhance the regexp for unescaped quotes. Now it also
1522 matches quotes in weird situations like the single quote in
1523 "something\"'".
1524 (python-syntax-stringify): Simplify num-quotes detecting code.
1525
1526 2012-10-03 Glenn Morris <rgm@gnu.org>
1527
1528 * help-macro.el (three-step-help):
1529 Revert 2012-09-29 change. (Bug#12567)
1530
1531 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1532
1533 * menu-bar.el (kill-this-buffer): Don't do anything when
1534 `menu-frame' is not alive or visible (Bug#8184).
1535
1536 * emacs-lisp/debug.el (debug): When quitting the debugger window
1537 restore current buffer (Bug#12502).
1538
1539 2012-10-02 Chong Yidong <cyd@gnu.org>
1540
1541 * progmodes/hideif.el (hif-lookup, hif-defined):
1542 Handle semantic-c-takeover-hideif.
1543
1544 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1545
1546 Change sampling interval units from ms to ns.
1547 * profiler.el (profiler-sampling-interval): Change units
1548 from ms to ns, multiplying the default by 1000000 so that
1549 it remains 1 ms.
1550 (profiler-report-cpu-line-format): Give enough room for
1551 the maximum counters on 64-bit hosts.
1552 (profiler-report-render-calltree-1): Call them "CPU samples",
1553 not "Time (ms)", since they are not milliseconds now (and
1554 never really were).
1555
1556 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1557
1558 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1559 Fix querying BBDB for entries without a last name (Bug#11580).
1560
1561 2012-10-02 Chong Yidong <cyd@gnu.org>
1562
1563 * emacs-lisp/eieio.el: Restore Version header.
1564
1565 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * vc/diff-mode.el (diff--auto-refine-data): New var.
1568 (diff-hunk): Use it to delay refinement.
1569 (diff-mode): Remove overlays when we turn off font-lock.
1570
1571 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1572 (table-initialize-table-fixed-width-mode)
1573 (table-set-table-fixed-width-mode): Remove functions.
1574 (table-command-list): Move initialization into declaration.
1575 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1576 (table-with-cache-buffer): Use `declare'.
1577 (table-span-cell): Simplify via CSE.
1578 (table-fixed-width-mode): Use define-minor-mode.
1579 (table-call-interactively, table-funcall, table-apply): Remove.
1580 (table-function): New function, to replace them.
1581
1582 * bookmark.el (bookmark-search-pattern): Remove var.
1583 (bookmark-read-search-input): Remove function.
1584 (bookmark-bmenu-search): Reimplement using a minibuffer.
1585
1586 * faces.el (modeline): Remove obsolete face name.
1587
1588 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1589 and give a non-nil default value.
1590 (add-change-log-entry): Simplify accordingly.
1591
1592 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1593
1594 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1595 (vc-git-log-edit-toggle-amend): New function.
1596 (vc-git-log-edit-toggle-signoff): New function.
1597 (vc-git-log-edit-mode): New major mode.
1598 (vc-git-log-edit-mode-map): Keymap for it.
1599 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1600
1601 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1602 header names.
1603 (log-edit-toggle-header): New function.
1604 (log-edit-extract-headers): Accept function values in HEADERS alist.
1605
1606 2012-10-01 David Engster <deng@randomsample.de>
1607
1608 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1609 from symbol property and change message to be more consistent with
1610 Emacs proper.
1611 (eieio-describe-generic): Add filename for each implementation.
1612 Fix indices for generic and normal methods.
1613 (eieio-method-def, eieio-class-def): New buttons.
1614 (eieio-help-find-method-definition)
1615 (eieio-help-find-class-definition): New functions.
1616 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1617 class, constructor and method definitions.
1618
1619 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1620 information in symbol property.
1621 (scoped-class): Remove.
1622 (eieio-slot-name-index, call-next-method): Check if it is bound.
1623
1624 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1625
1626 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1627 (eieio-custom-mode): New major mode.
1628 (eieio-customize-object): Use it.
1629
1630 2012-10-01 Eric Ludlam <zappo@gnu.org>
1631
1632 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1633 specifying the expected class, and whether subclassing is allowed.
1634 (eieio-persistent-convert-list-to-object):
1635 (eieio-persistent-validate/fix-slot-value)
1636 (eieio-persistent-slot-type-is-class-p): New functions.
1637 (eieio-named::slot-missing): Doc fix.
1638
1639 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1640 Stop using unused publd variable.
1641
1642 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1643 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1644 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1645 (eieio-speedbar-handle-click): Do not specify a class for the
1646 method. Fixes method invocation order problems with EDE.
1647
1648 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1651 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1652
1653 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1654
1655 * bookmark.el (bookmark-version-control): Give tags in the
1656 :type choices (Bug#12309), and improve doc string.
1657 (bookmark-write-file): Bind `print-circle' to `t' to allow
1658 circular custom bookmark types. (Bug#12503)
1659
1660 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1661
1662 Revert the FOLLOW-SYMLINKS change for file-attributes.
1663 * files.el (remote-file-name-inhibit-cache, after-find-file):
1664 * time.el (display-time-file-nonempty-p): Undo last change.
1665
1666 * profiler.el (profiler-sampling-interval): Change default back to 1.
1667 See Stefan Monnier in
1668 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1669
1670 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1671
1672 Shell output catching a la gud-gdb.
1673 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1674 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1675 New Vars.
1676 (python-shell-fetch-lines-filter): New function.
1677 (python-shell-send-string-no-output): Use them.
1678
1679 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1680
1681 * profiler.el (profiler-sampling-interval): Rename from
1682 profiler-sample-interval.
1683 (profiler-sampling-interval): Default to 10.
1684 (profiler-find-profile): New command (was profiler-find-log).
1685 (profiler-find-profile-other-window): New command.
1686 (profiler-find-profile-other-frame): New command.
1687 (profiler-profile): Introduce API-level data structure.
1688
1689 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1690
1691 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1692 * files.el (remote-file-name-inhibit-cache):
1693 * time.el (display-time-file-nonempty-p): Use it.
1694 * files.el (after-find-file): Don't chase links before calling
1695 file-exists-p, as file-exists-p already does the right thing.
1696
1697 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1698
1699 Merge from standalone RefTeX repository.
1700
1701 The following ChangeLog entries are shortened versions of the
1702 original ones with file paths adapted. A not so strongly edited
1703 version of the original ChangeLog can be found in the commit log.
1704
1705 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1706 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1707 Correctly handle new value type returned by `reftex-citation'.
1708
1709 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1710 that entries with whitespace at various places are found.
1711 Doc fix. Include entries that are cross-referenced from cited entries.
1712 Include @String definitions in the resulting bib file. Add header
1713 and footer defined in `reftex-create-bibtex-header' and
1714 `reftex-create-bibtex-footer'.
1715 (reftex-do-citation): Make it possible again to insert
1716 non-existent entries. Save match data when asking for optional
1717 arguments. Return all keys, not just the first one.
1718 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1719 all citations in the same line.
1720 (reftex-parse-bibtex-entry): Accept additional optional argument
1721 `raw' and keep quotes or braces if it is non-nil. Match fields
1722 containing hyphens besides word constituents.
1723 (reftex-get-string-refs): New function.
1724 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1725 and ask if it should be reread in case it did.
1726 (reftex-pop-to-bibtex-entry)
1727 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1728 entries with spaces or tabs in front of arguments.
1729 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1730 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1731 Match entries containing numbers and symbol constituents.
1732 (reftex-do-citation, reftex-figure-out-cite-format):
1733 Use `reftex-cite-key-separator'.
1734
1735 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1736 (reftex-mouse-view-crossref): Explain why point is set.
1737
1738 * textmodes/reftex-global.el: Whitespace changes.
1739
1740 * textmodes/reftex-index.el: Move provide statement to end of
1741 file.
1742 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1743 (reftex-index-visit-phrases-buffer): Set marker when visiting
1744 buffer. This allows for returning from the phrases file to the
1745 file one was just editing instead of the file where the last
1746 phrases was added from.
1747 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1748 punctuation syntax as it usually is not used as string quote in
1749 TeX-related modes and may occur unmatched. The change also
1750 prevents fontification of quoted content.
1751 (reftex-index-phrases-mode): Use it.
1752
1753 * textmodes/reftex-parse.el (reftex-parse-from-file):
1754 Move backward one char if a `\' was matched after a section macro.
1755 (reftex-parse-from-file): Use beginning of match instead of end as
1756 bound.
1757
1758 * textmodes/reftex-ref.el: Adapt creation of
1759 `reftex-<package>-<macro>' functions to new structure of
1760 `reftex-ref-style-alist'.
1761 (reftex-reference): Use `reftex-ref-style-list' function.
1762 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1763 reference macro if `reftex-ref-macro-prompt' is non-nil.
1764 (reftex-reference): Pass refstyle to `reftex-format-special'.
1765 Determine reference macro by looking at
1766 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1767 Use only one special format function.
1768 (reftex-varioref-vref, reftex-fancyref-fref)
1769 (reftex-fancyref-Fref): Remove definitions. The functions are now
1770 generated from `reftex-ref-style-alist'.
1771 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1772 Remove.
1773 (reftex-format-special): New function.
1774
1775 * textmodes/reftex-sel.el
1776 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1777 of `reftex-ref-style-alist'. Remove code for testing macro type.
1778 (reftex-select-toggle-varioref)
1779 (reftex-select-toggle-fancyref): Remove.
1780 (reftex-select-cycle-ref-style-internal)
1781 (reftex-select-cycle-ref-style-forward)
1782 (reftex-select-cycle-ref-style-backward): New functions.
1783 (reftex-select-label-map): Use `v' and `V' for general cycling
1784 through reference styles. Add `p' for switching between number
1785 and page reference types.
1786
1787 * textmodes/reftex-toc.el (reftex-re-enlarge):
1788 Call `enlarge-window' only if there is something to do because in Emacs
1789 the horizontal version throws an error even if the parameter is 0.
1790
1791 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1792 (reftex-plug-into-AUCTeX): Doc fix.
1793 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1794 string. Adapt to new name.
1795 (reftex-ref-style-alist): Change structure so that it is not
1796 possible to use multiple different package names within a style.
1797 Remove the symbols for symbols for macro type distinction.
1798 Add characters for macro selection.
1799 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1800 (reftex-create-bibtex-footer): New variables.
1801 (reftex-format-ref-function): Mention third argument of special
1802 format function.
1803 (reftex-ref-style-alist, reftex-ref-style-default-list):
1804 New variables.
1805 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1806 to new implementation. Mark as obsolete. Add compatibility code
1807 for honoring the variable values in case they are set.
1808 (reftex-cite-format-builtin, reftex-bibliography-commands):
1809 Add support for ConTeXt.
1810 (reftex-format-ref-function, reftex-format-cite-function):
1811 Fix custom type.
1812 (reftex-cite-key-separator): New variable.
1813
1814 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1815 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1816 `reftex-syntax-table' because parens have to retain their paren
1817 syntax in order for parsing of BibTeX entries like @book(...) to
1818 work.
1819 (reftex-in-comment): Do not error out if `comment-start-skip' is
1820 not set. Deal correctly with escaped comment characters.
1821 (reftex-tie-multifile-symbols): Add doc string.
1822 Initialize `reftex-ref-style-list'.
1823 (reftex-untie-multifile-symbols): Add doc string.
1824 (reftex-add-index-macros): Doc fix.
1825 (reftex-ref-style-activate, reftex-ref-style-toggle)
1826 (reftex-ref-style-list): New functions.
1827 (reftex-mode-menu): Use them. Adapt to new structure of
1828 `reftex-ref-style-alist'.
1829 (reftex-select-with-char): Kill the RefTeX Select buffer when
1830 done.
1831 (reftex-remove-if): New function.
1832 (reftex-erase-all-selection-and-index-buffers)
1833 (reftex-mode-menu): Reference styles are now computed from
1834 `reftex-ref-style-alist'. Fix typo.
1835 (reftex-report-bug): New function.
1836 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1837 algorithms with O(n log n). Introduce optional argument SORT (not
1838 yet used).
1839
1840 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1841
1842 Enhancements for triple-quote string syntax.
1843 * progmodes/python.el (python-syntax-propertize-function):
1844 Match both quote cases in one regexp.
1845 (python-syntax-stringify): Handle matches properly.
1846
1847 2012-09-30 Juri Linkov <juri@jurta.org>
1848
1849 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1850 to nil around the call to `insert' to prevent
1851 directory time modification by lock_file. (Bug#2295)
1852 * tar-mode.el (tar-summarize-buffer): Idem.
1853
1854 2012-09-30 Juri Linkov <juri@jurta.org>
1855
1856 * facemenu.el (list-colors-sort): Add option "Luminance".
1857 (list-colors-sort-key): Implement it.
1858
1859 * vc/diff-mode.el (diff-refine-removed):
1860 * vc/ediff-init.el (ediff-fine-diff-A):
1861 * vc/smerge-mode.el (smerge-refined-removed):
1862 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1863
1864 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1865
1866 * term/ns-win.el (x-file-dialog): New function.
1867
1868 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1869
1870 * ido.el (ido-max-directory-size): Default to nil; the current
1871 default is small for POSIX systems, and impractical on Windows 7
1872 now that lstat returns directory sizes for NTFS.
1873
1874 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1875
1876 In buffer display functions handle window-height/window-width
1877 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1878 * window.el (window--display-buffer): New argument ALIST.
1879 Obey window-height and window-width alist entries.
1880 (window--try-to-split-window): New argument ALIST.
1881 Bind window-combination-limit to t when the window's size shall be
1882 changed and window-combination-limit equals `window-size'.
1883 (display-buffer-in-atom-window)
1884 (display-buffer-in-major-side-window)
1885 (display-buffer-in-side-window, display-buffer-same-window)
1886 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1887 (display-buffer-pop-up-window, display-buffer-below-selected)
1888 (display-buffer-at-bottom, display-buffer-in-previous-window)
1889 (display-buffer-use-some-window): Adjust all callers of
1890 window--display-buffer and window--try-to-split-window.
1891 (fit-frame-to-buffer): New option.
1892 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1893 is non-nil.
1894 (display-buffer-in-major-side-window): Evaluate window-height /
1895 window-width alist entries.
1896
1897 * help.el (temp-buffer-resize-frames)
1898 (temp-buffer-resize-regexps): Remove options.
1899 (temp-buffer-resize-mode): Adjust doc-string.
1900 (resize-temp-buffer-window): Don't consult
1901 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1902 temp-buffer-resize-frames.
1903
1904 * dired.el (dired-mark-pop-up):
1905 Call display-buffer-below-selected with a fit-window-to-buffer alist
1906 entry.
1907
1908 2012-09-30 Chong Yidong <cyd@gnu.org>
1909
1910 * server.el (server-host): Document the security implications.
1911 (server-auth-key): Doc fix.
1912
1913 * startup.el (initial-buffer-choice): Doc fix.
1914
1915 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1916
1917 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1918 restriction change.
1919
1920 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1921
1922 * help-fns.el (help-fns--obsolete): Fix last change.
1923
1924 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1927 (minor-mode-map-alist): Remove redundant code.
1928
1929 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1930 visited in a buffer.
1931 (cvs-insert-visited-file): New function.
1932 (find-file-hook): Use it.
1933
1934 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1935
1936 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1937 chose face.
1938 (log-edit-empty-buffer-p): Don't require a space after a header.
1939
1940 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1941
1942 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1943
1944 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1945 a proper minor-mode.
1946
1947 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1948
1949 2012-09-29 Glenn Morris <rgm@gnu.org>
1950
1951 * winner.el (winner-mode): Remove variable (let define-minor-mode
1952 handle it).
1953 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1954 Doc fixes.
1955 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1956 (winner-mode): Use define-minor-mode.
1957
1958 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1959 the full definition in loaddefs, rather than duplicating it.
1960
1961 * help-macro.el (three-step-help): No need to autoload defcustom.
1962
1963 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1964 (inferior-lisp-program, inferior-lisp-load-command)
1965 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1966 No need to autoload defcustoms.
1967
1968 * hippie-exp.el (hippie-expand-try-functions-list)
1969 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1970 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1971 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1972 (hippie-expand-only-buffers): No need to autoload defcustoms.
1973 * progmodes/vhdl-mode.el (vhdl-line-expand):
1974 Explicitly load hippie-exp, so it does not get autoloaded
1975 while hippie-expand-try-functions-list is let-bound.
1976
1977 2012-09-28 Glenn Morris <rgm@gnu.org>
1978
1979 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1980
1981 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1982 Only "cl.el" counts as cl these days.
1983
1984 2012-09-28 Juri Linkov <juri@jurta.org>
1985
1986 Display archive errors in the echo area instead of inserting
1987 to the file buffer.
1988
1989 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1990 to STDERR-TEST that can be a regexp matching a successful output.
1991 Create a temporary file and redirect stderr to it. Search for
1992 STDERR-TEST in the stderr output and display it in the echo area
1993 if no match is found.
1994 (archive-extract-by-file): New function like
1995 `archive-extract-by-stdout' but extracting archives to files
1996 and looking for successful matches in stdout. Function body is
1997 mostly copied from `archive-rar-extract'.
1998 (archive-rar-extract): Use `archive-extract-by-file'.
1999 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2000
2001 2012-09-28 Leo Liu <sdl.web@gmail.com>
2002
2003 * pcomplete.el (pcomplete-show-completions):
2004 Use minibuffer-message to make pcomplete usable in minibuffer.
2005
2006 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2007
2008 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * type-break.el: Use lexical-binding.
2011 (type-break-mode): Use define-minor-mode.
2012
2013 * emacs-lisp/pcase.el (pcase--mark-used): New.
2014 (pcase--u1): Use it (bug#12512).
2015
2016 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2017 in load-history with the right file name.
2018
2019 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2020
2021 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2022 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2023 (doc-view-get-bounding-box): Make bounding box slicing work for
2024 ODF and DVI documents.
2025
2026 2012-09-28 Glenn Morris <rgm@gnu.org>
2027
2028 * type-break.el (type-break-mode, type-break-interval)
2029 (type-break-good-rest-interval, type-break-keystroke-threshold):
2030 No need to autoload.
2031 (type-break-good-rest-interval, type-break-keystroke-threshold):
2032 Add :set-after.
2033
2034 2012-09-28 Chong Yidong <cyd@gnu.org>
2035
2036 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2037 Add :version tag.
2038
2039 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2042
2043 2012-09-27 Glenn Morris <rgm@gnu.org>
2044
2045 * faces.el (x-display-name): Declare (for without-x builds).
2046
2047 * linum.el (linum-format): Don't autoload it. Improve :type.
2048
2049 * progmodes/tcl.el: Don't require outline when compiling.
2050 (outline-regexp, outline-level): Declare.
2051 * textmodes/sgml-mode.el: Don't require outline when compiling.
2052 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2053
2054 * term.el (term-ansi-reset):
2055 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2056
2057 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2058 files for RCS and SCCS. (Bug#9781)
2059
2060 2012-09-27 Chong Yidong <cyd@gnu.org>
2061
2062 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2063 change; value should be t.
2064
2065 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * image-mode.el: Use lexical-binding.
2068 (image-mode-winprops): Use t to stand for the window of
2069 a buffer that's not displayed.
2070 * doc-view.el (doc-view-new-window-function): Handle the new
2071 t in winprops.
2072 (doc-view-enlarge): Make it a real nop if the size is not changed.
2073 (doc-view-display): Handle the case where the buffer is not (yet?)
2074 displayed in any window.
2075 (doc-view-saved-settings): New var.
2076 (doc-view-mode): Use it.
2077 (doc-view-fallback-mode): Set it.
2078
2079 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2080 Set lexical-binding.
2081 (minibuffer-eldef-shorten-default): New var.
2082 (minibuffer-default-in-prompt-regexps): Use it for new default.
2083 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2084
2085 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * international/uni-bidi.el:
2088 * international/uni-category.el:
2089 * international/uni-name.el:
2090 * international/uni-numeric.el: Regenerate.
2091
2092 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2093 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * profiler.el: New file.
2096
2097 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2100 (testcover-reinstrument): Simplify with CSE.
2101
2102 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2103
2104 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2105
2106 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2107
2108 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2109 (verilog-auto-input, verilog-auto-insert-lisp)
2110 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2111 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2112 (verilog-auto-unused, verilog-auto-wire)
2113 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2114 newline. Reported by Andrew Jones.
2115 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2116 Reported by Brad Dobbie.
2117 (verilog-batch-delete-trailing-whitespace):
2118 Create verilog-batch-delete-trailing-whitespace.
2119 Reported by Brad Dobbie.
2120 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2121 parameters from another module. Reported by Dan Katz.
2122 (verilog-auto, verilog-auto-assign-modport)
2123 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2124 AUTOINOUTMODPORT for UVM interface module shell generation.
2125 Reported by Brad Dobbie.
2126 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2127 standard behavior.
2128 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2129 Reported by Matt Martin.
2130
2131 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2132
2133 * window.el (window--resize-child-windows): When resizing child
2134 windows proportionally, process them in reverse order to
2135 preserve the "when splitting a window the new one gets the odd
2136 line" behavior.
2137 (window--resize-root-window-vertically): When resizing the
2138 minibuffer window try to affect only windows at the bottom of the
2139 frame. (Bug#12419)
2140
2141 2012-09-25 Chong Yidong <cyd@gnu.org>
2142
2143 * subr.el (declare): Doc fix.
2144
2145 * help-fns.el (help-fns--obsolete): Handle macros properly.
2146
2147 2012-09-25 Chong Yidong <cyd@gnu.org>
2148
2149 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2150 this function obsolete.
2151
2152 * calendar/cal-x.el (calendar-two-frame-setup)
2153 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2154 * calendar/calendar.el (american-calendar, european-calendar)
2155 (calendar-for-loop):
2156 * comint.el (comint-dynamic-simple-complete)
2157 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2158 * desktop.el (desktop-load-default):
2159 * dired-x.el (dired-omit-here-always)
2160 (dired-hack-local-variables, dired-default-directory):
2161 * emacs-lisp/derived.el (derived-mode-class):
2162 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2163 * emacs-lock.el (toggle-emacs-lock):
2164 * epa.el (epa-display-verify-result):
2165 * epg.el (epg-sign-keys, epg-start-sign-keys)
2166 (epg-passphrase-callback-function):
2167 * eshell/esh-util.el (eshell-for):
2168 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2169 (eshell-add-to-window-buffer-names):
2170 * files.el (locate-file-completion):
2171 * imenu.el (imenu-example--create-c-index)
2172 (imenu-example--create-lisp-index)
2173 (imenu-example--lisp-extract-index-name)
2174 (imenu-example--name-and-position):
2175 * international/mule-cmds.el (princ-list):
2176 * international/mule-diag.el (decode-codepage-char):
2177 * international/mule-util.el (detect-coding-with-priority):
2178 * iswitchb.el (iswitchb-read-buffer):
2179 * mail/mailalias.el (mail-complete):
2180 * mail/sendmail.el (mail-sent-via):
2181 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2182 (mouse-major-mode-menu):
2183 * password-cache.el (password-read-and-add):
2184 * pcomplete.el (pcomplete-parse-comint-arguments):
2185 * progmodes/sh-script.el (sh-maybe-here-document):
2186 * replace.el (query-replace-regexp-eval):
2187 * savehist.el (savehist-load):
2188 * simple.el (choose-completion-delete-max-match):
2189 * term.el (term-dynamic-simple-complete):
2190 * vc/ediff-init.el (ediff-check-version):
2191 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2192 * vc/vc.el (vc-diff-switches-list):
2193 * view.el (view-return-to-alist-update): Likewise.
2194
2195 * subr.el (eval-next-after-load, makehash, insert-string)
2196 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2197 mark obsolete.
2198 (mode-line-inverse-video): Variable deleted.
2199
2200 * international/mule-util.el (string-to-sequence): Remove.
2201
2202 * calendar/calendar.el (calendar-version):
2203 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2204 (icalendar-convert-diary-to-ical):
2205 * cus-edit.el (custom-mode):
2206 * ansi-color.el (ansi-color-unfontify-region):
2207 * international/latin1-disp.el (latin1-char-displayable-p):
2208 * progmodes/cwarn.el (turn-on-cwarn-mode):
2209 * progmodes/which-func.el (which-func-update-1):
2210 Use define-obsolete-function-alias.
2211
2212 * net/newst-backend.el (newsticker-cache-filename):
2213 * net/newst-treeview.el (newsticker-groups-filename):
2214 Fix incorrect obsolescence declaration.
2215
2216 * allout.el (allout-passphrase-hint-string): Likewise.
2217 (allout-init): Use a declare form to mark obsolete.
2218
2219 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2220 this applies to functions.
2221
2222 * iswitchb.el (iswitchb-read-buffer): Move code of
2223 iswitchb-define-mode-map here, and delete that obsolete function.
2224
2225 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2226 font-lock-reference-face.
2227
2228 2012-09-25 Glenn Morris <rgm@gnu.org>
2229
2230 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2231 Doc fixes.
2232
2233 * eshell/em-term.el (eshell-term-name):
2234 Default to term-term-name. (Bug#12485)
2235
2236 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2237
2238 * progmodes/python.el (python-shell-send-buffer): Better handling
2239 of "if __name__ == '__main__':" conditionals when sending the buffer.
2240
2241 2012-09-24 Glenn Morris <rgm@gnu.org>
2242
2243 * eshell/esh-cmd.el (eshell-find-alias-function):
2244 Tighten up file-name regexp. (Bug#12499)
2245
2246 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2247
2248 Enhancements for triple-quote string syntax.
2249 * progmodes/python.el (python-quote-syntax): Remove.
2250 (python-syntax-propertize-function): New value.
2251 (python-syntax-count-quotes, python-syntax-stringify):
2252 New functions.
2253
2254 2012-09-24 Chong Yidong <cyd@gnu.org>
2255
2256 * mail/supercite.el (sc-version): Remove obsolete function.
2257 (sc-describe): Don't mark as obsolete, since it is bound.
2258 (sc-submit-bug-report): Remove.
2259
2260 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2261 (cvs-commit-buffer-require-final-newline): Remove.
2262 (log-edit-require-final-newline)
2263 (log-edit-changelog-full-paragraphs): Default to t.
2264
2265 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2266 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2267 * vc/vc.el (vc-checkout-carefully): Likewise.
2268
2269 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2270 (emerge-version): Remove.
2271
2272 * progmodes/compile.el (compile-internal): Remove.
2273 (compilation-parse-errors-function): Fix typo.
2274
2275 * international/mule.el (set-char-table-default): Remove.
2276 (set-coding-priority, make-coding-system, generic-char-p)
2277 (charset-list, charset-bytes, charset-id): Use declare to mark
2278 functions as obsolete.
2279
2280 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2281 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2282 * vc/vc-hooks.el (vc-default-registered): Don't use
2283 vc-master-templates.
2284
2285 * font-lock.el (font-lock-reference-face):
2286 Use define-obsolete-variable-alias.
2287
2288 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2289 * calendar/calendar.el (calendar-font-lock-keywords):
2290 * calendar/diary-lib.el (diary-font-lock-keywords)
2291 (diary-fancy-font-lock-keywords):
2292 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2293 * textmodes/reftex-index.el (reftex-insert-index):
2294 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2295 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2296 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2297 * progmodes/prolog.el (prolog-font-lock-keywords):
2298 * progmodes/idlwave.el (idlwave-idl-keywords):
2299 * progmodes/ada-mode.el (ada-font-lock-keywords):
2300 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2301
2302 2012-09-24 Glenn Morris <rgm@gnu.org>
2303
2304 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2305
2306 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2307
2308 * progmodes/python.el (python-indent-line): More consistent cursor
2309 movement behavior.
2310
2311 2012-09-23 Stefan Merten <smerten@oekonux.de>
2312
2313 * textmodes/rst.el: Fix compiler warning.
2314
2315 2012-09-23 Roland Winkler <winkler@gnu.org>
2316
2317 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2318 Transcribe also LaTeX hyphenation.
2319 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2320 bibtex-reformat-previous-options.
2321
2322 2012-09-23 Roland Winkler <winkler@gnu.org>
2323
2324 * proced.el (proced-renice-command): New variable.
2325 (proced-marked-processes): New function.
2326 (proced-with-processes-buffer): New macro.
2327 (proced-send-signal): Use them.
2328 (proced-renice): New command bound to r.
2329
2330 2012-09-23 Roland Winkler <winkler@gnu.org>
2331
2332 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2333 ibuffer-saved-filter-groups has one element, shortcut the call of
2334 completing-read. (Bug#12331)
2335
2336 2012-09-23 Chong Yidong <cyd@gnu.org>
2337
2338 * bindings.el (mode-line-toggle-read-only):
2339 * bs.el (bs-toggle-readonly):
2340 * buff-menu.el (Buffer-menu-toggle-read-only):
2341 * dired.el (dired-toggle-read-only):
2342 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2343
2344 2012-09-23 Chong Yidong <cyd@gnu.org>
2345
2346 * image.el (image-type-available-p): Adapt to init-image-library
2347 argument changes.
2348
2349 2012-09-22 Juri Linkov <juri@jurta.org>
2350
2351 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2352 `dired-toggle-read-only'. (Bug#12462)
2353
2354 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2355
2356 * subr.el (temp-output-buffer-show): New function.
2357 (with-output-to-temp-buffer): Call temp-output-buffer-show
2358 instead of internal-temp-output-buffer-show.
2359
2360 2012-09-22 Chong Yidong <cyd@gnu.org>
2361
2362 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2363 (Bug#12462).
2364
2365 * repeat.el (repeat): Doc fix (Bug#12348).
2366
2367 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2368 (Bug#10909).
2369
2370 * simple.el (shell-command-on-region): Doc fix.
2371 (read-only-mode): Doc fix.
2372
2373 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2374
2375 * emacs-lisp/timer.el (run-with-idle-timer)
2376 (timer-activate-when-idle): Warn against reinvoking an idle timer
2377 from within its own timer action. (Bug#12447)
2378
2379 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2380
2381 * cus-start.el (window-combination-limit): Add new optional
2382 values.
2383 * window.el (temp-buffer-window-show)
2384 (window--try-to-split-window): Handle new values of
2385 window-combination-limit (Bug#1806).
2386 (split-window): Test window-combination-limit for t instead of
2387 non-nil.
2388 (display-buffer-at-bottom): New buffer display action function.
2389 * help.el (temp-buffer-resize-regexps): New option.
2390 (temp-buffer-resize-mode): Rewrite doc-string.
2391 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2392 Don't resize reused window. Suggested by Glenn Morris.
2393
2394 2012-09-22 Stefan Merten <smerten@oekonux.de>
2395
2396 * textmodes/rst.el: Revamp section title faces.
2397 (rst-official-version)
2398 (rst-package-emacs-version-alist): Sync with official version
2399 V1.4.0.
2400 (rst-faces-defaults, rst-set-level-default)
2401 (rst-level-face-max, rst-level-face-base-color)
2402 (rst-level-face-base-light, rst-level-face-format-light)
2403 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2404 (rst-adornment-faces-alist): Match new setup.
2405 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2406 (rst-level-5, rst-level-6): New faces.
2407
2408 2012-09-22 Chong Yidong <cyd@gnu.org>
2409
2410 * simple.el (undo): Handle indirect buffers (Bug#8207).
2411
2412 2012-09-21 Leo Liu <sdl.web@gmail.com>
2413
2414 IDO: Disable match re-ordering for buffer switching.
2415 * ido.el (ido-buffer-disable-smart-matches): New variable.
2416 (ido-set-matches-1): Use it. (Bug#2042)
2417
2418 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2419
2420 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2421 Fix 2011-05-17 change. (Bug#12418)
2422
2423 2012-09-21 Leo Liu <sdl.web@gmail.com>
2424
2425 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2426
2427 2012-09-21 Glenn Morris <rgm@gnu.org>
2428
2429 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2430 Be more robust about locating simple.el.
2431
2432 2012-09-21 Glenn Morris <rgm@gnu.org>
2433
2434 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2435
2436 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2437
2438 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2439
2440 2012-09-20 Juri Linkov <juri@jurta.org>
2441
2442 * replace.el (query-replace-read-from): Use `read-regexp' instead
2443 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2444 (occur-read-primary-args): Use `read-regexp' instead of
2445 `read-string'.
2446 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2447 `read-from-minibuffer'.
2448 * isearch.el (isearch-occur): Use `read-regexp' instead of
2449 `read-string'.
2450 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2451 `read-from-minibuffer'.
2452 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2453 of `read-string'. (Bug#7567)
2454
2455 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2456 and allow accepting a list of strings prepended to a list of
2457 standard default values. Doc fix. (Bug#12321)
2458
2459 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2460
2461 * replace.el (read-regexp): Don't add ": " when PROMPT already
2462 ends with a colon and space. (Bug#12321)
2463
2464 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2465
2466 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2467 error.
2468
2469 2012-09-20 Stefan Merten <smerten@oekonux.de>
2470
2471 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2472 Fixes feature request bug#11711.
2473 (rst-mode): Create `imenu-create-index-function'.
2474 (rst-get-stripped-line): Delete after refactoring.
2475 (rst-section-tree, rst-section-tree-rec)
2476 (rst-section-tree-point): Refactor and document properly.
2477 (rst-imenu-find-adornments-for-position)
2478 (rst-imenu-convert-cell, rst-imenu-create-index):
2479 New function.
2480
2481 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2484 (macroexp--expand-all): Use it.
2485 (macroexp--funcall-and-return): Remove by folding it into its sole
2486 caller (macroexp--warn-and-return).
2487 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2488 Use macroexp--obsolete-warning.
2489
2490 * calc/calc.el: Fix last change by removing the whole chunk, since it
2491 was only needed back when Calc was not bundled.
2492
2493 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2494
2495 * emacs-lisp/debug.el (debug): Restore assignment to
2496 debugger-old-buffer removed on 2012-09-08.
2497
2498 2012-09-20 Juri Linkov <juri@jurta.org>
2499
2500 * dired-aux.el (dired-diff): Remove (require 'diff) since
2501 `diff-latest-backup-file' is now autoloaded.
2502
2503 2012-09-20 Chong Yidong <cyd@gnu.org>
2504
2505 * vc/diff.el (diff-latest-backup-file): Autoload.
2506
2507 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * calc/calc.el: Remove redundant autoload shape check.
2510 (sel-mode): Don't defvar.
2511 (calc-get-stack-element): Add `sel-mode' arg instead.
2512 (calc-top, calc-top-list): Pass it this additional argument.
2513 * calc/calc-store.el (calc-store-map):
2514 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2515 (calc-map-equation, calc-outer-product, calc-inner-product):
2516 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2517
2518 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2519
2520 2012-09-19 Juri Linkov <juri@jurta.org>
2521
2522 * dired-aux.el (dired-diff): Add (require 'diff) because
2523 `diff-latest-backup-file' is not autoloaded.
2524 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2525 of `dired-get-filename' to t to not report error when there is
2526 no default file on the current line.
2527
2528 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2529
2530 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2531 macroexp--eval-if-compile.
2532 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2533 (macroexp--expand-all): Use them (bug#12371).
2534
2535 * doc-view.el (doc-view-guess-paper-size)
2536 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2537
2538 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2539
2540 New feature: set optimal slice from BoundingBox information.
2541 * doc-view.el (doc-view-mode-map): Add keybinding.
2542 (doc-view-menu): Add menu entry.
2543 (doc-view-set-slice): Adapt docstring.
2544 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2545 (doc-view-scale-bounding-box)
2546 (doc-view-set-slice-from-bounding-box): New functions.
2547 (doc-view-paper-sizes): New defvar.
2548
2549 2012-09-19 Glenn Morris <rgm@gnu.org>
2550
2551 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2552 (byte-compile-log-warning): Autoload. (Bug#12371)
2553
2554 * calendar/calendar.el (calendar-american-month-header)
2555 (calendar-european-month-header, calendar-iso-month-header)
2556 (calendar-month-header): New options.
2557 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2558 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2559
2560 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2561
2562 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2563
2564 2012-09-18 Juri Linkov <juri@jurta.org>
2565
2566 * dired-aux.el (dired-diff): Restore original functionality of
2567 getting the default value, but keep new feature of using the
2568 latest existing backup file (`diff-latest-backup-file').
2569
2570 2012-09-18 Juri Linkov <juri@jurta.org>
2571
2572 * dired.el (dired-mark): If the region is active in Transient Mark
2573 mode, mark all files in the active region. Doc fix.
2574 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2575 Doc fix. (Bug#10624)
2576
2577 2012-09-18 Juri Linkov <juri@jurta.org>
2578
2579 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2580 attributes for M-n are pulled from the file at point.
2581 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2582 Suggested by Drew Adams. (Bug#10624)
2583
2584 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2585
2586 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2587 whitespace after "end".
2588 (ruby-do-end-to-brace): Collapse block to one line if it fits
2589 within fill-column.
2590
2591 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2592
2593 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2594 value.
2595 (debug): Don't remove debugger window when debugger is expected
2596 to be back.
2597
2598 2012-09-18 Chong Yidong <cyd@gnu.org>
2599
2600 * custom.el (defface): Doc fix.
2601
2602 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2603
2604 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2605
2606 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2607 to initialize query-on-exit; then test that instead (bug#12288).
2608
2609 2012-09-17 Stefan Merten <smerten@oekonux.de>
2610
2611 * textmodes/rst.el: Add support for `testcover'.
2612 (rst-defcustom-testcover, rst-testcover-add-compose)
2613 (rst-testcover-add-1value): New functions.
2614 (rst-portable-mark-active-p): Replace by `use-region-p'.
2615 (rst-update-section, rst-classify-adornment)
2616 (rst-find-title-line): Mark `1value' forms.
2617 (rst-classify-adornment): Remove superfluous form.
2618 (rst-update-section, rst-get-adornments-around)
2619 (rst-adornment-complete-p, rst-get-next-adornment)
2620 (rst-adjust, rst-promote-region)
2621 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2622 (rst-find-pfx-in-region, rst-section-tree-rec)
2623 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2624 (rst-toc-node, rst-toc, rst-forward-section)
2625 (rst-iterate-leftmost-paragraphs)
2626 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2627 (rst-bullet-list-region)
2628 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2629 (rst-compile-find-conf, rst-compile)
2630 (rst-repeat-last-character): Fix style.
2631
2632 2012-09-17 Chong Yidong <cyd@gnu.org>
2633
2634 * comint.el (comint--complete-file-name-data): Don't add a space
2635 if the status is `sole'; that adds a gratuitous space in the
2636 completion-cycling case (Bug#12092).
2637
2638 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2639
2640 2012-09-17 Richard Stallman <rms@gnu.org>
2641
2642 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2643 only in the mime-shown mode, not in raw mode.
2644 (rmail-mime): Toggle off mime by displaying the message without
2645 mime processing. (Bug#12305)
2646
2647 * mail/rmail.el (rmail-retry-failure):
2648 Turn off mime processing first. (Bug#12037)
2649
2650 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2651
2652 2012-09-17 Chong Yidong <cyd@gnu.org>
2653
2654 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2655 (shell-dynamic-complete-functions): Convert to defcustom.
2656 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2657
2658 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2659 * comint.el (comint-prompt-read-only):
2660 * custom.el (defcustom):
2661 * hi-lock.el (hi-lock-mode):
2662 * ibuffer.el (ibuffer-formats):
2663 * ielm.el (ielm-prompt-read-only):
2664 * novice.el (disable-command):
2665 * saveplace.el (toggle-save-place):
2666 * speedbar.el (speedbar-supported-extension-expressions):
2667 * startup.el (auto-save-list-file-prefix, init-file-user)
2668 (after-init-hook, inhibit-startup-echo-area-message):
2669 * strokes.el (strokes-help):
2670 * time-stamp.el (time-stamp):
2671 * calendar/calendar.el (calendar, diary-file):
2672 * calendar/diary-lib.el (diary-mail-entries, diary)
2673 (diary-list-entries-hook):
2674 * calendar/holidays.el (holidays, calendar-holidays):
2675 * calendar/lunar.el (lunar-phases):
2676 * calendar/solar.el (sunrise-sunset):
2677 * emulation/edt.el (edt-load-keys):
2678 * emulation/viper.el (viper-mode):
2679 * eshell/em-alias.el (eshell-command-aliases-list):
2680 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2681 * international/ogonek.el (ogonek-information):
2682 * net/tramp-cmds.el (tramp-bug):
2683 * net/quickurl.el (quickurl-reread-hook-postfix):
2684 * play/decipher.el (decipher-font-lock-keywords):
2685 * progmodes/cc-styles.el (c-set-style):
2686 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2687 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2688 * progmodes/octave-mod.el (octave-mode):
2689 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2690 * progmodes/verilog-mode.el (verilog-read-defines):
2691 * textmodes/two-column.el (2C-mode): Likewise.
2692
2693 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2694
2695 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2696 that holds many addresses.
2697
2698 2012-09-16 Chong Yidong <cyd@gnu.org>
2699
2700 * align.el (align-areas): Call the indication function with
2701 positions instead of markers for arguments (Bug#12343).
2702
2703 * files.el (parse-colon-path): Use split-string (Bug#12351).
2704
2705 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2706 (display-buffer-function): Mark as obsolete.
2707
2708 * progmodes/compile.el (compilation-parse-errors): Accept list
2709 values similar to font-lock-keywords (Bug#12136).
2710 Suggested by Oleksandr Manzyuk.
2711 (compilation-error-regexp-alist): Doc fix.
2712
2713 2012-09-15 Glenn Morris <rgm@gnu.org>
2714
2715 * version.el (emacs-bzr-version-bzr): New function.
2716 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2717
2718 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2719 checkouts, check the parent dirstate matches the branch.
2720 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2721 empty string.
2722
2723 * version.el (emacs-bzr-version): Doc fix.
2724 (emacs-bzr-version-dirstate): New function.
2725 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2726 is local try and check that it matches the branch. If not, just
2727 use dirstate information. (Bug#12441)
2728
2729 2012-09-14 Juri Linkov <juri@jurta.org>
2730
2731 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2732 (Bug#12399)
2733
2734 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2737
2738 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2739 Remove obsolete byte-compiler hack that tried to silence some warnings.
2740 (edebug-submit-bug-report): Remove.
2741 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2742 Remove aliases, use the un-prefixed name instead.
2743 (edebug-pop-to-buffer): Consider other frames.
2744 (edebug-original-read):: Make it more obvious that it's always defined.
2745 (edebug--make-form-data-entry, edebug--form-data-name)
2746 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2747 single-dashed name, and implement with cl-defstruct.
2748 (edebug-set-form-data-entry): Use the standard accessors.
2749 (edebug-make-top-form-data-entry): Use push.
2750 (edebug-no-match): Drop useless `funcall'.
2751 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2752 to functions.
2753 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2754 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2755 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2756 (easy-menu-define, with-custom-print): Remove redundant specs.
2757 (edebug-outside-overriding-local-map)
2758 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2759 (edebug--display): Bind unread-command-events directly to nil rather
2760 than binding it to unread-command-events and later setting it to nil.
2761 (edebug--display): Kill edebug-eval-buffer here...
2762 (edebug--recursive-edit): ...rather than here.
2763 Bind standard-output and standard-input.
2764 (edebug-eval): Check cl-macroexpand-all is fboundp.
2765 (edebug-temp-display-freq-count): Fix last change.
2766
2767 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2768 * subr.el (noreturn, 1value): Add `debug' spec.
2769 * emacs-lisp/advice.el: Require cl-lib.
2770 (ad-copy-tree): Remove, use copy-tree instead.
2771 (ad-dolist): Remove use dolist or cl-dolist instead.
2772 (ad-do-return): Remove, use cl-return instead.
2773 (defadvice): Add `debug' spec.
2774
2775 2012-09-13 Juri Linkov <juri@jurta.org>
2776
2777 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2778 (Bug#12399)
2779
2780 2012-09-13 Glenn Morris <rgm@gnu.org>
2781
2782 * calc/calc.el (math-compose-expr):
2783 * calc/calc-ext.el (math-compose-expr):
2784 * progmodes/cc-defs.el (cl-macroexpand-all):
2785 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2786 (cl-macroexpand-all): Update declarations.
2787
2788 * vc/vc.el: No need to require ediff.
2789 (ediff-load-version-control): Declare.
2790 (ediff-vc-internal): Fix declaration.
2791 (vc-version-ediff): Require ediff.
2792
2793 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2794
2795 Use a more backwards-compatible timer format (Bug#12430).
2796 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2797 being right after USECS, as that better supports old code that
2798 inadvisedly looked directly at the timer vector.
2799
2800 2012-09-13 Kenichi Handa <handa@gnu.org>
2801
2802 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2803 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2804 `coding-priority' property of these language environment.
2805
2806 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2807
2808 Fix glitches caused by addition of psec to timers (Bug#12430).
2809 * image.el (image-animate-timer):
2810 * time.el (display-time-world-timer):
2811 Use timer--function and timer--args rather than raw access to
2812 timer vector.
2813
2814 2012-09-13 Glenn Morris <rgm@gnu.org>
2815
2816 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2817 If not compiling a file, try using load-file-name.
2818
2819 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2822 Fix last change.
2823 (edebug-update-eval-list): Use `push'.
2824
2825 * emacs-lisp/edebug.el: Use lexical-binding.
2826 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2827 Mark unused args with underscore.
2828 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2829 (edebug-form-data): Use defvar-local.
2830 (edebug-make-before-and-after-form, edebug-make-after-form):
2831 Use backquote.
2832 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2833 Not dynamically scoped any more.
2834 (edebug--enter-trace): Add arguments `function' and `args'.
2835 Rename from edebug-enter-trace.
2836 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2837 (edebug--update-coverage): Add `after-index' and `value' args.
2838 Rename from edebug-update-coverage.
2839 (edebug-slow-after): Call it accordingly.
2840 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2841 edebug-recursive-edit.
2842 (edebug--display): Call it accordingly. Add args `value',
2843 `offset-index', and `arg-mode'. Rename from edebug-display.
2844 (edebug-debugger, edebug): Call it accordingly.
2845 (edebug-eval-display-list): Use dolist.
2846
2847 2012-09-12 Juri Linkov <juri@jurta.org>
2848
2849 * info.el (Info-search): Don't check for isearch-mode and
2850 isearch-regexp before let-binding search-spaces-regexp to
2851 Info-search-whitespace-regexp.
2852 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2853 search-whitespace-regexp if isearch-lax-whitespace or
2854 isearch-regexp-lax-whitespace is non-nil.
2855 (Info-mode): Don't set local variable search-whitespace-regexp.
2856 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2857
2858 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2861 (debugger-env-macro): Remove support for unread-command-char.
2862
2863 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2864 the temporary map re-appearing on emulation-mode-map-alists.
2865
2866 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2867 since 22.1.
2868
2869 * ehelp.el (with-electric-help): Accept functions in
2870 electric-help-form-to-execute.
2871 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2872 And replace unread-command-char -> unread-command-events.
2873
2874 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2875
2876 Sync with Tramp 2.2.6.
2877
2878 * net/tramp.el (tramp-accept-process-output): Don't use
2879 JUST-THIS-ONE in the XEmacs case.
2880
2881 * net/trampver.el: Update release number.
2882
2883 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2884
2885 * emacs-lisp/debug.el (debugger-previous-window-height):
2886 New variable.
2887 (debug): When debugger-jumping-flag is non-nil try to restore
2888 height of debugger window. (Bug#8789)
2889
2890 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2893 overriding-local-map and pre/post-command-hook here.
2894 (edebug-recursive-edit): Do it here instead (bug#12345).
2895 (edebug-outside-unread-command-char): Remove all uses of
2896 unread-command-char.
2897
2898 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2899 inhibit-debugger is bound instead.
2900
2901 2012-09-11 Bastien Guerry <bzg@gnu.org>
2902
2903 * subr.el (set-temporary-overlay-map): Add a docstring.
2904 (Bug#12346)
2905
2906 2012-09-11 Bastien Guerry <bzg@gnu.org>
2907
2908 * minibuffer.el (completion-table-subvert): Fix docstring.
2909 (Bug#12347)
2910
2911 2012-09-11 Bastien Guerry <bzg@gnu.org>
2912
2913 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2914
2915 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2916
2917 * progmodes/sql.el: Version 3.1
2918 (sql-db2-escape-newlines): New variable.
2919 (sql-escape-newlines-filter): Use it.
2920
2921 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2922
2923 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2924
2925 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2926
2927 * vc/diff-mode.el (diff-mode-menu):
2928 Bind diff-remove-trailing-whitespace.
2929
2930 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2933 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2934 (emacs-lisp-byte-code-mode): New functions.
2935 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2936 (eval-defun-2): Remove bogus interactive spec.
2937 (lisp-indent-line): Remove redundant whole-exp code, now done in
2938 indent-according-to-mode.
2939 (save-match-data): Remove redundant indent data.
2940
2941 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2942 Use `declare'.
2943
2944 2012-09-09 Juri Linkov <juri@jurta.org>
2945
2946 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2947 (replace-lax-whitespace, query-replace-regexp)
2948 (query-replace-regexp-eval, replace-regexp): Doc fix.
2949 (perform-replace, replace-highlight): Let-bind
2950 isearch-lax-whitespace to replace-lax-whitespace and
2951 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2952
2953 * isearch.el (isearch-query-replace): Let-bind
2954 replace-lax-whitespace to isearch-lax-whitespace and
2955 replace-regexp-lax-whitespace to
2956 isearch-regexp-lax-whitespace. (Bug#10885)
2957
2958 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2961
2962 2012-09-09 Alan Mackenzie <acm@muc.de>
2963
2964 * progmodes/cc-engine.el (c-state-cache-init):
2965 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2966 (c-record-parse-state-state):
2967 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2968
2969 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2970
2971 * register.el (register-separator): Rename from
2972 separator-register. All uses changed. Doc fix.
2973 (register): Fix version.
2974
2975 2012-09-09 Chong Yidong <cyd@gnu.org>
2976
2977 * replace.el (query-replace-map): Bind four new symbols for
2978 requesting window scrolling.
2979
2980 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2981 query-replace-map (Bug#8948).
2982
2983 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2984
2985 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2986 since they are now in query-replace-map.
2987
2988 * window.el (scroll-other-window-down): Make the arg optional.
2989
2990 2012-09-09 Chong Yidong <cyd@gnu.org>
2991
2992 * files.el (hack-local-variables-confirm): Use quit-window to kill
2993 the *Local Variables* buffer.
2994
2995 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2996
2997 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2998 not just expect to be at its beginning. Adjust callees.
2999 Succeed when do-end block has no space before the pipe character.
3000 (ruby-brace-to-do-end): When the original block is one-liner,
3001 convert to multiline. Reindent the result.
3002
3003 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3004
3005 * register.el (register): New group.
3006 (separator-register): New user option.
3007 (increment-register): Route it to `append-to-register', if
3008 register contains text. Implication is that `C-x r +' can now be
3009 used for appending to a text register (bug#12217).
3010 (append-to-register, prepend-to-register): Add separator based on
3011 `separator-register'.
3012
3013 2012-09-08 Alan Mackenzie <acm@muc.de>
3014
3015 AWK Mode: make auto-newline work when there's "==" in the pattern.
3016 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3017 correctly.
3018 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3019 Test more rigorously for "=" token.
3020
3021 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3022
3023 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3024 Only fail when reached LIMIT.
3025
3026 2012-09-08 Chong Yidong <cyd@gnu.org>
3027
3028 * dired.el (dired-mode-map): Don't bind M-=.
3029
3030 * dired-aux.el (dired-diff): Use backup file as default.
3031
3032 2012-09-08 Drew Adams <drew.adams@oracle.com>
3033
3034 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3035
3036 2012-09-08 Chong Yidong <cyd@gnu.org>
3037
3038 * subr.el (syntax-after, syntax-class): Doc fix.
3039
3040 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3041
3042 * window.el (display-buffer-in-previous-window): New buffer
3043 display action function.
3044
3045 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3046 (debugger-previous-window): New variable.
3047 (debug): Rewrite using display-buffer-in-previous-window,
3048 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3049
3050 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3053
3054 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3055
3056 * progmodes/python.el (python-shell-send-string):
3057 When default-directory is remote, create temp file on remote
3058 filesystem.
3059 (python-shell-send-file): When file is remote, pass local view of
3060 file paths to remote Python interpreter. (Bug#12340)
3061
3062 2012-09-07 Chong Yidong <cyd@gnu.org>
3063
3064 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3065
3066 * files.el (after-find-file): Don't fail on a read-only buffer if
3067 require-final-newline is `visit' or `visit-save' (Bug#11156).
3068
3069 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3070
3071 * userlock.el (ask-user-about-supersession-threat):
3072 Use read-char-choice (Bug#12093).
3073
3074 2012-09-07 Chong Yidong <cyd@gnu.org>
3075
3076 * subr.el (buffer-narrowed-p): New function.
3077
3078 * ses.el (ses-widen):
3079 * simple.el (count-words--buffer-message):
3080 * net/browse-url.el (browse-url-of-buffer): Use it.
3081
3082 * simple.el (count-words-region): Don't signal an error if there
3083 is a non-nil prefix arg and the mark is not set.
3084
3085 * help.el (describe-key-briefly): Allow the message to be seen
3086 when invoked from the minibuffer (Bug#7014).
3087
3088 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3089
3090 * progmodes/ruby-mode.el (ruby-end-of-defun)
3091 (ruby-beginning-of-defun): Simplify, allow indentation before
3092 block beginning and end keywords.
3093 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3094 (ruby-end-of-defun): Expect that the point is at the beginning of
3095 the defun.
3096
3097 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3100 (bug#12367).
3101 (cl--make-usage-args): Strip _ from argument names.
3102
3103 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3104
3105 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3106 obsolete alias speedbar-key-map.
3107 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3108 (vhdl-index-menu-init): Don't use obsolete variable
3109 font-lock-maximum-size.
3110
3111 2012-09-06 Chong Yidong <cyd@gnu.org>
3112
3113 * frame.el (window-system-version): Mark as obsolete.
3114
3115 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3116 of obsolete variable speedbar-key-map.
3117
3118 2012-09-06 Juri Linkov <juri@jurta.org>
3119
3120 * replace.el (replace-lax-whitespace): New defcustom.
3121 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3122 (replace-string, replace-regexp): Mention it in docstrings.
3123 (perform-replace, replace-highlight): Let-bind
3124 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3125 to the values of replace-lax-whitespace and regexp-flag.
3126 Don't let-bind search-whitespace-regexp. (Bug#10885)
3127
3128 * isearch.el (isearch-query-replace): Let-bind
3129 replace-lax-whitespace instead of let-binding
3130 replace-search-function and replace-re-search-function.
3131 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3132 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3133 (isearch-toggle-symbol): Set isearch-regexp to nil
3134 in isearch-word mode (like in isearch-toggle-word).
3135
3136 2012-09-06 Juri Linkov <juri@jurta.org>
3137
3138 * replace.el (replace-search-function)
3139 (replace-re-search-function): Set default values to nil.
3140 (perform-replace): Let-bind isearch-related variables based on
3141 replace-related values, call `isearch-search-fun' and let-bind
3142 the result to `search-function'. Remove code that sets
3143 `search-function' and `search-string' separately for
3144 `delimited-flag'.
3145 (replace-highlight): Add new argument `delimited-flag' and
3146 rename other arguments to the names used in `perform-replace'.
3147 Let-bind `isearch-word' to the argument `delimited-flag'.
3148 (Bug#10885, bug#10887)
3149
3150 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3151
3152 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3153 ruby-beginning-of-indent, simplify, allow all keywords to have
3154 indentation before them.
3155 (ruby-beginning-of-indent): Adjust for above. Search until the
3156 found point is not inside a string or comment.
3157 (ruby-font-lock-keywords): Allow symbols to start with "@"
3158 character, give them higher priority than variables.
3159 (ruby-syntax-propertize-function)
3160 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3161 matchers. Expression expansions are not comments when inside a
3162 string, and there comment syntax status is irrelevant.
3163 (ruby-match-expression-expansion): New function. Check that
3164 expression expansion is inside a string, and it's not escaped.
3165 (ruby-font-lock-keywords): Use it.
3166
3167 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3168
3169 * help.el (temp-buffer-max-height): New default value.
3170 (temp-buffer-resize-frames): New option.
3171 (resize-temp-buffer-window): Optionally resize frame.
3172
3173 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3174 (fit-frame-to-buffer): New function.
3175
3176 2012-09-05 Glenn Morris <rgm@gnu.org>
3177
3178 * emulation/cua-rect.el (cua--init-rectangles):
3179 * textmodes/picture.el (picture-mode-map):
3180 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3181 like forward-char and backward-char. (Bug#12317)
3182
3183 2012-09-05 Leo Liu <sdl.web@gmail.com>
3184
3185 * progmodes/flymake.el (flymake-warning-re): New variable.
3186 (flymake-parse-line): Use it.
3187
3188 2012-09-05 Glenn Morris <rgm@gnu.org>
3189
3190 * calendar/holidays.el (holiday-christian-holidays):
3191 Rename an entry. (Bug#12289)
3192
3193 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3196 (bug#12222).
3197
3198 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * loadup.el: Load macroexp. Remove hack.
3201 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3202 (macroexp--expand-all): Use it to get better warnings.
3203 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3204 (internal-macroexpand-for-load): New functions.
3205 (macroexp--pending-eager-loads): New var.
3206 (emacs-startup-hook): New hack to replace one in loadup.el.
3207 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3208 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3209 (cl-psetf): Simplify.
3210 (cl-defstruct): Add indent rule.
3211
3212 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3213
3214 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3215 over `user-mail-address' for the SMTP MAIL FROM envelope.
3216 (smtpmail-via-smtp): Ditto.
3217
3218 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3219
3220 * progmodes/ruby-mode.el: Clean up keybindings.
3221 (ruby-mode-map): Don't bind ruby-electric-brace,
3222 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3223 backward-kill-word, reindent-then-newline-and-indent.
3224 (ruby-mark-defun): Remove.
3225 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3226 (ruby-mode): Set local beginning-of-defun-function and
3227 end-of-defun-function values.
3228
3229 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3230
3231 * window.el (temp-buffer-window-setup-hook)
3232 (temp-buffer-window-show-hook): New hooks.
3233 (temp-buffer-window-setup, temp-buffer-window-show)
3234 (with-temp-buffer-window): New functions.
3235 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3236 (special-display-popup-frame): Make sure the window used shows BUFFER.
3237
3238 * help.el (temp-buffer-resize-mode): Fix doc-string.
3239 (resize-temp-buffer-window): New optional argument WINDOW.
3240
3241 * files.el (recover-file, save-buffers-kill-emacs):
3242 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3243
3244 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3245
3246 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3247 remote definition of `default-directory', ensure we can connect.
3248
3249 2012-09-02 Juri Linkov <juri@jurta.org>
3250
3251 Toggle whitespace matching mode with M-s SPC.
3252 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3253
3254 * isearch.el (search-whitespace-regexp): Doc fix.
3255 Remove cons cell customization.
3256 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3257 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3258 New variables.
3259 (isearch-forward, isearch-forward-regexp): Doc fix.
3260 (isearch-toggle-lax-whitespace): New command.
3261 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3262 (re-search-forward-lax-whitespace)
3263 (re-search-backward-lax-whitespace): New functions.
3264 (isearch-whitespace-regexp): Remove function.
3265 (isearch-query-replace): Let-bind replace-search-function and
3266 replace-re-search-function.
3267 (isearch-occur): Let-bind search-spaces-regexp according to the
3268 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3269 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3270 condition for C-q SPC.
3271 (isearch-search-fun-default): Use new functions mentioned above.
3272 (isearch-search-forward, isearch-search-backward): Remove functions.
3273 (isearch-search): Don't let-bind search-spaces-regexp.
3274 (isearch-lazy-highlight-space-regexp): Remove variable.
3275 (isearch-lazy-highlight-lax-whitespace)
3276 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3277 (isearch-lazy-highlight-new-loop): Use them.
3278 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3279
3280 2012-09-02 Chong Yidong <cyd@gnu.org>
3281
3282 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3283
3284 2012-09-02 Glenn Morris <rgm@gnu.org>
3285
3286 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3287
3288 2012-09-01 Glenn Morris <rgm@gnu.org>
3289
3290 * term.el: Tidy up menu definitions.
3291 (term-mode-map): Use easymenu for In/Out, Complete menus.
3292 (term-pager-break-map): Initialize in the defvar.
3293 (term-terminal-menu, term-signals-menu): Define with easymenu.
3294 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3295 (term-pager-menu): New, extracted from term-process-pager.
3296 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3297 (term-update-mode-line): Propertize line/char and page items.
3298 (term-process-pager): Move keymap initialization elsewhere.
3299
3300 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3301
3302 * window.el (switch-to-prev-buffer): Handle additional values of
3303 BURY-OR-KILL argument. Don't switch in minibuffer window.
3304 (switch-to-next-buffer): Don't switch in minibuffer window.
3305 (quit-restore-window): New function based on quit-window.
3306 Handle additional values of former KILL argument.
3307 (quit-window): Call quit-restore-window with appropriate
3308 interpretation of KILL argument.
3309 (display-buffer-below-selected): New buffer display action
3310 function.
3311
3312 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * minibuffer.el (completion-at-point-functions): Complete docstring
3315 (bug#12254).
3316
3317 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3318
3319 Better seed support for (random).
3320 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3321 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3322 * play/mpuz.el, play/tetris.el, play/zone.el:
3323 * calc/calc-comb.el (math-init-random-base):
3324 * play/blackbox.el (bb-init-board):
3325 * play/life.el (life):
3326 * server.el (server-use-tcp):
3327 * type-break.el (type-break):
3328 Remove unnecessary call to (random t).
3329 * net/sasl.el (sasl-unique-id-function):
3330 Change (random t) to (random), now that the latter is more random.
3331 * play/life.el (life-initialized): Remove no-longer-needed var.
3332
3333 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3334
3335 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3336 Consider frame's buffer predicate when choosing the buffer.
3337 (Bug#12081)
3338
3339 2012-08-30 Richard Stallman <rms@gnu.org>
3340
3341 * simple.el (special-mode-map): Delete binding for `z'.
3342
3343 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3344
3345 * progmodes/compile.el (compilation-always-kill): Doc fix.
3346
3347 2012-08-30 Chong Yidong <cyd@gnu.org>
3348
3349 * window.el (display-buffer-reuse-frames): Make the obsolescence
3350 message more informative.
3351
3352 2012-08-30 Glenn Morris <rgm@gnu.org>
3353
3354 * paren.el (show-paren-delay):
3355 Add a :set function. Doc fix. (Bug#12297)
3356
3357 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3358
3359 * progmodes/compile.el (compilation-always-kill): New var.
3360 (compilation-start): Use it.
3361
3362 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3365 * files.el (read-only-mode): Move to simple.el.
3366
3367 * files.el (read-only-mode): New minor mode.
3368 (toggle-read-only): Use it and mark obsolete.
3369 (find-file--read-only):
3370 * vc/vc.el (vc-next-action, vc-checkout):
3371 * vc/vc-cvs.el (vc-cvs-checkout):
3372 * obsolete/vc-mcvs.el (vc-mcvs-update):
3373 * ffap.el (ffap--toggle-read-only): Update callers.
3374
3375 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3376
3377 * eshell/esh-ext.el (eshell-external-command): Do not examine
3378 remote shell scripts.
3379 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3380
3381 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3382 "/usr/local/sbin".
3383
3384 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3387
3388 2012-08-28 Leo Liu <sdl.web@gmail.com>
3389
3390 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3391 completion-at-point. (Bug#12220)
3392
3393 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3394
3395 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3396
3397 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3400 be buffer-local; add delete-trailing-whitespace (bug#12259).
3401
3402 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3403
3404 * progmodes/hideif.el (hif-compress-define-list):
3405 Fix typo. (Bug#11951)
3406
3407 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3408
3409 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3410 buffer local setting.
3411
3412 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3413 rcirc-encode-coding-system.
3414
3415 2012-08-28 Leo Liu <sdl.web@gmail.com>
3416
3417 * net/rcirc.el (rcirc-split-message): New function.
3418 (rcirc-send-message): Use it. (Bug#12051)
3419
3420 2012-08-28 Juri Linkov <juri@jurta.org>
3421
3422 * info.el (Info-fontify-node): Hide empty lines at the end of
3423 the node. (Bug#12272)
3424
3425 2012-08-27 Drew Adams <drew.adams@oracle.com>
3426
3427 * dired.el (dired-pop-to-buffer): Make window start at beginning
3428 of buffer (Bug#12281).
3429
3430 2012-08-26 Chong Yidong <cyd@gnu.org>
3431
3432 * window.el (special-display-regexps, special-display-frame-alist)
3433 (special-display-buffer-names, special-display-function)
3434 (display-buffer-reuse-frames): Mark as obsolete.
3435
3436 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3437
3438 * help.el (help-print-return-message): Don't treat
3439 display-buffer-reuse-frames specially.
3440
3441 2012-08-26 Chong Yidong <cyd@gnu.org>
3442
3443 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3444 New variable, replacing gdb-frame-parameters.
3445 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3446 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3447 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3448 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3449 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3450 the functions directly with gdb-display-buffer-other-frame-action.
3451 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3452 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3453 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3454 (gdb-display-registers-buffer): Define directly.
3455 (def-gdb-display-buffer): Macro deleted.
3456 (gdb-display-buffer): Remove second and third args, callers don't
3457 use them. Defer to the default display-buffer behavior, apart
3458 from making windows dedicated.
3459 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3460
3461 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3462
3463 * window.el (display-buffer-pop-up-frame): Handle a
3464 pop-up-frame-parameters alist entry.
3465 (display-buffer): Document it.
3466
3467 2012-08-26 Chong Yidong <cyd@gnu.org>
3468
3469 * isearch.el (search-whitespace-regexp): Make string and nil
3470 values apply to both ordinary and regexp search. Allow a cons
3471 cell value to distinguish between the two.
3472 (isearch-whitespace-regexp, isearch-search-forward)
3473 (isearch-search-backward): New functions.
3474 (isearch-occur, isearch-search-fun-default, isearch-search)
3475 (isearch-lazy-highlight-new-loop): Use them.
3476 (isearch-forward, isearch-forward-regexp): Doc fix.
3477
3478 2012-08-26 Chong Yidong <cyd@gnu.org>
3479
3480 * faces.el (help-argument-name): Always inherit from italic
3481 (Bug#12213).
3482
3483 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3484
3485 * window.el (window--even-window-heights): Even heights when
3486 WINDOW and the selected window form a vertical combination.
3487 (display-buffer-use-some-window): Provide that window used gets
3488 sized back by quit-window. (Bug#11880) and (Bug#12091)
3489
3490 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3491
3492 Fix file time stamp problem with bzr and CVS (Bug#12001).
3493 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3494 in the file's time stamp, since the version control system loses
3495 that information.
3496
3497 2012-08-22 Juri Linkov <juri@jurta.org>
3498
3499 * info.el (Info-fontify-node): Hide the suffix of the
3500 Info file name in the header line. (Bug#12187)
3501
3502 2012-08-22 Glenn Morris <rgm@gnu.org>
3503
3504 * calendar/cal-tex.el (cal-tex-weekly-common):
3505 Restore leading blank page.
3506
3507 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3508
3509 * misc.el (forward-to-word, backward-to-word): Activate or extend
3510 the region under `shift-select-mode'. (Bug#12231)
3511
3512 2012-08-22 Bastien Guerry <bzg@gnu.org>
3513
3514 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3515 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3516 gives details on why the space is never needed.
3517
3518 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3519
3520 * window.el (walk-window-tree, window-with-parameter):
3521 New optional argument MINIBUF to control whether these functions
3522 should run on the minibuffer window.
3523 (window-at-side-list): Don't operate on minibuffer window.
3524 (window-in-direction): Simplify and rewrite doc-string.
3525 (window--size-ignore): Rename to window--size-ignore-p.
3526 Update callers.
3527 (display-buffer-in-atom-window, window--major-non-side-window)
3528 (window--major-side-window, display-buffer-in-major-side-window)
3529 (delete-side-window, display-buffer-in-side-window):
3530 New functions.
3531 (window--side-check, window-deletable-p, delete-window)
3532 (delete-other-windows, split-window): Handle side windows and
3533 atomic windows appropriately.
3534 (window--display-buffer): Call display-buffer-record-window also
3535 when the window buffer did not change.
3536
3537 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3538
3539 * help-fns.el (help-fns--key-bindings):
3540 Abbreviate non-symbol remap targets. (Bug#12174)
3541
3542 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3543
3544 * dired.el (dired-mark-remembered): Don't clobber point.
3545 (Bug#11795)
3546
3547 2012-08-22 Glenn Morris <rgm@gnu.org>
3548
3549 * progmodes/bug-reference.el (bug-reference): New custom group.
3550 (bug-reference-bug-regexp): Make it a defcustom.
3551
3552 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3553
3554 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3555 (js-paren-indent-offset, js-square-indent-offset)
3556 (js-curly-indent-offset): Add :safe (Bug#12257).
3557
3558 2012-08-22 Edward O'Connor <hober0@gmail.com>
3559
3560 * json.el (json-key-format): Add error properties.
3561 (json-encode-key): New function.
3562 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3563 Use json-encode-key.
3564
3565 2012-08-22 Glenn Morris <rgm@gnu.org>
3566
3567 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3568 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3569 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3570 Update for above change.
3571
3572 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3573
3574 * cus-face.el (custom-face-attributes): Fix customize type for the
3575 :underline attribute. (Bug#11805)
3576
3577 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3578
3579 * window.el (window-point-1, set-window-point-1): Remove.
3580 (window-in-direction, record-window-buffer)
3581 (set-window-buffer-start-and-point, split-window-below)
3582 (window--state-get-1, display-buffer-record-window):
3583 Replace calls to window-point-1 and set-window-point-1 by calls to
3584 window-point and set-window-point respectively.
3585
3586 2012-08-21 Glenn Morris <rgm@gnu.org>
3587
3588 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3589 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3590 Use it.
3591
3592 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3593 (cal-tex-shortday): New function.
3594 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3595 (cal-tex-cursor-filofax-daily): Use the above.
3596
3597 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3598 New functions.
3599 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3600 (cal-tex-cursor-filofax-week): Use them.
3601
3602 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3603 New constants.
3604 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3605 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3606
3607 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3608 (cal-tex-end-document): Don't rely on buffer name.
3609
3610 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3611 Use cal-tex-vspace.
3612 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3613 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3614 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3615 Use cal-tex-arg.
3616
3617 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3618 (cal-tex-cursor-week, cal-tex-cursor-week2)
3619 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3620 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3621 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3622 (cal-tex-insert-preamble, cal-tex-b-document)
3623 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3624 Improve cal-tex-cmd usage.
3625
3626 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3627 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3628 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3629 (cal-tex-weekly-paper): New function.
3630 (cal-tex-cursor-week, cal-tex-cursor-week2)
3631 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3632 (cal-tex-cursor-day): Use it.
3633
3634 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3635 (cal-tex-cursor-filofax-week): Remove leading blank page.
3636
3637 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3638 Add autoload cookie. For now at least, don't use color, since
3639 no other cal-tex function does.
3640
3641 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3642 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3643 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3644
3645 2012-08-21 Juri Linkov <juri@jurta.org>
3646
3647 * info.el (Info-file-attributes): New variable.
3648 (info-insert-file-contents): Add file attributes to
3649 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3650 `Info-toc-nodes' when previous modtime of the Info file is less
3651 than new modtime.
3652 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3653 of info.el. (Bug#12230)
3654
3655 2012-08-20 Glenn Morris <rgm@gnu.org>
3656
3657 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3658 * calendar/holidays.el (calendar-holiday-list):
3659 Report errors with display-warning rather than beep'n'sleep.
3660
3661 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3662
3663 * net/tramp.el (tramp-accept-process-output): Accept only output
3664 from PROC. Otherwise, process filters and sentinels might be
3665 confused. (Bug#12145)
3666
3667 2012-08-20 Chong Yidong <cyd@gnu.org>
3668
3669 * descr-text.el (describe-text-properties-1): Use overlays-in to
3670 report on empty overlays (Bug#3322).
3671
3672 2012-08-20 Glenn Morris <rgm@gnu.org>
3673
3674 * mail/rmailout.el (rmail-output-read-file-name):
3675 Trap and report errors in rmail-output-file-alist elements.
3676
3677 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3678 since most non-font-lock faces are not also variables).
3679
3680 2012-08-20 Edward Reingold <reingold@iit.edu>
3681
3682 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3683 New function. (Bug12160)
3684
3685 2012-08-19 Glenn Morris <rgm@gnu.org>
3686
3687 * mail/rmailout.el (rmail-output-read-file-name):
3688 Fix previous change (when the alist is nil or does not match).
3689
3690 2012-08-19 Chong Yidong <cyd@gnu.org>
3691
3692 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3693 (Bug#12228).
3694
3695 2012-08-18 Chong Yidong <cyd@gnu.org>
3696
3697 * simple.el (yank-handled-properties): New defcustom.
3698 (yank-excluded-properties): Add font-lock-face and category.
3699 (yank): Doc fix.
3700
3701 * subr.el (remove-yank-excluded-properties):
3702 Obey yank-handled-properties. The special handling of font-lock-face
3703 and category is now done this way, instead of being hard-coded.
3704 (insert-for-yank-1): Remove font-lock-face handling.
3705 (yank-handle-font-lock-face-property)
3706 (yank-handle-category-property): New function.
3707
3708 2012-08-17 Glenn Morris <rgm@gnu.org>
3709
3710 * mail/rmailout.el (rmail-output-read-file-name):
3711 Check rmail-output-file-alist against the full message body
3712 in the correct rmail buffer. (Bug#12214)
3713
3714 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3715
3716 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3717 Eliminate superfluous prompt. (Bug#12203)
3718
3719 2012-08-17 Chong Yidong <cyd@gnu.org>
3720
3721 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3722 font spec, set the font directly (Bug#3228).
3723
3724 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3725
3726 * window.el (delete-window): Fix last fix.
3727
3728 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3729
3730 * window.el (window-valid-p): Move to window.c.
3731 (window-child, window-child-count, window-last-child)
3732 (window-normalize-window, window-combined-p)
3733 (window-combinations, window-atom-root, window-min-size)
3734 (window-sizable, window-sizable-p, window-size-fixed-p)
3735 (window-min-delta, window-max-delta, window--resizable)
3736 (window--resizable-p, window-resizable, window-total-size)
3737 (window-full-height-p, window-full-width-p, window-body-size)
3738 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3739 (minimize-window, window-deletable-p, delete-window)
3740 (delete-other-windows, set-window-buffer-start-and-point)
3741 (next-buffer, previous-buffer, split-window, balance-windows-2)
3742 (set-window-text-height, window-buffer-height)
3743 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3744 (truncated-partial-width-window-p): Minor code adjustments.
3745 In doc-strings state whether the argument window has to denote a
3746 live, valid or any window.
3747
3748 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3749
3750 * progmodes/subword.el (subword-forward-function)
3751 (subword-backward-function, subword-forward-regexp)
3752 (subword-backward-regexp): New variables.
3753 (subword-forward, subword-forward-internal, subword-backward-internal):
3754 Use new variables, eg so that different "word" definitions
3755 can be easily used. (Bug#11411)
3756
3757 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3760 for composite selectors.
3761 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3762 operation just because we can't find a previous revision.
3763
3764 2012-08-15 Chong Yidong <cyd@gnu.org>
3765
3766 * frame.el (set-frame-font): Accept font objects.
3767
3768 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3771
3772 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3773
3774 * man.el (Man-overstrike-face, Man-underline-face)
3775 (Man-reverse-face): Remove variables.
3776 (Man-overstrike, Man-underline, Man-reverse): New faces.
3777 (Man-fontify-manpage): Use them instead of the variables.
3778 (Man-cleanup-manpage): Comment change.
3779 (Man-ansi-color-map): New variable.
3780 (Man-fontify-manpage): Use it.
3781 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3782
3783 Implement ANSI SGR parameters 22-27 (bug#12146).
3784 * ansi-color.el (ansi-colors): Doc fix.
3785 (ansi-color-context, ansi-color-context-region): Doc fix.
3786 (ansi-color--find-face): New function.
3787 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3788 Rename the local variable `face' to `codes' since it is now a list of
3789 ansi codes. Doc fix.
3790 (ansi-color-get-face): Remove.
3791 (ansi-color-parse-sequence): New function, derived from
3792 ansi-color-get-face.
3793 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3794 codes 22-27.
3795
3796 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * subr.el (read-passwd): Allow use from a minibuffer.
3799
3800 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3801
3802 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3803 inside comments and strings as identifiers.
3804
3805 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3806 expression to evaluate. This allows to evaluate expressions with
3807 embedded whitespace.
3808 (gud-tooltip-tips): Add a blank before the newline in the
3809 message-box text, for the benefit of message-box emulation on
3810 MS-Windows.
3811
3812 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3813 messages from GDB, pop them up in a tooltip to give feedback to
3814 user.
3815 (gdb-tooltip-print-1): Quote the expression to evaluate.
3816 This allows to evaluate expressions with embedded whitespace.
3817 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3818 if the TTY name is nil or empty (which happens when communicating
3819 with the inferior via pipes, e.g. on MS-Windows).
3820 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3821 don't send that to the GUD buffer.
3822
3823 2012-08-14 Glenn Morris <rgm@gnu.org>
3824
3825 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3826 Optimize away setq-default with no args, as for setq. (Bug#12195)
3827
3828 2012-08-14 Chong Yidong <cyd@gnu.org>
3829
3830 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3831
3832 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3833 (Bug#12085).
3834
3835 2012-08-14 Glenn Morris <rgm@gnu.org>
3836
3837 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3838
3839 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3840
3841 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3842 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3843 Use cached shell name.
3844
3845 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3846
3847 * progmodes/python.el (python-shell-send-string):
3848 (python-shell-send-setup-code): Do not use `format' with `message'.
3849
3850 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3851
3852 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3853 (ruby-percent-literal-beg-re): New constant.
3854 (ruby-syntax-general-delimiters-goto-beg): Rename to
3855 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3856 (ruby-syntax-propertize-general-delimiters): Rename to
3857 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3858 popular term. Adjust comments everywhere.
3859 (ruby-syntax-propertize-percent-literal): Only propertize when not
3860 inside a simple string or comment. When the literal is unclosed,
3861 leave the text after it unpropertized.
3862 (ruby-syntax-methods-before-regexp): New constant.
3863 (ruby-syntax-propertize-function): Use it to recognize regexps.
3864 Don't look at the text after regexp, just use the whitelist.
3865
3866 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3867
3868 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3869 non-nil always load the compiled file if it exists. (Bug#12197)
3870
3871 2012-08-14 Chong Yidong <cyd@gnu.org>
3872
3873 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3874 (hi-lock-set-pattern): When deciding whether to use font lock or
3875 overlays, look at font-lock-mode instead of font-lock-fontified
3876 (Bug#12168).
3877 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3878 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3879
3880 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3881
3882 * subr.el (internal--after-with-selected-window): Fix typo
3883 (Bug#12193).
3884
3885 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3886
3887 Use `completion-table-dynamic' for completion functions.
3888 * progmodes/python.el
3889 (python-shell-completion--do-completion-at-point)
3890 (python-shell-completion--get-completions):
3891 Remove functions.
3892 (python-shell-completion-complete-at-point): New function.
3893 (python-completion-complete-at-point): Use it.
3894
3895 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3896
3897 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3898 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3899
3900 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * subr.el (function-get): Refine `autoload' arg so it can also
3903 autoload functions for gv.el (bug#12191).
3904 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3905 autoloads macros.
3906
3907 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3908 Prefer pcase-let over destructuring-bind.
3909 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3910 Also, remove whitespace as we go, rather than after accumulating the
3911 various places.
3912
3913 * subr.el (internal--before-with-selected-window)
3914 (internal--after-with-selected-window): Fix typo seleted->selected.
3915 (with-selected-window): Adjust callers.
3916 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3917
3918 2012-08-13 Bastien Guerry <bzg@gnu.org>
3919
3920 * window.el (special-display-popup-frame): Minor docstring
3921 enhancement. (Bug#12172)
3922
3923 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3924
3925 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3926 type 1-6.
3927 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3928 extended headers.
3929
3930 * files.el (hack-local-variables-filter): Remove useless eval.
3931
3932 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3933
3934 * subr.el (with-selected-window): Fix last change.
3935
3936 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * subr.el (internal--before-with-seleted-window)
3939 (internal--after-with-seleted-window): New functions.
3940 (with-selected-window): Use them, to replace dependency on
3941 tty-top-frame.
3942
3943 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3944
3945 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3946 binding for `newline'.
3947 (ruby-move-to-block): When moving backward, stop at block opening,
3948 not indentation.
3949 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3950 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3951 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3952 `ruby-toggle-block'.
3953
3954 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * ibuffer.el (ibuffer-do-toggle-read-only):
3957 * dired.el (dired-toggle-read-only):
3958 * buff-menu.el (Buffer-menu-toggle-read-only):
3959 * bindings.el (mode-line-toggle-read-only):
3960 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3961
3962 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3963
3964 * descr-text.el (describe-char): Put the overlays over the
3965 "displayed as" character.
3966
3967 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3968
3969 * calc/calc-units.el (math-default-units-table): Give an
3970 initial value.
3971 (math-put-default-units): Add options to put composite units and
3972 unit systems in the default units table.
3973 (calc-convert-units): Send composite units to
3974 `math-put-default-units' when appropriate.
3975
3976 2012-08-11 Glenn Morris <rgm@gnu.org>
3977
3978 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3979
3980 * tutorial.el (help-with-tutorial):
3981 * emacs-lisp/copyright.el (copyright-update-directory):
3982 * emacs-lisp/autoload.el (autoload-find-generated-file)
3983 (autoload-find-file): Disable local eval: (for insurance).
3984
3985 * files.el (hack-local-variables-filter): If an eval: form is not
3986 known to be safe, and enable-local-variables is :safe, then ignore
3987 the form totally, as is done for non-eval forms. (Bug#12155)
3988 This is CVE-2012-3479.
3989
3990 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3993 (rx-form): Simplify.
3994
3995 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3996
3997 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3998 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3999 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4000 (ruby-syntax-propertize-function): Adjust for changes in
4001 `ruby-syntax-propertize-heredoc'.
4002
4003 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4004
4005 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4006 binding (use `M-;' instead).
4007 (ruby-singleton-class-p): New function.
4008 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4009
4010 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4013
4014 2012-08-10 Chong Yidong <cyd@gnu.org>
4015
4016 * progmodes/python.el (python-shell-get-process-name): Don't mess
4017 with same-window-buffer-names.
4018
4019 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4020 (eshell-remove-from-window-buffer-names): Make obsolete.
4021 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4022 (eshell): Just use pop-to-buffer-same-window instead.
4023
4024 2012-08-10 Chong Yidong <cyd@gnu.org>
4025
4026 * bindings.el: Bind M-= back to count-words-region.
4027
4028 * simple.el (count-words-region): Accept a prefix arg for acting
4029 on the entire buffer.
4030 (count-words--buffer-message): New helper function.
4031
4032 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4035 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4036 (event-start, event-end): Use posn-at-point to return a more
4037 informative posn.
4038 (posnp): New function.
4039 * mouse.el (popup-menu-normalize-position): Use it.
4040
4041 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4042
4043 * mouse.el (popup-menu-normalize-position): New function.
4044 (popup-menu): Use `popup-menu-normalize-position' to normalize
4045 the form for POSITION argument.
4046
4047 * term/x-win.el (x-menu-bar-open):
4048 Use the value returend from (posn-at-point) as position
4049 passed to `popup-menu'.
4050
4051 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4052
4053 * calc/calccomp.el (math-compose-expr): Add extra argument
4054 indicating that parentheses should be put around products in
4055 denominators. Give multiplication precedence over division during
4056 composition.
4057
4058 2012-08-09 Chong Yidong <cyd@gnu.org>
4059
4060 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4061 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4062 (Man-untabify-command, manual-program): Convert to defcustom
4063 (Bug#10429).
4064
4065 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4066
4067 * descr-text.el (describe-char): Don't insert extra newlines
4068 (Bug#10127).
4069
4070 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4071 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4072
4073 * align.el (align-region): Delete temporary markers (Bug#10047).
4074 Plus some code cleanups.
4075
4076 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4077
4078 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4079 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4080 (python-shell-internal-last-output): Use make-local-variable
4081 instead of make-variable-buffer-local.
4082
4083 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4084
4085 * progmodes/python.el: Enhancements to forward-sexp.
4086 (python-nav-forward-sexp): Rename from
4087 python-nav-forward-sexp-function.
4088 (python-nav--forward-sexp, python-nav--backward-sexp):
4089 New functions.
4090
4091 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4092
4093 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4094 modes and simplification modes.
4095
4096 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * delsel.el (delete-selection-pre-hook): Don't propagate the
4099 file-supersession signals (bug#12161).
4100
4101 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4104 (cl-map-extents): Add compatibility aliases (bug#12135).
4105
4106 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4107
4108 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4109 tests by `ignore-error'.
4110 (tramp-find-shell): Open also a new shell, when cache is already
4111 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4112
4113 2012-08-08 Juri Linkov <juri@jurta.org>
4114
4115 * bookmark.el: Add `defaults' property to the bookmark record.
4116 (bookmark-current-buffer): Doc fix.
4117 (bookmark-make-record): Add `defaults' property with default values
4118 to the bookmark record.
4119 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4120 with `bookmark-insert-current-bookmark'.
4121 (bookmark-set): Get `defaults' property from the bookmark record
4122 and use it in `read-from-minibuffer'.
4123 (bookmark-insert-current-bookmark): Remove function.
4124
4125 * info.el (Info-bookmark-make-record): Add `defaults' property
4126 with values of canonical Info node name, the current Info file
4127 name and the current Info node name. (Bug#12107)
4128
4129 2012-08-08 Juri Linkov <juri@jurta.org>
4130
4131 * files.el (basic-save-buffer): Use `buffer-name' as the default
4132 of `read-file-name' when buffer is not visiting a file (bug#12128).
4133
4134 2012-08-08 Juri Linkov <juri@jurta.org>
4135
4136 * info.el (Info-isearch-search): Doc fix.
4137 (Info-search): Change search-failed message from "initial node" to
4138 "end of node" (bug#12078).
4139 (Info-isearch-search): Change `isearch-string-state' to
4140 `isearch--state-string'.
4141
4142 2012-08-08 Glenn Morris <rgm@gnu.org>
4143
4144 * language/persian.el: Remove file.
4145 * language/misc-lang.el: Move unique part of persian.el here.
4146 * loadup.el: Remove language/persian.
4147
4148 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4149
4150 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4151
4152 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4153
4154 * progmodes/python.el Fixed defsubst warning.
4155 (python-syntax-context) Rename from python-info-ppss-context.
4156 (python-syntax-context-type): Rename from
4157 python-info-ppss-context-type.
4158 (python-syntax-comment-or-string-p): Rename from
4159 python-info-ppss-comment-or-string-p.
4160
4161 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4162
4163 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4164
4165 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4166
4167 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4168 a defcustom that is quoted with backquote.
4169
4170 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4171 Fix handling of interactive spec when the body uses return.
4172 (math-do-arg-check, math-define-function-body): Use backquote forms.
4173 * calc/calc-ext.el (math-defcache): Likewise.
4174 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4175 * allout.el (allout-new-exposure): Likewise.
4176 * calc/calcalg2.el (math-tracing-integral): Likewise.
4177 * info.el (Info-last-menu-item): Likewise.
4178 * emulation/vip.el (vip-loop): Likewise.
4179 * textmodes/artist.el (artist-funcall): Likewise.
4180 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4181 Construct menu-item directly.
4182
4183 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4184 Don't declare.
4185
4186 2012-08-07 Chong Yidong <cyd@gnu.org>
4187
4188 * simple.el (deactivate-mark): Preserve text properties when
4189 saving the primary selection (Bug#8384).
4190
4191 2012-08-07 Kevin Ryde <user42@zip.com.au>
4192
4193 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4194 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4195 and continue processing (Bug#12110).
4196
4197 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4200 syntax-propertize-function (bug#10095).
4201
4202 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4205 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4206 describe-function-1.
4207 (describe-function-1): Use them. Move compiler macro after sig.
4208 (help-fns--compiler-macro): Use function-get. Assume we're already in
4209 standard-output. Adjust layout to new call order.
4210
4211 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4212 re-binding a symbol that has a symbol-macro (bug#12119).
4213
4214 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4215
4216 * language/persian.el: New file. (Bug#11812)
4217 * loadup.el: Add language/persian.el.
4218
4219 2012-08-06 Chong Yidong <cyd@gnu.org>
4220
4221 * window.el (window--maybe-raise-frame): New function.
4222 (window--display-buffer): Split off from here.
4223 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4224 (display-buffer-pop-up-window, display-buffer-use-some-window):
4225 Obey an inhibit-switch-frame action alist entry.
4226 (display-buffer): Update doc.
4227
4228 * replace.el (occur-after-change-function): Avoid losing focus by
4229 using the inhibit-switch-frame display parameter (Bug#12139).
4230
4231 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4232
4233 Make internal shell process buffer names start with space.
4234 * progmodes/python.el (python-shell-make-comint): Add optional
4235 argument INTERNAL.
4236 (run-python-internal): Use it.
4237 (python-shell-internal-get-or-create-process): Check for new
4238 internal buffer names.
4239
4240 2012-08-06 Glenn Morris <rgm@gnu.org>
4241
4242 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4243 Do less getting and setting of environment variables.
4244
4245 2012-08-05 Chong Yidong <cyd@gnu.org>
4246
4247 * proced.el (proced): Add substitution string to docstring to
4248 trigger autoloading of the proced library on C-h f (Bug#1768).
4249
4250 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4251 Don't show defvars which have no second argument (Bug#8638).
4252
4253 * imenu.el (imenu-generic-expression): Move documentation here
4254 from imenu--generic-function.
4255 (imenu--generic-function): Refer to imenu-generic-expression.
4256
4257 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4258
4259 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4260 indentation declaration.
4261 (viper-loop): Add indentation declaration (Bug#7025).
4262
4263 2012-08-05 Chong Yidong <cyd@gnu.org>
4264
4265 * help-fns.el (describe-variable): Add hyperlink for
4266 directory-local variables files. Improve buffer-local and
4267 permanent-local reporting; suggested by MON KEY (Bug#6644).
4268
4269 * help-mode.el (help-dir-local-var-def): New button type.
4270
4271 * files.el (kill-buffer-hook): Provide a defvar.
4272
4273 2012-08-05 Glenn Morris <rgm@gnu.org>
4274
4275 * eshell/esh-ext.el (eshell/addpath):
4276 Also update eshell-path-env. (Bug#12013)
4277
4278 2012-08-05 Chong Yidong <cyd@gnu.org>
4279
4280 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4281
4282 * fringe.el (fringe-styles): Add docstring.
4283 (fringe--check-mode): New function.
4284 (set-fringe-mode, set-fringe-style): Use it.
4285 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4286
4287 * files.el (set-auto-mode): Fix invalid setq call.
4288
4289 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * isearch.el: Misc simplification; use defstruct.
4292 (isearch-mode-map): Dense maps now work like sparse ones.
4293 (isearch--state): New defstruct.
4294 (isearch-string-state, isearch-message-state, isearch-point-state)
4295 (isearch-success-state, isearch-forward-state)
4296 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4297 (isearch-wrapped-state, isearch-barrier-state)
4298 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4299 replaced by defstruct's accessors.
4300 (isearch--set-state): Rename from isearch-top-state and change
4301 calling convention.
4302 (isearch-push-state): Use new isearch--get-state.
4303 (isearch-toggle-word): Disable regexp when enabling word.
4304 (isearch-message-prefix): Remove unused arg _c-q-hack.
4305 (isearch-message-suffix): Remove unused arg _ellipsis.
4306
4307 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4308
4309 * simple.el (list-processes--refresh): For a server use :host or
4310 :local as the address.
4311 (list-processes): Doc fix.
4312
4313 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4314
4315 * lisp/mpc.el: Support password in host argument.
4316 (mpc--proc-connect): Parse and use new password element.
4317 Set mpc-proc variable instead of returning process.
4318 (mpc-proc): Adjust accordingly.
4319
4320 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4321
4322 * whitespace.el (whitespace-display-mappings): Use Unicode
4323 codepoints, instead of emacs-mule codepoints. See
4324 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4325 for the details.
4326
4327 * files.el (file-truename): Don't skip symlink-chasing part on
4328 windows-nt. Incorporate the resolution of 8+3 short aliases on
4329 Windows into the loop that recursively chases symlinks.
4330 Compare directory and its parent case-insensitively on MS-Windows and
4331 MS-DOS.
4332
4333 2012-08-03 Chong Yidong <cyd@gnu.org>
4334
4335 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4336
4337 * sort.el (sort-regexp-fields): Doc fix.
4338
4339 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4340
4341 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4342 labels regex position point at the expected place.
4343
4344 2012-08-03 MON KEY <monkey@sandpframing.com>
4345
4346 * net/imap.el (imap-interactive-login, imap-authenticate)
4347 (imap-mailbox-lsub, imap-mailbox-list)
4348 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4349 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4350 (imap-parse-response): Doc fix.
4351
4352 2012-08-03 João Távora <joaotavora@gmail.com>
4353
4354 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4355 if sexp scanning does not move point (Bug#5734).
4356
4357 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4358
4359 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4360 Add listings, minted, and ctable packages.
4361 (reftex-label-alist-builtin): Move listings, minted, and ctable
4362 entries before LaTeX.
4363 (reftex-label-alist): Docfix.
4364
4365 2012-08-02 Bastien Guerry <bzg@gnu.org>
4366
4367 * replace.el (occur): Fix docstring (bug#12122).
4368
4369 2012-08-02 Glenn Morris <rgm@gnu.org>
4370
4371 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4372
4373 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4374
4375 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4376 * international/mule-cmds.el: Create
4377 inactivate-current-input-method-function as an obsolete alias for
4378 deactivate-current-input-method-function. See Katsumi Yamaoka in
4379 <http://bugs.gnu.org/10150#46>.
4380
4381 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4382
4383 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4384 of nested `if's.
4385
4386 2012-08-01 Glenn Morris <rgm@gnu.org>
4387
4388 * progmodes/autoconf.el (autoconf-definition-regexp):
4389 Add AH_TEMPLATE, adjust submatch numbering.
4390 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4391 (autoconf-current-defun-function): Update for above change.
4392 (autoconf-current-defun-function): First skip to end of current word.
4393
4394 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4395
4396 * calendar/cal-html.el (cal-html-insert-agenda-days):
4397 Fix typo. (Bug#12018)
4398
4399 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4400
4401 Shell processes: enhancements to startup and CEDET compatibility.
4402 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4403 (python-shell-make-comint): accept-process-output at startup.
4404 (run-python-internal): Set inferior-python-mode-hook to nil.
4405 (python-shell-internal-get-or-create-process): call sit-for.
4406 (python-preoutput-result): Add obsolete alias.
4407 (python-shell-internal-send-string): Use it.
4408 (python-shell-send-setup-code): Remove call to
4409 accept-process-output.
4410
4411 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4412
4413 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4414 (Bug#12108)
4415
4416 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4417
4418 * calc-mode.el (calc-basic-simplification-mode): Rename from
4419 `calc-limited-simplification-mode'.
4420 (calc-alg-simplification-mode): New function.
4421 (calc-set-simplify-mode): Adjust message.
4422
4423 * calc.el (calc-set-mode-line): Adjust mode line display for
4424 basic simplification mode.
4425
4426 * calc-help.el (calc-m-prefix-help): Update help message.
4427
4428 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4429 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4430
4431 2012-07-31 Bastien Guerry <bzg@gnu.org>
4432
4433 * man.el (man): Fix comment. (bug#12101)
4434
4435 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4436
4437 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4438 Don't return a non-nil value when no suitable buffer was found.
4439
4440 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4441
4442 * progmodes/python.el (run-python-internal): Disable font lock for
4443 internal shells.
4444
4445 2012-07-30 Stefan Merten <smerten@oekonux.de>
4446
4447 * textmodes/rst.el: Silence `checkdoc-ispell'.
4448 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4449 (rst-official-version, rst-official-cvs-rev)
4450 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4451 (rst-mode-map): New key binding.
4452
4453 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4454
4455 Update .PHONY listings in makefiles.
4456 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4457 autoloads, update-subdirs, updates, bzr-update, update-authors,
4458 compile-onefile, compile-calc, backup-compiled-files,
4459 compile-after-backup, compile-one-process, mh-autoloads,
4460 bootstrap-clean, distclean, maintainer-clean.
4461
4462 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4463
4464 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4465 (calc-set-mode-line): Don't display "AlgSimp ".
4466
4467 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4468 (calc-lim-simplify-mode): New function.
4469 (calc-set-simplify-mode): Default to 'alg.
4470 (calc-default-simplify-mode): Make algebraic simplifications
4471 the default.
4472
4473 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4474 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4475
4476 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4477 indicate new simplification modes.
4478
4479 * calc/README: Mention new default simplification mode.
4480
4481 * calc/calc.el (math-normalize-error): New variable.
4482 (math-normalize): Set `math-normalize-error' to t
4483 when there's an error.
4484
4485 * calc/calc-alg.el (math-simplify): Don't simplify when
4486 `math-normalize' returns an error.
4487
4488 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4489
4490 * international/mule-cmds.el (set-locale-environment): Revert last
4491 change, since display-graphic-p returns nil when this function is
4492 called during startup. Instead...
4493
4494 * term/w32console.el (terminal-init-w32console): ...setup the
4495 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4496
4497 2012-07-29 Juri Linkov <juri@jurta.org>
4498
4499 * simple.el (goto-line): Don't display default line number in the
4500 prompt because it should be displayed by `read-number' (bug#9952).
4501 Add the current line number to the defaults of `goto-line' to
4502 allow its easier modification by users with `M-n' (bug#9201).
4503
4504 * subr.el (read-number): Support multiple default values like in
4505 other minibuffer reading functions. Replace `read' with
4506 `string-to-number' for consistency with `number-to-string'.
4507
4508 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4509
4510 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4511 * emulation/viper-init.el (viper-deactivate-input-method-action):
4512 Rename from viper-inactivate-input-method-action.
4513 (viper-deactivate-input-method):
4514 Rename from viper-inactivate-input-method.
4515 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4516 * international/mule-cmds.el (deactivate-input-method):
4517 Rename from inactivate-input-method.
4518 Also run input-method-deactivate-hook.
4519 (deactivate-current-input-method-function):
4520 Rename from inactivate-current-input-method-function.
4521 (input-method-deactivate-hook): New hook.
4522 (input-method-inactivate-hook): Mark obsolete.
4523 (inactivate-input-method): Mark obsolete.
4524
4525 * international/quail.el (quail-activate):
4526 Also run quail-deactivate-hook.
4527 (quail-deactivate): Rename from quail-inactivate.
4528 * international/robin.el (robin-activate):
4529 Also run robin-deactivate-hook.
4530 (robin-deactivate): Rename from robin-inactivate.
4531
4532 2012-07-29 Chong Yidong <cyd@gnu.org>
4533
4534 * simple.el (indicate-copied-region): New function.
4535 (kill-ring-save): Split off from here.
4536
4537 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4538 (kill-rectangle): Set deactivate-mark to t on read-only error.
4539
4540 * register.el (copy-to-register, copy-rectangle-to-register):
4541 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4542 (append-to-register, prepend-to-register): Call indicate-copied-region.
4543
4544 2012-07-29 Juri Linkov <juri@jurta.org>
4545
4546 * simple.el (async-shell-command-buffer): New defcustom.
4547 (shell-command): Use it. (Bug#4719)
4548
4549 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4550
4551 * international/mule-cmds.el (set-locale-environment): In a
4552 console session on MS-Windows, set up keyboard and terminal
4553 encoding from the OEM codepage, not the ANSI codepage.
4554 (Bug#12055)
4555
4556 2012-07-28 Chong Yidong <cyd@gnu.org>
4557
4558 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4559 gdb-get-location.
4560
4561 2012-07-28 Leo Liu <sdl.web@gmail.com>
4562
4563 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4564 the alist (bug#12029).
4565
4566 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4567
4568 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4569 (compile-always, compile-first)
4570 ($(lisp)/calendar/cal-loaddefs.el)
4571 ($(lisp)/calendar/diary-loaddefs.el)
4572 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4573 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4574 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4575 instead of on update-subdirs.
4576 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4577
4578 2012-07-28 Chong Yidong <cyd@gnu.org>
4579
4580 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4581 directory if vc-deduce-backend returns nil (Bug#7350).
4582
4583 * simple.el (delete-trailing-lines): New option.
4584 (delete-trailing-whitespace): Obey it (Bug#11879).
4585
4586 2012-07-28 David Engster <deng@randomsample.de>
4587
4588 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4589 Explanation of new 'symbol-qnames feature in doc-strings.
4590 (xml-maybe-do-ns): Return expanded names as plain symbols if
4591 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4592 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4593
4594 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4595
4596 Consistent completion in inferior python with emacs -nw.
4597 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4598 binding in inferior-python-mode-map with "\t".
4599 (python-shell-completion-complete-at-point)
4600 (python-completion-complete-at-point): Remove interactive spec.
4601
4602 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4603
4604 * calc/calccomp.el (math-compose-expr): Undo previous change.
4605
4606 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4607
4608 * progmodes/python.el (python-mode-map): Add keybinding for
4609 run-python.
4610 (python-shell-make-comint): Fix pop-to-buffer call.
4611 (run-python): Autoload. New arg SHOW.
4612 (python-shell-get-or-create-process): Do not pop python process
4613 buffer.
4614
4615 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4616
4617 * notifications.el (notifications-on-action-signal)
4618 (notifications-on-closed-signal): Use also the bus address for the map.
4619 (notifications-notify, notifications-close-notification)
4620 (notifications-get-capabilities): Add optional argument BUS.
4621
4622 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4623
4624 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4625 Add support for the lstlisting and minted environments, and for the
4626 ctable macro.
4627 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4628 labels written in keyvals syntax.
4629
4630 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4631
4632 * calc/calccomp.el (math-compose-expr): Use parentheses when
4633 there is a product in the denominator of a fraction.
4634
4635 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4636
4637 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4638 ($(lisp)/calendar/diary-loaddefs.el)
4639 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4640 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4641 Fixes failures in parallel bootstrap because subdirs.el is being
4642 rewritten while the autoload files are built at the same time,
4643 which needs to load subdirs.el.
4644
4645 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4646
4647 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4648 (mouse-drag-line): Don't exit tracking when a switch-frame or
4649 switch-window event occurs (Bug#12006).
4650
4651 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * mouse.el (popup-menu): Fix last change.
4654
4655 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 Autoload from Lisp with more care. Follow aliases when looking for
4658 function properties.
4659 * subr.el (autoloadp): New function.
4660 (symbol-file): Use it.
4661 (function-get): New function.
4662 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4663 autoload-do-load.
4664 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4665 (lisp-indent-function):
4666 * emacs-lisp/gv.el (gv-get):
4667 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4668 * emacs-lisp/byte-opt.el (byte-optimize-form):
4669 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4670 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4671 Use function-get.
4672 * emacs-lisp/cl.el: Don't propagate function properties any more.
4673
4674 * speedbar.el (speedbar-add-localized-speedbar-support):
4675 * emacs-lisp/disass.el (disassemble-internal):
4676 * desktop.el (desktop-load-file):
4677 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4678 (describe-function-1):
4679 * emacs-lisp/find-func.el (find-function-noselect):
4680 * emacs-lisp/elp.el (elp-instrument-function):
4681 * emacs-lisp/advice.el (ad-has-proper-definition):
4682 * apropos.el (apropos-safe-documentation, apropos-macrop):
4683 * emacs-lisp/debug.el (debug-on-entry):
4684 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4685 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4686 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4687
4688 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4689
4690 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4691 function, not an obsolete variable (Bug#12046).
4692
4693 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4694
4695 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4696
4697 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4698
4699 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4700 window only if it is still live (Bug#12034).
4701
4702 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4703
4704 * subr.el (redirect-frame-focus): Add advertised calling
4705 convention (Bug#12030).
4706
4707 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4708
4709 Prefer typical American spelling for "acknowledgment".
4710 * vc/add-log.el (change-log-acknowledgment): Rename from
4711 change-log-acknowledgement, with an alias for the old name.
4712
4713 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4714
4715 * calc-alg.el (math-simplify-divide): Don't cross multiply
4716 in an equation when the lhs is a variable.
4717
4718 2012-07-24 Julien Danjou <julien@danjou.info>
4719
4720 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4721 Remove, unused.
4722
4723 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4724
4725 * startup.el (command-line): Don't display an empty user name in
4726 the error message about non-existent home directory, when
4727 init-file-user was set to an empty string. See
4728 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4729 for the details and context.
4730
4731 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4732
4733 * ses.el (ses-cell-formula-aset): New macro.
4734 (ses-cell-references-aset): New macro.
4735 (ses-cell-p): New function.
4736 (ses-rename-cell): Do no longer rely on complex operations like
4737 ses-cell-set-formula or ses-set-cell to change the cell and handle
4738 the undo at the same time, but rather use lower level new macros
4739 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4740 the undo directly. Refresh the mode line.
4741
4742 2012-07-21 Leo Liu <sdl.web@gmail.com>
4743
4744 * progmodes/cc-cmds.el (c-defun-name):
4745 Use match-string-no-properties instead for consistency.
4746
4747 2012-07-20 Leo Liu <sdl.web@gmail.com>
4748
4749 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4750 (Bug#7879)
4751
4752 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4753
4754 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4757 * progmodes/bug-reference.el, misearch.el: Provide themselves
4758 (bug#11915).
4759
4760 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4761 of narrowed buffer (bug#11966).
4762
4763 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4764
4765 * ses.el (ses-rename-cell): Set new name also in reference list of
4766 cells of which the renamed cell depends.
4767
4768 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4769
4770 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4771 to check whether menu-bar is shown or not. If not shown,
4772 show the menu-bar as a popup menu instead of using tmm.
4773 * mouse.el (popup-menu): Accept `point' as `position' argument.
4774
4775 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4776
4777 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4778 up inside string symbol literal (bug#11923).
4779
4780 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4781
4782 * startup.el (fancy-startup-text): Read the whole tutorial, not
4783 just its first 256 bytes. Prevents gibberish in display of the
4784 tutorial title.
4785
4786 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4787
4788 Drop idle buffer compaction due to an absence of the
4789 proved efficiency.
4790 * compact.el: Remove.
4791
4792 2012-07-19 Sam Steingold <sds@gnu.org>
4793
4794 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4795 vc-bzr-pull & vc-bzr-merge-branch.
4796 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4797 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4798 for consistency with compilation-error-regexp-alist.
4799 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4800 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4801 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4802 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4803
4804 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * emacs-lisp/chart.el: Use lexical-binding.
4807 (chart-emacs-storage): Don't hardcode the list of entries.
4808
4809 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4810
4811 Next round of tweaks caused by Fgarbage_collect changes.
4812 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4813
4814 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4815
4816 Compact buffers when idle.
4817 * compact.el: New file.
4818
4819 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * subr.el (eventp): Presume that if it looks vaguely like an event,
4822 it's an event (bug#10190).
4823
4824 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4825
4826 Enhancements to ppss related code (thanks Stefan).
4827 * progmodes/python.el (python-indent-context)
4828 (python-indent-calculate-indentation, python-indent-dedent-line)
4829 (python-indent-electric-colon, python-nav-forward-block)
4830 (python-mode-abbrev-table)
4831 (python-info-assignment-continuation-line-p): Simplify checks
4832 for ppss context.
4833 (python-info-continuation-line-p): Cleanup.
4834 (python-info-ppss-context): Do not catch 'quote.
4835 (python-info-ppss-context-type)
4836 (python-info-ppss-comment-or-string-p): Simplify.
4837
4838 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4839
4840 * progmodes/python.el: Enhancements to eldoc support.
4841 (python-info-current-symbol): New function.
4842 (python-eldoc-at-point): Use python-info-current-symbol.
4843 (python-info-current-defun): Fix cornercase on first defun scan.
4844 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4845 and signal error when no inferior python process is available.
4846
4847 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4848
4849 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4850 assume it's always t.
4851 (vc-git-registered): Remove caching, the function is only called
4852 once.
4853 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4854
4855 2012-07-18 Chong Yidong <cyd@gnu.org>
4856
4857 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4858
4859 * simple.el (count-words): Report on narrowing (Bug#9959).
4860
4861 * bindings.el: Bind M-= to count-words.
4862
4863 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4864
4865 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4866
4867 * progmodes/sh-script.el (sh-imenu-generic-expression):
4868 Capture a function with `function' keyword and without parentheses
4869 like "function FOO" (bug#11856).
4870
4871 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4872
4873 * window.el (split-window-sensibly): Make WINDOW argument
4874 optional.
4875
4876 2012-07-18 Chong Yidong <cyd@gnu.org>
4877
4878 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4879
4880 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4881 and make C-x 8 RET exit isearch (Bug#11439).
4882
4883 * international/iso-transl.el: Move isearch-mode-map key
4884 definitions to isearch.el.
4885
4886 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4889 (eieio-defclass): Use gv-define-setter when possible.
4890
4891 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4892
4893 Reflect recent changes in Fgarbage_collect.
4894 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4895 reflect new format of data returned by Fgarbage_collect.
4896
4897 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4898
4899 New utility functions + python-info-ppss-context fix (Bug#11910).
4900 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4901 (python-info-ppss-comment-or-string-p): New functions.
4902 (python-info-ppss-context): Small fix for string check.
4903
4904 2012-07-17 Juri Linkov <juri@jurta.org>
4905
4906 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4907 (dired-do-async-shell-command): Don't add `*' at the end of the
4908 command (Bug#11815).
4909 (dired-do-shell-command): Doc fix.
4910 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4911 Join the individual commands using either "&" or ";" as the
4912 separator depending on the values of these trailing characters.
4913 At the end re-add the trailing "&". (Bug#10598)
4914
4915 * simple.el (async-shell-command): Sync the interactive spec with
4916 `shell-command'. Doc fix.
4917 (shell-command): Doc fix.
4918
4919 2012-07-17 Juri Linkov <juri@jurta.org>
4920
4921 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4922
4923 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4924
4925 Final renames and doc fixes for movement commands (bug#11899).
4926 * progmodes/python.el (python-nav-beginning-of-statement):
4927 Rename from python-nav-statement-start.
4928 (python-nav-end-of-statement): Rename from
4929 python-nav-statement-end.
4930 (python-nav-beginning-of-block): Rename from
4931 python-nav-block-start.
4932 (python-nav-end-of-block): Rename from python-nav-block-end.
4933
4934 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4935
4936 * progmodes/python.el (python-shell-send-string-no-output):
4937 Allow accept-process-output to quit, keeping shell process ready for
4938 future interactions (Bug#11868).
4939
4940 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4943
4944 * emacs-lisp/elint.el (elint-find-args-in-code):
4945 Use help-function-arglist, so as to handle lexical byte-code.
4946
4947 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4948 change (bug#11826).
4949
4950 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4953 Avoid spuriously marking the buffer as modified because of c-is-sws.
4954
4955 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4956 as not-a-comment (bug#11946).
4957
4958 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4959 for uninterned vars.
4960
4961 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4962 Use read-event since we don't really want to read chars but bytes.
4963
4964 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4965 $$..$$ but also $..$ using regexps (bug#11953).
4966 Use tex-verbatim for \url and \path.
4967 (tex-font-lock-keywords): Define as defconst like the others.
4968 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4969
4970 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4971
4972 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4973 alias for insert-char.
4974
4975 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4976
4977 * progmodes/python.el: Simplified imenu implementation.
4978 (python-nav-jump-to-defun): Remove command.
4979 (python-mode-map): Use `imenu' instead.
4980 (python-nav-list-defun-positions-cache)
4981 (python-imenu-include-defun-type, python-imenu-make-tree)
4982 (python-imenu-subtree-root-label, python-imenu-index-alist):
4983 Remove vars.
4984 (python-nav-list-defun-positions, python-nav-read-defun)
4985 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4986 (python-imenu-make-tree, python-imenu-create-index):
4987 Remove functions.
4988 (python-mode): Update to interact with imenu by setting
4989 `imenu-extract-index-name-function' only.
4990
4991 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4992
4993 * progmodes/python.el: Enhancements to navigation commands.
4994 (python-nav-backward-sentence)
4995 (python-nav-forward-sentence): Remove.
4996 (python-nav-backward-statement, python-nav-forward-statement)
4997 (python-nav-statement-start, python-nav-statement-end)
4998 (python-nav-backward-block, python-nav-forward-block)
4999 (python-nav-block-start, python-nav-block-end)
5000 (python-nav-forward-sexp-function)
5001 (python-info-current-line-comment-p)
5002 (python-info-current-line-empty-p): New functions.
5003 (python-indent-context): Use `python-nav-statement-start'.
5004
5005 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5006
5007 * eshell/em-ls.el (eshell/ls): Use `apply'.
5008
5009 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5010 multi-hops, instead of Tramp internals.
5011
5012 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5013
5014 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5015 when F1 and F2 are located on different hosts.
5016
5017 2012-07-14 Chong Yidong <cyd@gnu.org>
5018
5019 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5020 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5021 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5022 (xterm-mouse--read-event-sequence-1000)
5023 (xterm-mouse--read-event-sequence-1006): New functions. For old
5024 mouse protocol, handle M-mouse-X events correctly.
5025 (xterm-mouse-event): New arg specifying mouse protocol.
5026 (turn-on-xterm-mouse-tracking-on-terminal)
5027 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5028 sequence to toggle extended coordinates on newer XTerms.
5029 This appears to be harmless on terminals which do not support this.
5030
5031 2012-07-14 Leo Liu <sdl.web@gmail.com>
5032
5033 Add fringe bitmap indicators for flymake. (Bug#11253)
5034 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5035 (flymake-make-overlay): New arg BITMAP.
5036 (flymake-error-bitmap, flymake-warning-bitmap)
5037 (flymake-fringe-indicator-position): New user variables.
5038
5039 * fringe.el: New bitmap exclamation-mark.
5040
5041 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5042
5043 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5044 also (Bug#7879).
5045
5046 2012-07-14 Chong Yidong <cyd@gnu.org>
5047
5048 * electric.el (electric-pair-post-self-insert-function): Fix pair
5049 insertion in empty-region case (Bug#11520).
5050
5051 2012-07-14 Chong Yidong <cyd@gnu.org>
5052
5053 * bindings.el: Consolidate ctl-x-r-map bindings.
5054 Bind copy-rectangle-as-kill to C-x r w.
5055
5056 * rect.el, register.el: Move bindings to bindings.el.
5057
5058 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5059
5060 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5061
5062 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5063
5064 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5065
5066 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5067
5068 * bindings.el (top): Use `mapc' instead of `mapcar'.
5069
5070 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5071
5072 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5073
5074 * progmodes/sql.el (sql-comint): Suppress the check for program on
5075 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5076 (Bug#11908)
5077
5078 2012-07-13 Chong Yidong <cyd@gnu.org>
5079
5080 * bindings.el: Assign a non-nil permanent-local property to
5081 per-buffer variables which lack a default value (Bug#11930).
5082
5083 * help-fns.el (describe-variable): In the "automatically becomes
5084 local" notice, take note of permanent-local variables.
5085
5086 2012-07-13 Chong Yidong <cyd@gnu.org>
5087
5088 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5089 to allow printing the message when called from Lisp.
5090
5091 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5092 Remove toggle-read-only.
5093
5094 * bs.el (bs-toggle-readonly):
5095 * buff-menu.el (Buffer-menu-toggle-read-only):
5096 Remove with-no-warnings around toggle-read-only.
5097
5098 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5099 Remove with-no-warnings around toggle-read-only.
5100 (ffap-read-only, ffap-read-only-other-window)
5101 (ffap-read-only-other-frame): Callers changed.
5102
5103 * help-mode.el: Don't require view package.
5104 (help-mode-finish): Set buffer-read-only instead of calling
5105 toggle-read-only.
5106
5107 * bindings.el (mode-line-toggle-read-only):
5108 * dired.el (dired-toggle-read-only):
5109 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5110 with non-nil second arg.
5111
5112 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5113 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5114 directly.
5115
5116 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5117
5118 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5119 not incf.
5120
5121 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 More CL cleanups and reduction of use of cl.el.
5124 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5125 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5126 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5127 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5128 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5129 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5130 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5131 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5132 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5133 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5134 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5135 * eshell/em-cmpl.el, eshell/em-banner.el:
5136 * calendar/parse-time.el: Use cl-lib.
5137 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5138 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5139 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5140 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5141 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5142 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5143 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5144 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5145 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5146 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5147 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5148 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5149 `lambda' rather than with `quote'.
5150 (eshell-do-opt): Adjust accordingly.
5151 (eshell-process-option): Simplify.
5152 * eshell/esh-var.el:
5153 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5154 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5155 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5156 to `pcase--dontcare'.
5157 * emacs-lisp/cl.el (labels): Mark obsolete.
5158 (cl--letf, letf): Move to cl-lib.
5159 (cl--letf*, letf*): Remove.
5160 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5161 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5162 (cl-progv): Rewrite.
5163 (cl--letf, cl-letf): Move from cl.el.
5164 (cl-letf*): New macro.
5165 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5166
5167 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5168
5169 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5170
5171 2012-07-11 Chong Yidong <cyd@gnu.org>
5172
5173 * vc/log-edit.el (log-edit-vc-backend): New variable.
5174 (log-edit): Doc fix.
5175
5176 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5177 argument of log-edit to set up all local variables.
5178 (vc-start-logentry): New optional arg specifying VC backend.
5179
5180 * vc/vc.el (vc-checkin): Use it.
5181 (vc-deduce-fileset): Handle Log Edit buffers.
5182 (vc-diff): Make first argument optional too.
5183
5184 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5185
5186 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5187
5188 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5189 command, just in case. The function is not needed anymore.
5190 (eshell-external-command): Do not call `eshell-remote-command'.
5191
5192 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 Reduce use of (require 'cl).
5195 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5196 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5197 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5198 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5199 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5200 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5201 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5202 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5203 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5204 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5205 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5206 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5207 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5208 (byte-compile-unfold-bcf, byte-compile-check-variable):
5209 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5210 (byte-compile-nilconstp):
5211 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5212 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5213
5214 * emacs-lisp/gv.el (cond): Make it a valid place.
5215 (if): Simplify slightly.
5216
5217 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5218 (pcase--self-quoting-p): New function.
5219 (pcase--u1): Use it.
5220
5221 2012-07-10 Glenn Morris <rgm@gnu.org>
5222
5223 * emacs-lisp/authors.el (authors-fixed-entries):
5224 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5225
5226 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5227
5228 Rename configure.in to configure.ac (Bug#11603).
5229 * emacs-lisp/authors.el (authors-canonical-file-name):
5230 * progmodes/autoconf.el (autoconf-mode):
5231 Prefer configure.ac to configure.in.
5232
5233 2012-07-08 Chong Yidong <cyd@gnu.org>
5234
5235 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5236 Implement the mouse-1-click-follows-link handling properly.
5237
5238 * info.el (Info-link-keymap): Use follow-link mechanism for
5239 header-line links (Bug#374).
5240
5241 * simple.el (deactivate-mark): Do not set the primary selection
5242 if another program has acquired it (Bug#11772).
5243
5244 2012-07-07 Kevin Ryde <user42@zip.com.au>
5245
5246 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5247 (woman-decode-region): Replace escaped-escapes without destroying
5248 bold or underline (Bug#11552).
5249 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5250
5251 2012-07-07 Chong Yidong <cyd@gnu.org>
5252
5253 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5254 (interprogram-cut-function, interprogram-paste-function):
5255 Mention that we typically mean the clipboard.
5256
5257 2012-07-06 Glenn Morris <rgm@gnu.org>
5258
5259 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5260
5261 * files.el (toggle-read-only): Restrict message to interactive use.
5262
5263 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5264
5265 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5266
5267 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5268
5269 2012-07-06 Glenn Morris <rgm@gnu.org>
5270
5271 * Makefile.in (compile-one-process): Rename from "recompile".
5272
5273 * Makefile.in (bzr-update): "compile" is the same as "recompile
5274 autoloads", but parallelizable, so use that instead.
5275
5276 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5277
5278 * window.el (quit-window): Always restore window height when
5279 it's saved in quit-restore parameter (Bug#11810).
5280
5281 2012-07-06 Glenn Morris <rgm@gnu.org>
5282
5283 * simple.el (kill-whole-line): Doc tweak.
5284
5285 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5286
5287 * files.el (file-relative-name): Compare file names
5288 case-insensitively if on MS-Windows or MS-DOS, or if
5289 read-file-name-completion-ignore-case is non-nil. Don't use
5290 case-fold-search for this purpose. (Bug#11827)
5291
5292 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5293
5294 * calendar/cal-dst.el (calendar-current-time-zone):
5295 Return calendar-current-time-zone-cache if non-nil.
5296
5297 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5298 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5299
5300 * calendar/cal-dst.el (calendar-current-time-zone):
5301 Return calendar-current-time-zone-cache if non-nil.
5302
5303 2012-07-06 Glenn Morris <rgm@gnu.org>
5304
5305 * Makefile.in (cvs-update): Remove old alias.
5306
5307 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5308
5309 Sync with Tramp 2.2.6-pre.
5310
5311 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5312 compatible declaration.
5313
5314 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5315 Protect `list-load-path-shadows' call.
5316
5317 * net/tramp-compat.el (top): Require packages, which aren't
5318 autoloaded anymore for XEmacs. Protect call of
5319 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5320 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5321 it hurts at least for SXEmacs.
5322 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5323 standard-value for `temporary-file-directory'.
5324
5325 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5326 Redirect stderr to /dev/null.
5327 (tramp-sh-handle-write-region): uid and gid can be floats.
5328 Reported by Russell Sim <russell.sim@gmail.com>.
5329 (tramp-sh-handle-vc-registered): Hide errors.
5330 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5331 and `start-file-process'.
5332 (tramp-maybe-open-connection): Check also whether `non-essential'
5333 is bound.
5334
5335 2012-07-04 Chong Yidong <cyd@gnu.org>
5336
5337 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5338 (xml-parse-tag): Likewise, and avoid changing entity tables.
5339 (xml-syntax-table): Define from scratch, making sure not to give
5340 x2000 and other Unicode spaces whitespace syntax, since those are
5341 not spaces in XML.
5342 (xml-parse-fragment): Delete unused function.
5343 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5344 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5345 (xml-entity-ref, xml-pe-reference-re)
5346 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5347 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5348 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5349 (xml-entity-value-re): Use syntax references in regexps where
5350 possible; no need to define inside a let-binding.
5351 (xml-parse-dtd): Use xml-pe-reference-re.
5352 (xml-entity-or-char-ref-re): New defconst.
5353 (xml-parse-string, xml-substitute-special): Use it.
5354
5355 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5356
5357 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5358 (find-file--read-only): New function.
5359 (find-file-read-only, find-file-read-only-other-window)
5360 (find-file-read-only-other-frame): Use it.
5361 (insert-file-contents-literally): Don't `fset'.
5362 (get-free-disk-space): Use locate-dominating-file.
5363
5364 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5365 function is already compiled.
5366
5367 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5368
5369 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5370
5371 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5372 files on the same host.
5373
5374 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5375
5376 * help-fns.el (describe-function-1): Only call
5377 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5378
5379 2012-07-03 Chong Yidong <cyd@gnu.org>
5380
5381 * xml.el: Protect parser against XML bombs.
5382 (xml-entity-expansion-limit): New variable.
5383 (xml-parse-string, xml-substitute-special): Use it.
5384 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5385
5386 2012-07-03 Glenn Morris <rgm@gnu.org>
5387
5388 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5389 Allow linking to specific messages in debbugs reports (eg 123#5).
5390
5391 2012-07-02 Chong Yidong <cyd@gnu.org>
5392
5393 * xml.el: Fix entity and character reference expansion, allowing
5394 them to expand into markup as per XML spec.
5395 (xml-default-ns): New variable.
5396 (xml-entity-alist): Use XML spec definitions for lt and amp.
5397 (xml-parse-region): Make first two arguments optional.
5398 Discard text properties.
5399 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5400 All callers changed.
5401 (xml-parse-tag): Call xml-parse-tag-1. For backward
5402 compatibility, this function should not modify buffer contents.
5403 (xml-parse-tag-1): Fix opening-tag regexp.
5404 (xml-parse-string): Rewrite, handling entity and character
5405 references properly.
5406 (xml--entity-replacement-text): Signal an error if a parameter
5407 entity is undefined.
5408
5409 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * comint.el (comint-output-filter): Filter out repeated prompts.
5412
5413 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5414 and file-name-absolute-p.
5415 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5416 internal calls.
5417
5418 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5419
5420 Spelling fixes.
5421 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5422 Rename from byte-compile--refiy-function. All uses changed.
5423
5424 2012-07-01 Chong Yidong <cyd@gnu.org>
5425
5426 * xml.el (xml--parse-buffer): New function. Move most of
5427 xml-parse-region here.
5428 (xml-parse-region): Copy region into a temporary buffer, since
5429 parameter entity substitution requires changing buffer contents.
5430 Use xml--parse-buffer.
5431 (xml-parse-file): Use xml--parse-buffer.
5432 (xml-parse-dtd): Make parameter entity substitution work right.
5433 Use proper regexps for ELEMENT declarations (Bug#7172).
5434
5435 2012-06-30 Glenn Morris <rgm@gnu.org>
5436
5437 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5438
5439 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5440 Remove outdated and unnecessary dbus declarations.
5441
5442 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5443
5444 * emacs-lisp/timer.el (timer-until): Subtract results of
5445 float-time, instead of taking float-time of the result of
5446 time-subtract, since float-time signals an error for negative time
5447 arguments.
5448
5449 2012-06-30 Chong Yidong <cyd@gnu.org>
5450
5451 * xml.el (xml-*-re): Convert defvars into defconsts, and
5452 eval-and-compile them so eval-and-compile works on derivatives.
5453 (xml--entity-replacement-text): Use eval-and-comple.
5454
5455 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5456
5457 * vc/vc-git.el (vc-git-registered): Use cache property
5458 `git-registered'.
5459 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5460 `vc-git-working-revision' in order to benefit from the cache.
5461 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5462
5463 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5464
5465 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5466 removed (likely outside Emacs). (Bug#11757)
5467
5468 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * emacs-lisp/cl-lib.el: Require macroexp.
5471
5472 2012-06-30 Chong Yidong <cyd@gnu.org>
5473
5474 * xml.el: Implement XML parameter entities.
5475 (xml-parameter-entity-alist): New variable.
5476 (xml-parse-region, xml-parse-fragment): Preserve previous values
5477 of xml-entity-alist and xml-parameter-entity-alist, so that
5478 repeated calls on different documents do not change them.
5479 (xml-parse-tag): Fix doctype regexp.
5480 (xml--entity-replacement-text): New function.
5481 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5482 properly requires url retrieval which is unimplemented.
5483 (xml-escape-string): Doc fix.
5484
5485 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5488
5489 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5490
5491 * fringe.el (fringe-mode): Doc fix.
5492
5493 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5494
5495 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5496 is non-nil.
5497 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5498 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5499
5500 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5501
5502 * calendar/cal-dst.el (calendar-current-time-zone):
5503 Return calendar-current-time-zone-cache if non-nil.
5504
5505 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5506
5507 * progmodes/which-func.el (which-func-format):
5508 Add mouse-face. (Bug#11698)
5509
5510 2012-06-29 Leo Liu <sdl.web@gmail.com>
5511
5512 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5513
5514 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5515
5516 * minibuffer.el (minibuffer-confirm-exit-commands):
5517 Add completion-at-point (bug#11725).
5518
5519 2012-06-29 Glenn Morris <rgm@gnu.org>
5520
5521 * progmodes/f90.el (f90-font-lock-keywords-2):
5522 Add some preprocessor elements. (Bug#10499)
5523
5524 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5527 Use syntax-propertize (bug#11739).
5528
5529 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5532
5533 2012-06-28 Julien Danjou <julien@danjou.info>
5534
5535 * term.el (term-handle-colors-array): Use a set of new faces to
5536 color the terminal. Also uses :inverse-video property.
5537 (term-default-fg-color): Set to nil by default, deprecate in favor
5538 of `term-face'.
5539 (term-default-bg-color): Set to nil by default, deprecate in favor
5540 of `term-face'.
5541 (term-current-face): Use `term-face' by default.
5542 (term-bold-attribute): Variable deleted.
5543
5544 2012-06-28 Glenn Morris <rgm@gnu.org>
5545
5546 * simple.el (completion-list-mode-finish):
5547 Don't use toggle-read-only. (Since completion-list-mode has
5548 a special mode-class, it wasn't doing anything extra anyway.)
5549
5550 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 Make inlining of other-mode interpreted functions work (bug#11799).
5553 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5554 (byte-compile): Use it to fix compilation of lexical-binding closures.
5555 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5556 function, if needed.
5557
5558 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * help-mode.el (help-make-xrefs): Don't just withstand
5561 cyclic-variable-indirection but any error in documentation-property.
5562
5563 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5564 memory use.
5565 * bindings.el (bindings--define-key): New function.
5566 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5567 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5568 * bindings.el: Use it to purecopy define-key bindings.
5569
5570 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5571
5572 * emacs-lisp/cl.el (flet): Mark obsolete.
5573 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5574 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5575 * progmodes/js.el (js-c-fill-paragraph):
5576 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5577 (ebrowse-switch-member-buffer-to-derived-class):
5578 * play/5x5.el (5x5-solver): Use cl-flet.
5579
5580 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5581 (cl--symbol-function): New macro.
5582 (cl--letf, cl--letf*): Use it.
5583
5584 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5585 Strip "toggle-" if any.
5586
5587 2012-06-27 Glenn Morris <rgm@gnu.org>
5588
5589 * info.el (Info-default-directory-list): Move here from paths.el.
5590 * paths.el: Remove file, which is now empty.
5591 * loadup.el: No longer load "paths".
5592
5593 * custom.el (custom-initialize-delay): Doc fix.
5594
5595 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5596 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5597 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5598 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5599 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5600 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5601 * eshell/eshell.el (eshell-defgroup): Remove alias.
5602
5603 2012-06-27 Chong Yidong <cyd@gnu.org>
5604
5605 * help.el (help-enable-auto-load): New variable.
5606
5607 * help-fns.el (help-fns--autoloaded-p): New function.
5608 (describe-function-1): Refer to a function as "autoloaded" if it
5609 was autoloaded at any time in the past. Perform autoloading if
5610 help-enable-auto-load is non-nil.
5611
5612 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5613
5614 * makefile.w32-in (compile, compile-always): Depend on
5615 update-subdirs, not on subdirs.el. Otherwise, several different
5616 sub-targets of 'bootstrap' running in parallel could
5617 simultaneously write to subdirs.el, producing a garbled file.
5618
5619 2012-06-26 Sam Steingold <sds@gnu.org>
5620
5621 * files.el (file-name-base): New convenience function.
5622 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5623 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5624 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5625 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5626 * textmodes/ispell.el, textmodes/reftex-ref.el:
5627 * textmodes/tex-mode.el: Use it.
5628 Did not touch cedet and org because they are maintained elsewhere.
5629
5630 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5631
5632 * calendar/calendar.el (calendar-exit): Don't try to delete or
5633 iconify last frame. See:
5634 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5635
5636 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5637
5638 * server.el (server-process-filter): Remember dir in the
5639 process's `server-client-directory' properties.
5640
5641 2012-06-24 Chong Yidong <cyd@gnu.org>
5642
5643 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5644 non-tag text.
5645
5646 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5649
5650 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * help-fns.el (describe-variable): Don't croak when doc is not found.
5653 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5654 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5655 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5656 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5657 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5658 ((lambda ..) ..).
5659 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5660
5661 2012-06-23 Chong Yidong <cyd@gnu.org>
5662
5663 * info.el (Info-mouse-follow-link): Accept symbol values of
5664 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5665 (Info-fontify-node): Use Info-link-keymap for all navigation
5666 buttons, with link-args property to perform the desired action.
5667 (Info-link-keymap): Doc fix.
5668 (Info-next-link-keymap, Info-prev-link-keymap)
5669 (Info-up-link-keymap): Delete now-unused keymaps.
5670
5671 2012-06-23 Chong Yidong <cyd@gnu.org>
5672
5673 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5674
5675 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5676 system abbrevs.
5677
5678 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5679
5680 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5683 (bug#11719).
5684
5685 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5686 the requote function doesn't work properly (bug#11714).
5687
5688 2012-06-23 Glenn Morris <rgm@gnu.org>
5689
5690 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5691
5692 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 Further GV/CL cleanups.
5695 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5696 gv-expander.
5697 (gv--defun-declaration): New function.
5698 (defun-declarations-alist): Use it.
5699 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5700 (gv-place): Autoload.
5701 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5702 original definition of dotimes and dolist.
5703 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5704 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5705 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5706 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5707 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5708 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5709 to the function's definition.
5710 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5711 * window.el:
5712 * files.el:
5713 * faces.el:
5714 * env.el: Don't use CL.
5715
5716 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5717
5718 Support higher-resolution time stamps (Bug#9000).
5719
5720 * calendar/time-date.el (with-decoded-time-value): New arg
5721 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5722 (encode-time-value): New optional arg PICO. New type 3.
5723 (time-to-seconds) [!float-time]: Support the new picoseconds
5724 component if it's used.
5725 (seconds-to-time, time-subtract, time-add):
5726 Support ps-resolution time stamps as well.
5727
5728 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5729 (timerp): Timer vectors now have length 9, not 8.
5730 (timer--time): Support new-style (4-part) time stamps.
5731 (timer-next-integral-multiple-of-time): Time stamps now have
5732 picosecond resolution, so take a bit more care about rounding.
5733 (timer-relative-time, timer-inc-time): New optional arg psecs.
5734 (timer-set-time-with-usecs): Set psecs to 0.
5735 (timer--activate): Check psecs component, too.
5736
5737 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5738
5739 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5742 Move the non-essential binding to the post/pre-command-hook where it is
5743 more obviously correct.
5744
5745 * subr.el (read-passwd): Don't use a history at all.
5746 * savehist.el (savehist-save): Remove password saved accidentally
5747 because of the above bug.
5748
5749 2012-06-22 Bastien Guerry <bzg@gnu.org>
5750
5751 * files.el (toggle-read-only): Display a message telling whether
5752 the buffer is read-only or not (bug#11726).
5753
5754 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * emacs-lisp/gv.el: New file.
5757 * subr.el (push, pop): Extend to generalized variables.
5758 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5759 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5760 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5761 gv-define-simple-setter, and gv-define-expander.
5762 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5763 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5764 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5765 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5766 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5767 gv-letplace.
5768 (cl-defstruct): Don't define setf-method any more.
5769 * emacs-lisp/cl.el (flet): Don't autoload.
5770 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5771 (define-setf-expander, defsetf, define-modify-macro)
5772 (cl-struct-setf-expander): Move from cl-lib.el.
5773 * emacs-lisp/syntax.el:
5774 * emacs-lisp/ewoc.el:
5775 * emacs-lisp/smie.el:
5776 * emacs-lisp/cconv.el:
5777 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5778 (timer--time): Use gv-define-simple-setter.
5779 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5780 to avoid coding-system problems in subr.el. Adjust all users.
5781 (macroexp--maxsize, macroexp-small-p): New functions.
5782 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5783 * scroll-bar.el (scroll-bar-mode):
5784 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5785 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5786 * winner.el (winner-configuration, winner-make-point-alist)
5787 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5788 * files.el (locate-file-completion-table): Avoid list*.
5789
5790 2012-06-22 Chong Yidong <cyd@gnu.org>
5791
5792 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5793 (dired-create-files): Doc fix (Bug#11329).
5794 (dired-do-copy): Doc fix (Bug#11334).
5795 (dired-mark-read-string): Doc fix (Bug#11553).
5796
5797 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5798 Doc fix (Bug#11326).
5799 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5800 (dired-dwim-target): Doc fix.
5801
5802 * wdired.el (wdired-mode): Doc fix.
5803
5804 2012-06-22 Glenn Morris <rgm@gnu.org>
5805
5806 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5807 (pcmpl-rpm-cache-stamp-file): New constant.
5808 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5809 (pcmpl-rpm-packages): Optionally cache list of packages.
5810
5811 * pcmpl-rpm.el (pcmpl-rpm): New group.
5812 (pcmpl-rpm-query-options): New option.
5813 (pcmpl-rpm-packages): No need to inline it.
5814 Use pcmpl-rpm-query-options.
5815
5816 * calendar/calendar.el (calendar-in-read-only-buffer):
5817 Avoid some needless mode changes.
5818
5819 2012-06-21 Chong Yidong <cyd@gnu.org>
5820
5821 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5822 (desktop-path): Remove . from the default value (Bug#10977).
5823 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5824
5825 2012-06-20 Chong Yidong <cyd@gnu.org>
5826
5827 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5828
5829 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5830
5831 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5832 (bug#11201).
5833
5834 2012-06-20 Chong Yidong <cyd@gnu.org>
5835
5836 * term.el (term-window-width): Handle the case of a missing right
5837 fringe (Bug#8837).
5838 (term-check-size): Use window-text-height (Bug#5445).
5839 (term-mode): Use define-derived-mode. Minor cleanups.
5840 Set font-lock-defaults (Bug#7692).
5841 (term-move-columns, term-insert-char, term-emulate-terminal)
5842 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5843
5844 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5845
5846 * net/ange-ftp.el (ange-ftp-get-passwd):
5847 Bind `enable-recursive-minibuffers'.
5848 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5849
5850 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5851
5852 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5853
5854 2012-06-19 Glenn Morris <rgm@gnu.org>
5855
5856 * progmodes/python.el (python-mode): Derive from prog-mode.
5857
5858 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5859
5860 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5861 (edt-user-menu-bar-update-buffers): New functions.
5862 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5863
5864 2012-06-19 Chong Yidong <cyd@gnu.org>
5865
5866 * subr.el (with-selected-window): Preserve the selected window's
5867 terminal's top-frame (Bug#4702).
5868
5869 * window.el (save-selected-window): Likewise.
5870
5871 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * progmodes/python.el (python-rx-constituents): Move backquote.
5874 (python-skeleton-define, python-define-auxiliary-skeleton):
5875 Use `declare'.
5876
5877 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5878
5879 * minibuffer.el (read-file-name-default): Revert the patch from
5880 2012-06-17.
5881
5882 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5885 (pcase--u1, pcase--q1): Don't use apply-partially.
5886
5887 2012-06-18 Glenn Morris <rgm@gnu.org>
5888
5889 * progmodes/python.el (python-proc, python-buffer)
5890 (python-send-receive, python-send-string): Fix obsolete versions.
5891
5892 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5893
5894 * window.el (special-display-p): Completely remove stringp
5895 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5896
5897 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5898
5899 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5900
5901 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5902
5903 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5904 * net/tramp-sh.el (tramp-maybe-open-connection):
5905 Throw if `non-essential' is non-nil.
5906
5907 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5908
5909 * window.el (special-display-p): Signal an error if BUFFER-NAME
5910 is not a string (Bug#11713).
5911
5912 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5913
5914 * progmodes/python.el (python-info-beginning-of-backslash):
5915 Rename from python-info-beginning-of-backlash, as a spelling fix.
5916
5917 2012-06-17 Chong Yidong <cyd@gnu.org>
5918
5919 * term.el (term-emulate-terminal): If term-check-size is called,
5920 move point to the process mark without resetting point (Bug#4635).
5921
5922 2012-06-17 Glenn Morris <rgm@gnu.org>
5923
5924 * international/mule-cmds.el (mule-menu-keymap)
5925 (set-language-environment, set-locale-environment): Doc tweaks.
5926
5927 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5928
5929 * cus-face.el (custom-face-attributes): Add wave-style underline
5930 attribute.
5931 * faces.el (set-face-attribute): Update docstring to describe
5932 wave-style underline attribute.
5933
5934 2012-06-16 Chong Yidong <cyd@gnu.org>
5935
5936 * term/xterm.el (terminal-init-xterm): Discard input before
5937 querying background mode (Bug#10959).
5938
5939 2012-06-16 Stefan Merten <smerten@oekonux.de>
5940
5941 * textmodes/rst.el: Added and corrected some comments.
5942 (rst-re-alist-def): Improve symbol syntax.
5943 (rst-mode-syntax-table): Correct syntax entries.
5944 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5945 (rst-official-version, rst-official-cvs-rev): Update version
5946 information.
5947
5948 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5951 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5952
5953 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5954
5955 * progmodes/python.el: New python.el merge.
5956 (python-guess-indent): Obsolete var.
5957 (python-indent-guess-indent-offset): New defcustom.
5958 (python-indent): Obsolete var.
5959 (python-indent-offset): New defcustom.
5960 (python-python-command, python-jython-command): Delete var.
5961 (python-shell-interpreter): New defcustom.
5962 (python-pdbtrack-do-tracking-p): Delete var.
5963 (python-pdbtrack-activate): New defcustom.
5964 (python-use-skeletons): Obsolete var.
5965 (python-skeleton-autoinsert): New defcustom.
5966 (inferior-python-filter-regexp, python-continuation-offset)
5967 (python-honour-comment-indentation, python-indent-string-contents)
5968 (python-jython-packages, python-mode-hook)
5969 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5970 (python-shell-prompt-alist)
5971 (python-source-modes): Delete defcustoms.
5972 (python-check-buffer-name, python-eldoc-setup-code)
5973 (python-eldoc-string-code, python-ffap-setup-code)
5974 (python-ffap-string-code, python-fill-comment-function)
5975 (python-fill-decorator-function, python-fill-paren-function)
5976 (python-fill-string-function, python-imenu-include-defun-type)
5977 (python-imenu-make-tree, python-imenu-subtree-root-label)
5978 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5979 (python-shell-compilation-regexp-alist)
5980 (python-shell-completion-module-string-code)
5981 (python-shell-completion-pdb-string-code)
5982 (python-shell-completion-setup-code)
5983 (python-shell-completion-string-code)
5984 (python-shell-enable-font-lock, python-shell-exec-path)
5985 (python-shell-extra-pythonpaths)
5986 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5987 (python-shell-process-environment)
5988 (python-shell-prompt-block-regexp)
5989 (python-shell-prompt-output-regexp)
5990 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5991 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5992 (python-shell-virtualenv-path): New defcustoms.
5993 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5994 (inferior-python-mode-syntax-table, python--prompt-regexp)
5995 (python-buffer, python-command python-python-command)
5996 (python-default-template, python-imports, python-indent-index)
5997 (python-indent-list, python-indent-list-length)
5998 (python-mode-running, python-pdbtrack-is-tracking-p)
5999 (python-preoutput-continuation, python-preoutput-leftover)
6000 (python-preoutput-result, python-preoutput-skip-next-prompt)
6001 (python-prev-dir/file, python-recursing)
6002 (python-saved-check-command, python-version-checked)
6003 (python-which-func-length-limit)
6004 (view-return-to-alist): Delete vars.
6005 (python-check-custom-command, python-dotty-syntax-table)
6006 (python-imenu-index-alist, python-indent-current-level)
6007 (python-indent-dedenters, python-indent-levels)
6008 (python-nav-beginning-of-defun-regexp)
6009 (python-nav-list-defun-positions-cache)
6010 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6011 (python-shell-internal-buffer)
6012 (python-skeleton-available): New vars.
6013 (def-python-skeleton): Delete macro.
6014 (python-skeleton-define): New macro.
6015 (python-define-auxiliary-skeleton, python-rx): New macros.
6016 (python-insert-class): Delete command.
6017 (python-skeleton-class): New command.
6018 (python-insert-def): Delete command.
6019 (python-skeleton-def): New command.
6020 (python-insert-for): Delete command.
6021 (python-skeleton-for): New command.
6022 (python-insert-if): Delete command.
6023 (python-skeleton-if): New command.
6024 (python-insert-try/except, python-insert-try/finally): Delete commands.
6025 (python-skeleton-try): New command.
6026 (python-insert-while): Delete command.
6027 (python-skeleton-while): New command.
6028 (python-backspace): Delete command.
6029 (python-indent-dedent-line-backspace): New command.
6030 (python-electric-colon): Delete command.
6031 (python-indent-electric-colon): New command.
6032 (python-guess-indent): Delete command.
6033 (python-indent-guess-indent-offset): New command.
6034 (python-shift-left): Delete command.
6035 (python-indent-shift-left): New command.
6036 (python-shift-right): Delete command.
6037 (python-indent-shift-right): New command.
6038 (python-find-function): Delete command.
6039 (python-nav-jump-to-defun): New command.
6040 (python-next-statement): Delete command.
6041 (python-nav-forward-sentence): New command.
6042 (python-previous-statement): Delete command.
6043 (python-nav-backward-sentence): New command.
6044 (python-fill-paragraph): Delete command.
6045 (python-fill-paragraph-function): New command.
6046 (python-send-buffer): Delete command.
6047 (python-shell-send-buffer): New command.
6048 (python-send-defun): Delete command.
6049 (python-shell-send-defun): New command.
6050 (python-send-region, python-send-region-and-go): Delete commands.
6051 (python-shell-send-region)
6052 (python-shell-switch-to-shell): New commands.
6053 (python-send-string): Delete command.
6054 (python-shell-send-string): New command.
6055 (python-switch-to-python): Delete command.
6056 (python-shell-switch-to-shell): New command.
6057 (python-describe-symbol): Delete command.
6058 (python-eldoc-at-point): New command.
6059 (python--set-prompt-regexp, python-args-to-list)
6060 (python-after-info-look, python-check-version)
6061 (python-check-comint-prompt, python-find-imports)
6062 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6063 (python-unload-function, python-expand-template)
6064 (python-maybe-jython, python-preoutput-filter)
6065 (python-pdbtrack-get-source-buffer)
6066 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6067 (python-pdbtrack-toggle-stack-tracking)
6068 (python-pdbtrack-track-stack-file, python-initial-text)
6069 (python-first-word, python-comment-line-p, python-send-command)
6070 (python-setup-brm, python-sentinel, python-set-proc)
6071 (python-skip-out, python-input-filter, python-outdent-p)
6072 (python-outline-level, python-backslash-continuation-line-p)
6073 (python-end-of-block, python-end-of-statement, python-mark-block)
6074 (python-beginning-of-block, python-beginning-of-statement)
6075 (python-blank-line-p, python-beginning-of-string)
6076 (python-open-block-statement-p): Delete functions.
6077 (python-indent-line, python-indent-line-1): Delete functions.
6078 (python-indent-line): New function.
6079 (python-indentation-levels): Delete function.
6080 (python-indent-calculate-levels): New function.
6081 (python-proc): Delete function.
6082 (python-shell-get-process): New function.
6083 (python-send-receive): Delete function.
6084 (python-shell-send-string-no-output): New function.
6085 (python-module-path): Delete function.
6086 (python-ffap-module-path): New function.
6087 (python-completion-at-point)
6088 (python-symbol-completions): Delete functions.
6089 (python-completion-complete-at-point): New function.
6090 (python-load-file): Delete function.
6091 (python-shell-send-file): New function.
6092 (python-calculate-indentation): Delete function.
6093 (python-indent-calculate-indentation): New function.
6094 (python-skip-comments/blanks): Delete function.
6095 (python-util-forward-comment): New function.
6096 (python-continuation-line-p): Delete function.
6097 (python-info-continuation-line-p): New function.
6098 (python-which-func, python-current-defun): Delete function.
6099 (python-info-current-defun): New function.
6100 (python-beginning-of-defun): Delete function.
6101 (python-nav-beginning-of-defun): New function.
6102 (python-close-block-statement-p)
6103 (python-block-end-p): Delete function.
6104 (python-info-closing-block): New function.
6105 (python-comint-output-filter-function)
6106 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6107 (python-fill-comment, python-fill-decorator, python-fill-paren)
6108 (python-fill-string, python-imenu-make-element-tree)
6109 (python-imenu-make-tree, python-imenu-tree-assoc)
6110 (python-indent-context, python-indent-dedent-line)
6111 (python-indent-line-function)
6112 (python-indent-post-self-insert-function)
6113 (python-indent-toggle-levels)
6114 (python-info-assignment-continuation-line-p)
6115 (python-info-beginning-of-backlash)
6116 (python-info-block-continuation-line-p)
6117 (python-info-closing-block-message)
6118 (python-info-line-ends-backslash-p)
6119 (python-info-looking-at-beginning-of-defun)
6120 (python-info-ppss-context, python-info-ppss-context-type)
6121 (python-nav-list-defun-positions, python-nav-read-defun)
6122 (python-nav-sentence-end, python-nav-sentence-start)
6123 (python-pdbtrack-comint-output-filter-function)
6124 (python-pdbtrack-set-tracked-buffer)
6125 (python-shell-calculate-exec-path)
6126 (python-shell-calculate-process-environment)
6127 (python-shell-completion--do-completion-at-point)
6128 (python-shell-completion--get-completions)
6129 (python-shell-completion-complete-at-point)
6130 (python-shell-completion-complete-or-indent)
6131 (python-shell-get-or-create-process)
6132 (python-shell-get-process-name)
6133 (python-shell-internal-get-or-create-process)
6134 (python-shell-internal-get-process-name)
6135 (python-shell-internal-send-string, python-shell-make-comint)
6136 (python-shell-parse-command, python-shell-send-setup-code)
6137 (python-skeleton-add-menu-items)
6138 (python-util-clone-local-variables, python-util-position)
6139 (run-python-internal, python-indentation-levels)
6140 (python-nav-beginning-of-defun)
6141 (python-completion-complete-at-point): New functions.
6142 (run-python): Change arguments. New API requirements.
6143
6144 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6147 (bug#11649).
6148
6149 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6150 (macroexp--expand-all): Use it.
6151
6152 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6153 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6154 Use `cl-function' instead.
6155
6156 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6159 Suggested by Stefan Monnier while discussing bug#11657.
6160
6161 2012-06-14 Sam Steingold <sds@gnu.org>
6162
6163 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6164
6165 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6166
6167 * play/doctor.el (doctor-doc): Remove parameter and use
6168 doctor-sent instead of sent.
6169 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6170
6171 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * files.el: Require cl-lib.
6174 (file-name-non-special): Replace case -> cl-case.
6175
6176 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6177
6178 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6179 mapping from #' to function*.
6180
6181 2012-06-13 Chong Yidong <cyd@gnu.org>
6182
6183 * mouse.el (mouse-drag-track): Do not set the mark if the user
6184 releases the mouse without selecting anything (Bug#11588).
6185
6186 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6189 as well (bug#11646).
6190
6191 * loadup.el: Count byte-code functions as well.
6192
6193 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6194 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6195
6196 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6197 (bug#11649). Add cl-defun and cl-defmacro.
6198
6199 2012-06-13 Drew Adams <drew.adams@oracle.com>
6200
6201 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6202 Fix last change.
6203
6204 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6205
6206 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6207 Otherwise, it blocks in batch mode.
6208
6209 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * help-mode.el (bookmark-make-record-default): Declare.
6212
6213 2012-06-13 Chong Yidong <cyd@gnu.org>
6214
6215 * emacs-lisp/package.el (list-packages): Compute a list of
6216 packages that are newly-available since the last list-packages
6217 invocation.
6218 (package-menu--new-package-list): New var.
6219 (package-menu--generate, package-menu--print-info)
6220 (package-menu--status-predicate, package-menu-mark-install):
6221 Handle new status label "new".
6222
6223 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6226 conversion to backquotes.
6227
6228 2012-06-12 Chong Yidong <cyd@gnu.org>
6229
6230 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6231 Rename from gud-inhibit-global-bindings.
6232
6233 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6234
6235 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6236 hook from nxml-glyph-set-hook.
6237
6238 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6239 declaration.
6240
6241 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6242
6243 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6244 Convert to defcustom.
6245
6246 2012-06-12 Drew Adams <drew.adams@oracle.com>
6247
6248 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6249 New functions.
6250 (help-mode): Use them.
6251
6252 2012-06-11 Glenn Morris <rgm@gnu.org>
6253
6254 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6255 Use preprocessor face for directives.
6256 (fortran-directive-re): Doc fix.
6257
6258 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6261 conversion to backquotes (bug#11652).
6262
6263 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6264 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6265 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6266 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6267 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6268 (cl-ninth, cl-tenth): Mark them as inlinable.
6269 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6270 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6271 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6272 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6273 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6274 (cl-list*, cl-adjoin): Don't put an autoload manually.
6275 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6276 (cl--compiler-macro-list*): Add autoload cookie.
6277 (cl--compiler-macro-cXXr): New function.
6278
6279 * help-fns.el (help-fns--compiler-macro): New function extracted from
6280 describe-function-1; follow aliases and use `compiler-macro' property.
6281 (describe-function-1): Use it.
6282
6283 2012-06-11 Chong Yidong <cyd@gnu.org>
6284
6285 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6286 is uninstalled, if imagemagick is installed.
6287
6288 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * emacs-lisp/cl-lib.el: Use lexical-binding.
6291 (cl-map-extents, cl-maclisp-member): Remove.
6292 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6293 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6294 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6295 * emacs-lisp/cl-extra.el: Use lexical-binding.
6296 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6297 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6298 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6299 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6300 * emacs-lisp/cl-seq.el: Use lexical-binding.
6301 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6302 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6303 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6304 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6305 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6306 CL's internals.
6307
6308 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6309
6310 Sync with Tramp 2.2.6-pre.
6311
6312 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6313 `print-length' and `print-level' to nil, in order to avoid
6314 truncation. Reported by Christopher Schmidt
6315 <christopher@ristopher.com>.
6316
6317 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6318
6319 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6320 New defmacro.
6321 (tramp-compat-copy-directory): Add optional argument
6322 COPY-CONTENTS. It is not handled yet.
6323
6324 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6325 (tramp-ftp-file-name-p): Simplify.
6326
6327 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6328 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6329 connection vector.
6330
6331 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6332 (tramp-methods): Do not use `tramp-password-end-of-line'.
6333 (tramp-completion-function-alist-putty): Handle UNIX case.
6334 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6335 (tramp-do-file-attributes-with-stat)
6336 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6337 gid as real numbers. They could run out of integer range on cygwin.
6338 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6339 (tramp-sh-handle-expand-file-name): Handle hops.
6340 (tramp-open-connection-setup-interactive-shell):
6341 Use `tramp-cleanup'. Move check for busyboxes ...
6342 (tramp-find-shell): ... here. Simplify implementation.
6343 Set "remote-shell" property also for alternative shells.
6344 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6345 If failing, a regular file would be written otherwise.
6346 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6347 (tramp-find-inline-encoding): Cache the coding commands in the
6348 process cache. Apply test command on the remote side, if defined.
6349 (tramp-find-inline-compress): Cache the compress commands in the
6350 process cache.
6351 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6352 when requested. Handle hops.
6353 (tramp-current-connection): New defvar.
6354 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6355 Throw `suppress', if there was a failed connection shortly before.
6356 Handle user interrupt. (Bug#10187)
6357 (tramp-get-inline-compress, tramp-get-inline-coding):
6358 Read connection properties from the process cache.
6359
6360 * net/tramp-smb.el (tramp-smb-server-version)
6361 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6362 New defconsts.
6363 (tramp-smb-prompt): Extend for powershell prompt.
6364 (tramp-smb-file-name-handler-alist): Add handlers for
6365 `process-file', `shell-command' and `start-file-process'.
6366 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6367 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6368 (tramp-smb-file-name-p): Simplify.
6369 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6370 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6371 (tramp-smb-shell-quote-argument): New defuns.
6372 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6373 Implement using "tar". By this, time-stamps are preserved.
6374 (tramp-smb-handle-copy-file): Handle also the case of directories.
6375 (tramp-smb-do-file-attributes-with-stat)
6376 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6377 Use `tramp-get-connection-buffer').
6378 (tramp-smb-handle-rename-file): Use "rename", when source and
6379 target are on the same share.
6380 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6381 Use `tramp-smb-server-version'.
6382 (tramp-smb-wait-for-output): Remove prompt.
6383
6384 * net/tramp.el (top): Require 'cl.
6385 (tramp-methods, tramp-rsh-end-of-line):
6386 Remove `tramp-password-end-of-line' from docstring.
6387 (tramp-save-ad-hoc-proxies): New defcustom.
6388 (tramp-completion-function-alist): Adapt docstring.
6389 (tramp-default-password-end-of-line): Remove defcustom.
6390 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6391 (tramp-user-regexp, tramp-file-name-regexp-unified)
6392 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6393 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6394 (tramp-remote-file-name-spec-regexp): New defconst.
6395 (tramp-file-name-structure): Extend structure for hops.
6396 (tramp-get-method-parameter): Move up.
6397 (tramp-file-name-p, tramp-dissect-file-name)
6398 (with-parsed-tramp-file-name): Handle hops.
6399 (tramp-file-name-hop): New defun.
6400 (tramp-make-tramp-file-name): New optional arg HOP.
6401 (tramp-message-show-progress-reporter-message): New defvar.
6402 (tramp-with-progress-reporter): Use it. We cannot use
6403 `tramp-message-show-message' here, because this suppresses also
6404 error buffers.
6405 (tramp-error-with-buffer): Suppress buffer view, if
6406 `tramp-message-show-message' is nil.
6407 Use `tramp-get-connection-buffer'.
6408 (tramp-cleanup): New defun.
6409 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6410 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6411 an error unchanged.
6412 (tramp-completion-handle-file-name-all-completions): Handle hops.
6413 Fix an error when called from ido.
6414 (tramp-completion-dissect-file-name): Use better local variable
6415 name. Add hop to the vector.
6416 (tramp-handle-insert-file-contents): Use progress-reporter for the
6417 whole scenario.
6418 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6419 to `t'.
6420 (tramp-check-for-regexp): Simplify search.
6421 (tramp-enter-password): Remove it. Move implementation ...
6422 (tramp-action-password): ... here.
6423 (tramp-mode-string-to-int, tramp-local-host-p)
6424 (tramp-make-tramp-temp-file, tramp-read-passwd)
6425 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6426 Set tramp-autoload cookie.
6427
6428 * net/trampver.el: Update release number.
6429
6430 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6431 Michael Albinus <michael.albinus@gmx.de>
6432
6433 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6434 (tramp-parse-group, tramp-parse-file)
6435 (tramp-parse-shostkeys-sknownhosts): New defuns.
6436 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6437 (tramp-parse-shosts-group, tramp-parse-sconfig)
6438 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6439 (tramp-parse-sknownhosts, tramp-parse-hosts)
6440 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6441 Use them.
6442 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6443 (tramp-parse-putty-group): Don't narrow.
6444 (tramp-parse-putty): Make a loop.
6445 (tramp-file-name-handler): Catch the `suppress' signal.
6446
6447 2012-06-11 Chong Yidong <cyd@gnu.org>
6448
6449 * image.el (imagemagick-register-types): Put the ImageMagick entry
6450 at the end of image-type-file-name-regexps.
6451
6452 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6453
6454 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6455 (pcase, pcase-let*, pcase-dolist): Use them.
6456
6457 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * emacs-lisp/pcase.el (pcase--let*): New function.
6460 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6461 (pcase--expand): Use macroexp-let².
6462
6463 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6466 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6467 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6468 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6469 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6470 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6471
6472 2012-06-10 Glenn Morris <rgm@gnu.org>
6473
6474 * mail/rmail.el (rmail-yank-current-message): Leave point at
6475 correct position. (Bug#11660)
6476
6477 2012-06-10 Chong Yidong <cyd@gnu.org>
6478
6479 * allout-widgets.el: Fix code header.
6480
6481 2012-06-10 Chong Yidong <cyd@gnu.org>
6482
6483 * cus-edit.el (customize-changed-options-previous-release):
6484 Bump to 24.1.
6485
6486 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6487
6488 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6489
6490 2012-06-09 Chong Yidong <cyd@gnu.org>
6491
6492 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6493
6494 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6495
6496 * window.el (special-display-popup-frame): Don't use
6497 window--display-buffer (Bug#11651).
6498
6499 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6500
6501 Fix parallel builds: make sure loaddefs.el is not being written
6502 while Lisp files are compiled.
6503 (compile): Don't depend on 'mh-autoloads'.
6504 (compile-CMD, compile-SH): Depend on 'autoloads'.
6505 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6506
6507 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6508
6509 2012-06-09 Chong Yidong <cyd@gnu.org>
6510
6511 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6512 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6513 Doc fixes (Bug#11225).
6514
6515 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6518 a function if there's a clear indication that it has a compiler-macro.
6519 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6520 (macro-declarations-alist): Add arglist to declaration functions.
6521 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6522 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6523 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6524 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6525 Also add autoload to find the compiler macro.
6526 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6527 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6528 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6529 (cl--compiler-macro-get): New functions, replacing calls to
6530 cl-define-compiler-macro.
6531 (cl-typep) [compiler-macro]: Use macroexp-let².
6532
6533 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6534
6535 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6536 string properly, fixes Bug#11473.
6537
6538 2012-06-08 Chong Yidong <cyd@gnu.org>
6539
6540 * faces.el (set-face-attribute): Doc fix.
6541 (modify-face): Don't use :bold and :italic.
6542 (error, warning, success): Tweak definitions.
6543
6544 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6545 (custom-modified, custom-set, custom-changed, custom-themed)
6546 (custom-saved, custom-button, custom-button-mouse)
6547 (custom-button-pressed, custom-state, custom-comment-tag)
6548 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6549 (custom-group-subtitle): Use new-style face specs.
6550 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6551 (custom-set-face, custom-changed-face, custom-saved-face)
6552 (custom-button-face, custom-button-pressed-face)
6553 (custom-documentation-face, custom-state-face)
6554 (custom-comment-face, custom-comment-tag-face)
6555 (custom-variable-tag-face, custom-variable-button-face)
6556 (custom-face-tag-face, custom-group-tag-face-1)
6557 (custom-group-tag-face): Remove obsolete face alias.
6558
6559 * epa.el (epa-validity-high, epa-validity-medium)
6560 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6561 (epa-field-name, epa-field-body):
6562 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6563 (font-lock-keyword-face, font-lock-builtin-face)
6564 (font-lock-function-name-face, font-lock-variable-name-face)
6565 (font-lock-type-face, font-lock-constant-face):
6566 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6567 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6568 * speedbar.el (speedbar-button-face, speedbar-file-face)
6569 (speedbar-directory-face, speedbar-tag-face)
6570 (speedbar-selected-face, speedbar-highlight-face)
6571 (speedbar-separator-face):
6572 * whitespace.el (whitespace-newline, whitespace-space)
6573 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6574 (whitespace-line, whitespace-space-before-tab)
6575 (whitespace-space-after-tab, whitespace-indentation)
6576 (whitespace-empty):
6577 * emulation/cua-base.el (cua-global-mark):
6578 * eshell/em-prompt.el (eshell-prompt):
6579 * net/newst-plainview.el (newsticker-new-item-face)
6580 (newsticker-old-item-face, newsticker-immortal-item-face)
6581 (newsticker-obsolete-item-face, newsticker-date-face)
6582 (newsticker-statistics-face, newsticker-default-face):
6583 * net/newst-reader.el (newsticker-feed-face)
6584 (newsticker-extra-face, newsticker-enclosure-face):
6585 * net/newst-treeview.el (newsticker-treeview-face)
6586 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6587 (newsticker-treeview-immortal-face)
6588 (newsticker-treeview-obsolete-face)
6589 (newsticker-treeview-selection-face):
6590 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6591 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6592 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6593 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6594 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6595 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6596 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6597 (mpuz-text):
6598 * progmodes/vera-mode.el (vera-font-lock-number)
6599 (vera-font-lock-function, vera-font-lock-interface):
6600 * textmodes/table.el (table-cell): Use new-style face specs, and
6601 don't use the old :bold and :italic attributes.
6602
6603 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6604 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6605 (ebrowse-member-class, ebrowse-progress): Likewise.
6606 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6607 (ebrowse-file-name-face, ebrowse-default-face)
6608 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6609 (ebrowse-progress-face): Remove obsolete faces.
6610
6611 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6612 Inherit from error and warning faces respectively.
6613
6614 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6615 Likewise.
6616 (flyspell-incorrect-face, flyspell-duplicate-face):
6617 Remove obsolete aliases.
6618
6619 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6620
6621 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6622 Avoid infloop.
6623
6624 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * startup.el (argv, argi): Make lexically scoped.
6627 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6628 * emacs-lisp/cl-macs.el: Use lexical-binding.
6629 Rename cl-bind-* to cl--bind-*.
6630 * files.el: Don't require `cl' since it doesn't use it.
6631 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6632
6633 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6634
6635 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6636 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6637 instead of calling external sort utility.
6638 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6639
6640 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6641
6642 * descr-text.el (describe-char): Mention how to insert the
6643 character, if the current input method doesn't support it.
6644 See the discussion in this thread for the details:
6645 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6646
6647 2012-06-08 Sam Steingold <sds@gnu.org>
6648
6649 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6650 XF86Back to previous-buffer.
6651 (minibuffer-local-map): Bind them to next-history-element and
6652 previous-history-element respectively.
6653 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6654 help-go-back respectively.
6655 * info.el (Info-mode-map): Bind them to Info-history-forward and
6656 Info-history-back respectively.
6657 These are the keys next to Up on the ThinkPad keyboard.
6658
6659 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6662 * emacs-lisp/cl-macs.el: Provide itself.
6663 (cl--labels-convert-cache): New var.
6664 (cl--labels-convert): New function.
6665 (cl-flet, cl-labels): New implementation with new semantics, relying on
6666 lexical-binding.
6667 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6668 (cl-closure-vars, cl--function-convert-cache)
6669 (cl--function-convert): Move from cl-macs.el.
6670 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6671 rename by removing the "cl-" prefix.
6672 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6673
6674 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6675
6676 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6677 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6678 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6679 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6680 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6681 (cl-hash-table-count): Add old compatibility aliases.
6682
6683 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6684 Use macroexpand-all-environment instead.
6685 (cl--old-macroexpand): New var.
6686 (cl--sm-macroexpand): New function.
6687 (cl-symbol-macrolet): Use it during macro expansion.
6688 (cl--function-convert-cache): New var.
6689 (cl--function-convert): New function, extracted from
6690 cl-macroexpand-all.
6691 (cl-lexical-let): Use it.
6692
6693 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6694 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6695 (cl-member): Remove old alias.
6696
6697 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6698 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6699 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6700 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6701 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6702 (cl-macroexpand-cmacs): Remove var.
6703 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6704 Use macroexpand-all instead.
6705
6706 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6709 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6710 (macroexp-copyable-p): New functions and macros.
6711 * emacs-lisp/edebug.el (edebug-unwrap):
6712 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6713 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6714 (pcase--let*): Remove.
6715 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6716 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6717 macroexp-const-p instead.
6718 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6719
6720 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6721 instead of "cl-" for internal definitions. Use macroexp-const-p.
6722 (cl-old-bc-file-form): Remove var.
6723 (cl-const-exprs-p): Remove fun.
6724 (cl-labels, cl-macrolet): Use backquote.
6725 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6726 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6727 (cl-define-setf-expander): Rename from cl-define-setf-method.
6728 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6729
6730 * international/mule-cmds.el: Don't require CL.
6731 (view-hello-file): Don't use `letf'.
6732
6733 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * tmm.el (tmm-prompt): Use string-prefix-p.
6736 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6737 (tmm-add-prompt): Use minibuffer-completion-help.
6738 (tmm-delete-map): Remove.
6739
6740 * subr.el (kbd): Make it its own function.
6741
6742 2012-06-07 Stefan Merten <smerten@oekonux.de>
6743
6744 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6745 Silence compiler warnings. Fix versions.
6746 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6747 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6748 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6749 (rst-package-emacs-version-alist): Correct Emacs version to
6750 represent major merge with upstream.
6751 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6752
6753 2012-06-06 Glenn Morris <rgm@gnu.org>
6754
6755 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6756 Only print environment variables if set.
6757
6758 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6761 (macroexp--cons): Rename from maybe-cons.
6762 (macroexp--accumulate): Rename from macroexp-accumulate.
6763 (macroexp--all-forms): Rename from macroexpand-all-forms.
6764 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6765 (macroexp--expand-all): Rename from macroexpand-all-1.
6766
6767 2012-06-06 Sam Steingold <sds@gnu.org>
6768
6769 * calendar/calendar.el (calendar-in-read-only-buffer):
6770 Call `special-mode' to enable the standard read-only keybindings.
6771
6772 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6775 with "loading" messages (bug#11635).
6776
6777 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6778
6779 * files.el (enable-remote-dir-locals): New option.
6780 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6781
6782 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6783 Ensure, that the temp directory is local.
6784
6785 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6786 `temporary-file-directory'.
6787
6788 * progmodes/python.el (python-send-region): Ensure, that the
6789 temporary file is created also in the remote case.
6790
6791 2012-06-06 Glenn Morris <rgm@gnu.org>
6792
6793 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6794 (vc-rcs-update-changelog): Use it.
6795
6796 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6797
6798 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6799 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6800 (vc-sccs-diff): Replace use of the external vcdiff script.
6801
6802 2012-06-05 Glenn Morris <rgm@gnu.org>
6803
6804 * ledit.el: Move to obsolete/.
6805
6806 2012-06-05 Sam Steingold <sds@gnu.org>
6807
6808 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6809 patch (Bug#11140).
6810
6811 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * emacs-lisp/cust-print.el: Move to obsolete.
6814
6815 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6816 compiler-macro expansion.
6817
6818 Add native compiler-macro support.
6819 * emacs-lisp/macroexp.el (macroexpand-all-1):
6820 Support compiler-macros directly. Properly follow aliases and apply
6821 the compiler macros more thoroughly.
6822 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6823 macroexpand now properly follows aliases.
6824 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6825 (cl-compiler-macroexpand): Use new prop.
6826 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6827
6828 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6829
6830 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6831
6832 * window.el (get-lru-window, get-mru-window, get-largest-window):
6833 New argument NOT-SELECTED to avoid picking the selected window.
6834 (window--display-buffer-1, window--display-buffer-2): Replace by
6835 new function window--display-buffer
6836 (display-buffer-same-window, display-buffer-reuse-window)
6837 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6838 Use window--display-buffer.
6839 (display-buffer-use-some-window): Remove temporary dedication
6840 hack by calling get-lru-window and get-largest-window with
6841 NOT-SELECTED argument non-nil. Call window--display-buffer.
6842
6843 2012-06-05 Glenn Morris <rgm@gnu.org>
6844
6845 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6846 Replace external vcdiff script.
6847
6848 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6851
6852 2012-06-04 Chong Yidong <cyd@gnu.org>
6853
6854 * image.el (imagemagick-types-inhibit): Revert last change.
6855 Add INFO and M.
6856 (imagemagick-enabled-types): Remove CIN and EPS*.
6857
6858 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * emacs-lisp/cl-lib.el: Rename from cl.el.
6861 * emacs-lisp/cl.el: New compatibility file.
6862 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6863 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6864 to obey the "cl-" prefix.
6865 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6866
6867 2012-06-03 Glenn Morris <rgm@gnu.org>
6868
6869 * emacs-lisp/authors.el (authors-aliases): Addition.
6870
6871 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6872 Fix :version.
6873
6874 2012-06-03 Stefan Merten <smerten@oekonux.de>
6875
6876 * textmodes/rst.el: Add comments.
6877 (rst-transition, rst-adornment): New faces.
6878 (rst-adornment-faces-alist): Make default safe to reevaluate.
6879 Fixes
6880 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6881 Improve customization tags.
6882 (rst-define-level-faces): Clarify meaning.
6883
6884 2012-06-03 Chong Yidong <cyd@gnu.org>
6885
6886 * progmodes/compile.el (compilation-mode-line-fail)
6887 (compilation-mode-line-run, compilation-mode-line-exit):
6888 New faces.
6889 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6890
6891 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6892
6893 * progmodes/which-func.el (which-func-update-ediff-windows):
6894 New function. Use it in ediff-select-hook (Bug#11478).
6895
6896 2012-06-03 Chong Yidong <cyd@gnu.org>
6897
6898 * bindings.el: Remove explicit help text from format-mode-line.
6899 It is now supplied by mode-line-default-help-echo.
6900 (mode-line-front-space, mode-line-end-spaces)
6901 (mode-line-misc-info): New variables.
6902 (mode-line-modes, mode-line-position): Move the default value to
6903 the variable definition.
6904 (mode-line-default-help-echo): New defcustom.
6905 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6906 (mode-line-modified-help-echo): New functions.
6907 (mode-line-mule-info, mode-line-modified): Use them.
6908 (mode-line-eol-desc, propertized-buffer-identification):
6909 Consistency fixes for help text.
6910 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6911 set-buffer-file-coding-system (Bug#289).
6912 (mode-line-mule-info-help-echo): Update help text.
6913
6914 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * simple.el (execute-extended-command): Set real-this-command
6917 (bug#11506).
6918
6919 2012-06-02 Chong Yidong <cyd@gnu.org>
6920
6921 Remove incorrect uses of "modeline" in comments, docstrings, and
6922 function/variable names (Bug#10329).
6923
6924 * cus-edit.el (mode-line):
6925 * dframe.el (dframe-mouse-hscroll):
6926 * emacs-lisp/re-builder.el:
6927 * emacs-lisp/easy-mmode.el (define-minor-mode):
6928 * frame.el (set-frame-name):
6929 * help.el (lookup-minor-mode-from-indicator):
6930 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6931 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6932 (c-toggle-hungry-state):
6933 * progmodes/antlr-mode.el (antlr-language-alist):
6934 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6935 * progmodes/vhdl-mode.el (vhdl-mode):
6936 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6937 * term/ns-win.el (ns-face-at-pos):
6938 * term/sup-mouse.el (sup-mouse-report):
6939 * textmodes/flyspell.el (flyspell-mode-line-string):
6940 * textmodes/ispell.el (ispell-highlight-face):
6941 * textmodes/reftex-global.el:
6942 * vc/vc-arch.el (vc-arch-mode-line-string):
6943 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6944 * vc/vc-git.el (vc-git-mode-line-string):
6945 * vc/vc-hooks.el (vc-display-status)
6946 (vc-default-mode-line-string):
6947 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6948
6949 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6950
6951 * dired.el (dired-sort-set-mode-line): Rename from
6952 dired-sort-set-modeline. All callers changed.
6953
6954 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6955 eshell-status-in-modeline.
6956
6957 * foldout.el (foldout-mode-line-string): Rename from
6958 foldout-modeline-string. All callers changed.
6959 (foldout-update-mode-line): Rename from foldout-update-modeline.
6960
6961 * subr.el (redraw-modeline): Make into obsolete alias.
6962
6963 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6964 timeclock-modeline-display. Make old name an alias.
6965 (timeclock-update-mode-line): Likewise. All callers changed.
6966 (timeclock-mode-line-display): No need to check before using
6967 add-hook.
6968 (timeclock-relative, timeclock-day-over-hook)
6969 (timeclock-use-elapsed, timeclock-mode-string)
6970 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6971
6972 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6973 crisp-mode-modeline-string.
6974
6975 * play/solitaire.el (solitaire-build-mode-line): Rename from
6976 solitaire-build-modeline. All callers changed.
6977
6978 * play/zone.el (zone-hiding-mode-line): Rename from
6979 zone-hiding-modeline. All callers changed.
6980 (zone): Remove unusued `modeline-hidden-level' property.
6981
6982 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6983 xscheme-modeline-initialize. All callers changed.
6984
6985 * strokes.el (strokes-lighter): Rename from
6986 strokes-modeline-string.
6987
6988 * textmodes/sgml-mode.el (html-face-tag-alist)
6989 (html-tag-face-alist): Use mode-line face instead of obsolete
6990 alias modeline.
6991
6992 2012-06-02 Stefan Merten <smerten@oekonux.de>
6993
6994 * textmodes/rst.el: Always require `cl'.
6995 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6996
6997 2012-06-02 Chong Yidong <cyd@gnu.org>
6998
6999 * image.el (imagemagick-enabled-types): Rename from
7000 imagemagick-types-enable. Add many more types.
7001 (imagemagick-types-inhibit): Change default to nil.
7002 (imagemagick-filter-types): Caller changed.
7003
7004 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * emacs-lisp/cl-macs.el: Use backquotes.
7007 (cl-transform-function-property): Use eval-and-compile rather than
7008 abusing `require'.
7009 (defstruct): Use declare-function instead of with-no-warnings.
7010
7011 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7012 (byte-compile-output-docform): Re-add the print-circle bindings.
7013 (byte-compile-fix-header): Use #$ just because it's shorter.
7014 (byte-compile-output-file-form): Remove defun/defmacro.
7015
7016 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7017
7018 * simple.el (choose-completion): Remove now obsolete binding for
7019 owindow.
7020
7021 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7022
7023 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7024 in order to avoid "Stack overflow in regexp matcher".
7025
7026 2012-05-31 Glenn Morris <rgm@gnu.org>
7027
7028 * image.el: For clarity, call imagemagick-register-types at
7029 top-level, rather than relying on a custom :initialize.
7030 (imagemagick-types-enable): New option. (Bug#11557)
7031 (imagemagick-filter-types): New function. (Bug#7406)
7032 (imagemagick-register-types): Use imagemagick-filter-types.
7033 If disabling support, remove elements altogether rather
7034 than using an impossible regexp.
7035 (imagemagick-types-inhibit): Give it the default init function.
7036
7037 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7038
7039 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7040 Handle arbitrary file name lengths (Bug#11585).
7041
7042 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7043
7044 * desktop.el (desktop-read): Clear previous and next buffers for
7045 all windows and bury *Messages* buffer (bug#11556).
7046
7047 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 Add `declare' for `defun'. Align `defmacro's with it.
7050 * emacs-lisp/easy-mmode.el (define-minor-mode)
7051 (define-globalized-minor-mode): Don't autoload the var definitions.
7052 * emacs-lisp/byte-run.el: Use lexical-binding.
7053 (defun-declarations-alist, macro-declarations-alist): New vars.
7054 (defmacro, defun): Use them.
7055 (make-obsolete, define-obsolete-function-alias)
7056 (make-obsolete-variable, define-obsolete-variable-alias):
7057 Use `declare'.
7058 (macro-declaration-function): Mark obsolete.
7059 * emacs-lisp/autoload.el: Use lexical-binding.
7060 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7061
7062 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7063
7064 * textmodes/ispell.el (ispell-with-no-warnings):
7065 Define as a macro.
7066 (ispell-kill-ispell, ispell-change-dictionary):
7067 Use `called-interactively-p' for Emacs instead of obsolete
7068 `interactive-p'.
7069
7070 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7073 (macro-declaration-function): Move var from C code.
7074 (macro-declaration-function): Define function with defalias.
7075 * emacs-lisp/macroexp.el (macroexpand-all-1):
7076 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7077 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7078 defun/defmacro any more.
7079 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7080 Provide fallback for unknown arglist.
7081 (byte-compile-arglist-warn): Change calling convention.
7082 (byte-compile-output-file-form): Move print-vars binding.
7083 (byte-compile-output-docform): Simplify accordingly.
7084 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7085 (byte-compile-defmacro-declaration): Remove.
7086 (byte-compile-file-form-defmumble): Generalize to defalias.
7087 (byte-compile-output-as-comment): Return byte-positions.
7088 Simplify callers accordingly.
7089 (byte-compile-lambda): Use `assert'.
7090 (byte-compile-defun, byte-compile-defmacro): Remove.
7091 (byte-compile-file-form-defalias):
7092 Use byte-compile-file-form-defmumble.
7093 (byte-compile-defalias-warn): Remove.
7094
7095 2012-05-29 Stefan Merten <smerten@oekonux.de>
7096
7097 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7098 possible. Fix authors. Improve comments. Improve loading of `cl'.
7099
7100 (rst-mode-abbrev-table): Merge definition.
7101 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7102 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7103
7104 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7105
7106 * calendar/icalendar.el
7107 (icalendar-export-region): Export UID properly.
7108
7109 2012-05-29 Leo Liu <sdl.web@gmail.com>
7110 * calendar/icalendar.el (icalendar-import-format):
7111 Add `icalendar-import-format-uid' (Bug#11525).
7112 (icalendar-import-format-uid): New.
7113 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7114 Export UID.
7115
7116 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7119 different alternative patterns.
7120 (pcase-codegen): Be more careful to preserve identity.
7121 (pcase--u1): Don't forget to mark vars as used.
7122
7123 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7124 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7125 (byte-compile-from-buffer): ...rather than here.
7126
7127 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7128 functions from byte-compile-function-environment.
7129
7130 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7131
7132 * window.el (window-deletable-p): Avoid deleting the root window
7133 of a frame with an active minibuffer.
7134
7135 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7136
7137 * simple.el (choose-completion): Use quit-window (Bug#11567).
7138
7139 2012-05-29 Chong Yidong <cyd@gnu.org>
7140
7141 * whitespace.el (whitespace-cleanup): Fix usage of
7142 whitespace-empty-at-bob-regexp (Bug#11492).
7143
7144 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7145
7146 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7147 revert (Bug#11488).
7148
7149 2012-05-29 Juri Linkov <juri@jurta.org>
7150
7151 * isearch.el (isearch-mode-map): Bind `M-s _' to
7152 `isearch-toggle-symbol'. Bind `M-s c' to
7153 `isearch-toggle-case-fold'.
7154 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7155 (isearch-forward): Add `M-s _' to the docstring.
7156 (isearch-forward-symbol, isearch-toggle-case-fold)
7157 (isearch-symbol-regexp): New functions. (Bug#11381)
7158
7159 2012-05-29 Juri Linkov <juri@jurta.org>
7160
7161 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7162 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7163 a function, call it to get the regexp.
7164 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7165 property `isearch-message-prefix' instead of the string "word ".
7166 (isearch-search-fun-default): For the case of `isearch-word',
7167 return a lambda that calls re-search-forward/re-search-backward
7168 with a regexp returned by `word-search-regexp' or by the function
7169 in `isearch-word'.
7170
7171 2012-05-29 Juri Linkov <juri@jurta.org>
7172
7173 * isearch.el (isearch-search-fun-default): New function.
7174 (isearch-search-fun): Move default part to the new function
7175 `isearch-search-fun-default'.
7176 (isearch-search-fun-function): Set the default value to
7177 `isearch-search-fun-default'. (Bug#11381)
7178
7179 * comint.el (comint-history-isearch-end):
7180 Use `isearch-search-fun-default'.
7181 (comint-history-isearch-search): Use `isearch-search-fun-default'
7182 and remove spacial case for `isearch-word'.
7183 (comint-history-isearch-wrap): Remove spacial case for
7184 `isearch-word'.
7185
7186 * hexl.el (hexl-isearch-search-function):
7187 Use `isearch-search-fun-default'.
7188
7189 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7190 Use `word-search-regexp' for `isearch-word'.
7191
7192 * misearch.el (multi-isearch-search-fun):
7193 Use `isearch-search-fun-default'.
7194
7195 * simple.el (minibuffer-history-isearch-search):
7196 Use `isearch-search-fun-default' and remove spacial case for
7197 `isearch-word'.
7198 (minibuffer-history-isearch-wrap): Remove spacial case for
7199 `isearch-word'.
7200
7201 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7202 Remove spacial case for `isearch-word'.
7203 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7204
7205 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7206
7207 Decrease XEmacs incompatibilities.
7208 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7209 Use `string-match'.
7210 (flyspell-delete-region-overlays): Use alternative definition for
7211 XEmacs.
7212 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7213 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7214 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7215 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7216 `define-obsolete-face-alias' under XEmacs, but old method.
7217
7218 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7219 `with-no-warnings' definition or Emacs alias.
7220 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7221 (ispell-word): Do not use `region-p' if XEmacs.
7222
7223 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7224
7225 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7226 Check for `ispell-dictionary-base-alist' instead of full
7227 `ispell-dictionary-alist'.
7228 (ispell-init-process): Show spellchecker when starting new Ispell
7229 process.
7230
7231 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7234 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7235
7236 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7237
7238 * version.el (motif-version-string, gtk-version-string)
7239 (ns-version-string): Declare.
7240
7241 2012-05-27 Juri Linkov <juri@jurta.org>
7242
7243 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7244 after the `eval-defun-1' specialcaseing
7245 like in `edebug-eval-defun' (bug#10181).
7246
7247 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7248 like in `eval-defun-1'.
7249
7250 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7251
7252 * mail/sendmail.el (mail-yank-region):
7253 Recognize rmail-yank-current-message in addition to insert-buffer.
7254 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7255 a *mail* buffer created through rmail-start-mail with sendmail as
7256 mail-user-agent.
7257
7258 2012-05-27 Chong Yidong <cyd@gnu.org>
7259
7260 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7261 Default to 256 (Bug#11267).
7262
7263 * help.el (describe-mode): Doc fix.
7264
7265 2012-05-26 Glenn Morris <rgm@gnu.org>
7266
7267 * w32-fns.el (w32-init-info): Remove.
7268 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7269
7270 * info.el (info-initialize): For self-contained NS builds, put the
7271 included info/ directory at the front. (Bug#2791)
7272
7273 * paths.el (Info-default-directory-list): Make it a defcustom,
7274 mainly so that we can use custom-initialize-delay.
7275
7276 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * subr.el (buffer-has-markers-at): Mark obsolete.
7279
7280 * subr.el (lambda): Use declare.
7281
7282 * emacs-lisp/lisp-mode.el (lambda):
7283 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7284
7285 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7286
7287 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7288
7289 2012-05-26 Glenn Morris <rgm@gnu.org>
7290
7291 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7292
7293 2012-05-25 Glenn Morris <rgm@gnu.org>
7294
7295 * paths.el: Remove no-byte-compile.
7296 * loadup.el: No need to load paths.el uncompiled.
7297
7298 * image.el (imagemagick-types-inhibit): Doc fix.
7299
7300 * version.el: Remove no-byte-compile and associated formatting.
7301 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7302 is ancient code from when there was an "inc-vers.el".
7303
7304 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * progmodes/gdb-mi.el: Minor style changes.
7307 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7308 Turn into minor modes.
7309 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7310 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7311 (gdb-shell): Remove unneeded let-binding.
7312 (gdb-get-many-fields): Eliminate O(n²) behavior.
7313
7314 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7315
7316 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7317 platforms that don't link in fontset.c.
7318
7319 2012-05-25 Juri Linkov <juri@jurta.org>
7320
7321 Use the same diff color scheme as in modern VCSes (bug#10181).
7322
7323 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7324 to avoid confusion with `diff-added' that now uses green colors.
7325 (diff-removed): Use shades of red.
7326 (diff-added): Use shades of green.
7327 (diff-changed): Leave just the yellow color.
7328 (diff-use-changed-face): New variable.
7329 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7330 how to highlight context diff changes.
7331 (diff-refine-change): Use shades of yellow.
7332 (diff-refine-removed): New face that uses shades of red.
7333 (diff-refine-added): New face that uses shades of green.
7334 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7335 `diff-refine-removed' in the call to `smerge-refine-subst'
7336 depending on the value of `diff-use-changed-face'.
7337
7338 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7339 (smerge-other): Use shades of green.
7340 (smerge-base): Use shades of yellow.
7341 (smerge-refined-change): Empty face.
7342 (smerge-refined-removed): New face that uses shades of red.
7343 (smerge-refined-added): New face that uses shades of green.
7344 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7345 args `props-r' and `props-a', and use them. Doc fix.
7346 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7347 on its value use different faces `smerge-refined-change',
7348 `smerge-refined-removed', `smerge-refined-added' in the call to
7349 `smerge-refine-subst'.
7350
7351 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7352 Add face condition `min-colors 88' with shades of red.
7353 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7354 `min-colors 88' with shades of green.
7355 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7356 `min-colors 88' with shades of yellow.
7357
7358 2012-05-24 Glenn Morris <rgm@gnu.org>
7359
7360 * paths.el (prune-directory-list, remote-shell-program): Move to...
7361 * files.el (prune-directory-list, remote-shell-program): ...here.
7362 For the latter, delay initialization, prefer ssh, just search PATH.
7363
7364 * paths.el (term-file-prefix): Move to faces.el (the only user).
7365 * faces.el (term-file-prefix): Move here, make it a defcustom.
7366
7367 * paths.el (news-directory, news-path, news-inews-program):
7368 Move to gnus/nnspool.el.
7369
7370 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7371
7372 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7373 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7374 Make the latter a defcustom, with a delayed initialization.
7375
7376 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7377 These were deleted from Gnus itself late 2010.
7378
7379 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7380
7381 * progmodes/which-func.el (which-func-ff-hook):
7382 Check against user-error, not error.
7383
7384 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7385 cl-specs.el, which no longer exists.
7386
7387 2012-05-22 Glenn Morris <rgm@gnu.org>
7388
7389 * info.el (info-emacs-bug): New command.
7390 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7391 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7392
7393 2012-05-21 Glenn Morris <rgm@gnu.org>
7394
7395 * makefile.w32-in (update-subdirs-SH):
7396 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7397
7398 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7401
7402 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7403 Simplify Maven regexp, and make sure the file can't start with a space
7404 (bug#11517).
7405
7406 2012-05-21 Glenn Morris <rgm@gnu.org>
7407
7408 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7409 Scrap superfluous subshells.
7410
7411 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7414 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7415
7416 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7417
7418 * calc/calc.el (calc-ensure-consistent-units): New variable.
7419
7420 * calc/calc-units.el (math-consistent-units-p)
7421 (math-check-unit-consistency): New functions.
7422 (calc-quick-units, calc-convert-units):
7423 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7424 is non-nil.
7425 (calc-extract-units): Fix typo.
7426
7427 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7430
7431 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7432 (flyspell-default-deplacement-commands): Don't spell check after
7433 repeated window/frame switches (e.g. triggered by mouse-movement).
7434 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7435 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7436 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7437 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7438 Remove unused vars.
7439 (flyspell-get-casechars, flyspell-get-not-casechars):
7440 Simplify; Don't bother removing a ] just to add it back.
7441 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7442
7443 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7444
7445 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7446 New functions.
7447 (math-function-table): Add support for more C functions.
7448
7449 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7450
7451 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7452 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7453 Protect delay handling for otherchars against empty otherchars.
7454
7455 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7458 their respective macro declarations.
7459 * skeleton.el (define-skeleton):
7460 * progmodes/compile.el (define-compilation-mode):
7461 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7462 (define-ibuffer-filter):
7463 * emacs-lisp/generic.el (define-generic-mode):
7464 * emacs-lisp/easy-mmode.el (define-minor-mode)
7465 (define-globalized-minor-mode):
7466 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7467 * emacs-lisp/byte-run.el (defsubst):
7468 * custom.el (deftheme): Add doc-string metadata.
7469
7470 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7473
7474 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7477
7478 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7479 * emacs-lisp/cl-macs.el: Idem.
7480 * emacs-lisp/cl-specs.el: Remove.
7481
7482 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 Minor renaming of internal CL functions and variables.
7485 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7486 (cl--position): Rename from cl-position.
7487 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7488 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7489 (cl--random-state): Rename from *random-state*.
7490
7491 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7494 parens around the arg list (bug#11499).
7495
7496 2012-05-17 Juri Linkov <juri@jurta.org>
7497
7498 * isearch.el (word-search-regexp, word-search-backward)
7499 (word-search-forward, word-search-backward-lax)
7500 (word-search-forward-lax): Move functions from search.c
7501 (bug#10145, bug#11381).
7502
7503 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7504
7505 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7506 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7507 Delay for otherchars as for normal word components.
7508
7509 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * minibuffer.el (completion--sifn-requote): Fix last change.
7512 (minibuffer-local-must-match-filename-map):
7513 Move define-obsolete-variable-alias before its var.
7514
7515 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7518
7519 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7520 behavior.
7521 (completion--string-equal-p): New function.
7522 (completion--twq-all): Use it to get better assertion failure data.
7523
7524 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7525 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7526 (shell--requote-argument): New functions.
7527 (shell-completion-vars): Use them.
7528 (shell--parse-pcomplete-arguments): Rename from
7529 shell-parse-pcomplete-arguments.
7530 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7531 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7532 Obey comint-file-name-quote-list.
7533
7534 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7535 (smie-indent-keyword): Use it.
7536
7537 2012-05-14 Stefan Merten <smerten@oekonux.de>
7538
7539 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7540
7541 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * net/rlogin.el (rlogin-mode-map): Fix last change.
7544
7545 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7546
7547 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7548 the following \r\n using a single `process-send-string', since the
7549 Lotus SMTP server refuses to accept any commands if they are sent
7550 with two `process-send-string's (Bug#11444).
7551
7552 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * shell.el (shell-parse-pcomplete-arguments):
7555 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7556
7557 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7558
7559 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7560 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7561 (image-transform-width, image-transform-fit-width): New functions.
7562 (image-transform-properties): Use them.
7563 (image-transform-check-size): New function.
7564 (image-toggle-display-image): Use it (for testing).
7565 (image-transform-set-rotation): Reduce angle mod 360.
7566 Delete obsolete comment.
7567
7568 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7569
7570 * image-mode.el: Fix scaling (bug#11399).
7571 (image-transform-resize): Doc fix.
7572 (image-transform-properties): Default scale is 1 and height should
7573 be an integer.
7574
7575 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7576
7577 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7578 than hard-coding `car', to fix misbehavior when moving forward.
7579
7580 2012-05-13 Chong Yidong <cyd@gnu.org>
7581
7582 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7583 (tabulated-list-entries, tabulated-list-padding)
7584 (tabulated-list-sort-key): Make permanent-local.
7585
7586 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7587 (electric-buffer-list): Put electric buffer menu
7588 command descriptions in this docstring, instead of the docstring
7589 of electric-buffer-menu-mode. Code cleanups.
7590 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7591 Electric-buffer-menu-mode.
7592 (electric-buffer-update-highlight): Minor code cleanup.
7593
7594 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7595
7596 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7597 (Bug#11447)
7598
7599 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 Move define-obsolete-variable-alias before the var's definition.
7602 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7603 * tooltip.el (tooltip-hook):
7604 * textmodes/reftex-toc.el (reftex-toc-map):
7605 * textmodes/reftex-sel.el (reftex-select-label-map)
7606 (reftex-select-bib-map):
7607 * textmodes/reftex-index.el (reftex-index-map)
7608 (reftex-index-phrases-map):
7609 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7610 * progmodes/meta-mode.el (meta-mode-map):
7611 * novice.el (disabled-command-hook):
7612 * loadhist.el (unload-hook-features-list):
7613 * frame.el (blink-cursor):
7614 * files.el (find-file-not-found-hooks, write-file-hooks)
7615 (write-contents-hooks):
7616 * emulation/tpu-edt.el (GOLD-map):
7617 * emacs-lock.el (emacs-lock-from-exiting):
7618 * emacs-lisp/generic.el (generic-font-lock-defaults):
7619 * emacs-lisp/chart.el (chart-map):
7620 * dos-fns.el (register-name-alist):
7621 * dired-x.el (dired-omit-files-p):
7622 * desktop.el (desktop-enable):
7623 * cus-edit.el (custom-mode-hook):
7624 * buff-menu.el (buffer-menu-mode-hook):
7625 * bookmark.el (bookmark-read-annotation-text-func)
7626 (bookmark-exit-hooks):
7627 * allout.el (allout-mode-deactivate-hook)
7628 (allout-exposure-change-hook, allout-structure-added-hook)
7629 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7630 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7631 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7632 comes before the corresponding variable's definition.
7633
7634 2012-05-12 Chong Yidong <cyd@gnu.org>
7635
7636 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7637 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7638 (Buffer-menu-mode-map): Bind it.
7639 (Buffer-menu--pretty-name): Add a mouse-face property.
7640
7641 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7644 (prolog-upper-case-string, prolog-lower-case-string)
7645 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7646 (prolog-use-smie, prolog-smie-grammar): New vars.
7647 (prolog-smie-forward-token, prolog-smie-backward-token)
7648 (prolog-smie-rules): New funs.
7649 (prolog-comment-indent): Remove.
7650 (prolog-mode-variables): Use default comment indentation instead.
7651 Setup SMIE.
7652 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7653 (prolog-mode): Don't call them any more.
7654 (prolog-electric-colon, prolog-electric-dash)
7655 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7656
7657 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7658
7659 * minibuffer.el (completion--twq-all): Again, allow case differences.
7660
7661 * term.el: Move keymap initialization code to be more idiomatic.
7662 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7663 (term-terminal-menu): Move initialization into declaration.
7664 (term-escape-char): Let the user set it in her .emacs.
7665
7666 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7667 Provide SMIE-based indentation (not enabled by default yet).
7668 (sh-mode-map): Don't bind electric keys.
7669 Use electric-pair-mode instead of skeleton-pair.
7670 (sh-assignment-regexp): Fit within 80 columns.
7671 (sh-indent-supported): Specify actual shell name instead of boolean.
7672 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7673 (sh-maybe-here-document): Use it. Make obsolete.
7674 (sh-electric-here-document-mode) New minor mode.
7675 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7676 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7677 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7678 (sh-smie-rc-grammar, sh-use-smie): New vars.
7679 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7680 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7681 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7682 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7683 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7684 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7685 (sh-set-shell): Use smie-setup if requested.
7686
7687 * term.el (term-set-escape-char): Properly set term-escape-char.
7688 See http://stackoverflow.com/questions/10524656.
7689
7690 2012-05-10 Chong Yidong <cyd@gnu.org>
7691
7692 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7693 Use url-generic-parse-url, and handle host names and Windows
7694 filenames properly.
7695 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7696 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7697 URL schemes to work on.
7698 (ffap--toggle-read-only): New function.
7699 (ffap-read-only, ffap-read-only-other-window)
7700 (ffap-read-only-other-frame): Use it.
7701 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7702 necessary for ffap-url-unwrap-remote.
7703
7704 2012-05-10 Dave Abrahams <dave@boostpro.com>
7705
7706 * cus-start.el (create-lockfiles): Add it.
7707
7708 2012-05-09 Chong Yidong <cyd@gnu.org>
7709
7710 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7711 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7712
7713 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7716
7717 2012-05-09 Chong Yidong <cyd@gnu.org>
7718
7719 * ansi-color.el (ansi-color-process-output): Check for validity of
7720 comint-last-output-start before using it. This avoids a bad
7721 interaction with gdb-mi's input/output buffer.
7722
7723 2012-05-09 Glenn Morris <rgm@gnu.org>
7724
7725 * files.el (dir-locals-read-from-file):
7726 Mention dir-locals in any error message.
7727
7728 2012-05-09 Chong Yidong <cyd@gnu.org>
7729
7730 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7731 package (Bug#11410).
7732
7733 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7734 variables into description.
7735
7736 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7739 shell-delimiter-argument-list (bug#11348).
7740 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7741
7742 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7743
7744 * textmodes/rst.el: Silence byte-compiler warnings.
7745 (rst-re-alist, rst-reset-section-caches): Move around.
7746 (rst-re): Use `characterp', not `char-valid-p'.
7747 (font-lock-beg, font-lock-end): Declare.
7748
7749 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7750 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7751
7752 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7753
7754 2012-05-08 Glenn Morris <rgm@gnu.org>
7755
7756 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7757
7758 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * vc/log-edit.el: Add GNU coding standards highlighting.
7761 (log-edit-font-lock-gnu-style)
7762 (log-edit-font-lock-gnu-keywords): New vars.
7763 (log-edit-font-lock-keywords): New fun.
7764 (log-edit-mode): Don't fold case in font-lock.
7765 (log-edit-font-lock-keywords): Do not assume case-folding.
7766
7767 * imenu.el: Misc cleanup. Make docstrings out of comments.
7768 Use lexical-binding.
7769 (imenu--index-alist, imenu--last-menubar-index-alist)
7770 (imenu-menubar-modified-tick): Use defvar-local.
7771 (imenu--split-menu): Remove unused var.
7772 (imenu--cleanup-seen): Declare as global.
7773 (imenu--cleanup): Use dolist.
7774
7775 * subr.el (defvar-local): Add debug spec and doc-string position.
7776
7777 2012-05-08 Glenn Morris <rgm@gnu.org>
7778
7779 * language/burmese.el, language/cham.el, language/czech.el:
7780 * language/english.el, language/georgian.el, language/greek.el:
7781 * language/japanese.el, language/khmer.el, language/korean.el:
7782 * language/lao.el, language/misc-lang.el, language/romanian.el:
7783 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7784 * language/thai.el, language/utf-8-lang.el:
7785 Remove no-byte-compile setting.
7786
7787 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7788
7789 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7790
7791 * progmodes/make-mode.el (makefile-browse):
7792 Remove unnecessary interactive. (Bug#11324)
7793
7794 2012-05-07 Glenn Morris <rgm@gnu.org>
7795
7796 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7797
7798 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7799
7800 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * loadup.el: Preload newcomment.el.
7803 * newcomment.el: Move autoload-only code to toplevel.
7804
7805 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7806 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7807 Handle new :right-align column property.
7808 (tabulated-list-print-col): Idem, plus use `display' text-property to
7809 try and preserve alignment for variable pitch fonts.
7810
7811 2012-05-07 Chong Yidong <cyd@gnu.org>
7812
7813 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7814 (tabulated-list-use-header-line): New var.
7815 (tabulated-list-init-header): Use it.
7816 (tabulated-list-print-fake-header): New function.
7817 (tabulated-list-print): Use it.
7818 (tabulated-list-sort-button-map): Add non-header-line commands.
7819 (tabulated-list-init-header): Add column name property to basic
7820 labels as well.
7821 (tabulated-list-col-sort): Handle non-header-line button case.
7822 (tabulated-list--sort-by-column-name): Fix a corner case.
7823
7824 * buff-menu.el (list-buffers--refresh):
7825 Handle Buffer-menu-use-header-line.
7826
7827 2012-05-06 Chong Yidong <cyd@gnu.org>
7828
7829 * buff-menu.el: Convert to Tabulated List mode.
7830 (Buffer-menu-buffer+size-width): Make obsolete.
7831 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7832 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7833 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7834 documentation into docstring of buffer-menu.
7835 (Buffer-menu-toggle-files-only): Add an informative message.
7836 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7837 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7838 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7839 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7840 (Buffer-menu-execute, Buffer-menu-select)
7841 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7842 (Buffer-menu-bury): Use Tabulated List machinery.
7843 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7844 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7845 Delete.
7846 (list-buffers--refresh): New function.
7847 (list-buffers-noselect): Use it.
7848 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7849 (Buffer-menu--pretty-file-name): New helper functions.
7850
7851 * loadup.el: Preload tabulated-list.
7852
7853 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7854 tabulated-list-sort-column.
7855 (tabulated-list-init-header): Add the initial aligning space even
7856 if tabulated-list-padding is zero.
7857
7858 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7859
7860 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7861 whose cdr is not a cons cell correctly (bug#11038).
7862
7863 2012-05-06 Chong Yidong <cyd@gnu.org>
7864
7865 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7866 Accept additional plist in column descriptors.
7867 (tabulated-list-init-header): Obey it.
7868 (tabulated-list-get-entry): New function.
7869 (tabulated-list-put-tag): Use it. Use string-width instead of
7870 length.
7871 (tabulated-list--column-number): New function.
7872 (tabulated-list-print): Use it.
7873 (tabulated-list-print-col): New function.
7874 Set `tabulated-list-column-name' property on each column's text.
7875 (tabulated-list-print-entry): Use it.
7876 (tabulated-list-delete-entry, tabulated-list-set-col):
7877 New functions.
7878 (tabulated-list-sort-column): New command (Bug#11337).
7879
7880 * buff-menu.el (list-buffers): Move C-x C-b binding from
7881 buff-menu.el to bindings.el.
7882
7883 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7884 :advertised-binding feature.
7885
7886 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7887
7888 * progmodes/compile.el (compilation-internal-error-properties):
7889 Calculate start position correctly when end-col is set but
7890 end-line is not (Bug#11382).
7891
7892 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7893
7894 * man.el (Man-unindent): Use text-property-default-nonsticky to
7895 prevent untabify from inheriting face properties (Bug#11408).
7896
7897 2012-05-05 Stefan Merten <smerten@oekonux.de>
7898
7899 * textmodes/rst.el: Major merge with upstream development up to
7900 Docutils SVN r7399 / rst.el V1.2.1.
7901
7902 Clarify maintainership and authors.
7903
7904 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7905 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7906 (rst-official-version, rst-official-cvs-rev, rst-version)
7907 (rst-package-emacs-version-alist): New functions and variables
7908 for version information.
7909
7910 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7911 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7912 (rst-mode-syntax-table, rst-mode): New and corrected functions
7913 and variables representing reStructuredText features.
7914
7915 (rst-re): New function for reStructuredText regexes. Use in
7916 many places.
7917
7918 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7919 (rst-mode-map): Rebind keys.
7920
7921 (rst-mode-lazy, rst-font-lock-keywords)
7922 (rst-font-lock-extend-region)
7923 (rst-font-lock-extend-region-internal)
7924 (rst-font-lock-extend-region-extend)
7925 (rst-font-lock-find-unindented-line-limit)
7926 (rst-font-lock-find-unindented-line-match)
7927 (rst-adornment-level, rst-font-lock-adornment-level)
7928 (rst-font-lock-adornment-match)
7929 (rst-font-lock-handle-adornment-pre-match-form)
7930 (rst-font-lock-handle-adornment-matcher): Major revision of
7931 font-locking. Integrate with other code. Use `jit-lock-mode'.
7932
7933 (rst-preferred-adornments, rst-adjust-hook)
7934 (rst-new-adornment-down, rst-preferred-bullets)
7935 (rst-preferred-bullets, rst-indent, rst-indent-width)
7936 (rst-indent-field, rst-indent-literal-normal)
7937 (rst-indent-literal-minimized, rst-indent-comment): Change,
7938 extend and improve customization.
7939
7940 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7941 (rst-normalize-cursor-position, rst-get-decoration)
7942 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7943 (rst-rstrip, rst-toc-insert-find-delete-contents)
7944 (rst-shift-fill-region, rst-compute-bullet-tabs)
7945 (rst-debug-print-tabs, rst-debug-mark-found)
7946 (rst-shift-region-guts, rst-shift-region-right)
7947 (rst-shift-region-left, rst-use-char-classes)
7948 (rst-font-lock-keywords-function)
7949 (rst-font-lock-indentation-point)
7950 (rst-font-lock-find-unindented-line-begin)
7951 (rst-font-lock-find-unindented-line-end)
7952 (rst-font-lock-find-unindented-line)
7953 (rst-font-lock-adornment-point, rst-font-lock-level)
7954 (rst-adornment-level-alist): Remove functions and variables.
7955
7956 (rst-compare-adornments, rst-get-adornment-match)
7957 (rst-suggest-new-adornment, rst-get-adornments-around)
7958 (rst-adornment-complete-p, rst-get-next-adornment)
7959 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7960 (rst-straighten-adornments): Standardize function names to
7961 use "adornment" instead of "decoration". Correct callers.
7962 Similar standardizing in many places.
7963
7964 (rst-update-section, rst-adjust, rst-promote-region)
7965 (rst-enumerate-region, rst-bullet-list-region)
7966 (rst-repeat-last-character): Correct use of `interactive'.
7967
7968 (rst-classify-adornment, rst-find-all-adornments)
7969 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7970 (rst-find-leftmost-column, rst-repeat-last-character):
7971 Refactor functions.
7972
7973 (rst-find-title-line, rst-reset-section-caches)
7974 (rst-get-adornments-around, rst-adjust-adornment-work)
7975 (rst-arabic-to-roman, rst-roman-to-arabic)
7976 (rst-insert-list-pos, rst-insert-list-new-item)
7977 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7978 New functions.
7979
7980 (rst-all-sections, rst-section-hierarchy)
7981 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7982 New variables.
7983
7984 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7985 configuration instead of only buffer. Change where necessary.
7986
7987 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7988 (rst-shift-region, rst-adaptive-fill): New functions for
7989 indentation and filling.
7990
7991 (rst-comment-line-break, rst-comment-indent)
7992 (rst-comment-insert-comment, rst-comment-region)
7993 (rst-uncomment-region): New functions for handling comments.
7994
7995 (rst-compile): Quote shell arguments.
7996
7997 (rst-compile-pdf-preview, rst-compile-slides-preview):
7998 Delete temporary files after use.
7999
8000 2012-05-05 Glenn Morris <rgm@gnu.org>
8001
8002 * calendar/cal-html.el: Optionally include holidays in the output.
8003 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8004 (cal-html-holidays): New option.
8005 (cal-html-css-default): Add holiday entry.
8006 (holiday-in-range): Autoload it.
8007 (cal-html-htmlify-entry): Add optional class argument.
8008 (cal-html-htmlify-list): Add optional holidays argument.
8009 (cal-html-insert-agenda-days): Include holidays in the output.
8010 (cal-html-one-month): Maybe include holidays.
8011
8012 * calendar/holidays.el (holiday-in-range):
8013 Move here from cal-tex-list-holidays.
8014 * calendar/cal-tex.el (cal-tex-list-holidays):
8015 Make it an obsolete alias for holiday-in-range. Update all callers.
8016
8017 2012-05-05 Chong Yidong <cyd@gnu.org>
8018
8019 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8020 Nextstep.
8021
8022 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8023
8024 * files.el (file-auto-mode-skip): New var.
8025 (set-auto-mode-1): Use it.
8026
8027 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * repeat.el: Use lexical-binding.
8030 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8031 (repeat-undo-count): Remove.
8032 (repeat):
8033 * progmodes/octave-mod.el (octave-abbrev-start):
8034 * progmodes/f90.el (f90-abbrev-start):
8035 * face-remap.el (text-scale-adjust):
8036 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8037
8038 * emacs-lisp/pcase.el (pcase--let*): New function.
8039 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8040 a bit more.
8041 (pcase--split-pred): Be more clever about ruling out overlap between
8042 a predicate and some constant pattern.
8043 (pcase--q1): Use `null' instead of (eq foo nil).
8044
8045 * subr.el (setq-local, defvar-local): New macros.
8046 (kbd): Redefine as an alias.
8047 (with-selected-window): Leave unrelated frames alone.
8048 (set-temporary-overlay-map): New function.
8049
8050 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * subr.el (user-error): New function.
8053 * window.el (switch-to-buffer):
8054 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8055 (smerge-match-conflict):
8056 * simple.el (previous-matching-history-element)
8057 (next-matching-history-element, goto-history-element, undo-more)
8058 (undo-start):
8059 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8060 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8061 (next-file, tags-loop-scan, list-tags, complete-tag):
8062 * progmodes/compile.el (compilation-loop):
8063 * mouse.el (mouse-minibuffer-check):
8064 * man.el (Man-bgproc-sentinel, Man-goto-page):
8065 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8066 (Info-history-forward, Info-follow-reference, Info-menu)
8067 (Info-extract-menu-item, Info-extract-menu-counting)
8068 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8069 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8070 (Info-next-reference, Info-prev-reference, Info-index)
8071 (Info-index-next, Info-follow-nearest-node)
8072 (Info-copy-current-node-name):
8073 * imenu.el (imenu--make-index-alist)
8074 (imenu-default-create-index-function, imenu-add-to-menubar):
8075 * files.el (basic-save-buffer, recover-file):
8076 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8077 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8078 (checkdoc-message-text, checkdoc-defun):
8079 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8080 * cus-edit.el (customize-changed-options, customize-rogue)
8081 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8082 (custom-variable-mark-to-reset-standard)
8083 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8084 (custom-file):
8085 * completion.el (check-completion-length):
8086 * comint.el (comint-search-arg)
8087 (comint-previous-matching-input-string-position)
8088 (comint-previous-matching-input)
8089 (comint-replace-by-expanded-history-before-point, comint-send-input)
8090 (comint-copy-old-input, comint-backward-matching-input)
8091 (comint-goto-process-mark, comint-set-process-mark):
8092 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8093 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8094
8095 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * dabbrev.el (dabbrev--ignore-case-p): New function.
8098 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8099 Use it.
8100
8101 * files.el (automount-dir-prefix): Mark as obsolete.
8102
8103 2012-05-04 Glenn Morris <rgm@gnu.org>
8104
8105 * patcomp.el, play/bruce.el: Move to obsolete/.
8106
8107 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8108
8109 Fix minor Y10k bugs.
8110 * arc-mode.el (archive-unixdate):
8111 * autoinsert.el (auto-insert-alist):
8112 * calc/calc-forms.el (math-this-year):
8113 * emacs-lisp/copyright.el (copyright-current-year)
8114 (copyright-update-year, copyright):
8115 * tar-mode.el (tar-clip-time-string):
8116 * time.el (display-time-update):
8117 Don't assume years have 4 digits.
8118
8119 2012-05-04 Chong Yidong <cyd@gnu.org>
8120
8121 * dos-w32.el (file-name-buffer-file-type-alist)
8122 (direct-print-region-use-command-dot-com):
8123 * ffap.el (ffap-menu-regexp):
8124 * find-file.el (ff-special-constructs):
8125 * follow.el (follow-debug):
8126 * forms.el (forms--debug):
8127 * iswitchb.el (iswitchb-all-frames):
8128 * ido.el (ido-all-frames):
8129 * emacs-lisp/timer.el (timer-max-repeats):
8130 * mail/feedmail.el (feedmail-mail-send-hook)
8131 (feedmail-mail-send-hook-queued):
8132 * mail/footnote.el (footnote-signature-separator):
8133 * mail/mailabbrev.el (mail-alias-separator-string)
8134 (mail-abbrev-mode-regexp):
8135 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8136 * progmodes/idlwave.el (idlwave-libinfo-file)
8137 (idlwave-default-completion-case-is-down)
8138 (idlwave-library-routines): Convert defvars to defcustoms.
8139
8140 * mail/rmail.el (rmail-decode-mime-charset):
8141 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8142 (idlwave-shell-fix-inserted-breaks)
8143 (idlwave-shell-activate-alt-keybindings)
8144 (idlwave-shell-use-breakpoint-glyph):
8145 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8146
8147 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8150
8151 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8152
8153 * progmodes/verilog-mode.el (font-lock-keywords):
8154 Fix mis-highligting auto. Reported by Craig Barner.
8155 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8156 defines from global name space. Reported by Dan Dever.
8157 (verilog-auto-reset, verilog-auto-reset-widths)
8158 (verilog-auto-tieoff): Support using unbased numbers for
8159 AUTORESET and AUTOTIEOFF.
8160 (verilog-submit-bug-report): Update variable list.
8161 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8162 parenthesis from not matching. Reported by Michael Rytting.
8163 (verilog-auto-template-lint): Fix hash error when linting modules
8164 with no used templates.
8165 (verilog-warn, verilog-warn-error)
8166 (verilog-warn-fatal): When non-interactive report multiple
8167 warnings before exiting. Suggested by Brad Dobbie.
8168 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8169 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8170 to report unused template errors. Reported by Brad Dobbie.
8171 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8172 nets, bug438. Reported by Vns Blore.
8173 (verilog-auto-inout-module, verilog-auto-reg)
8174 (verilog-read-decls, verilog-read-sub-decls-sig)
8175 (verilog-signals-edit-wire-reg, verilog-signals-with):
8176 Fix passing of Verilog data types in ANSI input/output ports
8177 such as "output logic" into the AUTOs. Special case "wire" and
8178 "reg" for backwards compatibility presuming Verilog 2001.
8179 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8180 (verilog-preprocess): Fix replication of preprocess output.
8181 Reported by Brad Dobbie.
8182 (verilog-auto-inst-interfaced-ports):
8183 Create verilog-auto-inst-interfaced-ports, bug429.
8184 Reported by Julian Gorfajn.
8185 (verilog-after-save-font-hook)
8186 (verilog-before-save-font-hook): New variable.
8187 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8188 (verilog-save-font-mods): Wrap disabling fontification, reported
8189 by David Rogoff.
8190 (verilog-do-indent, verilog-pretty-declarations-auto)
8191 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8192 Reported by Pierre-David Pfister.
8193 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8194 of class declarations, bug292. Reported by Kevin Heilman.
8195 (verilog-read-decls): Fix 'parameter type' not appearing in
8196 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8197 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8198 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8199 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8200 Reported by David Kravitz.
8201
8202 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8203
8204 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8205 assignment with tests in ifs and for loops.
8206 (verilog-extended-complete-re, verilog-complete-reg): Change so
8207 that DPI inport functions don't look like fuction declarations.
8208 (verilog-pretty-expr): Don't line up assignment
8209 operations to the test and increment in if and for loops
8210 (verilog-extended-complete-re, verilog-complete-reg): Change so
8211 that DPI inport functions don't look like fuction declarations.
8212
8213 2012-05-03 Kenichi Handa <handa@m17n.org>
8214
8215 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8216 decoding, and show a warning message without signaling an error
8217 (Bug#11282).
8218
8219 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * emacs-lisp/bytecomp.el
8222 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8223 since cconv.el might have introduced :fun-body, internal-make-closure,
8224 and friends for bytecomp to handle (bug#11391).
8225 * custom.el (defcustom): Avoid ((λ ..) ..).
8226
8227 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8230
8231 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8232
8233 * notifications.el (dbus-debug):
8234 * term/linux.el (gpm-mouse-enable):
8235 * term/screen.el (xterm-register-default-colors): Declare.
8236
8237 2012-05-02 Chong Yidong <cyd@gnu.org>
8238
8239 * cus-start.el (gc-cons-percentage, exec-suffixes)
8240 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8241 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8242 (make-cursor-line-fully-visible, void-text-area-pointer)
8243 (font-list-limit): Add customization data.
8244
8245 * allout.el (allout-exposure-change-functions)
8246 (allout-structure-added-functions)
8247 (allout-structure-deleted-functions)
8248 (allout-structure-shifted-functions): Rename abnormal hooks from
8249 *-hook, and convert to defcustoms.
8250 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8251 Convert to defcustoms.
8252 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8253
8254 * allout-widgets.el: Hook callers changed.
8255
8256 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8257
8258 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8259 the yanked message in preference to the default value of
8260 buffer-file-coding-system.
8261
8262 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8263
8264 * window.el (display-buffer--action-function-custom-type):
8265 Fix entry.
8266
8267 2012-05-02 Alan Mackenzie <acm@muc.de>
8268
8269 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8270
8271 2012-05-01 Glenn Morris <rgm@gnu.org>
8272
8273 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8274
8275 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8276
8277 * cus-edit.el (custom-variable-documentation): Simplify with format.
8278
8279 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8280 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * simple.el (suggest-key-bindings, execute-extended-command):
8283 Move from keyboard.c.
8284
8285 2012-05-01 Chong Yidong <cyd@gnu.org>
8286
8287 * follow.el: Eliminate advice.
8288 (set-process-filter, process-filter, sit-for): Advice deleted.
8289 (follow-mode-off-hook): Obsolete hook removed.
8290 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8291 Vars deleted.
8292 (follow-auto): Use a :set function.
8293 (follow-mode): Rewritten. Don't advise process filters.
8294 (follow-switch-to-current-buffer-all, follow-scroll-up)
8295 (follow-scroll-down): Assume follow-mode is bound.
8296 (follow-comint-scroll-to-bottom)
8297 (follow-align-compilation-windows): New functions.
8298 (follow--window-sorter): New function.
8299 (follow-all-followers): Use it to explicitly sort windows by their
8300 positions; don't make assumptions about next-window order.
8301 (follow-windows-start-end, follow-delete-other-windows-and-split)
8302 (follow-calc-win-start): Doc fix.
8303 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8304 vertical-motion unnecessarily.
8305 (follow-adjust-window): New function.
8306 (follow-post-command-hook): Use it.
8307 (follow-call-set-process-filter, follow-call-process-filter)
8308 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8309 (follow-stop-intercept-process-output, follow-generic-filter):
8310 Functions deleted.
8311 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8312 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8313 New functions, replacing advice on scroll-bar-* commands.
8314 (follow-mwheel-scroll): New function (Bug#4112).
8315
8316 * comint.el (comint-adjust-point): New function.
8317 (comint-postoutput-scroll-to-bottom): Use it.
8318 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8319
8320 2012-05-01 Glenn Morris <rgm@gnu.org>
8321
8322 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8323 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8324 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8325 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8326 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8327 Remove no-byte-compile setting.
8328
8329 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8332 all-completions code to not return a number in the last cdr.
8333
8334 2012-04-30 Leo Liu <sdl.web@gmail.com>
8335
8336 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8337 read-only error.
8338
8339 2012-04-29 Chong Yidong <cyd@gnu.org>
8340
8341 * follow.el (follow-calc-win-end): Rewrite to handle partial
8342 screen lines correctly (Bug#8390).
8343 (follow-avoid-tail-recenter): Minor cleanup.
8344
8345 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 Avoid the obsolete `assoc' package.
8348 * speedbar.el (speedbar-refresh): Avoid adelete.
8349 (speedbar-file-lists): Simplify and avoid aput.
8350 * man.el (Man--sections, Man--refpages): New vars, replacing
8351 Man-sections-alist and Man-refpages-alist.
8352 (Man-build-section-alist, Man-build-references-alist):
8353 Use them; avoid aput.
8354 (Man--last-section, Man--last-refpage): New vars.
8355 (Man-follow-manual-reference): Use them.
8356 Use the `default' arg of completing-read.
8357 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8358
8359 2012-04-27 Chong Yidong <cyd@gnu.org>
8360
8361 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8362
8363 * startup.el (x-apply-session-resources): New function.
8364
8365 * term/ns-win.el (ns-initialize-window-system):
8366 * term/w32-win.el (w32-initialize-window-system):
8367 * term/x-win.el (x-initialize-window-system): Use it to properly
8368 set menu-bar-mode and other vars from X resources, even if the
8369 initial frame is not a window-system frame (Bug#2299).
8370
8371 * subr.el (read-key): Avoid running filter function when setting
8372 up temporary tool bar entries (Bug#9922).
8373
8374 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8375
8376 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8377 (Bug#11344)
8378
8379 2012-04-27 Chong Yidong <cyd@gnu.org>
8380
8381 * select.el (xselect--encode-string): New function, split from
8382 xselect-convert-to-string.
8383 (xselect-convert-to-string): Use it.
8384 (xselect-convert-to-filename, xselect-convert-to-os)
8385 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8386 returned strings are properly encoded (Bug#11315).
8387
8388 2012-04-27 Chong Yidong <cyd@gnu.org>
8389
8390 * simple.el (delete-active-region): Move to killing custom group.
8391
8392 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8393
8394 * progmodes/which-func.el (which-func-current): Quote %
8395 characters for mode-line processing.
8396
8397 2012-04-27 Chong Yidong <cyd@gnu.org>
8398
8399 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8400 reaching eob (Bug#11286).
8401
8402 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8403
8404 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8405 (gdb): Make it buffer-local and init to zero.
8406 (gdb-control-commands-regexp): New variable.
8407 (gdb-send): Don't wrap in "-interpreter-exec console" if
8408 gdb-control-level is positive. Increment gdb-control-level
8409 whenever the command matches gdb-control-commands-regexp, and
8410 decrement it each time the command is "end". (Bug#11279)
8411
8412 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8413
8414 * window.el (adjust-window-trailing-edge, enlarge-window)
8415 (shrink-window, window-resize):
8416 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8417 windows (Bug#11276).
8418
8419 2012-04-27 Chong Yidong <cyd@gnu.org>
8420
8421 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8422 fix "missing prefix" warning. All callers changed.
8423
8424 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 * emacs-lisp/assoc.el: Move to obsolete/.
8427
8428 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8431
8432 * term/ns-win.el (ns-define-service):
8433 * progmodes/pascal.el (pascal-goto-defun):
8434 * progmodes/js.el (js--read-tab):
8435 * progmodes/etags.el (tags-lazy-completion-table):
8436 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8437 * emacs-lisp/ewoc.el (ewoc--wrap):
8438 * emacs-lisp/assoc.el (aput, adelete, amake):
8439 * doc-view.el (doc-view-convert-current-doc):
8440 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8441
8442 2012-04-26 Chong Yidong <cyd@gnu.org>
8443
8444 * image.el (image-type-from-buffer): Only return supported image
8445 type (Bug#9045).
8446
8447 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8448 value, for symmetry with diff-end-of-hunk.
8449 (diff-split-hunk, diff-find-source-location)
8450 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8451 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8452 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8453 compute the relevant hunk or file properly (Bug#6005).
8454 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8455
8456 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * vc/vc-mtn.el:
8459 * vc/vc-hg.el:
8460 * vc/vc-git.el:
8461 * vc/vc-dir.el:
8462 * vc/vc-cvs.el:
8463 * vc/vc-bzr.el:
8464 * vc/vc-arch.el:
8465 * vc/vc.el: Replace lexical-let by lexical-binding.
8466 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8467 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8468 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8469
8470 2012-04-26 Chong Yidong <cyd@gnu.org>
8471
8472 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8473 (diff-mode-shared-map): Bind it to / and [remap undo].
8474
8475 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8476 (ediff-window-setup-function): Use it as the default, to set up
8477 windows based on whether the current frame is graphical (Bug#2138).
8478 (ediff-choose-window-setup-function-automatically): Make obsolete.
8479
8480 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8481
8482 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * ffap.el: Remove old code for obsolete package.
8485 (ffap-complete-as-file-p): Remove.
8486
8487 Use completion-table-with-quoting for comint and pcomplete.
8488 * comint.el (comint--unquote&requote-argument)
8489 (comint--unquote-argument, comint--requote-argument): New functions.
8490 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8491 (comint-quote-filename): Use regexp-opt-charset.
8492 (comint--common-suffix, comint--common-quoted-suffix)
8493 (comint--table-subvert): Remove.
8494 (comint-unquote-function, comint-requote-function): New vars.
8495 (comint--complete-file-name-data): Use them with
8496 completion-table-with-quoting.
8497 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8498 * pcomplete.el (pcomplete-arg-quote-list)
8499 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8500 (pcomplete-unquote-argument-function): Default to non-nil.
8501 (pcomplete-unquote-argument): Simplify.
8502 (pcomplete--common-quoted-suffix): Remove.
8503 (pcomplete-requote-argument-function): New var.
8504 (pcomplete--common-suffix): New function.
8505 (pcomplete-completions-at-point): Use completion-table-with-quoting
8506 and completion-table-subvert.
8507
8508 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8509 (minibuffer--double-dollars): Preserve properties.
8510 (completion--sifn-requote): New function.
8511 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8512
8513 * minibuffer.el: Add support for completion of quoted/escaped data.
8514 (completion-table-with-quoting, completion-table-subvert): New funs.
8515 (completion--twq-try, completion--twq-all): New functions.
8516 (completion--nth-completion): New function.
8517 (completion-try-completion, completion-all-completions): Use it.
8518
8519 2012-04-25 Leo Liu <sdl.web@gmail.com>
8520
8521 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8522 Use compilation-message if available to find real filename.
8523
8524 2012-04-25 Chong Yidong <cyd@gnu.org>
8525
8526 * vc/diff-mode.el (diff-setup-whitespace): New function.
8527 (diff-mode): Use it.
8528
8529 * vc/diff.el (diff-sentinel):
8530 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8531 Whitespace mode variables based on diff style (Bug#8612).
8532
8533 2012-04-25 Leo Liu <sdl.web@gmail.com>
8534
8535 * progmodes/python.el (python-send-region): Add suffix .py to the
8536 temp file.
8537
8538 * files.el (auto-mode-alist): Use javascript-mode instead.
8539
8540 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8541
8542 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8543
8544 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8545 (soap-resolve-references-for-array-type): Hack to prevent self
8546 references, see Bug#9.
8547 (soap-parse-envelope): Report the contents of the 'detail' node
8548 when receiving a fault reply.
8549 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8550
8551 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8552 (soap-inspect-simple-type): New function.
8553
8554 * net/soap-client.el (soap-simple-type): New struct.
8555 (soap-default-xsd-types, soap-default-soapenc-types)
8556 (soap-decode-basic-type, soap-encode-basic-type):
8557 support unsignedInt and double basic types.
8558 (soap-resolve-references-for-simple-type)
8559 (soap-parse-simple-type, soap-encode-simple-type): New function.
8560 (soap-parse-schema): Parse xsd:simpleType declarations.
8561
8562 * net/soap-client.el (soap-default-xsd-types)
8563 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8564 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8565 the local name of "soapenc:Array".
8566 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8567 decoding integer, byte and anyURI xsd types.
8568
8569 2012-04-25 Chong Yidong <cyd@gnu.org>
8570
8571 * cus-edit.el (custom-buffer-create-internal): Update header text.
8572
8573 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8574
8575 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8576 settings on 'system-type', not on 'window-system'. On MS-Windows,
8577 set interactive-mode on in GDB.
8578
8579 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8580
8581 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8582 (ruby-syntax-propertize-regexp): Remove.
8583 (ruby-syntax-propertize-function): Split regexp into chunks.
8584 Match following code directly.
8585
8586 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8587
8588 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8589 (ruby-syntax-propertize-regexp): New function.
8590 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8591 by a special keyword.
8592
8593 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8594 (ruby-syntax-general-delimiters-goto-beg)
8595 (ruby-syntax-propertize-general-delimiters): New functions.
8596 (ruby-syntax-propertize-function): Use them to handle GDL.
8597 (ruby-font-lock-keywords): Move old handling of GDL...
8598 (ruby-font-lock-syntactic-keywords): .. to here.
8599 (ruby-calculate-indent): Adjust indentation for GDL.
8600
8601 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8602
8603 * notifications.el (top): Remove unneeded declarations.
8604 (notifications-specification-version): Change to "1.2".
8605 (notifications-interface, notifications-notify-method)
8606 (notifications-close-notification-method): Fix docstring.
8607 (notifications-get-capabilities-method): New defconst.
8608 (notifications-notify): Add :action-items, :resident and
8609 :transient hints. Change "image_data" to "image-data" and
8610 "image_path" to "image-path".
8611 (notifications-get-capabilities): New defun.
8612
8613 2012-04-24 Leo Liu <sdl.web@gmail.com>
8614
8615 * progmodes/python.el: Move hideshow setup to the end.
8616
8617 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8618
8619 * window.el (handle-select-window): Clear echo area since this is
8620 no more done by read_char (Bug#11304).
8621
8622 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8625 and `/ M' to filter-derived-mode.
8626 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8627 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8628 (ibuffer-mark-by-mode): Use default rather than initial-input.
8629 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8630
8631 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8632
8633 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8634 (ibuffer-filter-by-derived-mode): New filter.
8635 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8636
8637 2012-04-23 Andreas Politz <politza@fh-trier.de>
8638
8639 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8640
8641 2012-04-23 Chong Yidong <cyd@gnu.org>
8642
8643 * cus-edit.el (customize-apropos, customize-apropos-options):
8644 Disable matching of non-option variables (Bug#11176).
8645 (customize-option, customize-option-other-window)
8646 (customize-changed-options): Doc fix.
8647 (customize-apropos-options, customize-apropos-faces)
8648 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8649
8650 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8651 Fix word list splitting (Bug#11132).
8652 (apropos-symbol, apropos-keybinding, apropos-label)
8653 (apropos-property, apropos-function-button)
8654 (apropos-variable-button, apropos-misc-button): New faces.
8655 (apropos-symbol-face, apropos-keybinding-face)
8656 (apropos-label-face, apropos-property-face, apropos-match-face):
8657 Variables removed (Bug#8396).
8658 (apropos-library-button, apropos-format-plist, apropos-print)
8659 (apropos-print-doc, apropos-describe-plist): Callers changed.
8660
8661 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8662
8663 * net/xesam.el (xesam-mode-map): Use let-bound map in
8664 initialization. (Bug#11292)
8665
8666 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8667
8668 Preserve ispell session localwords when switching back to
8669 original buffer.
8670
8671 * textmodes/ispell.el (ispell-buffer-session-localwords):
8672 New buffer-local variable to hold buffer session localwords.
8673 (ispell-kill-ispell): Add option 'clear to delete session
8674 localwords.
8675 (ispell-command-loop, ispell-change-dictionary)
8676 (ispell-buffer-local-words): Preserve session localwords when
8677 needed.
8678
8679 * textmodes/flyspell.el (flyspell-process-localwords)
8680 (flyspell-do-correct): Preserve session localwords when needed.
8681
8682 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8683
8684 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8685 using obsolete `translation-table-for-input'.
8686 (ispell-word, ispell-process-line, ispell-complete-word):
8687 Use plain `insert' instead of removed `ispell-insert-word'.
8688
8689 2012-04-22 Chong Yidong <cyd@gnu.org>
8690
8691 * cus-edit.el (custom-variable-menu)
8692 (custom-variable-reset-saved, custom-face-menu)
8693 (custom-face-reset-saved): If there is no saved value, make the
8694 "reset-saved" operation bring back the default (Bug#9509).
8695 (custom-face-state): Properly detect themed faces.
8696
8697 * faces.el (face-spec-set): Stop supporting deprecated form of
8698 third arg.
8699
8700 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8701
8702 Move functions from C to Lisp. Make non-blocking method calls
8703 the default. Implement further D-Bus standard interfaces.
8704
8705 * net/dbus.el (dbus-message-internal): Declare function.
8706 Remove unneeded function declarations.
8707 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8708 (dbus-message-type-method-return, dbus-message-type-error)
8709 (dbus-message-type-signal): Declare variables. Remove local
8710 definitions.
8711 (dbus-interface-dbus, dbus-interface-peer)
8712 (dbus-interface-introspectable, dbus-interface-properties)
8713 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8714 Adapt docstring.
8715 (dbus-interface-objectmanager): New defconst.
8716 (dbus-call-method, dbus-call-method-asynchronously)
8717 (dbus-send-signal, dbus-method-return-internal)
8718 (dbus-method-error-internal, dbus-register-service)
8719 (dbus-register-signal, dbus-register-method): New defuns, moved
8720 from dbusbind.c
8721 (dbus-call-method-handler, dbus-setenv)
8722 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8723 New defuns.
8724 (dbus-call-method-non-blocking): Make it an obsolete function.
8725 (dbus-unregister-object, dbus-unregister-service)
8726 (dbus-handle-event, dbus-register-property)
8727 (dbus-property-handler): Obey the new structure of
8728 `bus-registered-objects'.
8729 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8730 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8731 Use `dbus-call-method'.
8732
8733 2012-04-22 Chong Yidong <cyd@gnu.org>
8734
8735 * cus-edit.el (custom-commands, custom-reset-menu)
8736 (Custom-reset-standard): Tweak labels.
8737 (custom-reset-button-menu): Change default to t.
8738 (custom-buffer-create-internal): For the custom-reset-button-menu
8739 case, put the revert button first.
8740 (custom-group-subtitle): New face.
8741 (custom-group-value-create): Align docstring to a specific column.
8742
8743 * wid-edit.el (widget-documentation-link-add): Don't handle
8744 indentation in this function.
8745 (widget-documentation-string-indent-to): New function.
8746 (widget-documentation-string-value-create): Use it.
8747
8748 * autorevert.el (auto-revert):
8749 * epg-config.el (epg):
8750 * ibuffer.el (ibuffer):
8751 * mpc.el (mpc):
8752 * ses.el (ses):
8753 * eshell/eshell.el (eshell):
8754 * net/ange-ftp.el (ange-ftp):
8755 * progmodes/ebnf2ps.el (postscript):
8756 * progmodes/flymake.el (flymake):
8757 * progmodes/prolog.el (prolog):
8758 * progmodes/verilog-mode.el (verilog-mode):
8759 * progmodes/which-func.el (which-func):
8760 * term/xterm.el (xterm):
8761 * textmodes/picture.el (picture):
8762 * textmodes/tildify.el (tildify):
8763 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8764 customization buffers.
8765
8766 2012-04-22 Alan Mackenzie <acm@muc.de>
8767
8768 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8769 Adding a ) can hide the resulting (..) from searches. Fix it.
8770 Bound the backward search to the position of the existing (.
8771
8772 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8773
8774 * progmodes/verilog-mode.el (verilog-mode): Check whether
8775 which-func-modes is t before adding verilog-mode.
8776 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8777
8778 2012-04-21 Leo Liu <sdl.web@gmail.com>
8779
8780 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8781
8782 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8783
8784 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8785 filling of the last column of a table (Bug#5635).
8786 (woman-find-next-control-line): New arg, specifying an additional
8787 regexp component for the control line.
8788 (woman2-roff-buffer): Use it.
8789 (woman-break-table): New function.
8790 (woman2-TS): Use it.
8791
8792 2012-04-21 Chong Yidong <cyd@gnu.org>
8793
8794 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8795 (woman-horizontal-escapes, woman-negative-vertical-space)
8796 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8797 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8798
8799 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * minibuffer.el (completion-file-name-table): Complete user names.
8802
8803 2012-04-20 Leo Liu <sdl.web@gmail.com>
8804
8805 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8806 and pcase-let*.
8807
8808 2012-04-20 Chong Yidong <cyd@gnu.org>
8809
8810 * server.el (server-execute): Respect initial-buffer-choice if it
8811 is a string and there are no files to open (Bug#2825).
8812 (server-create-window-system-frame, server-create-tty-frame):
8813 Don't switch buffers here.
8814 (server-process-filter): Only try to open a window system frame if
8815 compiled with graphical support (Bug#8314).
8816
8817 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8818
8819 * battery.el (battery-echo-area-format): Display remaining time
8820 for sysfs backend too (Bug#11269).
8821 (battery-linux-sysfs): Fix conditional for the charge.
8822
8823 2012-04-20 Chong Yidong <cyd@gnu.org>
8824
8825 * progmodes/gdb-mi.el (gdb): Revert previous change.
8826 (gdb-inferior-io--init-proc): New function.
8827 (gdb-init-1): Use it.
8828 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8829 responsible for allocating a new pty and hooking it to gdb when
8830 the old pty gets an EIO due to process exit.
8831 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8832 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8833 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8834
8835 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8836
8837 * window.el (window-min-size, window-sizable, window-min-delta)
8838 (window-max-delta, window--resizable, window-resizable)
8839 (window-total-size, window-full-height-p, window-full-width-p)
8840 (window-in-direction, window--resize-mini-window, window-resize)
8841 (window--resize-child-windows-normal)
8842 (window--resize-child-windows, window--resize-siblings)
8843 (window--resize-this-window, adjust-window-trailing-edge)
8844 (enlarge-window, shrink-window): Doc fixes.
8845
8846 2012-04-20 Chong Yidong <cyd@gnu.org>
8847
8848 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8849 New function to call delete-process on the gdb-inferior buffer's pty.
8850 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8851 pty process (Bug#11273).
8852 (gdb-update): New arg to suppress talking to the gdb process.
8853 (gdb-done-or-error): Use it.
8854 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8855 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8856 sentinel not being called.
8857
8858 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8859
8860 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8861
8862 2012-04-20 Glenn Morris <rgm@gnu.org>
8863
8864 * net/network-stream.el (open-network-stream): Doc fix.
8865
8866 2012-04-20 Chong Yidong <cyd@gnu.org>
8867
8868 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8869
8870 2012-04-20 Alan Mackenzie <acm@muc.de>
8871
8872 Ensure searching for keywords is case sensitive.
8873
8874 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8875 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8876 (c-defun-name, c-mark-function, c-cpp-define-name)
8877 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8878 (c-context-line-break): Bind case-fold-search to nil.
8879
8880 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8881 Bind case-fold-search to nil.
8882
8883 2012-04-20 Chong Yidong <cyd@gnu.org>
8884
8885 * mail/sendmail.el (mail-bury): Call return action with the right
8886 Rmail buffer (Bug#11242).
8887
8888 * server.el (server-process-filter): Handle corner case where both
8889 tty and nowait options are present (Bug#11102).
8890
8891 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8892
8893 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8894 (top level): Put into the executable the ident-style '$Id:' tag on
8895 windows-nt as well.
8896
8897 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * electric.el (electric-indent-post-self-insert-function): Check that
8900 electric-indent-mode is enabled in current buffer.
8901
8902 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8903
8904 * imenu.el (imenu-progress-message): Restore; it is "used" in
8905 erc/erc-imenu.el and net/snmp-mode.el.
8906
8907 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8908
8909 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8910 (mouse-avoidance-nudge-mouse): Remove unused binding.
8911
8912 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8913
8914 * descr-text.el (describe-char):
8915 * progmodes/python.el (python-describe-symbol):
8916 Don't call `toggle-read-only', set `buffer-read-only'.
8917
8918 * imenu.el (imenu-default-goto-function): Mark unused args.
8919 (imenu-progress-message): Remove obsolete macro; all callers changed.
8920
8921 * subr.el (keymap-canonicalize): Remove unused binding.
8922 (read-passwd): Mark unused arg.
8923
8924 * tutorial.el (tutorial--display-changes): Remove unused binding.
8925 (tutorial--save-tutorial-to): Remove unused variable.
8926
8927 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8928 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8929 (package-generate-autoloads, package-menu--generate)
8930 (package-menu--find-upgrades): Remove unused bindings.
8931
8932 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8933 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8934 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8935 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8936 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8937 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8938 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8939 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8940 (cua-delete-char-rectangle): Mark unused args.
8941 (cua-align-rectangle): Remove unused binding.
8942
8943 * mail/rmail.el (compilation--message->loc)
8944 (epa--find-coding-system-for-mime-charset): Declare.
8945
8946 * net/dbus.el (dbus-register-service): Declare.
8947 (dbus-name-owner-changed-handler): Remove unused binding.
8948
8949 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8950 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8951 (nxml-scan-backward-within): Mark unused arg.
8952 (nxml-dynamic-markup-word): Remove unused binding.
8953
8954 * mouse.el (mouse-menu-major-mode-map):
8955 * emacs-lisp/authors.el (authors-scan-change-log)
8956 (authors-add-to-author-list):
8957 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8958 * emacs-lisp/smie.el (smie-auto-fill):
8959 * mail/sendmail.el (mail-bury):
8960 * mail/unrmail.el (unrmail):
8961 * net/tls.el (open-tls-stream):
8962 * textmodes/picture.el (picture-mouse-set-point):
8963 Remove unused bindings.
8964
8965 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8966
8967 * net/tramp.el (tramp-action-password): Let-bind
8968 `enable-recursive-minibuffers' to t.
8969
8970 2012-04-18 Sam Steingold <sds@gnu.org>
8971
8972 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8973 instead of 'string to accommodate values like [f11].
8974 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8975 * progmodes/gdb-mi.el: Likewise.
8976
8977 2012-04-18 Leo Liu <sdl.web@gmail.com>
8978
8979 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8980 current buffer.
8981 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8982 LOCAL is nil.
8983
8984 2012-04-18 Chong Yidong <cyd@gnu.org>
8985
8986 * simple.el (line-move): Use forward-line if in batch mode
8987 (Bug#11053).
8988
8989 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8990
8991 * files.el (after-find-file): Do not try to add a final newline if
8992 the buffer is read-only (Bug#11156).
8993
8994 2012-04-17 Richard Stallman <rms@gnu.org>
8995
8996 * mail/rmail.el (rmail-start-mail):
8997 Pass (rmail-mail-return...) for the return-action.
8998 Pass (rmail-yank-current-message...) for the yank-action.
8999 (rmail-yank-current-message): New function.
9000 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9001 (rmail-reply): Likewise.
9002 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9003
9004 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9005 buffer, not the last. Reject temp buffers. Use the rmail-mode
9006 buffer, not newbuf.
9007
9008 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9009
9010 * server.el (server-ensure-safe-dir): Simplify.
9011
9012 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * emacs-lisp/smie.el: Provide smarter auto-filling.
9015 (smie-auto-fill): New function.
9016 (smie-setup): Use it.
9017
9018 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9019
9020 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9021
9022 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9023 (comment-indent): Use it.
9024
9025 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9026
9027 * ses.el: The overall change is to add cell renaming, that is
9028 setting fancy names for cell symbols other than name matching
9029 "\\`[A-Z]+[0-9]+\\'" regexp .
9030 (ses-localvars): Add ses--renamed-cell-symb-list.
9031 (ses-create-cell-variable): New defun.
9032 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9033 (ses-relocate-formula): Relocate formulas only for cells the
9034 symbols of which are not renamed, i.e. symbols whose names do not
9035 match regexp "\\`[A-Z]+[0-9]+\\'".
9036 (ses-relocate-all): Relocate values only for cells the symbols of
9037 which are not renamed.
9038 (ses-load): Create cells variables as the (ses-cell ...) are read,
9039 in order to check row col consistency with cell symbol name only
9040 for cells that are not renamed.
9041 (ses-replace-name-in-formula): New defun.
9042 (ses-rename-cell): New defun.
9043
9044 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9045
9046 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9047 New option (bug#11118).
9048 (perl-calculate-indent): Respect it.
9049
9050 2012-04-17 Glenn Morris <rgm@gnu.org>
9051
9052 * dired-aux.el (dired-mark-read-string): Doc fix.
9053
9054 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9055
9056 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9057 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9058
9059 2012-04-17 Glenn Morris <rgm@gnu.org>
9060
9061 * mouse.el (mouse-drag-track):
9062 * speedbar.el (speedbar-frame-mode):
9063 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9064
9065 2012-04-16 Leo Liu <sdl.web@gmail.com>
9066
9067 * progmodes/python.el: Trivial cleanup.
9068
9069 2012-04-16 Glenn Morris <rgm@gnu.org>
9070
9071 * vc/vc.el (vc-string-prefix-p):
9072 * vc/pcvs-util.el (cvs-string-prefix-p):
9073 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9074 * mpc.el (mpc-string-prefix-p):
9075 Make all of these into obsolete aliases for string-prefix-p.
9076 Update callers.
9077 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9078
9079 * textmodes/two-column.el: Move custom options to the start.
9080 (frame-width): Remove compat definition.
9081 (2C-associate-buffer, 2C-dissociate):
9082 Use with-current-buffer rather than save-excursion.
9083 (2C-dissociate): Force a mode-line update.
9084 (2C-autoscroll): Use ignore-errors.
9085
9086 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9087 Autoload trivia.
9088
9089 * emacs-lisp/cl-extra.el (*random-state*):
9090 Remove unnecessary declaration.
9091
9092 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9093
9094 * play/cookie1.el (cookie-snarf):
9095 Give an explicit error if input file cannot be read.
9096
9097 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9098
9099 * progmodes/perl-mode.el (c-macro-expand):
9100 Remove unnecessary autoload (it is in loaddefs.el).
9101
9102 * textmodes/picture.el (picture-desired-column)
9103 (picture-update-desired-column): Convert comments to doc-strings.
9104 (picture-substitute): Remove function.
9105 (picture-mode-map): Initialize in the defvar.
9106
9107 * woman.el: Remove eval-after-load for tar-mode.
9108 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9109 (woman-tar-extract-file): Autoload it.
9110
9111 * frame.el (automatic-hscrolling): Make this alias obsolete.
9112
9113 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9114
9115 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9116 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9117 (ispell-dictionary-base-alist): Revert to original XEmacs
9118 friendly version for default. [:alpha:] will be added in
9119 `ispell-set-spellchecker-params' if needed.
9120
9121 2012-04-16 Chong Yidong <cyd@gnu.org>
9122
9123 * image.el (imagemagick--file-regexp): New variable.
9124 (imagemagick-register-types): Use it.
9125 (imagemagick-types-inhibit): Add :set function. Allow new value
9126 of t to inhibit all types.
9127
9128 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9129 so we can preload it.
9130
9131 * loadup.el (fboundp): Preload regexp-opt, needed by
9132 imagemagick-register-types.
9133
9134 2012-04-15 Chong Yidong <cyd@gnu.org>
9135
9136 * frame.el (scrolling): Remove nearly unused customization group.
9137
9138 * scroll-all.el (scroll-all-mode): Move to windows group.
9139
9140 2012-04-15 Chong Yidong <cyd@gnu.org>
9141
9142 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9143
9144 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9145
9146 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9147 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9148
9149 2012-04-15 Glenn Morris <rgm@gnu.org>
9150
9151 * simple.el (process-file-side-effects): Doc fix.
9152
9153 2012-04-15 Glenn Morris <rgm@gnu.org>
9154
9155 * international/mule-cmds.el (set-language-environment): Doc fix.
9156
9157 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9158
9159 * server.el (server-auth-key, server-generate-key): Doc fixes.
9160 (server-get-auth-key): Doc fix. Use `string-match-p'.
9161 (server-start): Reflow docstring.
9162
9163 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9164
9165 * server.el (server-generate-key): `called-interactively-p'
9166 requires a parameter.
9167
9168 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9169
9170 * server.el (server-auth-key): New variable.
9171 (server-generate-key, server-get-auth-key): New function.
9172 (server-start): Use the new variable and functions to allow
9173 setting a permanent server key (bug#9423).
9174
9175 2012-04-14 Leo Liu <sdl.web@gmail.com>
9176
9177 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9178
9179 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9180
9181 Spelling fixes.
9182 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9183 Emacs uses American spelling.
9184
9185 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9188 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9189 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9190 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9191
9192 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * progmodes/which-func.el (which-func-modes): Change default.
9195
9196 2012-04-14 Kim F. Storm <storm@cua.dk>
9197
9198 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9199 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9200
9201 2012-04-14 Chong Yidong <cyd@gnu.org>
9202
9203 * custom.el (custom-theme-set-variables): Doc fix.
9204
9205 2012-04-14 Glenn Morris <rgm@gnu.org>
9206
9207 * international/mule.el (set-auto-coding-for-load): Doc fix.
9208
9209 2012-04-14 Alan Mackenzie <acm@muc.de>
9210
9211 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9212 imenu work again for Objective C Mode. Correct the *-index values,
9213 these having been disturbed by a previous change in 2011-08.
9214
9215 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9216 Correct two search limits.
9217
9218 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9221
9222 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9223
9224 * international/characters.el: Fix sorting.
9225
9226 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9227
9228 * international/characters.el: Add more missing Latin case pairs.
9229
9230 2012-04-14 Glenn Morris <rgm@gnu.org>
9231
9232 * files.el (dir-locals-set-class-variables): Doc fix.
9233
9234 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9235
9236 * international/characters.el: Add set-case-syntax-pair call for
9237 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9238 counterpart. (Bug#11209)
9239
9240 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9241
9242 2012-04-14 Glenn Morris <rgm@gnu.org>
9243
9244 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9245
9246 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9247
9248 * textmodes/ispell.el (ispell-dictionary-base-alist):
9249 Add data for Hebrew.
9250
9251 2012-04-14 Chong Yidong <cyd@gnu.org>
9252
9253 * net/rcirc.el (rcirc-cmd-quit):
9254 Revert 2012-03-18 change (Bug#11192).
9255
9256 2012-04-14 Glenn Morris <rgm@gnu.org>
9257
9258 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9259
9260 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9261
9262 * minibuffer.el (completion-in-region-mode-map):
9263 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9264
9265 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9266
9267 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9268
9269 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9270
9271 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9272 to allow `C-M-f' and `C-M-b' to move to the nearest path
9273 separator (bug#9511).
9274
9275 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9276
9277 * avoid.el: Require cl when compiling. And also move the
9278 `provide' to the end.
9279
9280 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9281
9282 * avoid.el (mouse-avoidance-banish-position): New variable.
9283 (mouse-avoidance-banish-destination): Use it (bug#10165).
9284
9285 2012-04-13 Leo Liu <sdl.web@gmail.com>
9286
9287 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9288
9289 2012-04-13 Ken Brown <kbrown@cornell.edu>
9290
9291 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9292 this is no longer needed now that cygstart understands file:// URLs.
9293 (browse-url-filename-alist): For the same reason, don't modify
9294 file:// URLs on Cygwin.
9295
9296 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9299 the region on shift if the binding is already shifted (bug#11221).
9300
9301 2012-04-12 Glenn Morris <rgm@gnu.org>
9302
9303 * mail/mailpost.el: Move to obsolete/.
9304
9305 2012-04-12 Drew Adams <drew.adams@oracle.com>
9306
9307 * imenu.el (imenu--generic-function): Ignore invisible definitions
9308 (bug#10123).
9309
9310 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9311
9312 * hexl.el (hexl-bits): New variable.
9313 (hexl-options): Mention the variable in the doc string.
9314 (hexl-rulerise, hexl-line-displen): New functions.
9315 (hexl-mode): Mention the new variable.
9316 (hexl-mode, hexl-current-address, hexl-current-address):
9317 Use the displen.
9318 (hexl-ascii-start-column): New function.
9319 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9320 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9321
9322 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9323
9324 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9325 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9326 the encoding, as expected by hunspell.
9327
9328 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9329
9330 * battery.el (battery--linux-sysfs-regexp): New const.
9331 (battery-status-function): Use it. Remove yeeloong special case.
9332 (battery-yeeloong-sysfs): Remove.
9333 (battery-echo-area-format): Remove yeeloong special case.
9334
9335 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9338 Reported by Noah Friedman.
9339
9340 * subr.el (read-passwd): Use read-string.
9341
9342 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9343
9344 * vcursor.el (vcursor-move): Increase the priority of the overlay
9345 (bug#9663).
9346
9347 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9348
9349 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9350 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9351
9352 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9353
9354 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9355 define-minor-mode (bug#10760).
9356
9357 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9358
9359 * progmodes/grep.el (rgrep): Tweak the find command line so
9360 that directories matching `grep-find-ignored-files' won't be
9361 pruned (bug#10351).
9362
9363 2012-04-11 Chong Yidong <cyd@gnu.org>
9364
9365 * startup.el (command-line): Remove support for long-obsolete
9366 variable font-lock-face-attributes.
9367
9368 2012-04-11 Glenn Morris <rgm@gnu.org>
9369
9370 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9371
9372 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * window.el (window--state-get-1): Obey window-point-insertion-type.
9375
9376 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9377
9378 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9379 to previous function when point is on the first character of a
9380 function. Take care of that in `narrow-to-defun' (bug#6157).
9381
9382 2012-04-11 Glenn Morris <rgm@gnu.org>
9383
9384 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9385 not just file-errors.
9386
9387 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9388 (vc-bzr-sha1): Use internal sha1.
9389
9390 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9393
9394 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9395
9396 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9397 that start in the middle of the line (bug#10496).
9398
9399 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9400
9401 * battery.el (battery-linux-proc-acpi): Only one battery is
9402 discharged at a time, but that seems to confuse battery.el when
9403 computing `rate-type' for the battery not being discharged
9404 (bug#10332).
9405
9406 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9409
9410 * international/quail.el: Use dolist and simplify.
9411 (quail-define-package, quail-update-keyboard-layout)
9412 (quail-define-rules): Use dolist.
9413 (quail-insert-kbd-layout, quail-get-translation): CSE.
9414
9415 * tmm.el: Use dolist, remove left over hook.
9416 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9417 Use dolist.
9418 (calendar-load-hook): Don't mess with it.
9419
9420 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9421 Use derived-mode-p. Run the diff asynchronously.
9422
9423 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9424
9425 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9426
9427 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9430 (list-dynamic-libraries--loaded): New function.
9431 (list-dynamic-libraries--refresh): Use it.
9432
9433 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9434
9435 * progmodes/python.el (python-fill-paragraph):
9436 Make python-fill-region in a multiline string work when font-lock is
9437 disabled (bug#7018).
9438
9439 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9440
9441 * language/european.el (cp775): Add oem/legacy (en)coding on
9442 DOS/MS Windows for the Baltic languages. There are still plenty
9443 of texts written in this encoding/codepage (bug#6519).
9444
9445 2012-04-10 Glenn Morris <rgm@gnu.org>
9446
9447 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9448 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9449
9450 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9451
9452 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9453 next-line "n" and previous-line "p" in order to make recentf more
9454 consistent with ibuffer, dired or org-mode (bug#9387).
9455
9456 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9457
9458 * image.el (put-image): Return the overlay created instead of the
9459 optional input string (bug#7834). Note that this may break code
9460 that is (for some reason or other) depending on `put-image'
9461 returning the string.
9462
9463 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9464
9465 * simple.el (zap-to-char): Allow zapping using input methods
9466 (bug#1580).
9467
9468 * textmodes/fill.el (fill-region): Leave point and mark where they
9469 were before filling (bug#5399).
9470
9471 2012-04-09 Glenn Morris <rgm@gnu.org>
9472
9473 * version.el (emacs-bzr-get-version):
9474 Handle lightweight checkouts of local branches.
9475
9476 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9477
9478 * international/characters.el: Recover lost case pairs. (Bug#11209)
9479
9480 2012-04-09 Chong Yidong <cyd@gnu.org>
9481
9482 * custom.el (custom-variable-p): Return nil for non-symbol
9483 arguments instead of signaling an error.
9484 (user-variable-p): Obsolete alias for custom-variable-p.
9485
9486 * apropos.el (apropos-variable):
9487 * files-x.el (read-file-local-variable):
9488 * simple.el (set-variable):
9489 * woman.el (woman-mini-help):
9490 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9491
9492 2012-04-09 Glenn Morris <rgm@gnu.org>
9493
9494 * startup.el (normal-top-level): Don't look for leim-list.el
9495 in places where it will not be found. (Bug#910)
9496
9497 * international/mule-cmds.el (set-default-coding-systems):
9498 * files.el (normal-mode):
9499 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9500 This function was removed with ucs-tables.el in 2008.
9501
9502 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9503
9504 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9505 ispell-encoding8-command to "-i", without a trailing space.
9506 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9507 separate command-line arguments, to specify the encoding, since
9508 that's how hunspell expects it.
9509
9510 2012-04-08 Glenn Morris <rgm@gnu.org>
9511
9512 * loadup.el: Load bindings before cus-start.
9513 This reduces somewhat the number of "rogue" settings in emacs -Q.
9514
9515 2012-04-07 Glenn Morris <rgm@gnu.org>
9516
9517 * version.el (emacs-bzr-get-version): New function.
9518 (emacs-bzr-version): New variable.
9519 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9520 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9521
9522 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9523
9524 * international/uni-bidi.el, international/uni-category.el:
9525 * international/uni-combining.el, international/uni-decimal.el:
9526 * international/uni-decomposition.el, international/uni-digit.el:
9527 * international/uni-lowercase.el, international/uni-mirrored.el:
9528 * international/uni-name.el, international/uni-numeric.el:
9529 * international/uni-titlecase.el, international/uni-uppercase.el:
9530 Update for Unicode 6.1.
9531
9532 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9533
9534 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9535
9536 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9537
9538 * window.el (shrink-window): Mention the `window-min-height'
9539 variable in the doc string.
9540
9541 2012-04-05 Bastien Guerry <bzg@altern.org>
9542
9543 * color.el (color-lighten-name): Fix typo.
9544
9545 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9546
9547 * server.el (server--on-display-p): New function.
9548 (server--on-display-p): Use it.
9549
9550 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9551
9552 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9553 (bug#11145).
9554
9555 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9556
9557 * comint.el (comint--common-quoted-suffix): Check string boundary
9558 before comparing (bug#11158).
9559 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9560
9561 2012-04-04 Chong Yidong <cyd@gnu.org>
9562
9563 * minibuffer.el (completion-extra-properties): Doc fix.
9564
9565 * subr.el (delayed-warnings-hook): Doc fix.
9566
9567 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9568
9569 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9570 selection (Bug#11159).
9571 (epa-insert-keys): Inform that the default public key will be
9572 exported if no key is selected.
9573
9574 2012-04-04 Richard Stallman <rms@gnu.org>
9575
9576 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9577
9578 2012-04-03 Chong Yidong <cyd@gnu.org>
9579
9580 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9581 mail-insert-file, not its obsolete alias mail-attach-file.
9582
9583 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9584
9585 * notifications.el (notifications-notify): Fix docstring.
9586
9587 2012-04-02 Glenn Morris <rgm@gnu.org>
9588
9589 * emacs-lisp/authors.el (authors-aliases): Another addition.
9590
9591 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9592
9593 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9594 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9595 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9596
9597 2012-04-01 Chong Yidong <cyd@gnu.org>
9598
9599 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9600 Handle root directory properly.
9601 (copy-directory): Caller changed.
9602
9603 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9604 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9605
9606 2012-03-31 Glenn Morris <rgm@gnu.org>
9607
9608 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9609
9610 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9611
9612 * calendar/calendar.el (calendar-window-list)
9613 (calendar-hide-window): Restore. (Bug#11140)
9614 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9615
9616 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9617
9618 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9619
9620 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9621 Check if file is a symlink (Bug#10489).
9622
9623 * files.el (copy-directory): Likewise.
9624
9625 2012-03-30 Chong Yidong <cyd@gnu.org>
9626
9627 * image.el (imagemagick-types-inhibit)
9628 (imagemagick-register-types): Doc fix.
9629
9630 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9631
9632 * textmodes/ispell.el (ispell-get-extended-character-mode):
9633 Disable extended-char-mode for hunspell. hunspell does not support it
9634 and treats ~word as ordinary words in pipe mode.
9635
9636 2012-03-30 Glenn Morris <rgm@gnu.org>
9637
9638 * tutorial.el (help-with-tutorial): Ensure local variables don't
9639 happen to make the buffer read-only. (Bug#11127)
9640
9641 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9644 (perl-calculate-indent): Return `noindent' in strings.
9645
9646 2012-03-28 Sam Steingold <sds@gnu.org>
9647
9648 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9649 instead of the broken adhockery which does not prevent calendar
9650 buffers from being displayed at random after exit.
9651 (calendar-window-list, calendar-hide-window): Remove the broken
9652 adhockery.
9653
9654 2012-03-28 Glenn Morris <rgm@gnu.org>
9655
9656 * replace.el (query-replace-map): Doc fix.
9657
9658 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9659
9660 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9661 contents. (Bug#11109)
9662
9663 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9664
9665 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9666 (bug#11077).
9667 (avl-tree--check, avl-tree--check-node): New funs.
9668
9669 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9670
9671 * window.el (switch-to-visible-buffer): New option.
9672 (switch-to-prev-buffer, switch-to-next-buffer):
9673 Observe switch-to-visible-buffer. Make sure that checking for a window
9674 showing a buffer already is done on the same frame.
9675
9676 2012-03-27 Glenn Morris <rgm@gnu.org>
9677
9678 * startup.el (mail-host-address): Doc fix.
9679
9680 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9683 than 197 variables.
9684
9685 2012-03-26 Ami Fischman <ami@fischman.org>
9686
9687 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9688
9689 2012-03-26 Glenn Morris <rgm@gnu.org>
9690
9691 * files.el (save-buffers-kill-emacs): Doc fix.
9692
9693 * startup.el (normal-top-level, command-line, command-line-1):
9694 Give them doc strings.
9695
9696 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9697
9698 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9699 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9700
9701 2012-03-25 Chong Yidong <cyd@gnu.org>
9702
9703 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9704 theme if it was previously enabled before (Bug#11031).
9705
9706 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9707 spec with custom-face-get-current-spec if its :shown-value is not
9708 determined yet (Bug#9337).
9709 (customize-create-theme, custom-theme-revert): Doc fixes.
9710
9711 * button.el (button-at): Minor addition to docstring.
9712
9713 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9714
9715 * vc/vc.el (vc-merge): Fix a prompt.
9716
9717 2012-03-24 Chong Yidong <cyd@gnu.org>
9718
9719 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9720 point (Bug#9623).
9721
9722 * button.el (button-at): Minor addition to docstring.
9723
9724 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * newcomment.el (comment-choose-indent): No space after BOL.
9727
9728 2012-03-22 Sam Steingold <sds@gnu.org>
9729
9730 * window.el (switch-to-prev-buffer): Revert last patch because the
9731 bug turned out to be an advertised feature (Elisp manual 28.14).
9732
9733 2012-03-22 Glenn Morris <rgm@gnu.org>
9734
9735 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9736 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9737
9738 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9739
9740 * net/network-stream.el (network-stream-open-starttls): Make error
9741 message under Windows be less misleading.
9742
9743 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9744
9745 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9746 understands (bug#9942).
9747
9748 2012-03-22 Chong Yidong <cyd@gnu.org>
9749
9750 * simple.el (end-of-visible-line): Handle return value of
9751 next-single-property-change properly (Bug#9371).
9752
9753 2012-03-22 Kenichi Handa <handa@m17n.org>
9754
9755 * international/quail.el (quail-insert-kbd-layout): Fix previous
9756 change. To avoid unwanted bidi reordering, use
9757 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9758
9759 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9760
9761 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9762 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9763 (ruby-beginning-of-indent): Be more careful with the difference
9764 between word-boundary and symbol boundary.
9765 (ruby-mode-syntax-table): Make : a symbol constituent.
9766
9767 2012-03-21 Andreas Politz <politza@fh-trier.de>
9768
9769 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9770
9771 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * progmodes/etags.el (tags-completion-at-point-function):
9774 Improve last fix.
9775
9776 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9777
9778 2012-03-21 Sam Steingold <sds@gnu.org>
9779
9780 * progmodes/etags.el (tags-completion-at-point-function):
9781 Avoid the error when point is inside the pattern.
9782
9783 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9784
9785 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9786 line (Bug#10855).
9787
9788 2012-03-21 Drew Adams <drew.adams@oracle.com>
9789
9790 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9791
9792 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9793
9794 * ido.el (ido-set-current-directory, ido-read-internal)
9795 (ido-choose-completion-string, ido-completion-help): Handle nil
9796 value of ido-completion-buffer (Bug#11008).
9797
9798 2012-03-21 Sam Steingold <sds@gnu.org>
9799
9800 * window.el (switch-to-prev-buffer): Do not switch to a visible
9801 window previous buffer, just like with the frame previous buffers.
9802
9803 2012-03-21 Chong Yidong <cyd@gnu.org>
9804
9805 * faces.el (make-face, make-empty-face, copy-face):
9806 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9807 Doc fixes.
9808
9809 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9812 (widget-complete): Remove broken use of it.
9813
9814 2012-03-20 Chong Yidong <cyd@gnu.org>
9815
9816 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9817 Use string-width and truncate-string-width to handle arbitrary
9818 characters.
9819
9820 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9821
9822 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9823 to draw rectangles, not squares. (Regression introduced by revno
9824 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9825
9826 2012-03-18 Chong Yidong <cyd@gnu.org>
9827
9828 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9829 it is not yet defined (for temacs).
9830
9831 2012-03-18 Leo Liu <sdl.web@gmail.com>
9832
9833 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9834 prefix.
9835
9836 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9837
9838 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9839 (ispell-choices-win-default-height, ispell-silently-savep)
9840 (ispell-dictionary-alist, ispell-encoding8-command)
9841 (ispell-check-version, ispell-aspell-find-dictionary)
9842 (ispell-valid-dictionary-list, ispell-words-keyword)
9843 (ispell-get-word, ispell-internal-change-dictionary)
9844 (ispell-region, ispell-skip-region-list)
9845 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9846 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9847 (ispell-message-text-end, ispell-message)
9848 (ispell-buffer-local-parsing): Doc fix.
9849
9850 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9851
9852 * htmlfontify.el: Add support for code block fontification for ODT
9853 export (Bug #9914).
9854 (hfy-optimisations): Define new option
9855 `body-text-only'
9856 (hfy-fontify-buffer): Honor above setting.
9857 (hfy-begin-span, hfy-end-span): New routines factored out form
9858 `hfy-fontify-buffer'.
9859 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9860 that permit insertion of custom tags.
9861 (hfy-fontify-buffer): Use above handlers.
9862 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9863 (hfy-face-to-css): Re-defined to be a variable.
9864 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9865 over multiple runs. This is made possible by having the caller let
9866 bind a special variable `hfy-user-sheet-assoc'.
9867 (htmlfontify-string): New defun.
9868 (hfy-compile-face-map): Make sure that the last char in the
9869 buffer is correctly fontified.
9870 (hfy-face-resolve-face): Whitespace only change.
9871
9872 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9873
9874 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9875 message more clear.
9876
9877 2012-03-16 Leo Liu <sdl.web@gmail.com>
9878
9879 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9880
9881 2012-03-16 Alan Mackenzie <acm@muc.de>
9882
9883 Further optimise the handling of large macros.
9884
9885 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9886 limit to a call of `c-literal-limits'.
9887 (c-determine-+ve-limit): New function.
9888 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9889 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9890 In CASE 5B, restrict a search limit to 500.
9891 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9892
9893 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9894 Restrict macro bounds to +-500 from after-change's BEG END.
9895
9896 2012-03-16 Leo Liu <sdl.web@gmail.com>
9897
9898 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9899
9900 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9901
9902 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9903 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9904
9905 2012-03-16 Glenn Morris <rgm@gnu.org>
9906
9907 * view.el (view-buffer, view-buffer-other-window)
9908 (view-buffer-other-frame): Doc fixes re special mode-class.
9909
9910 * subr.el (eval-after-load): If named feature is provided not from
9911 a file, run after-load forms. (Bug#10946)
9912
9913 * calendar/calendar.el (calendar-insert-at-column):
9914 Handle non-unit-width characters a bit better. (Bug#10978)
9915
9916 2012-03-15 Chong Yidong <cyd@gnu.org>
9917
9918 * emacs-lisp/ring.el (ring-extend): New function.
9919 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9920
9921 * comint.el (comint-read-input-ring)
9922 (comint-add-to-input-history): Grow comint-input-ring lazily.
9923
9924 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9927 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9928
9929 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9930 (imenu-add-to-menubar): Don't add a redundant index.
9931 (imenu-update-menubar): Handle a dynamically composed keymap.
9932
9933 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9934
9935 * mail/sendmail.el (mail-encode-header):
9936 Bind rfc2047-encode-encoded-words to nil.
9937
9938 2012-03-13 Glenn Morris <rgm@gnu.org>
9939
9940 * calendar/calendar.el (calendar-string-spread):
9941 Handle non-unit-width characters a bit better. (Bug#10978)
9942
9943 2012-03-13 Leo Liu <sdl.web@gmail.com>
9944
9945 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9946 directory and file as argument (Bug#10822).
9947
9948 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9949
9950 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9951 For dynamically generated code, follow $PC.
9952 (gdb-disassembly-handler-custom): Handle no function name case.
9953
9954 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9955
9956 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9957 * emulation/ws-mode.el (ws-query-replace):
9958 * sort.el (sort-regexp-fields):
9959 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9960
9961 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * dabbrev.el: Fix cycle completion order (bug#10963).
9964 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9965 (dabbrev-completion): Don't use an obarray; provide
9966 a cycle-sort-function.
9967
9968 2012-03-12 Leo Liu <sdl.web@gmail.com>
9969
9970 * simple.el (kill-new): Use equal-including-properties for comparison.
9971 (kill-do-not-save-duplicates): Doc fix.
9972
9973 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * dabbrev.el: Fix cycle completion (bug#10963).
9976 Use lexical binding and wrap to 80 columns.
9977 (dabbrev-completion): Delay computing the list of completions.
9978
9979 2012-03-12 Kenichi Handa <handa@m17n.org>
9980
9981 * international/quail.el (quail-insert-kbd-layout): Surround each
9982 row by LRO and PDF instead of inserting many LRMs. Pad the left
9983 and right of each non-spacing marks. Insert invisible space
9984 between lower and upper characters to prevent composition.
9985
9986 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * minibuffer.el (minibuffer-complete): Don't get confused when the
9989 function is run twice via different commands (bug#10958).
9990 (complete-with-action): Fix docstring.
9991
9992 2012-03-12 Chong Yidong <cyd@gnu.org>
9993
9994 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9995 (nxml-completion-at-point-function): New function.
9996 (nxml-mode): Use it.
9997 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9998
9999 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10000 Load generated autoloads file before byte compiling (Bug#10970).
10001 (package--make-autoloads-and-compile): New helper fun.
10002
10003 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10004
10005 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10006
10007 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10008
10009 * autorevert.el (auto-revert-handler): Ensure, that
10010 file-readable-p is applied only for local files or in
10011 auto-revert-tail-mode.
10012
10013 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10014
10015 * server.el (server-eval-at): Handle non-tcp connections.
10016 Decode result string.
10017
10018 * server.el (server-msg-size): New constant.
10019 (server-reply-print): New function.
10020 (server-eval-and-print): Use it.
10021 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10022 Handle -print-nonl.
10023
10024 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10025
10026 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10027 (Bug#10987).
10028
10029 2012-03-11 Chong Yidong <cyd@gnu.org>
10030
10031 * simple.el (goto-line): Doc fix (Bug#9938).
10032
10033 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10034
10035 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10036 when finished (Bug#10963).
10037
10038 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10039
10040 * window.el (split-window-below): Fix bug in case where
10041 split-window-keep-point is nil (Bug#10971).
10042
10043 2012-03-11 Juri Linkov <juri@jurta.org>
10044
10045 * replace.el (replace-highlight): Set isearch-word to nil
10046 unconditionally. (Bug#10887)
10047
10048 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10049
10050 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10051 mairix-replace-illegal-chars; all callers changed. Don't remove
10052 ^, ~, and = characters: they are meaningful in mairix search specs.
10053 (mairix-widget-create-query): Add usage information about mairix
10054 search forms: negating words, searching for substrings, etc.
10055
10056 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10057
10058 * international/fontset.el (font-encoding-alist): Add an entry for
10059 ksx1001 (Bug#5667).
10060
10061 2012-03-10 Richard Stallman <rms@gnu.org>
10062
10063 * mail/sendmail.el (mail-encode-header):
10064 Set rfc2047-encode-encoded-words.
10065
10066 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10067
10068 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10069 view buffer means not swapped.
10070 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10071 (rmail-write-region-annotate): Error if real text has disappeared.
10072
10073 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10074
10075 2012-03-10 Chong Yidong <cyd@gnu.org>
10076
10077 * emulation/cua-rect.el (cua--init-rectangles):
10078 * emulation/cua-base.el (cua--init-keymaps):
10079 Add delete-forward-char to remappings (Bug#9666).
10080
10081 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10082
10083 * speedbar.el (speedbar-unhighlight-one-tag-line):
10084 Avoid unhighlighting due to frame switching (Bug#10275).
10085
10086 2012-03-10 Chong Yidong <cyd@gnu.org>
10087
10088 * minibuffer.el (completion-in-region, completion-help-at-point):
10089 Give the completion field overlay a high priority (Bug#6830).
10090
10091 * dired.el (dired-goto-file): Recognize absolute file name
10092 listings (Bug#7126).
10093 (dired-goto-file-1): New helper function.
10094 (dired-toggle-read-only): Inhibit warnings.
10095
10096 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10097
10098 * net/dbus.el (dbus-property-handler): Return empty array if
10099 there are no properties.
10100
10101 2012-03-09 Leo Liu <sdl.web@gmail.com>
10102
10103 * savehist.el (savehist-printable): Stricter check for string
10104 value (Bug#10937).
10105
10106 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10107
10108 * mail/smtpmail.el (smtpmail-send-it):
10109 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10110 valid mbox format.
10111
10112 2012-03-09 Glenn Morris <rgm@gnu.org>
10113
10114 * files.el (dir-locals-find-file):
10115 Don't check result is regular, readable.
10116 (dir-locals-read-from-file): Demote errors.
10117
10118 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10119
10120 * international/quail.el (quail-insert-kbd-layout):
10121 Insert invisible LRM characters before each character in a keyboard
10122 layout cell, to prevent their reordering by bidi display engine.
10123 For details, see the discussion in
10124 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10125
10126 2012-03-08 Alan Mackenzie <acm@muc.de>
10127
10128 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10129 the starting position; make it extend the marked region when
10130 invoked repeatedly - all under appropriate circumstances.
10131 Fixes bugs #5525, #10906.
10132
10133 2012-03-08 Glenn Morris <rgm@gnu.org>
10134
10135 * files.el (locate-dominating-file, dir-locals-find-file):
10136 Undo 2012-03-06 change.
10137
10138 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10139
10140 * international/quail.el (quail-help):
10141 Force bidi-paragraph-direction be left-to-right. See discussion in
10142 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10143 for the reason.
10144
10145 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10146
10147 Avoid superfluous registering of signals. (Bug#10807)
10148
10149 * notifications.el (notifications-on-action-object)
10150 (notifications-on-close-object): New defvars.
10151 (notifications-on-action-signal, notifications-on-closed-signal):
10152 Unregister the signal if not needed any longer.
10153 (notifications-notify): Register `notifications-action-signal' or
10154 `notifications-closed-signal', if :on-action or :on-close has been
10155 passed as argument.
10156
10157 2012-03-07 Chong Yidong <cyd@gnu.org>
10158
10159 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10160 non-X platforms.
10161
10162 2012-03-06 Glenn Morris <rgm@gnu.org>
10163
10164 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10165 (x-disown-selection-internal, x-get-selection-internal):
10166 Doc fix (add arglist signatures). (Bug#10783)
10167
10168 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10169
10170 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10171 Handle breakpoints with no "type".
10172
10173 2012-03-06 Glenn Morris <rgm@gnu.org>
10174
10175 * files.el (locate-dominating-file): Add optional predicate argument.
10176 (dir-locals-find-file): Make use of above change.
10177
10178 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10179
10180 * info.el (Info-insert-dir): Also try "dir.gz".
10181
10182 2012-03-06 Glenn Morris <rgm@gnu.org>
10183
10184 * files.el (dir-locals-find-file):
10185 Ignore non-readable or non-regular files. (Bug#10928)
10186
10187 * files.el (locate-dominating-file): Doc fix.
10188
10189 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10190
10191 * calendar/calendar.el (calendar-set-mode-line):
10192 `getenv' returns a string. (Bug#10951)
10193
10194 2012-03-05 Leo Liu <sdl.web@gmail.com>
10195
10196 * simple.el (backward-delete-char-untabify): Constrain point to
10197 field (Bug#10939).
10198
10199 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10200
10201 2012-03-05 Chong Yidong <cyd@gnu.org>
10202
10203 * simple.el (count-words): If called from Lisp, return the word
10204 count, for symmetry with `count-lines'. Arglist changed.
10205 (count-words--message): Args changed. Consolidate counting code
10206 from count-words and count-words-region.
10207 (count-words-region): Caller changed.
10208 (count-lines-region): Make it an obsolete alias.
10209
10210 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10211
10212 * saveplace.el (save-place-to-alist)
10213 (save-place-ignore-files-regexp): Allow value nil to disable this
10214 feature.
10215
10216 2012-03-04 Chong Yidong <cyd@gnu.org>
10217
10218 * faces.el (face-spec-reset-face): For the default face, reset the
10219 attributes to default values (Bug#10748).
10220
10221 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10222
10223 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10224 previous patch: Check `message-send-mail-function', and not the
10225 default function (bug#10897).
10226
10227 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10228
10229 * notifications.el (notifications-on-action-signal)
10230 (notifications-on-closed-signal): Check for unique service name of
10231 incoming event. Fix error in removing entry.
10232 (top): Register for signals with wildcard service name.
10233 (notifications-notify): Use daemon unique service name for map entries.
10234
10235 2012-03-04 Chong Yidong <cyd@gnu.org>
10236
10237 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10238
10239 2012-03-04 Glenn Morris <rgm@gnu.org>
10240
10241 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10242 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10243 (expand-abbrev, define-abbrev-table): Doc fixes.
10244
10245 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10246
10247 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10248 `message-default-send-mail-function' and not `send-mail-function'
10249 when doing the prompting for `sendmail-query-once' before sending
10250 in Message buffers (bug#10897).
10251
10252 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10253 This is inconsistent with all the other stream functions, which leave
10254 the setting up to the higher levels (if so wanted) (bug#10931).
10255
10256 2012-03-02 Alan Mackenzie <acm@muc.de>
10257
10258 Depessimize the handling of very large macros.
10259
10260 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10261 (c-macro-cache-syntactic): New variables to implement a one
10262 element macro cache.
10263 (c-invalidate-macro-cache): New function.
10264 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10265 Adapt to use the new cache.
10266 (c-state-safe-place): Use better the cache of safe positions.
10267 (c-state-semi-nonlit-pos-cache)
10268 (c-state-semi-nonlit-pos-cache-limit):
10269 New variables for...
10270 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10271 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10272 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10273 Use c-state-semi-safe-place.
10274
10275 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10276 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10277
10278 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10279
10280 * jka-compr.el (jka-compr-call-process):
10281 Apply `file-accessible-directory-p' only when the default directory is
10282 not remote.
10283
10284 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10285
10286 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10287 access of FILE2, if FILE1 does not exist.
10288
10289 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10290 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10291
10292 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10293 Add "PAGER=" to `process-environment'.
10294
10295 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10296
10297 * progmodes/sql.el: Bug fix
10298 (sql-get-login-ext): Save login values in globals.
10299 (sql-get-login): Use new version of `sql-get-login-ext'.
10300 (sql-interactive-mode): Set global `sql-connection' to nil.
10301 (sql-connect): Set global values for connection.
10302 (sql-product-interactive): Save global values as buffer local.
10303
10304 2012-02-29 Leo Liu <sdl.web@gmail.com>
10305
10306 * abbrev.el (define-abbrevs): Reset sys to nil.
10307
10308 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10309
10310 * files.el (file-equal-p): Rename from `files-equal-p'.
10311 Return nil when one or both files don't exist.
10312 (file-subdir-of-p): Now only top directory must exists,
10313 return nil if it doesn't.
10314 (copy-directory): No need to test with `file-subdir-of-p' after
10315 creating dir.
10316 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10317 to `file-equal-p'.
10318
10319 2012-02-28 Glenn Morris <rgm@gnu.org>
10320
10321 * shell.el (shell-mode):
10322 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10323 * play/landmark.el (landmark-font-lock-face-O):
10324 * play/handwrite.el (handwrite):
10325 * play/gomoku.el (gomoku-O):
10326 * net/browse-url.el (browse-url-browser-display):
10327 * international/mule.el (define-charset):
10328 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10329 * filesets.el (filesets-find-file-delay):
10330 * eshell/em-xtra.el (eshell-xtra):
10331 * eshell/em-unix.el (eshell-grep):
10332 * emulation/viper.el (viper-mode):
10333 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10334 * emacs-lisp/easymenu.el (easy-menu-define):
10335 * calendar/timeclock.el (timeclock-use-display-time):
10336 * bs.el (bs-mode):
10337 * bookmark.el (bookmark-save-flag):
10338 Doc fix (standardize possessive apostrophe usage).
10339
10340 2012-02-27 Chong Yidong <cyd@gnu.org>
10341
10342 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10343 Fix key-binding lookup for ESC key (Bug#9146).
10344
10345 * font-lock.el (font-lock-specified-p): Rename from
10346 font-lock-spec-present. Callers changed.
10347
10348 2012-02-27 Daniel Hackney <dan@haxney.org>
10349
10350 * emacs-lisp/package.el (package-compute-transaction):
10351 Handle holding a package version to t in package-load-list.
10352
10353 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10354
10355 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10356 (tramp-get-inode, tramp-get-device): Use cached values.
10357
10358 2012-02-26 Alan Mackenzie <acm@muc.de>
10359
10360 Check there is a font-lock specification before doing initial
10361 fontification.
10362
10363 * font-core.el (font-lock-mode): Move the conditional from
10364 :after-hook to font-lock-initial-fontify.
10365 (font-lock-default-function): Move the check for a specification
10366 to font-lock-spec-present.
10367
10368 * font-lock.el (font-lock-initial-fontify): Call ...
10369 (font-lock-spec-present): New function.
10370
10371 2012-02-26 Jim Blandy <jimb@red-bean.com>
10372
10373 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10374 (gdb-send): Apply it to the operand of the '-interpreter-exec
10375 console' command, so that we can pass arguments with (say) quotes
10376 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10377
10378 2012-02-26 Chong Yidong <cyd@gnu.org>
10379
10380 * help-fns.el (describe-function-1): Clarify description of
10381 remapping (Bug#10844).
10382
10383 * files.el (files-equal-p): Doc fix.
10384 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10385 and quit the loop once a mismatch is found.
10386
10387 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10388
10389 * bs.el (bs--show-with-configuration): Don't throw an error
10390 if the window cannot be split; otherwise, subsequent calls to
10391 bs-show fail, restoring a stale window config. (Bug#10882)
10392
10393 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10394
10395 * term/ns-win.el (global-map): Bind ns-drag-file to
10396 ns-find-file (Bug#5855, Bug#10050).
10397
10398 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10399
10400 * calendar/parse-time.el (parse-time-string): Allow extractor to
10401 return nil.
10402
10403 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10404
10405 * net/tramp.el (tramp-file-name-for-operation):
10406 Add `files-equal-p' and `file-subdir-of-p'.
10407
10408 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10409 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10410 Add COPY-CONTENTS argument.
10411
10412 2012-02-25 Chong Yidong <cyd@gnu.org>
10413
10414 Add custom groups for VC backends, for consistency with vc-bzr.
10415
10416 * vc/vc-arch.el (vc-arch):
10417 * vc/vc-cvs.el (vc-cvs):
10418 * vc/vc-git.el (vc-git):
10419 * vc/vc-hg.el (vc-hg):
10420 * vc/vc-mtn.el (vc-mtn):
10421 * vc/vc-rcs.el (vc-rcs):
10422 * vc/vc-sccs.el (vc-sccs):
10423 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10424 All relevant defcustoms reassigned.
10425
10426 2012-02-25 Chong Yidong <cyd@gnu.org>
10427
10428 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10429
10430 * term/x-win.el (x-initialize-window-system): Reduce default for
10431 x-selection-timeout to 5 seconds (Bug#8869).
10432
10433 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10434
10435 * files.el (files-equal-p, file-subdir-of-p): New functions.
10436 (copy-directory): Error when trying to copy a directory on itself.
10437 Add missing copy-contents arg to tramp handler.
10438 * dired-aux.el (dired-copy-file-recursive): Same.
10439 (dired-create-files): Modify destination when source is equal to
10440 dest when copying files.
10441 Return also when dest is a subdir of source. (Bug#10489)
10442
10443 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10444
10445 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10446 (Bug#10874)
10447
10448 2012-02-23 Alan Mackenzie <acm@muc.de>
10449
10450 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10451 parameter "after-hook:" to allow the expansion to run code after
10452 the execution of the mode hooks.
10453
10454 * font-lock.el (font-lock-initial-fontify): New function extracted
10455 from font-lock-mode-internal.
10456
10457 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10458 :after-hook.
10459
10460 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10463 (completion--cache-all-sorted-completions): New function.
10464 (completion-all-sorted-completions): Use it.
10465 (completion--do-completion, minibuffer-force-complete):
10466 Use it to re-instate the flush hook.
10467
10468 * icomplete.el (icomplete-completions): Replace last fix with a better
10469 one (bug#10850).
10470
10471 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10472
10473 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10474 when it might call us back infinitely (bug#10797).
10475
10476 2012-02-23 Glenn Morris <rgm@gnu.org>
10477
10478 * minibuffer.el (completion-category-overrides): Doc fix.
10479
10480 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10483 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10484
10485 2012-02-23 Glenn Morris <rgm@gnu.org>
10486
10487 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10488 (authors-obsolete-files-regexps, authors-ignored-files)
10489 (authors-ambiguous-files, authors-renamed-files-alist):
10490 Add more entries.
10491
10492 2012-02-23 Juri Linkov <juri@jurta.org>
10493
10494 * isearch.el (isearch-occur): Sync interactive spec with occur's
10495 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10496
10497 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10498
10499 2012-02-22 Juri Linkov <juri@jurta.org>
10500
10501 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10502 (ucs-insert): Doc fix. Check for hex digits in the string.
10503 Don't display `nil' in the error message. (Bug#10857)
10504
10505 2012-02-22 Alan Mackenzie <acm@muc.de>
10506
10507 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10508
10509 2012-02-22 Glenn Morris <rgm@gnu.org>
10510
10511 * ffap.el (ffap-c-path):
10512 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10513
10514 2012-02-22 Chong Yidong <cyd@gnu.org>
10515
10516 * custom.el (load-theme): Doc fix.
10517
10518 2012-02-22 Glenn Morris <rgm@gnu.org>
10519
10520 * dired-x.el (dired-guess-shell-alist-default):
10521 Remove escape sequences from nroff output. (Bug#172)
10522
10523 2012-02-21 Glenn Morris <rgm@gnu.org>
10524
10525 * vc/emerge.el (emerge-defvar-local):
10526 Set `permanent-local' property rather than unused `preserved'.
10527
10528 * textmodes/picture.el (picture-delete-char): New alias.
10529 (picture-mode-map): Use it. (Bug#10860)
10530 (picture-mode): Doc fix.
10531
10532 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10533
10534 * newcomment.el (uncomment-region-default): Remove unused binding.
10535
10536 2012-02-21 Glenn Morris <rgm@gnu.org>
10537
10538 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10539 (picture-self-insert, picture-tab-chars): Doc fix.
10540 (picture-mode-map): Fix C-a, C-e.
10541
10542 2012-02-20 Glenn Morris <rgm@gnu.org>
10543
10544 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10545
10546 2012-02-20 Leo Liu <sdl.web@gmail.com>
10547
10548 * icomplete.el (icomplete-completions): Check FROM arg before
10549 passing to substring (Bug#10850).
10550
10551 2012-02-19 Chong Yidong <cyd@gnu.org>
10552
10553 * comint.el: Require ansi-color.
10554 (comint-output-filter-functions): Add ansi-color-process-output.
10555
10556 * ansi-color.el: Don't set comint-output-filter-functions; it is
10557 now in the initial value defined in comint.el.
10558 (ansi-color-apply-face-function): New variable.
10559 (ansi-color-apply-on-region): Use it.
10560 (ansi-color-apply-overlay-face): New function.
10561
10562 * shell.el (shell): No need to require ansi-color.
10563 (shell-mode): Use ansi-color-apply-face-function to highlight
10564 color escapes using font-lock-face property (Bug#10835).
10565
10566 2012-02-19 Chong Yidong <cyd@gnu.org>
10567
10568 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10569 mode-line formats (Bug#10839).
10570
10571 2012-02-18 Glenn Morris <rgm@gnu.org>
10572
10573 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10574
10575 * mail/undigest.el (unforward-rmail-message): Doc fix.
10576
10577 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10578
10579 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10580
10581 * international/characters.el (script-list): Sync with the latest
10582 Unicode Character Database.
10583
10584 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10585
10586 * international/titdic-cnv.el: Remove duplicate coding tag.
10587 * language/cham.el: Likewise.
10588 * language/tai-viet.el: Likewise.
10589
10590 2012-02-18 Glenn Morris <rgm@gnu.org>
10591
10592 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10593 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10594 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10595 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10596 * calendar/holidays.el (holiday-bahai-holidays)
10597 (calendar-holidays, list-holidays):
10598 Use utf-8 Bahá'í in doc-strings, menus, etc.
10599
10600 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10601
10602 * saveplace.el (save-place-ignore-files-regexp): New variable
10603 allowing for excluding files from saving their location of point.
10604 The default value matches the temporary commit message editing
10605 files from Git, SVN, Bazaar, and Mercurial.
10606 (save-place-to-alist): Use it.
10607
10608 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10609 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * newcomment.el (uncomment-region-default): Don't leave extra space
10612 when an arg is provided (bug#8150).
10613
10614 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10615
10616 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10617
10618 2012-02-17 Glenn Morris <rgm@gnu.org>
10619
10620 * net/socks.el: Require network-stream. (Bug#10599)
10621
10622 2012-02-17 Kenichi Handa <handa@m17n.org>
10623
10624 * international/charprop.el:
10625 * international/uni-name.el:
10626 * international/uni-old-name.el:
10627 * international/uni-comment.el: Regenerate.
10628
10629 2012-02-16 Glenn Morris <rgm@gnu.org>
10630
10631 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10632 Interactively in calendar buffer, give an error if not on a date.
10633
10634 2012-02-15 Glenn Morris <rgm@gnu.org>
10635
10636 * shell.el (shell-delimiter-argument-list):
10637 Revert 2011-02-17 change. (Bug#8027)
10638
10639 2012-02-15 Chong Yidong <cyd@gnu.org>
10640
10641 * minibuffer.el (completion-at-point-functions): Doc fix.
10642
10643 * custom.el (defcustom): Doc fix; note use of defvar.
10644
10645 2012-02-15 Glenn Morris <rgm@gnu.org>
10646
10647 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10648 Doc fixes.
10649
10650 2012-02-14 Glenn Morris <rgm@gnu.org>
10651
10652 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10653
10654 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10655
10656 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10657 way the ports list is computed.
10658 (smtpmail-query-smtp-server): Prompt the user for a port number if
10659 we can't connect to any of the standard ports (bug#10810).
10660
10661 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10662
10663 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10664
10665 2012-02-13 Glenn Morris <rgm@gnu.org>
10666
10667 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10668
10669 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10670
10671 * net/gnutls.el (gnutls-trustfiles): New variable.
10672 (gnutls-negotiate): Use it.
10673
10674 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10675
10676 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10677 does its stuff if Gnus is running.
10678
10679 2012-02-13 Alan Mackenzie <acm@muc.de>
10680
10681 Fix a loop in c-set-fl-decl-start.
10682
10683 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10684 c-backward-syntactic-ws actually moves backwards.
10685
10686 2012-02-13 Leo Liu <sdl.web@gmail.com>
10687
10688 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10689 beginning so that all \C-o chars are removed.
10690
10691 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10692
10693 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10694
10695 2012-02-12 Alan Mackenzie <acm@muc.de>
10696
10697 Fix infinite loop with long macros.
10698 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10699
10700 2012-02-12 Chong Yidong <cyd@gnu.org>
10701
10702 * window.el (display-buffer): Doc fix (Bug#10785).
10703
10704 2012-02-12 Glenn Morris <rgm@gnu.org>
10705
10706 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10707 (x-disown-selection-internal, x-get-selection-internal):
10708 Sync docs with the xselect.c versions.
10709
10710 * allout-widgets.el: Add missing license notice.
10711
10712 2012-02-11 Glenn Morris <rgm@gnu.org>
10713
10714 * select.el (x-get-selection-internal, x-own-selection-internal)
10715 (x-disown-selection-internal):
10716 * x-dnd.el (x-get-selection-internal): Update declarations.
10717
10718 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10719
10720 * window.el (window-sides-slots):
10721 * tool-bar.el (tool-bar-position):
10722 * term/xterm.el (xterm-extra-capabilities):
10723 * ses.el (ses-self-reference-early-detection):
10724 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10725 (verilog-auto-wire-type)
10726 (verilog-auto-delete-trailing-whitespace)
10727 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10728 (verilog-auto-tieoff-declaration):
10729 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10730 (sql-oracle-statement-starters, sql-oracle-scan-on):
10731 * progmodes/prolog.el (prolog-align-comments-flag)
10732 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10733 (prolog-left-indent-regexp, prolog-paren-indent-p)
10734 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10735 (prolog-types, prolog-mode-specificators)
10736 (prolog-determinism-specificators, prolog-directives)
10737 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10738 (prolog-electric-dot-flag)
10739 (prolog-electric-dot-full-predicate-template)
10740 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10741 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10742 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10743 (prolog-program-switches, prolog-prompt-regexp)
10744 (prolog-debug-on-string, prolog-debug-off-string)
10745 (prolog-trace-on-string, prolog-trace-off-string)
10746 (prolog-zip-on-string, prolog-zip-off-string)
10747 (prolog-use-standard-consult-compile-method-flag)
10748 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10749 (prolog-imenu-max-lines, prolog-info-predicate-index)
10750 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10751 (prolog-char-quote-workaround):
10752 * progmodes/cc-vars.el (c-defun-tactic):
10753 * net/tramp.el (tramp-encoding-command-interactive)
10754 (tramp-local-end-of-line):
10755 * net/soap-client.el (soap-client):
10756 * net/netrc.el (netrc-file):
10757 * net/gnutls.el (gnutls):
10758 * minibuffer.el (completion-category-overrides)
10759 (completion-cycle-threshold)
10760 (completion-pcm-complete-word-inserts-delimiters):
10761 * man.el (Man-name-local-regexp):
10762 * mail/feedmail.el (feedmail-display-full-frame):
10763 * international/characters.el (glyphless-char-display-control):
10764 * eshell/em-ls.el (eshell-ls-date-format):
10765 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10766 (lisp-lambda-list-keyword-parameter-indentation)
10767 (lisp-lambda-list-keyword-parameter-alignment):
10768 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10769 * dired-x.el (dired-omit-verbose):
10770 * cus-theme.el (custom-theme-allow-multiple-selections):
10771 * calc/calc.el (calc-highlight-selections-with-faces)
10772 (calc-lu-field-reference, calc-lu-power-reference)
10773 (calc-note-threshold):
10774 * battery.el (battery-mode-line-limit):
10775 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10776 (archive-7z-update):
10777 * allout.el (allout-prefixed-keybindings)
10778 (allout-unprefixed-keybindings)
10779 (allout-inhibit-auto-fill-on-headline)
10780 (allout-flattened-numbering-abbreviation):
10781 * allout-widgets.el (allout-widgets-auto-activation)
10782 (allout-widgets-icons-dark-subdir)
10783 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10784 (allout-widgets-theme-dark-background)
10785 (allout-widgets-theme-light-background)
10786 (allout-widgets-item-image-properties-emacs)
10787 (allout-widgets-item-image-properties-xemacs)
10788 (allout-widgets-run-unit-tests-on-load)
10789 (allout-widgets-time-decoration-activity)
10790 (allout-widgets-hook-error-post-time)
10791 (allout-widgets-track-decoration):
10792 Add missing :version tags to new defcustoms and defgroups.
10793
10794 * progmodes/sql.el (sql-ansi-statement-starters)
10795 (sql-oracle-statement-starters): Add custom type.
10796
10797 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10798 (prolog-system-version): Give it a type.
10799
10800 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10801
10802 * term/pc-win.el (x-select-text, x-selection-owner-p)
10803 (x-own-selection-internal, x-disown-selection-internal)
10804 (x-get-selection-internal): Sync doc strings and argument lists
10805 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10806
10807 2012-02-11 Leo Liu <sdl.web@gmail.com>
10808
10809 * progmodes/python.el (python-end-of-statement): Fix infinite
10810 loop. (Bug#10788)
10811
10812 2012-02-10 Glenn Morris <rgm@gnu.org>
10813
10814 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10815 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10816
10817 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10818
10819 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10820 about SMTP before checking the From header.
10821
10822 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10823 into own function for reuse by emacsbug.el.
10824
10825 2012-02-10 Leo Liu <sdl.web@gmail.com>
10826
10827 * subr.el (condition-case-unless-debug): Rename from
10828 condition-case-no-debug. All callers changed.
10829 (with-demoted-errors): Fix caller.
10830
10831 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10832 * nxml/rng-valid.el (rng-do-some-validation):
10833 * emacs-lisp/package.el (package-refresh-contents)
10834 (package-menu-execute):
10835 * desktop.el (desktop-create-buffer):
10836 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10837
10838 2012-02-10 Glenn Morris <rgm@gnu.org>
10839
10840 * textmodes/bibtex.el:
10841 Add missing :version tags for new/changed defcustoms.
10842
10843 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10844
10845 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10846
10847 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10848 (smtpmail-via-smtp): Use it, or fall back on the From address.
10849 (smtpmail-send-it): Ditto.
10850
10851 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10854 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10855 (byte-compile-tmp-var): New const.
10856 (byte-compile-defvar): Use it to minimize .elc size.
10857 Just use `defvar' rather than simulate it (bug#10761).
10858
10859 2012-02-09 Glenn Morris <rgm@gnu.org>
10860
10861 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10862
10863 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10864 Add :version tags.
10865
10866 * progmodes/compile.el (compilation-error-screen-columns)
10867 (compilation-first-column, compilation-filter-start): Doc fixes.
10868
10869 * vc/log-view.el (log-view-toggle-entry-display):
10870 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10871
10872 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10873 (report-emacs-bug-can-use-xdg-email):
10874 (report-emacs-bug-insert-to-mailer): Doc fixes.
10875 (report-emacs-bug): Message fix.
10876
10877 * net/browse-url.el (browse-url-can-use-xdg-open)
10878 (browse-url-xdg-open): Doc fixes.
10879
10880 * electric.el (electric-indent-mode, electric-pair-mode)
10881 (electric-layout-rules, electric-layout-mode): Doc fixes.
10882 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10883
10884 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10885
10886 * server.el (server-unselect-display): Don't inadvertently kill
10887 the current buffer. (Bug#10729)
10888
10889 2012-02-08 Glenn Morris <rgm@gnu.org>
10890
10891 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10892 (sql-list-table): Doc fixes.
10893
10894 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10895 Comment out (does nothing).
10896
10897 * completion.el (dynamic-completion-mode):
10898 * dirtrack.el (dirtrack-debug-mode):
10899 * electric.el (electric-layout-mode):
10900 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10901 * face-remap.el (text-scale-mode, buffer-face-mode):
10902 * iimage.el (iimage-mode):
10903 * image-mode.el (image-transform-mode):
10904 * minibuffer.el (completion-in-region-mode):
10905 * scroll-lock.el (scroll-lock-mode):
10906 * simple.el (next-error-follow-minor-mode):
10907 * tar-mode.el (tar-subfile-mode):
10908 * tooltip.el (tooltip-mode):
10909 * vcursor.el (vcursor-use-vcursor-map):
10910 * wid-browse.el (widget-minor-mode):
10911 * emulation/tpu-edt.el (tpu-edt-mode):
10912 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10913 * international/iso-ascii.el (iso-ascii-mode):
10914 * language/thai-util.el (thai-word-mode):
10915 * mail/supercite.el (sc-minor-mode):
10916 * net/goto-addr.el (goto-address-mode):
10917 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10918 * progmodes/cwarn.el (cwarn-mode):
10919 * progmodes/flymake.el (flymake-mode):
10920 * progmodes/glasses.el (glasses-mode):
10921 * progmodes/hideshow.el (hs-minor-mode):
10922 * progmodes/pascal.el (pascal-outline-mode):
10923 * textmodes/enriched.el (enriched-mode):
10924 * vc/smerge-mode.el (smerge-mode):
10925 Doc fixes (minor mode argument).
10926
10927 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10928
10929 * ls-lisp.el (ls-lisp-sanitize): New function.
10930 (ls-lisp-insert-directory): Use it to fix or remove any elements
10931 in file-alist with missing attributes. (Bug#4673)
10932
10933 2012-02-07 Alan Mackenzie <acm@muc.de>
10934
10935 Fix spurious recognition of c-in-knr-argdecl.
10936
10937 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10938 putative K&R region.
10939
10940 2012-02-07 Alan Mackenzie <acm@muc.de>
10941
10942 * progmodes/cc-engine.el (c-forward-objc-directive):
10943 Prevent looping in "#pragma mark @implementation".
10944
10945 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10946
10947 * notifications.el (notifications-on-closed-signal): Make `reason'
10948 optional. (Bug#10744)
10949
10950 2012-02-07 Glenn Morris <rgm@gnu.org>
10951
10952 * emacs-lisp/easy-mmode.el (define-minor-mode):
10953 Doc fixes for the macro and the mode it defines.
10954
10955 * image.el (imagemagick-types-inhibit): Doc fix.
10956
10957 * cus-start.el (imagemagick-render-type): Add it.
10958
10959 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10960
10961 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10962 Set the default at load time, too, so that `font-lock-fontify-buffer'
10963 can be called without setting up the entire mode first. This fixes
10964 a bug in `mm-inline-text' with C MIME parts.
10965
10966 2012-02-06 Chong Yidong <cyd@gnu.org>
10967
10968 * simple.el (list-processes--refresh): Delete exited processes
10969 (Bug#8094).
10970
10971 * comint.el (comint-next-prompt): next-single-char-property-change
10972 and prev-single-char-property-change never return nil (Bug#8657).
10973
10974 * custom.el (defcustom): Doc fix (Bug#9711).
10975
10976 2012-02-05 Chong Yidong <cyd@gnu.org>
10977
10978 * cus-edit.el (custom-variable-reset-backup): Quote the value
10979 before storing it in the customized-value property (Bug#6712).
10980 (custom-display): Add a customization type tag.
10981 (custom-buffer-create-internal): Improve tooltip message.
10982
10983 * wid-edit.el (widget-field-value-get): New optional arg to
10984 suppress trailing whitespace truncation.
10985 (character): Use it (Bug#2689).
10986
10987 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10988
10989 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10990 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10991
10992 2012-02-05 Chong Yidong <cyd@gnu.org>
10993
10994 * cus-edit.el (custom-variable-value-create): For mismatched
10995 types, show the current value (Bug#7600).
10996
10997 * custom.el (defcustom): Doc fix.
10998
10999 2012-02-05 Glenn Morris <rgm@gnu.org>
11000
11001 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11002
11003 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11004
11005 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11006 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11007 (pp-last-sexp): Use `looking-at-p'.
11008
11009 2012-02-04 Glenn Morris <rgm@gnu.org>
11010
11011 * files.el (revert-buffer):
11012 Doc fix (mention revert-buffer-in-progress-p).
11013
11014 * emacs-lisp/ert-x.el (ert-simulate-command):
11015 Check deferred-action-list (which is obsolete) is bound.
11016
11017 * subr.el (with-wrapper-hook): Doc fixes.
11018
11019 * simple.el (filter-buffer-substring-functions)
11020 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11021
11022 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11023
11024 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11025 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11026
11027 2012-02-04 Leo Liu <sdl.web@gmail.com>
11028
11029 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11030
11031 2012-02-04 Glenn Morris <rgm@gnu.org>
11032
11033 * image.el (image-extension-data): Add obsolete alias.
11034
11035 * isearch.el (isearch-update): Doc fix.
11036
11037 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11038
11039 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11040
11041 2012-02-03 Glenn Morris <rgm@gnu.org>
11042
11043 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11044 (image-animate-timeout): Doc fix.
11045
11046 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11047
11048 2012-02-02 Glenn Morris <rgm@gnu.org>
11049
11050 * server.el (server-auth-dir): Doc fix.
11051 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11052
11053 * subr.el (run-mode-hooks): Doc fix.
11054
11055 2012-02-02 Juri Linkov <juri@jurta.org>
11056
11057 * image-mode.el (image-toggle-display-image): Remove tautological
11058 `major-mode' from the `derived-mode-p' test.
11059
11060 2012-02-02 Kenichi Handa <handa@m17n.org>
11061
11062 * composite.el (compose-region): Cancel previous change.
11063
11064 2012-02-02 Kenichi Handa <handa@m17n.org>
11065
11066 * composite.el (compose-region, compose-string): Signal error for
11067 a null string component (Bug#6988).
11068
11069 2012-02-01 Chong Yidong <cyd@gnu.org>
11070
11071 * view.el (view-buffer-other-window, view-buffer-other-frame):
11072 Handle special modes like view-buffer (Bug#10650).
11073 (view-buffer): Simplify.
11074
11075 * frame.el (set-frame-font): Tweak meaning of third argument.
11076
11077 * dynamic-setting.el (font-setting-change-default-font):
11078 Use set-frame-font (Bug#9982).
11079
11080 2012-02-01 Glenn Morris <rgm@gnu.org>
11081
11082 * progmodes/compile.el (compilation-internal-error-properties):
11083 Respect compilation-first-column in the "*compilation*" buffer.
11084
11085 * emacs-lisp/easy-mmode.el (define-minor-mode):
11086 Relax :variable's test for a named function.
11087
11088 2012-01-31 Alan Mackenzie <acm@muc.de>
11089
11090 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11091 off by one error.
11092
11093 2012-01-31 Chong Yidong <cyd@gnu.org>
11094
11095 * frame.el (set-frame-font): New arg ALL-FRAMES.
11096
11097 * menu-bar.el (menu-set-font): Use set-frame-font.
11098
11099 * faces.el (face-spec-reset-face): Don't apply unspecified
11100 attribute values to the default face.
11101
11102 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11103
11104 * progmodes/cwarn.el (cwarn): Remove dead link.
11105 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11106 Remove * from defcustom docstrings.
11107 (turn-on-cwarn-mode): Make obsolete.
11108 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11109 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11110
11111 2012-01-31 Glenn Morris <rgm@gnu.org>
11112
11113 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11114 Fix :variable handling of mode a symbol not equal to modefun.
11115 Allow named functions to be used as the cdr of :variable.
11116
11117 2012-01-30 Glenn Morris <rgm@gnu.org>
11118
11119 * emacs-lisp/authors.el (authors-fixed-entries):
11120 Remove reference to deleted file rnewspost.el.
11121
11122 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * window.el (window-with-parameter): Remove unused variable `windows'.
11125 (window--side-check): Remove unused variable `code'.
11126 (window--resize-siblings): Remove unused variable `first'.
11127 (adjust-window-trailing-edge): Remove unused variable `failed'.
11128 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11129 Use `let', not `let*'.
11130 (balance-windows-2): Remove unused variable `found'.
11131 (window--state-put-2): Remove unused variable `splits'.
11132 (window-state-put): Remove unused variable `selected'.
11133 (same-window-p): Use `string-match-p'.
11134 (display-buffer-assq-regexp): Remove unused variable `value'.
11135 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11136 Mark argument ALIST as ignored.
11137 (pop-to-buffer): Remove unused variable `old-window'.
11138
11139 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11140
11141 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11142 and .lzma compressed files.
11143
11144 2012-01-29 Chong Yidong <cyd@gnu.org>
11145
11146 * frame.el (window-system-default-frame-alist): Doc fix.
11147
11148 * dynamic-setting.el (font-setting-change-default-font): Don't
11149 change the default face if SET-FONT argument is non-nil (Bug#9982).
11150
11151 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11152
11153 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11154
11155 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11156
11157 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11158 breakpoints in files outside current directory (Bug#6098).
11159
11160 2012-01-29 Chong Yidong <cyd@gnu.org>
11161
11162 * progmodes/python.el: Require ansi-color at top-level.
11163
11164 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11165 Define and use in Emacs Lisp mode (Bug#9360).
11166 (lisp-mode-abbrev-table): Add doc.
11167 (lisp-mode-variables): Don't set local-abbrev-table.
11168 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11169
11170 2012-01-28 Roland Winkler <winkler@gnu.org>
11171
11172 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11173
11174 2012-01-28 Roland Winkler <winkler@gnu.org>
11175
11176 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11177 (bibtex-set-dialect): Use it. Either set global values of
11178 dialect-dependent variables or bind these variables buffer-locally
11179 (Bug#10254).
11180 (bibtex-mode): Call bibtex-set-dialect via
11181 hack-local-variables-hook.
11182 (bibtex-dialect): Update docstring.
11183 Add safe-local-variable predicate.
11184 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11185 bibtex-set-dialect.
11186 (bibtex-mode-map): Define menu for each dialect.
11187 (bibtex-entry): Fix docstring.
11188
11189 2012-01-28 Chong Yidong <cyd@gnu.org>
11190
11191 * eshell/esh-arg.el (eshell-quote-argument): New function.
11192
11193 * eshell/esh-ext.el (eshell-invoke-batch-file):
11194 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11195 first arg to eshell-parse-command (Bug#10523).
11196
11197 2012-01-28 Drew Adams <drew.adams@oracle.com>
11198
11199 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11200 `default-directory' is non-nil.
11201
11202 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11203
11204 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11205 line that displays system-configuration-options. (Bug#9924)
11206
11207 2012-01-28 Drew Adams <drew.adams@oracle.com>
11208
11209 * descr-text.el (describe-char): Show information about POS, in
11210 addition to information about the character at POS. Improve and
11211 update the doc string. Change "code point" to "code point in
11212 charset", to avoid confusion with the character's Unicode code
11213 point shown above that. (Bug#10129)
11214
11215 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11216
11217 * descr-text.el (describe-char): Show the raw character, not only
11218 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11219 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11220 for the reasons.
11221
11222 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11223
11224 * emacs-lisp/package.el (package-install):
11225 Run package-refresh-contents if there is no archive yet (Bug#9798).
11226
11227 2012-01-28 Chong Yidong <cyd@gnu.org>
11228
11229 * emacs-lisp/package.el (package-maybe-load-descriptor):
11230 New function, split from package-maybe-load-descriptor.
11231 (package-maybe-load-descriptor): Use it.
11232 (package-download-transaction): Fully load required packages
11233 inside the loop, so that `require' calls work (Bug#10593).
11234 (package-install): No need to call package-initialize now.
11235
11236 2012-01-28 Chong Yidong <cyd@gnu.org>
11237
11238 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11239
11240 * tooltip.el (tooltip-mode): Doc fix.
11241 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11242
11243 * frame.el (set-cursor-color): Doc fix (Bug#352).
11244
11245 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11246 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11247
11248 * cus-edit.el (custom-buffer-create-internal): Fix search button
11249 action (Bug#10542).
11250 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11251
11252 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11253
11254 * dired.el (dired-mark-files-regexp):
11255 Include any subdirectory components. (Bug#10445)
11256
11257 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11258
11259 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11260 Handle [host]:port syntax. (Bug#10533)
11261
11262 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11263
11264 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11265
11266 2012-01-26 Glenn Morris <rgm@gnu.org>
11267
11268 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11269 * term.el (term-raw-escape-map): Use Control-X-prefix.
11270 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11271
11272 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11273
11274 * window.el (window-state-get, window--state-get-1): Don't deal
11275 with fixed-sizeness of windows. Simplify code.
11276
11277 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11278
11279 * window.el (window--state-get-1, window--state-put-2):
11280 Don't save and restore the mark.
11281
11282 2012-01-25 Chong Yidong <cyd@gnu.org>
11283
11284 * custom.el (custom-variable-p): Doc fix.
11285
11286 2012-01-25 Glenn Morris <rgm@gnu.org>
11287
11288 * dired.el (dired-goto-file): Handle some of the more common
11289 characters that `ls -b' escapes. (Bug#10596)
11290
11291 * progmodes/compile.el (compilation-next-error-function):
11292 Respect compilation-first-column in the "*compilation*" buffer.
11293 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11294
11295 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11296
11297 2012-01-24 Glenn Morris <rgm@gnu.org>
11298
11299 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11300
11301 2012-01-24 Julien Danjou <julien@danjou.info>
11302
11303 * color.el (color-rgb-to-hsl): Fix value computing.
11304 (color-hue-to-rgb): New function.
11305 (color-hsl-to-rgb): New function.
11306 (color-clamp, color-saturate-hsl, color-saturate-name)
11307 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11308 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11309
11310 2012-01-24 Glenn Morris <rgm@gnu.org>
11311
11312 * vc/vc-rcs.el (vc-rcs-create-tag):
11313 * vc/vc-sccs.el (vc-sccs-create-tag):
11314 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11315
11316 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11317
11318 * eshell/esh-util.el (eshell-read-hosts-file):
11319 Skip comment lines. (Bug#10549)
11320
11321 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11322
11323 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11324
11325 * subr.el (display-delayed-warnings): Doc fix.
11326 (collapse-delayed-warnings): New function to collapse identical
11327 adjacent warnings.
11328 (delayed-warnings-hook): Add it.
11329
11330 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11331
11332 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11333
11334 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11335 (tramp-default-user-alist): Don't add "pscp".
11336 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11337 property "login-as", if set. (Bug#10530)
11338
11339 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11340
11341 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11342 "plink1" and "psftp". (Bug#10530)
11343
11344 2012-01-21 Kenichi Handa <handa@m17n.org>
11345
11346 * international/mule-cmds.el (prefer-coding-system): Show a
11347 warning message if the default value of file-name-coding-system
11348 was not changed.
11349
11350 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11351
11352 * windmove.el (windmove-reference-loc):
11353 Fix windmove-reference-loc miscalculation.
11354
11355 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11356
11357 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11358 default unit.
11359
11360 2012-01-21 Glenn Morris <rgm@gnu.org>
11361
11362 * international/mule.el (auto-coding-alist): Add .tbz.
11363
11364 * files.el (local-enable-local-variables): Doc fix.
11365 (inhibit-local-variables-regexps): Rename from
11366 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11367 Doc fix. Add some extensions from auto-coding-alist.
11368 (inhibit-local-variables-suffixes):
11369 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11370 (inhibit-local-variables-p):
11371 New function, extracted from set-auto-mode-1.
11372 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11373 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11374 (hack-local-variables): Doc fix. Make the mode-only case
11375 respect enable-local-variables and friends.
11376 Respect inhibit-local-variables-regexps for file-locals, but
11377 not for directory-locals.
11378 (set-visited-file-name):
11379 Take account of inhibit-local-variables-regexps.
11380 Whether it applies may change as the file name is changed.
11381 * jka-cmpr-hook.el (jka-compr-install):
11382 * jka-compr.el (jka-compr-uninstall):
11383 Update for inhibit-first-line-modes-suffixes name change.
11384
11385 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11386
11387 * help-macro.el (make-help-screen): Temporarily restore original
11388 binding for minor-mode-map-alist (Bug#10454).
11389
11390 2012-01-19 Julien Danjou <julien@danjou.info>
11391
11392 * color.el (color-name-to-rgb): Use the white color to find the max
11393 color component value and return correctly computed values.
11394 (color-name-to-rgb): Add missing float conversion for max value.
11395
11396 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11397
11398 * window.el (window--state-get-1, window-state-get): Do not use
11399 special state value for window-persistent-parameters.
11400 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11401 (window--state-put-2): Reset all window parameters to nil before
11402 assigning values of persistent parameters.
11403
11404 2012-01-18 Alan Mackenzie <acm@muc.de>
11405
11406 Eliminate sluggishness and hangs in fontification of "semicolon
11407 deserts".
11408
11409 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11410 Change value 10000 -> 3000.
11411 (c-state-safe-place): Reformulate so it doesn't stack up an
11412 infinite number of wrong entries in c-state-nonlit-pos-cache.
11413 (c-determine-limit-get-base, c-determine-limit): New functions to
11414 determine backward search limits disregarding literals.
11415 (c-find-decl-spots): Amend commenting.
11416 (c-cheap-inside-bracelist-p): New function which detects "={".
11417
11418 * progmodes/cc-fonts.el
11419 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11420 backward search.
11421 (c-font-lock-declarations): Fix an occurrence of point being
11422 undefined. Check additionally for point being in a bracelist or
11423 near a macro invocation without a semicolon so as to avoid a
11424 fruitless time consuming search for a declarator. Give a more
11425 precise search limit for declarators using the new
11426 c-determine-limit.
11427
11428 2012-01-18 Glenn Morris <rgm@gnu.org>
11429
11430 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11431 (set-auto-mode): Doc fixes.
11432
11433 2012-01-17 Glenn Morris <rgm@gnu.org>
11434
11435 * isearch.el (search-nonincremental-instead): Fix doc typo.
11436
11437 * dired.el (dired-insert-directory): Handle newlines in directory name.
11438 (dired-build-subdir-alist): Unescape newlines in directory name.
11439
11440 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11441
11442 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11443 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11444 (tramp-action-terminal): Use it. (Bug#10530)
11445
11446 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11447
11448 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11449
11450 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11451
11452 * window.el (window-state-ignored-parameters): Remove variable.
11453 (window--state-get-1): Rename argument MARKERS to IGNORE.
11454 Handle persistent window parameters. Make copy of clone-of
11455 parameter only if requested. (Bug#10348)
11456 (window--state-put-2): Install a window parameter only if it has
11457 a non-nil value or an existing parameter shall be overwritten.
11458
11459 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11460
11461 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11462
11463 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11464
11465 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11466 don't pass the (nil) value of `upnode' to string-match.
11467
11468 2012-01-14 Chong Yidong <cyd@gnu.org>
11469
11470 * startup.el (command-line): Fix X resource class for cursorColor.
11471 Fix values recognized by the cursorBlink resource.
11472
11473 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11474
11475 * epg.el (epg--make-temp-file): Avoid permission race condition
11476 when running on old Emacs versions (bug#10403).
11477
11478 2012-01-14 Glenn Morris <rgm@gnu.org>
11479
11480 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11481
11482 2012-01-13 Alan Mackenzie <acm@muc.de>
11483
11484 Fix filling for when filladapt mode is enabled.
11485
11486 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11487 c-mask-paragraph, pass in `fill-paragraph' rather than
11488 `fill-region-as-paragraph'. (This is a reversion of a previous
11489 change.)
11490 * progmodes/cc-mode.el (c-basic-common-init):
11491 Make fill-paragraph-handle-comment buffer local and set it to nil.
11492
11493 2012-01-13 Glenn Morris <rgm@gnu.org>
11494
11495 * dired.el (dired-switches-escape-p): New function.
11496 (dired-insert-directory): Use dired-switches-escape-p.
11497 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11498
11499 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11500
11501 2012-01-12 Glenn Morris <rgm@gnu.org>
11502
11503 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11504 changes in adaptive-fill-regexp. (Bug#10276)
11505
11506 2012-01-11 Alan Mackenzie <acm@muc.de>
11507
11508 Fix Emacs bug #10463 - put `widen's around the critical spots.
11509
11510 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11511 widen around each invocation of c-state-pp-to-literal. Remove an
11512 unused let variable.
11513
11514 2012-01-11 Glenn Morris <rgm@gnu.org>
11515
11516 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11517 Doc fix.
11518
11519 2012-01-10 Chong Yidong <cyd@gnu.org>
11520
11521 * net/network-stream.el (network-stream-open-starttls):
11522 Avoid emitting a confusing error message when the server gives a bad
11523 response to the capability command.
11524
11525 2012-01-10 Glenn Morris <rgm@gnu.org>
11526
11527 * mail/unrmail.el (unrmail): Tweak previous change.
11528
11529 2012-01-09 Chong Yidong <cyd@gnu.org>
11530
11531 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11532
11533 2012-01-08 Alan Mackenzie <acm@muc.de>
11534
11535 Optimise font locking in long enum definitions.
11536
11537 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11538 arm to a cond form to handle enums.
11539 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11540 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11541
11542 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11543
11544 * files.el (move-file-to-trash): Preserve default file modes on error.
11545 (Bug#10401)
11546
11547 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11548
11549 * faces.el (set-face-attribute): Clarify the meaning of the nil
11550 frame (bug#10294).
11551
11552 * subr.el (with-selected-frame): Mention that the selected frame
11553 is restored (bug#9980).
11554
11555 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11556 (bug#9759).
11557
11558 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11559 (password-read): Don't autoload unused function.
11560
11561 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11562
11563 * progmodes/which-func.el (which-func-mode): Turn into a
11564 non-interactive function and mark as obsolete (bug#10428).
11565
11566 2012-01-06 Chong Yidong <cyd@gnu.org>
11567
11568 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11569 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11570 functions, along with 1 and -1.
11571
11572 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11573
11574 * time.el (display-time-load-average)
11575 (display-time-default-load-average): Doc fixes. See the thread
11576 starting at
11577 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11578 for the details.
11579
11580 2012-01-06 Glenn Morris <rgm@gnu.org>
11581
11582 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11583 has no messages. (Bug#10377)
11584
11585 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11586 than Info-edit. (Bug#10385)
11587
11588 * time.el (display-time-load-average, display-time-next-load-average):
11589 Doc fixes.
11590
11591 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11592 local setting of buffer-read-only to the input buffer. (Bug#10419)
11593
11594 * calendar/calendar.el (calendar-mode):
11595 Locally set scroll-margin to 0. (Bug#10379)
11596
11597 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11598
11599 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11600
11601 2012-01-05 Glenn Morris <rgm@gnu.org>
11602
11603 * eshell/em-unix.el (diff-no-select): Autoload it.
11604 (eshell/diff): Use diff-no-select. (Bug#10420)
11605
11606 2012-01-05 Chong Yidong <cyd@gnu.org>
11607
11608 * shell.el (shell-dynamic-complete-functions): Revert last change.
11609 (shell-command-completion-function): New function.
11610 (shell-completion-vars): Use it to implement
11611 shell-completion-execonly (Bug#10417).
11612
11613 * custom.el (enable-theme): Don't set custom-safe-themes.
11614
11615 * cus-theme.el (custom-theme-merge-theme):
11616 Ignore custom-enabled-themes and custom-safe-themes.
11617
11618 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11619
11620 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11621 first prompt in `sql-interacive-mode'.
11622 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11623 keywords.
11624 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11625 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11626 context of original buffer. Invoke `sql-login-hook'.
11627
11628 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11629
11630 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11631 letters in cite-prefix.
11632
11633 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11634
11635 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11636
11637 2012-01-03 Chong Yidong <cyd@gnu.org>
11638
11639 * shell.el (shell-dynamic-complete-functions):
11640 Put pcomplete-completions-at-point, so as to try
11641 comint-filename-completion first (Bug#10417).
11642
11643 2012-01-02 Richard Stallman <rms@gnu.org>
11644
11645 * battery.el (battery-status-function):
11646 Detect when to use battery-yeeloong-sysfs.
11647 (battery-echo-area-format): Add string for Yeeloong.
11648 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11649 (battery-yeeloong-sysfs): New function.
11650
11651 2012-01-02 Chong Yidong <cyd@gnu.org>
11652
11653 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11654 (dirtrack): Merge code for handling relative filenames in prompt
11655 from shell-dir-cookie-watcher.
11656 (dirtrack-debug-message): New arg to avoid excess format calls.
11657
11658 * shell.el (shell-dir-cookie-re): Variable deleted.
11659 (shell-dir-cookie-watcher): Function deleted.
11660 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11661 with dirtrack-mode.
11662
11663 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11664
11665 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11666 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11667 libgnutls-26.dll.
11668
11669 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11670
11671 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11672
11673 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11674
11675 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11676 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11677
11678 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11679
11680 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11681 also for alternative shells.
11682 (tramp-open-connection-setup-interactive-shell): Check, whether
11683 the shell is a busybox.
11684 (tramp-send-command): Don't suppress multiple prompts for
11685 busyboxes, it hurts.
11686
11687 2011-12-28 Chong Yidong <cyd@gnu.org>
11688
11689 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11690 (gdb-get-source-file): Move mode line update to
11691 gdb-get-source-file (Bug#10087).
11692
11693 2011-12-25 Chong Yidong <cyd@gnu.org>
11694
11695 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11696 gud-gdb-marker-filter without taking it as an argument.
11697 (gud-gdb-run-command-fetch-lines): Caller changed.
11698 (gud-gdb-completion-function): New variable.
11699 (gud-gdb-completion-at-point): Use it.
11700 (gud-gdb-completions-1): Split from gud-gdb-completions.
11701
11702 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11703 function as separate arguments.
11704 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11705 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11706 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11707 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11708 (gdb-stopped, def-gdb-auto-update-trigger)
11709 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11710 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11711 Callers changed.
11712 (gud-gdbmi-completions): New function.
11713 (gdb): Use it for generating the completion table.
11714
11715 2011-12-24 Alan Mackenzie <acm@muc.de>
11716
11717 Introduce a mechanism to widen the region used in context font
11718 locking. Use this to protect declarations from losing their contexts.
11719
11720 * progmodes/cc-langs.el (c-before-font-lock-functions):
11721 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11722 (c-before-context-fontification-functions): New defvar, a list of
11723 functions to be run just before context (etc.) font locking.
11724
11725 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11726 New, functionality extracted from
11727 c-neutralize-syntax-in-and-mark-CPP.
11728 (c-in-after-change-fontification): New variable.
11729 (c-after-change): Set c-in-after-change-fontification.
11730 (c-set-fl-decl-start): Rejig its interface, so it can be called
11731 from both after-change and context fontifying.
11732 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11733 New functions.
11734 (c-standard-font-lock-fontify-region-function): New variable.
11735 (c-font-lock-fontify-region): New function.
11736
11737 2011-12-24 Juri Linkov <juri@jurta.org>
11738
11739 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11740 (Bug#10348)
11741
11742 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11743
11744 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11745 existence of source file. (Bug#10325)
11746
11747 2011-12-23 Alan Mackenzie <acm@muc.de>
11748
11749 Fix unstable fontification inside templates.
11750
11751 * progmodes/cc-langs.el (c-before-font-lock-functions):
11752 Newly created from the singular version. The (c c++ objc) entry now
11753 additionally has c-set-fl-decl-start. The other languages (apart
11754 from AWK) have that as a single entry.
11755
11756 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11757 The functionality for "local" declarations has been extracted to
11758 c-set-fl-decl-start.
11759
11760 * progmodes/cc-mode.el (c-common-init, c-after-change):
11761 Changes due to pluralisation of c-before-font-lock-functions.
11762 (c-set-fl-decl-start): New function, extracted from
11763 c-font-lock-enclosing-decls and enhanced.
11764
11765 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11766
11767 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11768
11769 2011-12-22 Juri Linkov <juri@jurta.org>
11770
11771 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11772
11773 2011-12-22 Chong Yidong <cyd@gnu.org>
11774
11775 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11776
11777 2011-12-21 Drew Adams <drew.adams@oracle.com>
11778
11779 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11780
11781 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11782
11783 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11784
11785 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11786
11787 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11788 highlighting and support. Fix up comments for capitalization.
11789 (cfengine-mode-debug): New var.
11790 (cfengine3-mode): Change the modeline indicator to "CFE3".
11791 (cfengine3-font-lock-keywords): Improve defun highlighting.
11792 (cfengine2-actions): Rename from `cfengine-actions'.
11793 (cfengine2-font-lock-keywords): Rename from
11794 `cfengine-font-lock-keywords'.
11795 (cfengine2-imenu-expression): Rename from
11796 `cfengine-imenu-expression'.
11797 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11798 (cfengine2-beginning-of-defun): Rename from
11799 `cfengine-beginning-of-defun'.
11800 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11801 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11802 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11803 modeline indicator to "CFE2".
11804 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11805 (cfengine-mode-abbrevs): Mark obsolete.
11806
11807 2011-12-21 Chong Yidong <cyd@gnu.org>
11808
11809 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11810 filename argument.
11811
11812 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11813
11814 * window.el (window-normalize-buffer-to-display): Remove.
11815 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11816
11817 2011-12-19 Chong Yidong <cyd@gnu.org>
11818
11819 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11820 Don't signal an error in a predicate function; return non-nil.
11821 (vc-dir-mark-file): Move the error here.
11822 (vc-dir-mark-unmark): If acting on the region, keep going if one
11823 of the entries cannot be marked/unmarked.
11824 (vc-dir-mark-all-files): If current entry is a directory, mark
11825 only child files, as documented.
11826
11827 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11828
11829 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11830 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11831 addition.
11832
11833 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11834
11835 * term/ns-win.el (ns-get-selection-internal)
11836 (ns-store-selection-internal): Declare.
11837 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11838 Declare as obsolete.
11839 (ns-get-pasteboard, ns-paste-secondary):
11840 Use ns-get-selection-internal.
11841 (ns-set-pasteboard, ns-copy-including-secondary):
11842 Use ns-store-selection-internal.
11843
11844 2011-12-17 Chong Yidong <cyd@gnu.org>
11845
11846 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11847 (vc-deduce-fileset): Doc fix.
11848
11849 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11850
11851 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11852
11853 2011-12-13 Sam Steingold <sds@gnu.org>
11854
11855 * man.el (Man-getpage-in-background): When running under a
11856 window-system, ignore $MANWIDTH and $COLUMNS.
11857
11858 2011-12-15 Kenichi Handa <handa@m17n.org>
11859
11860 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11861 (setup-ethiopic-environment-internal): Comment out key-binding for
11862 ethio-toggle-punctuation.
11863
11864 2011-12-13 Alan Mackenzie <acm@muc.de>
11865
11866 Add the switch statement to AWK Mode.
11867
11868 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11869 "default" to the keywords regexp.
11870
11871 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11872 expression as the rest.
11873 (c-nonlabel-token-key): Allow string literals for AWK.
11874 Refactor for the other modes.
11875
11876 Large brace-block initialisation makes CC Mode slow: Fix.
11877 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11878 routines. Limit backward searching in c-font-lock-enclosing.decl.
11879
11880 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11881 pp-state and literal type in addition to the limits.
11882 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11883 (c-state-literal-at): Use the above new defun.
11884 (c-slow-in-literal, c-fast-in-literal): Remove.
11885 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11886
11887 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11888 being in a literal. Add a limit for backward searching.
11889
11890 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11891 c-slow-in-literal.
11892
11893 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11896
11897 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11898
11899 * window.el (delete-other-windows): Use correct frame in call to
11900 window-with-parameter.
11901
11902 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11903
11904 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11905 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11906 (makefile-gmake-statements, makefile-makepp-statements):
11907 Use it and add new makepp keywords.
11908 (makefile-makepp-font-lock-keywords): Add new patterns.
11909 (makefile-match-function-end): Match new [...] and [[...]].
11910
11911 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11912
11913 * ses.el (ses-call-printer-return, ses-cell-property-get)
11914 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11915 (ses-create-cell-variable, ses-reset-header-string)
11916 (ses-cell-set-formula, ses-repair-cell-reference-all)
11917 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11918 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11919 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11920 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11921 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11922 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11923 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11924 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11925 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11926 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11927 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11928 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11929
11930 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11931
11932 * ses.el: The overall change is to add cell renaming, that is
11933 setting fancy names for cell symbols other than name matching
11934 "\\`[A-Z]+[0-9]+\\'" regexp .
11935 (ses-create-cell-variable): New defun.
11936 (ses-relocate-formula): Relocate formulas only for cells the
11937 symbols of which are not renamed, i.e. symbols whose names do not
11938 match regexp "\\`[A-Z]+[0-9]+\\'".
11939 (ses-relocate-all): Relocate values only for cells the symbols of
11940 which are not renamed.
11941 (ses-load): Create cells variables as the (ses-cell ...) are read,
11942 in order to check row col consistency with cell symbol name only
11943 for cells that are not renamed.
11944 (ses-replace-name-in-formula): New defun.
11945 (ses-rename-cell): New defun.
11946
11947 2011-12-11 Chong Yidong <cyd@gnu.org>
11948
11949 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11950 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11951
11952 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11953
11954 * window.el (other-window): Fix docstring.
11955
11956 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11957
11958 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11959 `from' or `to' address before taking its substring.
11960 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11961 encoded name is chopped in the middle of the encoded string, and
11962 thus displayed encoded.
11963
11964 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11965
11966 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11967
11968 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11969
11970 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11971 to use texinfo-update-node and commands that call it if the
11972 Texinfo file uses @node lines without next/prev/up pointers.
11973 Correct outdated description about texinfo-master-menu.
11974 (texinfo-all-menus-update, texinfo-master-menu)
11975 (texinfo-update-node, texinfo-every-node-update)
11976 (texinfo-multiple-files-update): Doc fix. Warn against updating
11977 all the @node lines.
11978 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11979 argument is numeric. Explain better in the doc string what the
11980 function really does.
11981 (texinfo-insert-master-menu-list): Improve the error message
11982 displayed if there's no menu in the Top node.
11983 (Bug#2975) See also this thread:
11984 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11985
11986 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11987
11988 * speedbar.el (speedbar-supported-extension-expressions):
11989 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11990
11991 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11992
11993 * printing.el (pr-mode-alist):
11994 * simple.el (filter-buffer-substring-functions)
11995 (completion-list-insert-choice-function):
11996 * window.el (window-with-parameter, window-atom-root)
11997 (window-sides-slots, window-size-fixed, window-min-delta)
11998 (window-max-delta, window--resize-mini-window)
11999 (window--resize-child-windows-normal, window-tree)
12000 (delete-other-windows, quit-window, split-window)
12001 (display-buffer-record-window, special-display-buffer-names)
12002 (special-display-regexps, special-display-popup-frame)
12003 (same-window-p, split-window-sensibly)
12004 (display-buffer-overriding-action, display-buffer-alist)
12005 (display-buffer-base-action, display-buffer, switch-to-buffer)
12006 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12007 (fit-window-to-buffer, recenter-positions)
12008 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12009 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12010 and remove unneeded backslashes in docstrings.
12011
12012 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12015
12016 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12017 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12018 end in ".mk".
12019 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12020 when reading the makefile (bug#10116).
12021
12022 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12025 (bug#10116).
12026
12027 2011-12-06 Glenn Morris <rgm@gnu.org>
12028
12029 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12030
12031 2011-12-06 Chong Yidong <cyd@gnu.org>
12032
12033 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12034
12035 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12036
12037 * textmodes/table.el (table-shorten-cell): Fix typo.
12038
12039 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12040
12041 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12042
12043 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12044
12045 * descr-text.el (describe-char): Fix display of strong
12046 right-to-left characters and directional embeddings and overrides.
12047
12048 * simple.el (what-cursor-position): Fix display of codepoints of
12049 strong right-to-left characters.
12050
12051 2011-12-05 Chong Yidong <cyd@gnu.org>
12052
12053 * faces.el (read-color): Doc fix.
12054
12055 2011-12-05 Glenn Morris <rgm@gnu.org>
12056
12057 * align.el (align--set-marker): Add doc-string.
12058 Don't try to move something that is not a marker. (Bug#10216)
12059
12060 2011-12-04 Glenn Morris <rgm@gnu.org>
12061
12062 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12063 overly zealous deletion of trailing whitespace.
12064
12065 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12066
12067 * server.el (server-delete-client): On Windows, do not try to delete
12068 the only terminal.
12069 (server-process-filter): On Windows, treat requests for a tty frame as
12070 if they were for a GUI frame if the running server is in GUI mode.
12071
12072 2011-12-03 Glenn Morris <rgm@gnu.org>
12073
12074 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12075
12076 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * electric.el: Streamline electric-indent's hook.
12079 (electric-indent-chars): Revert to simple list.
12080 (electric-indent-functions): New var.
12081 (electric-indent-post-self-insert-function): Use it.
12082
12083 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12084 there's no inferior buffer (bug#10196).
12085 (prolog-consult-compile): Don't use toggle-read-only.
12086
12087 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12088
12089 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12090 interrupt. (Bug#10187)
12091
12092 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12095 (bug#9160).
12096
12097 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12098 (bug#10191).
12099
12100 2011-12-02 Juri Linkov <juri@jurta.org>
12101
12102 * info.el (Info-search): Display "end of manual" when Isearch
12103 reaches the end of single-file Info manual. (Bug#9918)
12104
12105 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12106
12107 * isearch.el (isearch-message-prefix): Run the input method part
12108 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12109
12110 2011-12-02 Juri Linkov <juri@jurta.org>
12111
12112 * isearch.el (isearch-occur): Use `word-search-regexp' for
12113 `isearch-word'.
12114 (isearch-search-and-update): Add condition for `isearch-word' and
12115 call `word-search-regexp'. (Bug#10145)
12116
12117 2011-12-01 Glenn Morris <rgm@gnu.org>
12118
12119 * eshell/em-hist.el (eshell-hist-initialize):
12120 Handle eshell-history-size nil and HISTSIZE set or unset.
12121 (eshell-history-file-name, eshell-history-size): Fix custom type.
12122
12123 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12126
12127 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12128
12129 * progmodes/verilog-mode.el (verilog-pretty-expr):
12130 Rework verilog-pretty-expr to handle new assignment operators in system
12131 verilog, such as += *= and the like.
12132 (verilog-assignment-operator-re): Regular expression to find the
12133 assigment operator in a verilog assignment.
12134 (verilog-assignment-operation-re): Regular expression to find an
12135 assignment statement for pretty-expr.
12136 (verilog-in-attribute-p): Query returns true if point is in an
12137 attribute context; used to skip these for expression line up from
12138 pretty-expr.
12139 (verilog-in-parameter-p): Query returns true if point is in an
12140 parameter definition context; used to skip these for expression
12141 line up from pretty-expr.
12142 (verilog-in-parenthesis-p): Query returns true if point is in a
12143 parenthetical expression, specifically ( ) but not [ ] or { };
12144 used by pretty-expr.
12145 (verilog-just-one-space): If there is no space, don't add one.
12146 (verilog-get-lineup-indent-2): Specifically skip just attribute
12147 contexts for expression lineup, rather than skipping all
12148 parenthetical expressions.
12149 (verilog-calculate-indent): Fix comment, and fix indent.
12150 (verilog-do-indent): Indent declarations in lists (suggested by
12151 Joachim Lechner).
12152 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12153 skeleton items.
12154 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12155 by Alain Mellan).
12156
12157 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12158
12159 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12160 parameters with embedded comments. Reported by Ray Stevens.
12161 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12162 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12163 Reported by Tim Holt.
12164 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12165 instantiated by upper module causing wrong expansion until AUTOed a
12166 second time. Reported by K C Buckenmaier.
12167 (verilog-diff-auto): Fix showing .* as a difference when
12168 `verilog-auto-star-save' off. Reported by Dan Dever.
12169 (verilog-auto-reset, verilog-read-always-signals)
12170 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12171 temporary signals in reset list if
12172 verilog-auto-reset-blocking-in-non is nil, and match assignment
12173 style to each signal's assignment type, bug381.
12174 Reported by Thomas Esposito.
12175 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12176 (verilog-uvm-statement-re): Support UVM indentation and
12177 highlighting, with old OVM keywords only.
12178 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12179 Support AUTOTIEOFF creating non-wire data types.
12180 Suggested by Jonathan Greenlaw.
12181 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12182 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12183 (verilog-inject-sense, verilog-read-inst-pins)
12184 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12185 Fix mismatching parenthesis inside commented out code when deleting
12186 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12187 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12188 non-numeric vector width. Reported by Alex Reed.
12189 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12190 detecting signals with parameter widths. Reported by Alex Reed.
12191 (verilog-auto-delete-trailing-whitespace):
12192 With `verilog-auto-delete-trailing-whitespace' remove trailing
12193 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12194 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12195 Fix verilog-scan-cache corruption when running user AUTO expansion
12196 hooks that call indentation routines.
12197 (verilog-simplify-range-expression): Fix typo ignoring lower case
12198 identifiers.
12199 (verilog-delete-auto): Fix delete-autos to also remove user created
12200 automatics, as long as they start with AUTO.
12201 (verilog-batch-diff-auto, verilog-diff-auto)
12202 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12203 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12204 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12205 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12206 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12207 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12208 is disabled and its cache will get corrupt, causing AUTOS not to
12209 expand. Instead use only -quick functions.
12210 (verilog-scan-region): Fix scanning over escaped quotes.
12211 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12212 (verilog-re-search-backward-quick)
12213 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12214 related functions now ignore strings, to fix misparsing of strings
12215 with magic comments embedded in them.
12216 (verilog-read-auto-template):
12217 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12218 Reported by Brad Dobbie.
12219 (verilog-read-auto-template):
12220 Fix 'verilog-auto-inst-template-numbers' with comments.
12221 Reported by Brad Dobbie.
12222 (verilog-auto-inst, verilog-auto-inst-param)
12223 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12224 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12225 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12226 debugging templates without merge conflicts, bug357.
12227 Reported by Brad Dobbie.
12228 (verilog-read-auto-template):
12229 Fix verilog-auto-inst-template-numbers with multiple templates.
12230 Reported by Brad Dobbie.
12231 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12232 abbrevs so user won't be asked to save.
12233 (verilog-read-auto-lisp-present): Fix to start at beginning of
12234 buffer in case called outside of verilog-auto.
12235 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12236 to "X-2". Reported by Matthew Myers.
12237 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12238 all inputs from module templates. Reported by Leith Johnson.
12239 (verilog-module-inside-filename-p): Fix locating programs as with
12240 modules.
12241 (verilog-auto-inst-port): Fix vl-width expressions when using
12242 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12243 (verilog-decls-get-regs, verilog-decls-get-signals,
12244 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12245 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12246 verilog-read-decls): Combine reg and wire structures into one var
12247 structure to represent SystemVerilog concepts.
12248 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12249 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12250 (verilog-auto-wire-type, verilog-insert-definition):
12251 Add verilog-auto-wire-type and AUTOLOGIC to support using
12252 SystemVerilog "logic" keyword instead of "wire"/"reg".
12253 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12254 to declares outputs that also have assignments (presumably in an
12255 ifdef or generate if so there's not a driver conflict).
12256 Reported by Matthew Myers.
12257 (verilog-auto-declare-nettype, verilog-insert-definition):
12258 Add verilog-auto-declare-nettype to fix declarations using
12259 `default_nettype none. Reported by Julian Gorfajn.
12260 (verilog-read-always-signals-recurse, verilog-read-decls)
12261 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12262 malformed end statement, bug325. Reported by Joshua Wise and
12263 Andrew Drake.
12264 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12265 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12266 when expanding .* in interfaces, bug320.
12267 Reported by Pierre-David Pfister.
12268 (verilog-read-module-name): Fix import statements between module
12269 name and open parenthesis, bug317.
12270 Reported by Pierre-David Pfister.
12271 (verilog-simplify-range-expression): Fix simplification of
12272 multiplications inside AUTOWIRE connections, bug303.
12273 (verilog-auto-inst-port): Support parameter expansion in
12274 multidimensional arrays.
12275 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12276 after "assert property". Reported by Julian Gorfajn.
12277 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12278 with multiplication, bug303.
12279 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12280 Reported by Jan Frode Lonnum.
12281
12282 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12283
12284 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12285 (hfy-shell-file-name, hfy-shell):
12286 * international/fontset.el (x-decompose-font-name): Fix typos.
12287
12288 2011-11-29 Ken Brown <kbrown@cornell.edu>
12289
12290 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12291 (gdb-version): Remove defvar.
12292 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12293 (gdb-gud-context-command, gdb-non-stop-handler)
12294 (gdb-current-context-command, gdb-stopped): Use it.
12295 (gdb-init-1): Enable pretty printing here.
12296 (gdb-non-stop-handler): Don't enable pretty-printing here.
12297 Check to see if the target supports non-stop mode; if not, turn off
12298 non-stop mode. Use the following.
12299 (gdb-check-target-async): New defun.
12300 (gud-watch, gdb-stopped): Fix whitespace.
12301 (gdb-get-source-file): Don't try to display the source file if
12302 `gdb-main-file' is nil.
12303
12304 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * align.el: Try to generate fewer markers (bug#10047).
12307 (align--set-marker): New macro.
12308 (align-region): Use it.
12309
12310 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12313
12314 2011-11-29 Chong Yidong <cyd@gnu.org>
12315
12316 * indent.el (indent-for-tab-command, indent-according-to-mode):
12317 Doc fix.
12318 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12319
12320 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12321
12322 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12323 aware of remote file names. (Bug#10124)
12324
12325 2011-11-29 Chong Yidong <cyd@gnu.org>
12326
12327 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12328
12329 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12330
12331 * files.el (find-file): Don't use force-same-window (bug#10144).
12332 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12333 use pop-to-buffer if the selected window can't be used.
12334 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12335
12336 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12337
12338 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12339 special-mode-map.
12340
12341 2011-11-28 Chong Yidong <cyd@gnu.org>
12342
12343 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12344
12345 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12346
12347 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12348 gdb-get-source-file-list on gdb-create-source-file-list.
12349
12350 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12351
12352 * whitespace.el (whitespace-newline): Use a different foreground
12353 color for 16-color light-background displays.
12354
12355 2011-11-24 Chong Yidong <cyd@gnu.org>
12356
12357 * window.el (display-buffer--special-action): Doc fix.
12358
12359 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12360
12361 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12362 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12363 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12364 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12365 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12366 (avl-tree-stack-first):
12367 * emacs-lisp/cconv.el (cconv--analyse-use):
12368 * net/gnutls.el (gnutls-negotiate): Fix typos.
12369
12370 2011-11-24 Glenn Morris <rgm@gnu.org>
12371
12372 * lpr.el (lpr-windows-system, lpr-lp-system):
12373 * mail/binhex.el (binhex-begin-line):
12374 * progmodes/grep.el (grep-history, grep-find-history):
12375 * textmodes/flyspell.el:
12376 * vc/pcvs-defs.el (cvs-global-menu):
12377 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12378 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12379 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12380
12381 * net/tls.el: Fix case of "GnuTLS".
12382
12383 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12384
12385 * version.el (emacs-build-system): Give it a doc-string.
12386
12387 2011-11-24 Juri Linkov <juri@jurta.org>
12388
12389 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12390
12391 2011-11-24 Glenn Morris <rgm@gnu.org>
12392
12393 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12394 if called on a non-mime message just toggle the headers. (Bug#8006)
12395
12396 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12397
12398 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12399 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12400 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12401 (allout-rebullet-heading, allout-open-sibtopic)
12402 (allout-toggle-current-subtree-encryption)
12403 (allout-toggle-subtree-encryption, allout-encrypt-string)
12404 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12405 (allout-distinctive-bullets-string, allout-auto-activation):
12406 * window.el (window-normalize-buffer-to-display):
12407 * progmodes/verilog-mode.el (verilog-batch-indent):
12408 * textmodes/bibtex.el (bibtex-field-braces-opt)
12409 (bibtex-field-strings-opt):
12410 * vc/cvs-status.el (cvs-tree-merge):
12411 Fix typos.
12412
12413 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12414
12415 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12416 `non-essential' to t, in order to avoid remote connections.
12417
12418 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12419
12420 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12421 On MS-DOS and MS-Windows, compare with loaddefs.el
12422 case-insensitively.
12423
12424 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12425
12426 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12427
12428 2011-11-23 Glenn Morris <rgm@gnu.org>
12429
12430 * paths.el (rmail-file-name): Reformat the doc-string so that it
12431 is picked up.
12432
12433 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12434 (rmail-auto-file): Ignore case in the "special" field names,
12435 as mail-fetch-field does for all others.
12436
12437 * mail/rmail.el (rmail-forward):
12438 * mail/rmailkwd.el (rmail-set-label):
12439 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12440 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12441
12442 * mail/rmail.el (rmail-current-message): Doc fix.
12443
12444 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12445
12446 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12449
12450 2011-11-22 Glenn Morris <rgm@gnu.org>
12451
12452 * mail/rmailmm.el (test-rmail-mime-handler)
12453 (test-rmail-mime-bulk-handler)
12454 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12455
12456 2011-11-21 Juri Linkov <juri@jurta.org>
12457
12458 * calc/calc.el (calc-read-key-sequence):
12459 Let-bind `input-method-function' to nil. (Bug#10018)
12460
12461 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12462
12463 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12464 Tell the caller that the next line needs recomputation, even
12465 though it doesn't start a sexp (bug#10094).
12466
12467 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12468
12469 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12470
12471 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12474 Use force-same-window.
12475
12476 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12477
12478 * descr-text.el (describe-char-unicode-data):
12479 * json.el (json-string-escape):
12480 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12481 (Footnote-unicode, Footnote-style-p):
12482 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12483
12484 2011-11-20 Chong Yidong <cyd@gnu.org>
12485
12486 * window.el (replace-buffer-in-windows): Restore interactive spec.
12487
12488 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12491
12492 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12493 (byte-compile-global-not-obsolete-vars): New var.
12494 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12495 Use it.
12496 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12497
12498 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12499
12500 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12501 * progmodes/pascal.el (electric-pascal-equal):
12502 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12503 * xml.el (xml-substitute-special): Fix typos.
12504
12505 2011-11-20 Glenn Morris <rgm@gnu.org>
12506
12507 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12508 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12509 Doc fixes.
12510 (rmail-decode-mime-charset): Mark as obsolete.
12511
12512 * mail/rmailsum.el (rmail-message-regexp-p-1):
12513 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12514 Before using mime functions, check they are set. (Bug#10077)
12515
12516 2011-11-19 Juri Linkov <juri@jurta.org>
12517
12518 * info.el (Info-finder-find-node): Use `package--builtins' instead
12519 of `package-alist'. Use node names formed by the pattern "Keyword "
12520 and the keyword name.
12521
12522 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12523
12524 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12525
12526 2011-11-19 Juri Linkov <juri@jurta.org>
12527
12528 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12529 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12530 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12531 `old-history', `old-history-forward'. Add let-binding
12532 `window-selected'. Remove calls to `kill-buffer',
12533 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12534 before calling `Info-find-node', so `Info-find-node-2' will reread
12535 the Info file. Restore window positions only when `window-selected'
12536 is non-nil.
12537
12538 2011-11-19 Juri Linkov <juri@jurta.org>
12539
12540 * isearch.el (isearch-lazy-highlight-new-loop):
12541 Remove condition `(not isearch-error)'. (Bug#9918)
12542
12543 * misearch.el (multi-isearch-search-fun): Add condition
12544 `(not bound)' to ignore lazy-highlighting search.
12545 Add the search-failed message "end of multi" when the end of
12546 multi-sequence is reached. Uncapitalize the search-failed
12547 message "Repeat for next buffer".
12548
12549 * info.el (Info-search): Add the search-failed message
12550 "end of the manual" when the end of the manual is reached
12551 in Isearch mode.
12552
12553 2011-11-19 Juri Linkov <juri@jurta.org>
12554
12555 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12556 Use non-destructive `remove' instead of `delete' because
12557 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12558 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12559
12560 2011-11-19 Juri Linkov <juri@jurta.org>
12561
12562 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12563 to nil instead of binding `search-ring' and `regexp-search-ring'.
12564 (Bug#9185)
12565
12566 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12567
12568 * simple.el (line-move): Force movement by logical lines for any
12569 hscrolled window, not only when auto-hscroll-mode is on.
12570 (line-move-visual): Update doc string to that effect. (Bug#10076)
12571
12572 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12573
12574 * language/european.el (macintosh): Define as alias for mac-roman.
12575
12576 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12577
12578 * mail/rmailmm.el (rmail-mime-display-header)
12579 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12580 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12581 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12582 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12583 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12584 of a raw aref.
12585 (rmail-mime-entity-segment): To get past the tagline, move forward
12586 2 more lines, to account for the 2 empty lines that precede and
12587 follow the line with the buttons.
12588 (rmail-mime-update-tagline): Move one more line, to get past the
12589 empty line that follows the buttons in the tagline. (Bug#9520)
12590
12591 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12592
12593 * window.el (window-max-delta-1, window-min-delta-1)
12594 (window-min-size-1, window-state-get-1, window-state-put-1)
12595 (window-state-put-2): Use "window--" prefix.
12596
12597 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12600 (smie-warning-count): New var.
12601 (smie-set-prec2tab): Use it.
12602 (smie-bnf->prec2): Improve warnings. Add docstring.
12603 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12604 (smie-bnf--set-class): New function.
12605 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12606 corner case.
12607
12608 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12609 (compilation-error-properties, compilation-move-to-column):
12610 Handle compilation-first-column while in the target buffer.
12611
12612 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12613 Don't hardcode point-min==1.
12614
12615 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12616 (eshell-rewrite-for-command): Remove workaround.
12617 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12618 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12619 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12620
12621 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12622
12623 2011-11-17 Glenn Morris <rgm@gnu.org>
12624
12625 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12626 Ignore buffer-local generated-autoload-file if it is the same
12627 as the global value. (Bug#10049)
12628
12629 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12630
12631 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12632 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12633 (reftex-toc-previous-heading, reftex-toc-max-level)
12634 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12635 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12636 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12637 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12638 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12639 (reftex-toc-rename-label, reftex-toc-visit-location)
12640 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12641 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12642 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12643 leaving "*toc*" only for references to the buffer.
12644
12645 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12646
12647 * window.el (window-resize, delete-window, split-window):
12648 Replace window-splits by window-combination-resize.
12649 * cus-start.el (window-splits): Replace by window-combination-resize.
12650
12651 2011-11-17 Glenn Morris <rgm@gnu.org>
12652
12653 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12654 Make bash entry derive from sh entry, not shell entry.
12655
12656 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12657
12658 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12659 local file name.
12660
12661 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12662
12663 * menu-bar.el (menu-bar-file-menu):
12664 * printing.el (pr-ps-utility):
12665 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12666 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12667 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12668 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12669 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12670 (icalendar--convert-cyclic-to-ical)
12671 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12672 (icalendar--convert-ical-to-diary)
12673 (icalendar--convert-recurring-to-diary)
12674 (icalendar--convert-non-recurring-all-day-to-diary)
12675 (icalendar-import-format-sample):
12676 * progmodes/idlw-shell.el (idlwave-shell-mode):
12677 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12678 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12679 (vhdl-ps-print-init): Fix typos.
12680
12681 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12682
12683 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12684 FSF and collapse date sequence, obscure author/maintainer email address
12685 better, remove extra version line, track relocation of author's webpage.
12686
12687 * progmodes/python.el (python-pdbtrack-input-prompt)
12688 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12689 regular python pdb prompts. Adjustments shamelessly taken exactly as
12690 suggested in EmacsWiki page (tiny change):
12691 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12692
12693 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12694
12695 * expand.el (expand-pos, expand-index, expand-point):
12696 Remove redundant info from docstring.
12697 (expand-add-abbrevs): Doc fix.
12698 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12699 (expand-sample-perl-mode-expand-list): Fix typos.
12700
12701 * net/dbus.el (dbus-event-member-name):
12702 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12703 * term/pc-win.el (msdos-create-frame-with-faces):
12704 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12705
12706 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12707
12708 * window.el (split-window, window-state-get-1)
12709 (window-state-put-1, window-state-put-2): Rename occurrences of
12710 window-nest to window-combination-limit.
12711 * cus-start.el (window-nest): Rename to window-combination-limit.
12712
12713 2011-11-16 Chong Yidong <cyd@gnu.org>
12714
12715 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12716 regexp (Bug#10033).
12717
12718 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12719
12720 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12721 `completing-read' will remove *Completions* and will preserve
12722 current-buffer for us.
12723 (tmm-add-prompt): Users of *Completions* will always (re)set its
12724 major mode.
12725 (tmm-old-comp-map): Remove.
12726
12727 2011-11-16 Glenn Morris <rgm@gnu.org>
12728
12729 * mail/rmailedit.el: Require rmailmm when compiling.
12730 (rmail-old-mime-state): New declaration.
12731 (rmail-edit-current-message): If editing a mime message,
12732 edit the "raw" message from the mbox buffer.
12733 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12734
12735 2011-11-15 Glenn Morris <rgm@gnu.org>
12736
12737 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12738 which wasn't being used. Add optional arg to force given state.
12739 (rmail-mime): Add optional arg to force given state.
12740
12741 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12742
12743 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12744 * frame.el (display-mm-dimensions-alist):
12745 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12746 (outline-move-subtree-down):
12747 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12748 (newsticker--treeview-do-get-node):
12749 * net/quickurl.el (quickurl-list-buffer-name):
12750 * progmodes/dcl-mode.el (dcl-mode):
12751 * progmodes/gdb-mi.el (gdb-mapcar*):
12752 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12753
12754 2011-11-15 Glenn Morris <rgm@gnu.org>
12755
12756 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12757 in a boolean sense, so just make it a boolean, and fix the doc.
12758 (rmail-show-mime-function, rmail-mime-feature)
12759 (rmail-require-mime-maybe): Doc fixes.
12760 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12761
12762 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12763
12764 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12765
12766 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12767 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12768 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12769 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12770
12771 2011-11-15 Glenn Morris <rgm@gnu.org>
12772
12773 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12774 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12775 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12776 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12777 (rmail-mime, rmail-show-mime): Doc fixes.
12778
12779 * term/ns-win.el (mode-line-frame-identification):
12780 Leave it alone. (Bug#10051)
12781
12782 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12783
12784 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12785 Handle empty buffers. (Bug#9978)
12786
12787 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12788
12789 * international/mule.el (define-charset):
12790 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12791 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12792 * progmodes/verilog-mode.el (verilog-backward-token):
12793 * textmodes/ispell.el (lookup-words):
12794 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12795
12796 2011-11-14 Glenn Morris <rgm@gnu.org>
12797
12798 * progmodes/executable.el
12799 (executable-make-buffer-file-executable-if-script-p):
12800 Handle file-modes returning nil.
12801
12802 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12803 message - not necessary, and causes problems. (Bug#9831)
12804
12805 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12806
12807 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12808
12809 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12810 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12811 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12812
12813 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12814
12815 * window.el (window-resize, delete-window): Use window-splits
12816 variable instead of function.
12817 (window-state-get-1, window-state-put-2, window-state-put):
12818 Don't deal with windows' splits status.
12819
12820 2011-11-12 Glenn Morris <rgm@gnu.org>
12821
12822 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12823 (apropos-documentation): Doc fixes.
12824
12825 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12826
12827 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12828 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12829
12830 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * electric.el (electric-indent-post-self-insert-function): Make it
12833 possible for a char to only indent in some circumstances.
12834 (electric-indent-mode): Simplify.
12835
12836 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12837
12838 * window.el (windows-with-parameter): Remove unused function.
12839 (windows-at-side): Rename to window-at-side-list.
12840 (window-check, window-atom-check, window-atom-check-1)
12841 (window-side-check, window-size-ignore, window-size-fixed-1)
12842 (window-in-direction-2): Prefix with "window--".
12843 (window-tree-1): Rename to window--subtree, fix doc-string.
12844
12845 2011-11-11 Glenn Morris <rgm@gnu.org>
12846
12847 * subr.el (eval-after-load): If FILE is already loaded,
12848 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12849
12850 2011-11-10 Glenn Morris <rgm@gnu.org>
12851
12852 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12853 Call svn via vc-svn-command rather than vc-do-command.
12854 (vc-svn-command): Add --non-interactive. (Bug#9993)
12855 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12856
12857 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12858 Add toggle-read-only. (Bug#7292)
12859 * files.el (toggle-read-only): Mention that it should only
12860 be used interactively. (Bug#10006)
12861
12862 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12865 Adjust regexp for OCaml warnings.
12866
12867 * electric.el (electric-pair-post-self-insert-function): Let user
12868 turn it off buffer-locally (bug#9932).
12869
12870 * progmodes/python.el (python-beginning-of-statement):
12871 Rewrite (bug#2703).
12872
12873 * progmodes/compile.el: Better handle TABs (bug#9749).
12874 (compilation-internal-error-properties)
12875 (compilation-next-error-function): Obey the target buffer's
12876 compilation-error-screen-columns.
12877
12878 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12879
12880 * progmodes/meta-mode.el: Remove obsolete comments.
12881 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12882 Fix typos in docstrings.
12883
12884 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12885
12886 * window.el (window-size-fixed-p): Rewrite doc-string.
12887 (window-resizable-p): Rename to window--resizable-p. Update callers.
12888 (window--resizable): New function. Make all callers of
12889 window-resizable call window--resizable instead.
12890 (window-resizable): Rewrite in terms of window--resizable.
12891
12892 2011-11-08 Glenn Morris <rgm@gnu.org>
12893
12894 * progmodes/delphi.el (delphi-mode-syntax-table):
12895 Let define-derived-mode define a proper syntax table. (Bug#9994)
12896
12897 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12898
12899 * window.el: Stay away from defsubst.
12900 (window-list-no-nils): Remove.
12901 (window-state-get-1, window-state-get): Use backquote instead.
12902
12903 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12904
12905 * emacs-lisp/find-func.el (find-function-read):
12906 Fix incorrect use of default argument in `completing-read'.
12907
12908 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12909
12910 * window.el (display-buffer-function, special-display-function):
12911 Mention display-buffer-record-window but do not mention
12912 help-setup parameter in doc-strings.
12913 (window-min-delta): Fix doc-string typo.
12914
12915 2011-11-08 Chong Yidong <cyd@gnu.org>
12916
12917 * window.el (window-total-height, window-total-width): Doc fix.
12918 (window-body-size): Move from C.
12919 (window-body-height, window-body-width): Move to C.
12920
12921 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * window.el: Make special-display like display-buffer-alist (bug#9532).
12924 (display-buffer--special-action): New function, morphed
12925 from display-buffer--special.
12926 (display-buffer): Use it to handle special-display-buffers at higher
12927 priority (just after display-buffer-alist).
12928 (display-buffer-fallback-action, display-buffer--other-frame-action)
12929 (pop-to-buffer-same-window): Remove display-buffer--special.
12930
12931 2011-11-07 Glenn Morris <rgm@gnu.org>
12932
12933 * calendar/cal-menu.el (cal-menu-set-date-title):
12934 Do nothing if not in a calendar. (Bug#9976)
12935
12936 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * files.el (find-file): Always use selected-window.
12939
12940 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12941
12942 * window.el (window-combinations): Make WINDOW argument
12943 mandatory. Rewrite doc-string.
12944 (walk-window-subtree, window-atom-check, window-min-delta)
12945 (window-max-delta, window--resize-this-window)
12946 (window--resize-root-window-vertically, window-tree)
12947 (balance-windows, window-state-put): Rewrite doc-strings as to
12948 not mention the term "subwindow".
12949 (window--resize-subwindows-skip-p): Rename to
12950 window--resize-child-windows-skip-p.
12951 (window--resize-subwindows-normal): Rename to
12952 window--resize-child-windows-normal.
12953 (window--resize-subwindows): Rename to
12954 window--resize-child-windows.
12955 (window-or-subwindow-p): Rename to window--in-subtree-p.
12956
12957 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12958
12959 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12960 Ensure that mbox format messages end in two newlines (Bug#9974).
12961
12962 2011-11-06 Chong Yidong <cyd@gnu.org>
12963
12964 * window.el (window-combination-p): Function deleted; its
12965 side-effect is not used in any existing code.
12966 (window-combinations, window-combined-p): Call window-*-child
12967 directly.
12968
12969 2011-11-05 Chong Yidong <cyd@gnu.org>
12970
12971 * window.el (window-valid-p): Rename from window-any-p.
12972 (window-size-ignore, window-state-get): Callers changed.
12973 (window-normalize-window): Rename from window-normalize-any-window.
12974 New arg LIVE-ONLY, replacing window-normalize-live-window.
12975 (window-normalize-live-window): Delete.
12976 (window-combination-p, window-combined-p, window-combinations)
12977 (walk-window-subtree, window-atom-root, window-min-size)
12978 (window-sizable, window-sizable-p, window-size-fixed-p)
12979 (window-min-delta, window-max-delta, window-resizable)
12980 (window-resizable-p, window-full-height-p, window-full-width-p)
12981 (window-current-scroll-bars, window-point-1, set-window-point-1)
12982 (window-at-side-p, window-in-direction, window-resize)
12983 (adjust-window-trailing-edge, maximize-window, minimize-window)
12984 (window-deletable-p, delete-window, delete-other-windows)
12985 (record-window-buffer, unrecord-window-buffer)
12986 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12987 (quit-window, split-window, window-state-put)
12988 (set-window-text-height, fit-window-to-buffer)
12989 (shrink-window-if-larger-than-buffer): Callers changed.
12990
12991 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12992
12993 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12994 rfc2047-decode-string.
12995 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12996 warnings.
12997
12998 * window.el (window-body-height, window-body-width): Mention in
12999 the doc string that the return values are in frame's canonical
13000 units. (Bug#9949)
13001
13002 2011-11-03 Alan Mackenzie <acm@muc.de>
13003
13004 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13005 change in cc-engine.el.
13006
13007 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13008
13009 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13010
13011 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13012
13013 * window.el (quit-window): Call unrecord-window-buffer after
13014 showing another buffer in the window. (Bug#9937)
13015 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13016
13017 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13018
13019 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13020 Accept status with more than 9 shelves. (Bug#9935)
13021 Reported by Colin D Bennett <colin@gibibit.com>.
13022
13023 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13024
13025 * help.el (with-help-window): Don't reference
13026 temp-buffer-show-specifiers in doc-string.
13027
13028 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13029
13030 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13031 menu-item.
13032
13033 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13034
13035 * whitespace.el: New version 13.2.2.
13036 (whitespace-newline-mode): Disable properly. Reported by Sarah
13037 <EmacsWiki>.
13038
13039 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13040
13041 * net/newst-treeview.el: Remove "Time-stamp".
13042 (newsticker--group-manage-orphan-feeds): Do not call
13043 newsticker--treeview-tree-update.
13044 (newsticker-treeview-update, newsticker-treeview):
13045 Call newsticker--treeview-tree-update if necessary.
13046
13047 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13048
13049 * window.el (window-iso-combination-p, window-iso-combined-p)
13050 (window-iso-combinations): Remove "iso-" infix.
13051 Suggested by Chong Yidong.
13052 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13053 (window-max-delta-1, window-resize, window--resize-siblings)
13054 (window--resize-this-window, adjust-window-trailing-edge)
13055 (split-window, balance-windows-1)
13056 (shrink-window-if-larger-than-buffer):
13057 * calendar/calendar.el (calendar-generate-window):
13058 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13059
13060 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13063 in place (bug#9907).
13064 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13065 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13066 (eshell-structure-basic-command, eshell-rewrite-while-command)
13067 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13068 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13069 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13070 (eshell-do-pipelines-synchronously, eshell-eval-command):
13071 Use backquotes and prefer setq to set.
13072 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13073 (eshell-macrop): Use functionp.
13074 (eshell-do-eval): Handle multiple expressions in `while' body.
13075
13076 2011-10-30 Chong Yidong <cyd@gnu.org>
13077
13078 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13079 instead of set-mark (Bug#9810).
13080
13081 2011-10-30 Chong Yidong <cyd@gnu.org>
13082
13083 * window.el (split-window-below, split-window-right): Rename from
13084 split-window-above-each-other and split-window-side-by-side
13085 respectively. All callers changed.
13086 (split-window-sensibly, split-window-sensibly): Use them.
13087 (split-window-keep-point): Doc fix.
13088
13089 * isearch.el: Add isearch-scroll property to split-window-below
13090 and split-window-right.
13091
13092 * follow.el (follow-mode):
13093 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13094 * progmodes/ada-xref.el (ada-gdb-application):
13095 * emulation/vip.el (vip-buffer-in-two-windows):
13096 * image-dired.el (image-dired-dired-with-window-configuration):
13097 * dired-x.el (dired-do-find-marked-files):
13098 * dired.el (dired-pop-to-buffer):
13099 * bs.el (bs--show-with-configuration):
13100 * vc/emerge.el (emerge-setup-windows):
13101 * textmodes/two-column.el (2C-two-columns):
13102 * textmodes/reftex-toc.el (reftex-toc):
13103 * progmodes/gdb-mi.el (gdb-setup-windows):
13104 * progmodes/fortran.el (fortran-window-create):
13105 * net/newst-treeview.el (newsticker--treeview-window-init):
13106 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13107 * emulation/tpu-edt.el (tpu-gold-map):
13108 * emulation/crisp.el (crisp-mode-map):
13109 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13110
13111 2011-10-29 Chong Yidong <cyd@gnu.org>
13112
13113 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13114
13115 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13116
13117 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13118 forged Ispell output (Bug#7904).
13119
13120 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13121
13122 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * doc-view.el: Avoid ugly errors about not finding nil.
13125 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13126 (doc-view-dvipdf-program, doc-view-unoconv-program)
13127 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13128 Avoid nil or absolute file name as default value.
13129 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13130
13131 2011-10-28 Alan Mackenzie <acm@muc.de>
13132
13133 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13134
13135 2011-10-28 Alan Mackenzie <acm@muc.de>
13136
13137 Amend the handling of c-beginning/end-of-defun in nested declaration
13138 scopes.
13139
13140 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13141 cc-langs.el. Change it to a defcustom.
13142
13143 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13144 cc-vars.el.
13145
13146 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13147 Prevent "class foo : bar" being spuriously recognized as a label.
13148
13149 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13150 Add parameter `inclusive' (to include enclosing braces in the region).
13151 (c-widen-to-enclosing-decl-scope): New function.
13152 (c-while-widening-to-decl-block): New macro.
13153 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13154 outward for defun boundaries, and correspondingly change symbol
13155 `respect-enclosure' to `go-outward'.
13156 (c-declaration-limits): Change algorithm to report only the "innermost"
13157 defun's boundaries.
13158
13159 2011-10-28 Deniz Dogan <deniz@dogan.se>
13160
13161 * net/rcirc.el (rcirc-mode): Use hard newlines.
13162
13163 2011-10-28 Alan Mackenzie <acm@muc.de>
13164
13165 Amend to indent and fontify macros "which include their own semicolon"
13166 correctly, using the "virtual semicolon" mechanism.
13167
13168 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13169
13170 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13171 Recode to scan one line at a time rather than having \n and \r
13172 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13173 (c-forward-label): Amend for virtual semicolons.
13174 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13175
13176 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13177 of the new C macros.
13178
13179 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13180 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13181 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13182 (c-opt-cpp-macro-define): Make into a full language variable.
13183 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13184 AWK Mode (including \n, \r) removed, no longer needed.
13185
13186 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13187 Invoke c-make-macro-with-semi-re.
13188
13189 * progmodes/cc-vars.el (c-macro-with-semi-re):
13190 (c-macro-names-with-semicolon): New variables.
13191 (c-make-macro-with-semi-re): New function.
13192
13193 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * vc/log-edit.el: Fill empty field rather than adding new one.
13196 (log-edit-add-field): New function.
13197 (log-edit-insert-changelog): Use it.
13198
13199 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13200
13201 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13202
13203 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13204
13205 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13206 (gdb--check-interpreter): New function.
13207 (gdb): Use it.
13208
13209 2011-10-27 Glenn Morris <rgm@gnu.org>
13210
13211 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13212 (least-positive-float, least-negative-float)
13213 (least-positive-normalized-float, least-negative-normalized-float)
13214 (float-epsilon, float-negative-epsilon):
13215 Remove unnecessary declarations.
13216
13217 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13218 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13219 (least-positive-float, least-negative-float)
13220 (least-positive-normalized-float, least-negative-normalized-float)
13221 (float-epsilon, float-negative-epsilon): Add doc-strings,
13222 based on those in cl.texi.
13223
13224 * files.el (set-visited-file-name): If the major-mode changed,
13225 reload the local variables. (Bug#9796)
13226
13227 2011-10-27 Chong Yidong <cyd@gnu.org>
13228
13229 * subr.el (change-major-mode-after-body-hook): New hook.
13230 (run-mode-hooks): Run it.
13231
13232 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13233 Use change-major-mode-before-body-hook.
13234
13235 * simple.el (fundamental-mode):
13236 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13237 change introducing fundamental-mode-hook.
13238
13239 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13240
13241 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13242
13243 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13244
13245 * ido.el (ido-file-name-all-completions-1): Do not require
13246 tramp.el explicitly. (Bug#7583)
13247
13248 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * progmodes/octave-mod.el:
13251 * progmodes/octave-inf.el: Update maintainer.
13252
13253 2011-10-26 Chong Yidong <cyd@gnu.org>
13254
13255 * subr.el (with-wrapper-hook): Rewrite doc.
13256
13257 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13258
13259 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13260 filenames "/method:foo:". (Bug#9793)
13261
13262 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13265 (bug#9865).
13266
13267 2011-10-24 Glenn Morris <rgm@gnu.org>
13268
13269 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13270
13271 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13272
13273 * notifications.el: Add the requirement of a running D-Bus session
13274 bus to the Commentary.
13275
13276 2011-10-24 Juri Linkov <juri@jurta.org>
13277
13278 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13279 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13280 (Bug#9364)
13281
13282 2011-10-24 Juri Linkov <juri@jurta.org>
13283
13284 * info.el (Info-following-node-name-re): Add newline to the list
13285 of allowed characters for leading space. (Bug#9824)
13286
13287 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13288
13289 * progmodes/octave-inf.el (inferior-octave-mode-map):
13290 Fix C-c C-h binding.
13291 * progmodes/octave-mod.el (octave-help): Remove.
13292
13293 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13294
13295 Sync with Tramp 2.2.3.
13296
13297 * net/tramp-cache.el (top): Pacify byte-compiler using
13298 `init-file-user' and `site-run-file'.
13299
13300 * net/trampver.el: Update release number.
13301
13302 2011-10-23 Chong Yidong <cyd@gnu.org>
13303
13304 * files.el (toggle-read-only): Remove obsolete comment about
13305 version control.
13306
13307 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13308 for toggle-read-only. Note that this hasn't called vc-next-action
13309 since 2008-05-02, though it wasn't documented at the time.
13310
13311 * vc/ediff-init.el (ediff-toggle-read-only-function):
13312 Use toggle-read-only.
13313
13314 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13315
13316 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13317 of c-parse-state.
13318
13319 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13320 correct faulty logical expression.
13321 (c-parse-state-state, c-record-parse-state-state):
13322 (c-replay-parse-state-state): New defvar/defuns.
13323 (c-debug-parse-state): Use new functions.
13324
13325 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13326
13327 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13328 last fix. Use window-in-direction correctly.
13329
13330 2011-10-21 Chong Yidong <cyd@gnu.org>
13331
13332 * progmodes/idlwave.el (idlwave-mode):
13333 * progmodes/vera-mode.el (vera-mode): No need to set
13334 require-final-newline; that's done in prog-mode.
13335 Suggested by Stefan Monnier.
13336
13337 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13338
13339 * mouse.el (mouse-drag-window-above)
13340 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13341 (mouse-drag-mode-line-1, mouse-drag-header-line)
13342 (mouse-drag-vertical-line-rightward-window): Remove.
13343 (mouse-drag-line): New function.
13344 (mouse-drag-mode-line, mouse-drag-header-line)
13345 (mouse-drag-vertical-line): Call mouse-drag-line.
13346 * window.el (window-at-side-p, windows-at-side): New functions.
13347
13348 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13349
13350 * tar-mode.el (tar-grind-file-mode):
13351 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13352
13353 2011-10-21 Chong Yidong <cyd@gnu.org>
13354
13355 * progmodes/idlwave.el (idlwave-mode):
13356 * progmodes/vera-mode.el (vera-mode):
13357 Use mode-require-final-newline.
13358
13359 2011-10-20 Glenn Morris <rgm@gnu.org>
13360
13361 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13362
13363 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13364
13365 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13366
13367 2011-10-20 Chong Yidong <cyd@gnu.org>
13368
13369 * emulation/cua-base.el (cua-mode):
13370 * mail/footnote.el (footnote-mode):
13371 * mail/mailabbrev.el (mail-abbrevs-mode):
13372 * net/xesam.el (xesam-minor-mode):
13373 * progmodes/bug-reference.el (bug-reference-mode):
13374 * progmodes/cap-words.el (capitalized-words-mode):
13375 * progmodes/compile.el (compilation-minor-mode)
13376 (compilation-shell-minor-mode):
13377 * progmodes/gud.el (gud-tooltip-mode):
13378 * progmodes/hideif.el (hide-ifdef-mode):
13379 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13380 * progmodes/subword.el (subword-mode):
13381 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13382 * progmodes/which-func.el (which-function-mode):
13383 * term/tvi970.el (tvi970-set-keypad-mode):
13384 * term/vt100.el (vt100-wide-mode):
13385 * textmodes/flyspell.el (flyspell-mode):
13386 * textmodes/ispell.el (ispell-minor-mode):
13387 * textmodes/nroff-mode.el (nroff-electric-mode):
13388 * textmodes/paragraphs.el (use-hard-newlines):
13389 * textmodes/refill.el (refill-mode):
13390 * textmodes/reftex.el (reftex-mode):
13391 * textmodes/rst.el (rst-minor-mode):
13392 * textmodes/sgml-mode.el (html-autoview-mode)
13393 (sgml-electric-tag-pair-mode):
13394 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13395 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13396 * emulation/crisp.el (crisp-mode):
13397 * emacs-lisp/eldoc.el (eldoc-mode):
13398 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13399 minor mode behavior.
13400
13401 2011-10-19 Juri Linkov <juri@jurta.org>
13402
13403 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13404 the list of hard-coded chars with escape-glyph face.
13405
13406 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13407
13408 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13409
13410 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13411
13412 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13413 running process.
13414
13415 2011-10-19 Glenn Morris <rgm@gnu.org>
13416
13417 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13418 Ignore ignored files. (Bug#9726)
13419
13420 2011-10-19 Chong Yidong <cyd@gnu.org>
13421
13422 Doc fix for minor modes, stating that an omitted argument enables
13423 the mode unconditionally when called from Lisp.
13424
13425 * abbrev.el (abbrev-mode):
13426 * allout.el (allout-mode):
13427 * autoinsert.el (auto-insert-mode):
13428 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13429 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13430 (global-auto-revert-mode):
13431 * battery.el (display-battery-mode):
13432 * composite.el (global-auto-composition-mode)
13433 (auto-composition-mode):
13434 * delsel.el (delete-selection-mode):
13435 * desktop.el (desktop-save-mode):
13436 * dired-x.el (dired-omit-mode):
13437 * dirtrack.el (dirtrack-mode):
13438 * doc-view.el (doc-view-minor-mode):
13439 * double.el (double-mode):
13440 * electric.el (electric-indent-mode, electric-pair-mode):
13441 * emacs-lock.el (emacs-lock-mode):
13442 * epa-hook.el (auto-encryption-mode):
13443 * follow.el (follow-mode):
13444 * font-core.el (font-lock-mode):
13445 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13446 * help.el (temp-buffer-resize-mode):
13447 * hilit-chg.el (highlight-changes-mode)
13448 (highlight-changes-visible-mode):
13449 * hi-lock.el (hi-lock-mode):
13450 * hl-line.el (hl-line-mode, global-hl-line-mode):
13451 * icomplete.el (icomplete-mode):
13452 * ido.el (ido-everywhere):
13453 * image-file.el (auto-image-file-mode):
13454 * image-mode.el (image-minor-mode):
13455 * iswitchb.el (iswitchb-mode):
13456 * jka-cmpr-hook.el (auto-compression-mode):
13457 * linum.el (linum-mode):
13458 * longlines.el (longlines-mode):
13459 * master.el (master-mode):
13460 * mb-depth.el (minibuffer-depth-indicate-mode):
13461 * menu-bar.el (menu-bar-mode):
13462 * minibuf-eldef.el (minibuffer-electric-default-mode):
13463 * mouse-sel.el (mouse-sel-mode):
13464 * msb.el (msb-mode):
13465 * mwheel.el (mouse-wheel-mode):
13466 * outline.el (outline-minor-mode):
13467 * paren.el (show-paren-mode):
13468 * recentf.el (recentf-mode):
13469 * reveal.el (reveal-mode, global-reveal-mode):
13470 * rfn-eshadow.el (file-name-shadow-mode):
13471 * ruler-mode.el (ruler-mode):
13472 * savehist.el (savehist-mode):
13473 * scroll-all.el (scroll-all-mode):
13474 * scroll-bar.el (scroll-bar-mode):
13475 * server.el (server-mode):
13476 * shell.el (shell-dirtrack-mode):
13477 * simple.el (auto-fill-mode, transient-mark-mode)
13478 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13479 (line-number-mode, column-number-mode, size-indication-mode)
13480 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13481 * strokes.el (strokes-mode):
13482 * time.el (display-time-mode):
13483 * t-mouse.el (gpm-mouse-mode):
13484 * tool-bar.el (tool-bar-mode):
13485 * tooltip.el (tooltip-mode):
13486 * type-break.el (type-break-mode-line-message-mode)
13487 (type-break-query-mode):
13488 * view.el (view-mode):
13489 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13490 (global-whitespace-mode, global-whitespace-newline-mode):
13491 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13492
13493 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13494 Fix autogenerated docstring.
13495
13496 2011-10-19 Juri Linkov <juri@jurta.org>
13497
13498 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13499 by checking environment variables "DESKTOP_SESSION" and
13500 "XDG_CURRENT_DESKTOP". (Bug#9779)
13501
13502 2011-10-19 Juri Linkov <juri@jurta.org>
13503
13504 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13505 (browse-url-chromium-program, browse-url-chromium-arguments):
13506 New defcustoms.
13507 (browse-url-default-browser): Check for `browse-url-chromium' and
13508 call `browse-url-chromium-program'.
13509 (browse-url-chromium): New command. (Bug#9779)
13510
13511 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13512
13513 * facemenu.el (list-colors-duplicates): On Windows, detect more
13514 duplicates by assuming that only colors matching "^System" are
13515 special "system colors". (Bug#9722)
13516
13517 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13520 to distinguish the author from the committer.
13521
13522 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13523
13524 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13525
13526 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13527
13528 * international/mule.el (sgml-html-meta-auto-coding-function):
13529 Add support for detecting encoding in HTML5 specified only as
13530 <meta charset="UTF-8">. Implementation just makes http-equiv and
13531 content-type parts from HTML4 encoding string optional. (Bug#9716)
13532
13533 2011-10-18 Glenn Morris <rgm@gnu.org>
13534
13535 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13536
13537 2011-10-18 Chong Yidong <cyd@gnu.org>
13538
13539 * faces.el (cursor): Doc fix.
13540
13541 2011-10-17 Chong Yidong <cyd@gnu.org>
13542
13543 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13544
13545 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13546
13547 * dirtrack.el (dirtrack): Support shell buffers with path
13548 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13549
13550 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13551
13552 * json.el: Bump version to 1.3 and note change in History.
13553 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13554
13555 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * comint.el (comint-insert-input, comint-send-input)
13558 (comint-get-old-input-default, comint-backward-matching-input)
13559 (comint-next-prompt): Use nil instead of `input' for field property of
13560 past user input (bug#114).
13561
13562 * minibuffer.el (completion--replace): Inherit surrounding properties
13563 (bug#114).
13564 (minibuffer-complete-and-exit): Use it.
13565
13566 * comint.el (comint--table-subvert): Quote the all-completions output
13567 (bug#9160).
13568
13569 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13570
13571 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13572
13573 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13574 window on right of selected. (Bug#9350) Reword other window
13575 entries and separate them from frame entries.
13576
13577 2011-10-15 Glenn Morris <rgm@gnu.org>
13578
13579 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13580 Doc fixes.
13581
13582 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13583
13584 * net/network-stream.el (network-stream-open-starttls):
13585 Improve detection of failure due to lack of TLS support.
13586
13587 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13588 putting the input text in front and in bold.
13589
13590 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13591
13592 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13593
13594 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13595 empty buffer.
13596
13597 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13598 unread-command-events rather than pushing yet-another event.
13599
13600 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13601
13602 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13603 the explanation of the possible choices. Make the options passed
13604 to completing-read shorter.
13605
13606 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13607
13608 * textmodes/flyspell.el (flyspell-large-region): Make sure
13609 extended character mode is used if defined (Bug#1339).
13610
13611 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13612
13613 * simple.el (what-cursor-position): Fix the display of the
13614 character info for LRE, LRO, RLE, and RLO characters by appending
13615 an invisible PDF.
13616
13617 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13620 even in case of error; add debug spec; simplify data flow.
13621 (with-timeout-handler): Remove.
13622
13623 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13624
13625 Fix Bug#6019, Bug#9315.
13626
13627 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13628 complete `buffer-file-name', the local file name part could look
13629 remotely (for example on VMS).
13630
13631 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13632 `tramp-run-real-handler'.
13633 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13634 already quoted by '"'.
13635
13636 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13637 Let `file-name-handler-alist' be nil, the local file name part
13638 could look remotely (for example on VMS).
13639
13640 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13643 from here...
13644 (flyspell-post-command-hook): ...to here.
13645
13646 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13649 if not needed.
13650 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13651 using completion. Protect against "slow" callers.
13652 Remove the "message hack".
13653
13654 2011-10-11 Juri Linkov <juri@jurta.org>
13655
13656 * isearch.el (isearch-lazy-highlight-word): New variable.
13657 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13658 Use it. (Bug#9727)
13659
13660 2011-10-11 Glenn Morris <rgm@gnu.org>
13661
13662 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13663 like f90-previous-statement does.
13664
13665 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13666
13667 * eshell/eshell.el (eshell-command): History should be saved
13668 only in interactive use, to avoid error.
13669
13670 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13671
13672 * minibuffer.el (completion-file-name-table): Fix last change,
13673 i.e. ignore normal errors but not the other ones.
13674
13675 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13676
13677 * window.el (special-display-buffer-names)
13678 (special-display-regexps): Remove some remnants of earlier
13679 changes from doc-strings.
13680 (quit-windows-on): New function.
13681
13682 * vc/vc.el (vc-revert, vc-rollback):
13683 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13684 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13685 (Bug#6183) (Bug#7074) (Bug#7447)
13686
13687 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13688
13689 * window.el (frame-auto-hide-function): Add version tag.
13690 (Bug#9699)
13691
13692 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13693
13694 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13695 condition.
13696
13697 2011-10-09 Leo Liu <sdl.web@gmail.com>
13698
13699 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13700 (Bug#9701)
13701
13702 2011-10-08 Glenn Morris <rgm@gnu.org>
13703
13704 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13705 before the first code statement zero indent. (Bug#9690)
13706
13707 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13708
13709 * simple.el (count-words-region): Always count in the region.
13710 Report the number of lines and characters too.
13711 (count-words): New command, which counts in the buffer if the
13712 region is inactive, as count-words-region used to.
13713 (count-words--message): New function. Handle plurals.
13714 (count-lines-region): Make it an alias for count-words-region.
13715
13716 * bindings.el (esc-map): Replace count-lines-region with
13717 count-words-region.
13718
13719 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13720
13721 * window.el (window--delete): Delete dedicated frame
13722 unconditionally when argument KILL is non-nil. (Bug#9699)
13723 (switch-to-buffer): Fix doc-string typo.
13724
13725 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13726
13727 * eshell/eshell.el (eshell-command): Avoid using hooks.
13728
13729 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13730
13731 * bindings.el ([M-left],[M-right]): Bind to left-word and
13732 right-word respectively.
13733
13734 2011-10-07 Glenn Morris <rgm@gnu.org>
13735
13736 * cus-start.el (debug-on-quit): Fix custom type.
13737
13738 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13739
13740 * subr.el (define-key-after): Clarify that the function is not
13741 useful for non-menu keymaps.
13742
13743 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13744
13745 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13746
13747 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13748 in current minibuffer (Fix bug with recursive minibuffers).
13749
13750 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13751
13752 * progmodes/gdb-mi.el (gdb): Doc fix.
13753
13754 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13755
13756 * window.el (frame-auto-hide-function): New option replacing
13757 frame-auto-delete. Suggested by Stefan Monnier.
13758 (window--delete): Call frame-auto-hide-function instead of
13759 investigating frame-auto-delete.
13760 (window-point-1, set-window-point-1): New functions.
13761 (window-in-direction, record-window-buffer, window-state-get-1)
13762 (display-buffer-record-window): Use window-point-1 instead of
13763 window-point.
13764 (set-window-buffer-start-and-point): Use set-window-point-1.
13765
13766 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13769
13770 2011-10-05 Glenn Morris <rgm@gnu.org>
13771
13772 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13773 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13774
13775 2011-10-05 Leo Liu <sdl.web@gmail.com>
13776
13777 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13778 works with buffer object.
13779
13780 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * mpc.el (mpc-tool-bar-map): Add labels.
13783
13784 2011-10-04 Glenn Morris <rgm@gnu.org>
13785
13786 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13787
13788 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13789
13790 * window.el (window--delete): New function.
13791 (frame-auto-delete): Resuscitate option.
13792 (bury-buffer, replace-buffer-in-windows)
13793 (quit-window): Rewrite using window--delete.
13794 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13795 Pass display-buffer-mark-dedicated to window--display-buffer-2
13796 (Bug#9639).
13797
13798 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13801 returns a list (bug#9554). Add remote file name completion.
13802 * comint.el (comint--table-subvert): Curry and get quote&unquote
13803 functions as arguments.
13804 (comint--complete-file-name-data): Adjust call accordingly.
13805 * pcomplete.el (pcomplete--table-subvert): Remove.
13806 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13807
13808 * minibuffer.el (completion-table-case-fold): Use currying.
13809 (completion--styles-type, completion--cycling-threshold-type):
13810 New constants.
13811 (completion-styles, completion-category-overrides)
13812 (completion-cycle-threshold): Use them.
13813 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13814 completion-table-case-fold.
13815
13816 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13817
13818 * minibuffer.el (completion-category-overrides): Fix type of styles
13819 and add more user friendly tags (bug#9660).
13820
13821 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13824 (mule-input-method-string): New widget.
13825 (default-input-method, language-info-custom-alist): Use it.
13826
13827 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13828
13829 * pcomplete.el: Require comint.
13830 (pcomplete--common-suffix): Remove.
13831 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13832 (pcomplete--table-subvert): Sync with comint--table-subvert.
13833 (pcomplete--entries): Use comint-completion-file-name-table.
13834 * comint.el (comint-unquote-filename): Simplify.
13835 (comint-completion-file-name-table): New function (bug#9616).
13836 (comint--complete-file-name-data): Use it.
13837
13838 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13839 (pcmpl-gnu-tar-buffer): Remove.
13840 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13841 around. Make sure pcomplete-suffix-list is only changed temporarily.
13842 Don't look inside the tar's file if it's too large.
13843
13844 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13845
13846 * cus-edit.el (custom-mode-map):
13847 * epa.el (epa-key-list-mode-map):
13848 * man.el (Man-mode-map):
13849 * startup.el (splash-screen-keymap):
13850 * simple.el (special-mode-map): Use scroll-up-command and
13851 scroll-down-command.
13852
13853 * progmodes/idlw-help.el (idlwave-help-mode-map):
13854 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13855 * net/newst-plainview.el (newsticker-mode-map):
13856 * emulation/ws-mode.el (wordstar-mode-map):
13857 * emulation/vi.el (vi-com-map):
13858 * calc/calc-graph.el (calc-graph-show-dumb):
13859 * term/sun.el (terminal-init-sun):
13860 * term/ns-win.el (global-map):
13861 * progmodes/grep.el (grep-mode-map):
13862 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13863 * mail/rmail.el (rmail-mode-map):
13864 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13865
13866 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13867 custom-safe-themes as special.
13868
13869 2011-10-01 Julien Danjou <julien@danjou.info>
13870
13871 * notifications.el (notifications-notify): Fix docstring.
13872
13873 2011-10-01 Per Starbäck <per@starback.se>
13874
13875 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13876
13877 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13878
13879 * startup.el (command-line-1): Fix last fix by inserting
13880 initial-scratch-message into *scratch* before displaying it.
13881 (Bug#9605) and (Bug#9636)
13882
13883 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13884
13885 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13886 window is hscrolled, move by logical lines. (Bug#9607)
13887 (line-move-visual): Update the doc string to the above effect.
13888
13889 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13890
13891 * window.el (display-buffer-record-window): When WINDOW is the
13892 selected window use `point' instead of `window-point'. (Bug#9626)
13893
13894 * startup.el (command-line-1): Use insert-before-markers when
13895 inserting initial-scratch-message. (Bug#9605)
13896
13897 * help.el (help-window): Remove variable.
13898
13899 2011-09-29 Glenn Morris <rgm@gnu.org>
13900
13901 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13902
13903 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13904
13905 * descr-text.el (describe-char-categories): Accept category
13906 descriptions more than one line long.
13907
13908 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * simple.el (delete-trailing-whitespace): Fix last change.
13911
13912 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13913 Don't confuse "y => 3" as the beginning of a `y' operation.
13914
13915 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13916 object has more than 4 slots (bug#9613).
13917
13918 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13919
13920 * subr.el (with-output-to-temp-buffer):
13921 * net/quickurl.el (quickurl, quickurl-browse-url):
13922 Fix typos in docstrings.
13923
13924 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13925
13926 * minibuffer.el (completion-styles)
13927 (completion-category-overrides): Cross reference each other in doc
13928 strings.
13929
13930 2011-09-27 Glenn Morris <rgm@gnu.org>
13931
13932 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13933 to split-string. (Bug#9606)
13934
13935 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13936
13937 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13938 (bug#9615).
13939
13940 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13941
13942 * emacs-lisp/package.el (list-packages): Fix echo area message.
13943
13944 2011-09-27 Leo Liu <sdl.web@gmail.com>
13945
13946 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13947
13948 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13949
13950 * net/dbus.el (dbus-unregister-object): Don't release services for
13951 registered signals. (Bug#9581)
13952
13953 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13954
13955 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13956 function that picks between cfengine 2 and 3 support
13957 automatically. Update docs accordingly.
13958
13959 2011-09-22 Kenichi Handa <handa@m17n.org>
13960
13961 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13962 ZERO.
13963 (indian-itrans-v5-table-for-tamil): New variable.
13964 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13965
13966 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13967
13968 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13969 that's true if the current command involved collapsing of text.
13970 It's reset to false at the beginning of the next command.
13971 (allout-post-command-business): Move the cursor to the beginning
13972 of entry if the cursor is hidden and collapsing activity just
13973 happened.
13974
13975 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13976
13977 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13978 tracking (Bug#9541).
13979
13980 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13981
13982 * net/newst-reader.el (newsticker-html-renderer)
13983 (newsticker-show-news): Automatically load html rendering package
13984 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13985 because w3m-fill-column is let-bound" and the error "Symbol's value
13986 as variable is void: w3m-fill-column".
13987
13988 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13989
13990 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13991 Release services only if they are defined. (Bug#9581)
13992
13993 2011-09-23 Richard Stallman <rms@gnu.org>
13994
13995 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13996 distinguish start of paragraph from start of its text.
13997
13998 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13999
14000 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14001 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14002 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14003
14004 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14005
14006 * international/mule-diag.el (mule-diag): Insert a newline after
14007 each fontset description.
14008
14009 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * simple.el (delete-trailing-whitespace):
14012 Document last change; simplify.
14013
14014 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14015
14016 * simple.el (delete-trailing-whitespace): Also delete
14017 extra newlines at the end of the buffer.
14018
14019 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14020 (picture-newline): Use forward-line so as to ignore fields.
14021
14022 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * subr.el (with-wrapper-hook): Fix edebug spec.
14025
14026 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14027
14028 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14029 (bug#4538).
14030
14031 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14032
14033 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14034 Fix nasty bug using wrong cached values.
14035
14036 2011-09-23 Alan Mackenzie <acm@muc.de>
14037
14038 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14039
14040 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14041
14042 * window.el (pop-to-buffer): Ensure right window is selected if we
14043 chose another frame.
14044
14045 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14046
14047 * simple.el (what-cursor-position): Use get-char-property-change
14048 and next-single-char-property-change, to be able to show display
14049 properties that come from overlays as well as text properties.
14050
14051 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14052
14053 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14054
14055 * cmuscheme.el (run-scheme, switch-to-scheme):
14056 * cus-edit.el (customize-group, custom-buffer-create)
14057 (customize-browse):
14058 * info.el (info):
14059 * shell.el (shell):
14060 * mail/sendmail.el (mail):
14061 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14062
14063 2011-09-22 Richard Stallman <rms@gnu.org>
14064
14065 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14066 move back only to line beg, don't move back over blank lines.
14067
14068 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14069
14070 * files.el (copy-directory): Set directory attributes only in case
14071 they could be retrieved from the source directory. (Bug#9565)
14072
14073 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14074
14075 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14076 (hs-find-block-beginning, hs-hide-level-recursive):
14077 Ignore strings as well as comments. (Bug#9502)
14078
14079 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14080
14081 * progmodes/sql.el (sql-comint-postgres):
14082 Convert port number to a string. (Bug#9566)
14083
14084 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14085
14086 * window.el (quit-window): Undedicate window when switching to
14087 previous buffer. Reported by Thierry Volpiatto
14088 <thierry.volpiatto@gmail.com>.
14089 (special-display-popup-frame): When popping up a new frame reset
14090 its previous buffers to nil. Simplify code.
14091
14092 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14093
14094 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14095 and process filter, as done also in `shell-command'.
14096
14097 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14098
14099 * window.el (set-window-buffer-start-and-point):
14100 Call set-window-start with NOFORCE argument t.
14101 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14102 (quit-window): Reword doc-string. Handle new format of
14103 quit-restore parameter. Don't delete window if it has a
14104 previous buffer we can show instead of the present one.
14105 (display-buffer-record-window): Rewrite using a new format for
14106 the quit-restore window parameter
14107 (special-display-popup-frame, display-buffer-same-window)
14108 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14109 (display-buffer-pop-up-window, display-buffer-use-some-window):
14110 Adapt symbol passed to display-buffer-record-window.
14111 * help.el (help-window-setup): Handle new format of quit-restore
14112 parameter.
14113
14114 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * faces.el (face-list): Fix docstring (bug#9564).
14117
14118 * window.el (display-buffer--action-function-custom-type):
14119 Don't include internal functions in the Custom interface.
14120
14121 2011-09-20 Juri Linkov <juri@jurta.org>
14122
14123 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14124 (Info-forward-node, Info-backward-node, Info-next-preorder)
14125 (Info-last-preorder): Use it. (Bug#9528)
14126
14127 2011-09-20 Juri Linkov <juri@jurta.org>
14128
14129 * info.el (Info-last-preorder): Visit last menu item only when
14130 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14131
14132 2011-09-20 Julien Danjou <julien@danjou.info>
14133
14134 * password-cache.el (password-cache-remove): Remove entries even if the
14135 value is nil, so that password with a nil value (negative caching) is
14136 possible to invalidate.
14137
14138 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14139
14140 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14141 all whitespace around breakpoint. (Bug#9553)
14142 (f90-find-breakpoint): Only break at whitespace inside a comment.
14143
14144 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * minibuffer.el (completion-file-name-table): Keep track of errors.
14147 (completion-table-with-predicate): Handle the case where pred1 is nil.
14148 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14149
14150 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14153 (debugger-return-value): Signal an error if the debugging context does
14154 not await any return value.
14155
14156 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14157 * image-mode.el (image-toggle-display-text)
14158 (image-toggle-display-image): Stay away from evil `intangible'.
14159
14160 2011-09-19 Leo Liu <sdl.web@gmail.com>
14161
14162 * replace.el (occur-revert-arguments): Make it permanent-local.
14163 (occur-mode): Don't call font-lock-defontify.
14164
14165 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14166
14167 * net/ldap.el (ldap-search-internal): Don't push empty search
14168 result (Bug#9508).
14169
14170 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14173
14174 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14175
14176 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14177 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14178
14179 2011-09-18 Juri Linkov <juri@jurta.org>
14180
14181 * buff-menu.el (Buffer-menu-mode-map):
14182 * dired.el (dired-mode-map):
14183 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14184 (lisp-interaction-mode-map):
14185 * emacs-lisp/package.el (package-menu-mode-map):
14186 * epa.el (epa-key-list-mode-map):
14187 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14188 (menu-bar-options-menu):
14189 * outline.el (outline-mode-menu-bar-map):
14190 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14191 * vc/vc-dir.el (vc-dir-menu-map):
14192 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14193 Capitalize non-function content words in menu item strings.
14194
14195 * dired.el (dired-mode-map): Add menu item for
14196 `image-dired-dired-toggle-marked-thumbs'.
14197
14198 2011-09-18 Juri Linkov <juri@jurta.org>
14199
14200 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14201 to `isearch-case-fold-search' and restore its original value
14202 after the `isearch-mode' call.
14203
14204 2011-09-18 Juri Linkov <juri@jurta.org>
14205
14206 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14207 because `zgrep' returns 1 for successful matches (bug#9226).
14208
14209 2011-09-18 Juri Linkov <juri@jurta.org>
14210
14211 * info.el (Info-extract-menu-node-name): Check the second match
14212 for empty string (second test-case of bug#9528).
14213 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14214 intermediate nodes to the history (first test-case of bug#9528).
14215
14216 2011-09-18 Juri Linkov <juri@jurta.org>
14217
14218 * info.el (Info-mode-syntax-table): New variable.
14219 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14220
14221 2011-09-18 Juri Linkov <juri@jurta.org>
14222
14223 * info.el (Info-file-supports-index-cookies):
14224 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14225 outputs one more line for long file names (bug#4142).
14226
14227 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * newcomment.el (comment-normalize-vars): If prompting for
14230 comment-start, set comment-start-skip too (Bug#8424).
14231
14232 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14233
14234 * icomplete.el: Fix previous fix of Bug#5849.
14235 (icomplete-mode): Don't set completion-show-inline-help.
14236 (icomplete-minibuffer-setup): Set completion-show-inline-help
14237 locally during icompletion.
14238
14239 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14240
14241 * woman.el (woman2-process-escapes): Don't delete unrecognized
14242 escapes (Bug#7843).
14243
14244 * files.el (inhibit-first-line-modes-regexps): Add image files.
14245 (hack-local-variables-prop-line): Return nil for malformed
14246 prop-lines (Bug#9044).
14247
14248 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14249
14250 * net/tramp.el (top): Don't require 'shell.
14251 (tramp-methods): Fix docstring.
14252 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14253 Return complete remote file name. Handle "smb" case.
14254 Use `tramp-tmpdir', if defined for the respective method.
14255 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14256
14257 * net/tramp-compat.el (top): Require 'shell.
14258
14259 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14260 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14261 `tramp-current-host'.
14262 (tramp-get-remote-tmpdir): Remove.
14263
14264 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14265 `tramp-tmpdir' entries.
14266 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14267 (tramp-smb-handle-file-attributes): Ignore errors.
14268 (tramp-smb-wait-for-output): Check also for process end.
14269
14270 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14271
14272 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14273 when sending QUIT (bug#9312).
14274
14275 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14276
14277 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14278 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14279 occur-mode-display-occurrence.
14280 (occur-edit-mode): Add usage message.
14281 (occur-cease-edit): New command.
14282 (occur-after-change-function): Use text properties to find the
14283 position of the prefix text.
14284 (occur-engine): Set stickiness of prefix text properties.
14285
14286 2011-09-17 Glenn Morris <rgm@gnu.org>
14287
14288 * progmodes/etags.el (complete-tag):
14289 Fix call to completion-in-region. (Bug#9526)
14290
14291 2011-09-17 Juri Linkov <juri@jurta.org>
14292
14293 * textmodes/ispell.el (ispell-word): Add to the error message
14294 the word, ispell program name and current dictionary (bug#9121).
14295 (ispell-tex-arg-end): Capitalize "error" in the error message.
14296
14297 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14298
14299 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14300 check. (Bug#4251)
14301
14302 2011-09-17 Juri Linkov <juri@jurta.org>
14303
14304 * window.el (window-safe-min-height, window-safe-min-width):
14305 Fix typos (followup to bug#9522).
14306
14307 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14308
14309 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14310
14311 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14312
14313 * simple.el (line-move): If goal-column is set, move by logical
14314 lines, not by display lines. (Bug#971)
14315 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14316 to reflect the above change.
14317
14318 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * image.el (imagemagick-register-types): Use regexp-opt.
14321
14322 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14323
14324 * window.el (display-buffer-base-action): Rename from
14325 display-buffer-default-action. Make default value empty.
14326 (display-buffer-overriding-action): Convert to defvar.
14327 (display-buffer-fallback-action): New var.
14328
14329 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14330
14331 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14332 declaration.
14333 (package--add-to-archive-contents): If there is a duplicate entry
14334 with an older version, remove it.
14335 (package-menu-mark-delete, package-menu-mark-install)
14336 (package-menu-mark-unmark): Make unused args optional.
14337 (package-menu-mark-obsolete-for-deletion):
14338 Use package-menu-get-status instead of a regexp search.
14339 (package-menu-get-status): Use tabulated-list-entry.
14340 (package-menu-mark-upgrades): New command.
14341 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14342 (package-menu-execute): Do installation before deletion.
14343 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14344 instead of checking major-mode.
14345 (package-menu--find-upgrades): New function.
14346
14347 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14348
14349 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14350 passwords in the log buffer.
14351 (smtpmail-process-filter): Update the process marker so that the
14352 "broken by peer" status message is inserted in the right place.
14353
14354 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14355
14356 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14357 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14358 bibtex-completion-at-point-function.
14359 (bibtex-completion-at-point-function): Use them.
14360
14361 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14362
14363 * mpc.el (mpc-constraints-tag-lookup): New function.
14364 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14365 also to browser "album|playlist".
14366
14367 2011-09-14 Juri Linkov <juri@jurta.org>
14368
14369 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14370 (isearch-edit-string): Use length of `isearch-string' when
14371 `isearch-fail-pos' returns nil.
14372 (isearch-message): Remove duplicate code and call
14373 `isearch-fail-pos' with arg `t'.
14374
14375 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14376
14377 * replace.el (occur-mode-goto-occurrence): Don't force using other
14378 window (Bug#9499).
14379
14380 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14381
14382 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14383
14384 * window.el (display-buffer-window): Remove.
14385 (display-buffer-record-window): Use help-setup window parameter
14386 instead of variable display-buffer-window.
14387 (display-buffer-function, special-display-buffer-names)
14388 (special-display-function): Mention help-setup parameter instead
14389 of display-buffer-window in doc-string.
14390 * help.el (help-window-setup): New argument help-window.
14391 Use help-window-setup parameter instead of display-buffer-window.
14392 Reword some messages.
14393 (with-help-window): Pass window used for displaying the buffer
14394 to help-window-setup. Don't set display-buffer-window.
14395
14396 2011-09-13 Glenn Morris <rgm@gnu.org>
14397
14398 * emacs-lisp/debug.el (debugger-make-xrefs):
14399 Preserve point. (Bug#9462)
14400
14401 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14402
14403 * window.el (window-deletable-p): Use next-frame.
14404
14405 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14406
14407 * window.el (window-auto-delete): Remove.
14408 (window-deletable-p): Remove argument FORCE. Don't deal with
14409 dedication and previous buffers.
14410 (switch-to-prev-buffer): Don't delete window.
14411 (delete-windows-on): Delete a window's frame if and only if the
14412 window is dedicated.
14413 (replace-buffer-in-windows): Delete buffer's window or frame if
14414 and only if window is dedicated.
14415 (quit-window): Handle quit-restore as before last change.
14416 (bury-buffer): Delete window only if window-deletable-p returns t.
14417
14418 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14419
14420 * window.el (window-deletable-p): Never delete the last frame on a
14421 given terminal.
14422
14423 2011-09-13 Glenn Morris <rgm@gnu.org>
14424
14425 * help.el (describe-key-briefly): Copy previous standard-output change.
14426
14427 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14428
14429 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14430
14431 2011-09-13 Glenn Morris <rgm@gnu.org>
14432
14433 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14434 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14435
14436 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14437
14438 * dired-aux.el (dired-mark-read-string): Don't return default
14439 value on empty input (Bug#9361).
14440 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14441 Omit initial minibuffer contents.
14442 (dired-do-chmod): Signal an error on empty input.
14443 (dired-mark-read-string): Don't return default on empty input.
14444
14445 * files.el (file-modes-symbolic-to-number): Doc fix.
14446
14447 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * international/mule-cmds.el (ucs-completions): Remove.
14450 (read-char-by-name): Use complete-with-action instead; add metadata.
14451
14452 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14453
14454 * window.el (display-buffer--action-function-custom-type)
14455 (display-buffer--action-custom-type): New vars.
14456 (display-buffer-alist, display-buffer-default-action)
14457 (display-buffer-overriding-action): Add defcustom types.
14458
14459 * frame.el (delete-other-frames): Doc fix (Bug#276).
14460
14461 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14462
14463 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14464
14465 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14466
14467 Change modes that used same-window-* vars to use switch-to-buffer.
14468
14469 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14470 Use switch-to-buffer.
14471
14472 * cus-edit.el (customize-group, custom-buffer-create)
14473 (customize-browse, custom-buffer-create-other-window):
14474 Use switch-to-buffer or switch-to-buffer-other-window.
14475
14476 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14477 (Info-prev, Info-up, Info-speedbar-goto-node)
14478 (info-display-manual): Use switch-to-buffer.
14479 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14480
14481 * mail/sendmail.el (mail): Use switch-to-buffer.
14482 (mail-recover): Use switch-to-buffer-other-window.
14483
14484 * cmuscheme.el (run-scheme, switch-to-scheme):
14485 * ielm.el (ielm):
14486 * shell.el (shell):
14487 * net/rlogin.el (rlogin):
14488 * net/telnet.el (telnet, rsh):
14489 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14490
14491 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14492
14493 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14494
14495 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14496
14497 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14498 so don't mention it (bug#9301).
14499 (dired-sort-toggle-or-edit): Clarify string further.
14500
14501 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14502 match `x', `w32' and `ns', like the manual says (bug#9029).
14503
14504 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14505 (process-kill-buffer-query-function): Mention the buffer name in
14506 the query.
14507
14508 * image-mode.el (image-next-line): The line parameter is mandatory
14509 (bug#9258).
14510
14511 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14512 which can be useful (bug#9301).
14513
14514 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14515
14516 * subr.el (match-string): Mention that the current buffer should
14517 be the same as the search was done in (bug#9282).
14518
14519 * facemenu.el: Disable the remove-* commands if the mark isn't
14520 active (bug#9162).
14521
14522 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14523
14524 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14525 of display-buffer.
14526 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14527
14528 * replace.el (occur-mode-goto-occurrence)
14529 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14530 and display-buffer.
14531
14532 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14533 display-buffer.
14534
14535 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14536 special-display and same-window variables.
14537 (mail-other-window): Use switch-to-buffer-other-window.
14538 (mail-other-frame): USe switch-to-buffer-other-frame.
14539
14540 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14541 Use display-buffer-other-frame.
14542 (gdb-display-gdb-buffer): Use pop-to-buffer.
14543
14544 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14545
14546 * progmodes/python.el: Don't set same-window-buffer-names.
14547
14548 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14549
14550 * window.el (display-buffer-alist): Add *Python*.
14551
14552 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14553
14554 * window.el (display-buffer-alist): Add entry for buffers
14555 previously handled same-window-*.
14556 (display-buffer-alist, display-buffer-default-action)
14557 (display-buffer-overriding-action): Mark as risky.
14558 (display-buffer-alist): Document action function changes.
14559 (display-buffer--same-window-action)
14560 (display-buffer--other-frame-action): New variables.
14561 (switch-to-buffer, display-buffer-other-frame): Use them.
14562 (display-buffer): Rename reuse-frame entry to reusable-frames.
14563 (display-buffer-reuse-selected-window): Function deleted.
14564 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14565 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14566 (display-buffer-special): New function.
14567 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14568 display-buffer-reuse-or-pop-window. Split off special-display
14569 part into display-buffer-special.
14570 (display-buffer-use-some-window): Don't perform any special
14571 pop-up-frames handling.
14572 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14573 (display-buffer--maybe-same-window): Rename from
14574 display-buffer-maybe-same-window.
14575
14576 * info.el: Don't set same-window-regexps.
14577 (info-setup): New function.
14578 (info-other-window, info): Call it.
14579
14580 * cus-edit.el: Don't set same-window-regexps.
14581 (customize-group): New argument.
14582 (customize-group-other-window): Use it.
14583 (customize-face, customize-face-other-window): Likewise.
14584 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14585
14586 * net/rlogin.el:
14587 * net/telnet.el:
14588 * progmodes/gud.el: Don't set same-window-regexps.
14589
14590 * cmuscheme.el:
14591 * ielm.el:
14592 * shell.el:
14593 * mail/sendmail.el:
14594 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14595
14596 2011-09-10 Juri Linkov <juri@jurta.org>
14597
14598 * isearch.el (isearch-edit-string): Remove obsolete mention of
14599 `C-w' (`isearch-yank-word-or-char') from docstring.
14600 (isearch-query-replace): Fix typo in docstring (bug#9466).
14601
14602 2011-09-10 Juri Linkov <juri@jurta.org>
14603
14604 * paren.el (show-paren-function): Don't show escaped parens.
14605 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14606
14607 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14608
14609 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14610 (mm-default-file-encoding): Remove autoload forms, they are
14611 replaced with autoload cookies in mml.el and mm-encode.el.
14612 (mail-add-attachment): New command.
14613 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14614 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14615 the doc string.
14616 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14617
14618 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14619
14620 * simple.el (count-words-region): Use buffer if there's no region
14621 (bug#9429).
14622
14623 2011-09-09 Juri Linkov <juri@jurta.org>
14624
14625 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14626 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14627 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14628
14629 2011-09-09 Alan Mackenzie <acm@muc.de>
14630
14631 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14632 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14633
14634 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14635
14636 Fix for Savannah bug#9392.
14637 * simple.el (mail-encode-mml): New defvar.
14638
14639 * mail/rmail.el (mail-encode-mml): Add a defvar.
14640 (rmail-enable-mime-composing): Default to t.
14641 (rmail-forward): Use MIME method of forwarding only if both
14642 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14643 Set mail-encode-mml non-nil if the MIME method was used.
14644
14645 * mail/sendmail.el (mml-to-mime): Add autoload form.
14646 (mail-encode-mml): Add a defvar.
14647 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14648 to nil.
14649 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14650 message through mml-to-mime, and reset mail-encode-mml to nil.
14651
14652 2011-09-09 Glenn Morris <rgm@gnu.org>
14653
14654 * woman.el (woman-if-body): When processing an .el block,
14655 do not delete the next .el block as well. (Bug#9447)
14656 (woman-special-characters): Add oq, cq, and hy characters.
14657
14658 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14659
14660 * window.el (window-deletable-p): Make sure window is live before
14661 invoking window-prev-buffers.
14662
14663 2011-09-08 Leo Liu <sdl.web@gmail.com>
14664
14665 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14666
14667 2011-09-08 Juri Linkov <juri@jurta.org>
14668
14669 * progmodes/compile.el (compilation-environment): Make it
14670 a defcustom (bug#8340).
14671
14672 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14673
14674 * window.el (frame-auto-delete): Rename to window-auto-delete.
14675 Make it control auto-deletion of windows and/or frames.
14676 (window-deletable-p): New argument FORCE. Rewrite conditions
14677 for deleting window/frame. (Bug#9419)
14678 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14679 Rewrite handling of case when window/frame can be deleted.
14680 (delete-windows-on): Call window-deletable-p with new FORCE
14681 argument t. (Bug#9456)
14682
14683 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14684
14685 * help-mode.el (help-mode): Restore autoload.
14686
14687 2011-09-07 Juri Linkov <juri@jurta.org>
14688
14689 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14690 `compilation-environment'. Set buffer-local
14691 `compilation-environment' to `thisenv' later after (funcall mode).
14692 (Bug#8340)
14693
14694 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14695 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14696 instead of replacing its value. (Bug#8340)
14697
14698 2011-09-07 Juri Linkov <juri@jurta.org>
14699
14700 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14701 based on text properties put by `grep-filter' instead of matching
14702 escape sequences.
14703 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14704 to the value of `grep-error-screen-columns' (bug#9438).
14705
14706 2011-09-07 Juri Linkov <juri@jurta.org>
14707
14708 * simple.el (next-error-highlight, next-error-highlight-no-select):
14709 Doc fix (bug#9432).
14710
14711 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14712
14713 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14714 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14715
14716 2011-09-07 Leo Liu <sdl.web@gmail.com>
14717
14718 * net/rcirc.el (rcirc-mode): Conditionally initialize
14719 rcirc-input-ring.
14720
14721 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * emacs-lisp/find-func.el (find-function-C-source): Only set
14724 find-function-C-source-directory after checking that we found a source
14725 file there (bug#9440).
14726
14727 2011-09-06 Alan Mackenzie <acm@muc.de>
14728
14729 * isearch.el (isearch-other-meta-char): Wherever a key list is
14730 unread, "unread" the prefix arg, too. This fixes bug #8901.
14731
14732 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14733
14734 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14735
14736 2011-09-05 Juri Linkov <juri@jurta.org>
14737
14738 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14739
14740 2011-09-05 Juri Linkov <juri@jurta.org>
14741
14742 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14743 keeping point where processing of grep matches begins, and
14744 continue to delete remaining escape sequences from the same point.
14745 (grep-filter): Make leading zero optional in "0?1;31m" because
14746 git-grep emits "\033[1;31m" escape sequences unlike expected
14747 "\033[01;31m" as GNU Grep does (bug#9408).
14748 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14749
14750 2011-09-05 Juri Linkov <juri@jurta.org>
14751
14752 * subr.el (y-or-n-p): Capitalize "yes".
14753
14754 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14755
14756 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14757 `tramp-cache-unload-hook' where appropriate.
14758 (tramp-methods): Rename `tramp-remote-sh' to
14759 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14760 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14761
14762 * net/tramp-sh.el (top): Don't require 'shell.
14763 (tramp-methods): Add `tramp-remote-shell' and
14764 `tramp-remote-shell-args' entries.
14765 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14766 (tramp-sh-handle-shell-command): Remove.
14767 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14768 Use `tramp-remote-shell'.
14769
14770 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14771
14772 * mail/sendmail.el (sendmail-query-once-function): Delete.
14773 (sendmail-query-once): Save directly to send-mail-function.
14774 Update message-send-mail-function too.
14775
14776 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14777
14778 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14779
14780 * progmodes/python.el (python-mode-map): Use correct function to
14781 start python interpreter from menu-bar (as reported by Geert
14782 Kloosterman).
14783 (inferior-python-mode-map): Fix typo.
14784 (python-shell-map): Remove.
14785
14786 2011-09-03 Deniz Dogan <deniz@dogan.se>
14787
14788 * net/rcirc.el (rcirc-print): Simplify code for
14789 rcirc-scroll-show-maximum-output. There is no need to walk
14790 through all windows to find the right one.
14791
14792 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14793
14794 * help.el (help-return-method): Doc fix.
14795
14796 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14797
14798 * window.el (window-deletable-p): Don't return a non-nil value
14799 when there's a buffer that was shown in the window before.
14800 (Bug#9419)
14801 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14802 Set window's previous buffers to nil.
14803
14804 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14805
14806 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14807 newline before and after the tag line, so it doesn't interfere
14808 with determining the paragraph direction of bidirectional text.
14809
14810 2011-09-03 Leo Liu <sdl.web@gmail.com>
14811
14812 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14813
14814 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14815
14816 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14817 (pop-to-buffer): Change interactive spec. Pass second argument
14818 directly to display-buffer.
14819 (display-buffer): Fix interactive spec. Use functionp to
14820 distinguish between a function and a list of functions.
14821
14822 * abbrev.el (edit-abbrevs):
14823 * arc-mode.el (archive-extract):
14824 * autoinsert.el (auto-insert):
14825 * bookmark.el (bookmark-bmenu-list):
14826 * files.el (find-file):
14827 * view.el (view-buffer):
14828 * progmodes/compile.el (compilation-goto-locus):
14829 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14830
14831 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14832
14833 * window.el (display-buffer-alist): Doc fix.
14834 (display-buffer): Add docstring. Don't treat
14835 display-buffer-default specially.
14836 (display-buffer-reuse-selected-window)
14837 (display-buffer-same-window, display-buffer-maybe-same-window)
14838 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14839 (display-buffer-pop-up-window)
14840 (display-buffer-reuse-or-pop-window)
14841 (display-buffer-use-some-window): New functions.
14842 (display-buffer-default-action): Use them.
14843 (display-buffer-default): Delete.
14844 (pop-to-buffer-1): Fix choice of actions.
14845
14846 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14847
14848 * minibuffer.el (completion--insert-strings): Don't get confused by
14849 completion entries that end with an LF char.
14850
14851 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14852
14853 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14854
14855 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14856
14857 * window.el (display-buffer): Restore interactive spec.
14858 (display-buffer-same-window, display-buffer-other-window):
14859 New functions.
14860 (pop-to-buffer-1): New function. Use the above.
14861 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14862 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14863
14864 * view.el (view-buffer-other-window, view-buffer-other-frame):
14865 Just use pop-to-buffer.
14866
14867 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14868
14869 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14870
14871 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14872
14873 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14874
14875 2011-08-31 Richard Stallman <rms@gnu.org>
14876
14877 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14878 of the separation of rmail-view-buffer from rmail-buffer.
14879 If you say no to "replace original", the decrypt is in the
14880 view buffer. If you say yes, the decrypt goes into the
14881 rmail buffer also.
14882
14883 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14884
14885 * window.el (display-buffer-window): Rewrite doc-string.
14886 (display-buffer-record-window): New function.
14887 (display-buffer-macro-specifiers)
14888 (display-buffer-even-window-sizes, display-buffer-set-height)
14889 (display-buffer-set-width, display-buffer-in-window)
14890 (display-buffer-reuse-window, display-buffer-split-specifiers)
14891 (display-buffer-side-specifiers, display-buffer-split-window-1)
14892 (display-buffer-split-window, display-buffer-split-atom-window)
14893 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14894 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14895 (display-buffer-other-window-means-other-frame)
14896 (display-buffer-normalize-special)
14897 (display-buffer-normalize-default)
14898 (display-buffer-normalize-argument)
14899 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14900 (display-buffer-normalize-specifiers, display-buffer-frame)
14901 (display-buffer-same-window, display-buffer-same-frame)
14902 (display-buffer-other-window)
14903 (display-buffer-same-frame-other-window)
14904 (display-buffer-other-frame, pop-to-buffer-same-window)
14905 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14906 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14907 (switch-to-buffer-same-frame)
14908 (switch-to-buffer-other-window-same-frame)
14909 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14910 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14911 (display-buffer-alist-set): Remove.
14912 (display-buffer-function, special-display-buffer-names)
14913 (special-display-regexps, special-display-function):
14914 In doc-string refer to display-buffer-window and quit-restore
14915 parameter.
14916 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14917 (special-display-frame-alist, special-display-popup-frame)
14918 (same-window-buffer-names, same-window-regexps, same-window-p)
14919 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14920 (split-window-preferred-function, split-height-threshold)
14921 (split-width-threshold, window-splittable-p)
14922 (split-window-sensibly, window--try-to-split-window)
14923 (window--frame-usable-p, even-window-heights)
14924 (window--even-window-heights, window--display-buffer-1)
14925 (window--display-buffer-2, display-buffer-other-frame):
14926 Restore old Emacs 23 code, order and doc-strings where applicable.
14927 (display-buffer-default, display-buffer-assq-regexp): New functions.
14928 (display-buffer-alist): Rewrite doc-string.
14929 (display-buffer-default-action)
14930 (display-buffer-overriding-action): New variables.
14931 (display-buffer, switch-to-buffer): Rewrite.
14932 (pop-to-buffer): Restore Emacs 23 behavior but use
14933 window-normalize-buffer-to-display.
14934 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14935 Restore Emacs 23 behavior but use
14936 window-normalize-buffer-to-switch-to.
14937 (pop-to-buffer-same-window): Rewrite.
14938 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14939 Rewrite using Emacs 23 options.
14940
14941 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14942
14943 * net/tramp.el (tramp-root-regexp): Remove.
14944 (tramp-completion-file-name-regexp-unified)
14945 (tramp-completion-file-name-regexp-separate)
14946 (tramp-completion-file-name-regexp-url): Don't use leading volume
14947 letter on w32 systems. (Bug#5303, Bug#9311)
14948 (tramp-drop-volume-letter): Simplify definition.
14949 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14950
14951 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14952
14953 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14954 (bug#9356).
14955
14956 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14957
14958 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14959
14960 2011-08-29 Juri Linkov <juri@jurta.org>
14961
14962 * isearch.el (isearch-done): Don't display message "Mark saved"
14963 when arg `edit' is non-nil to prevent its flicker in the echo area.
14964
14965 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14966
14967 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14968 obsolete packages for deletion.
14969
14970 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14971
14972 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14973 (help-mode): Derive help-mode from special-mode. Don't invoke
14974 view-mode from help-mode.
14975 (help-xref-override-view-map): Remove.
14976 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14977 view-mode is not used anymore.
14978
14979 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14980
14981 * server.el (server-port): Doc fix.
14982
14983 * cus-theme.el (custom-theme-choose-mode): Inherit from
14984 special-mode (Bug#9124).
14985 (custom-theme-choose-mode-map): Add special-mode to parent.
14986
14987 2011-08-28 Alan Mackenzie <acm@muc.de>
14988
14989 * progmodes/cc-fonts.el
14990 (c-make-font-lock-BO-decl-search-function): New function.
14991 (c-basic-matchers-after - "Fontify the clauses after various
14992 keywords"): Extract the three keyword lists for the 3 erroneous
14993 constructs from the list of four, and use the new function above
14994 in place of an old one.
14995
14996 2011-08-28 Deniz Dogan <deniz@dogan.se>
14997
14998 * net/rcirc.el (rcirc-insert-prev-input)
14999 (rcirc-insert-next-input): Remove unused argument.
15000
15001 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15004
15005 2011-08-27 Alan Mackenzie <acm@muc.de>
15006
15007 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15008 handle function pointer parameters properly.
15009
15010 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15011
15012 * window.el (display-buffer-reuse-window): Fix case where
15013 selected window was reused with non-nil OTHER-WINDOW argument.
15014 (Bug#9381)
15015
15016 2011-08-27 Deniz Dogan <deniz@dogan.se>
15017
15018 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15019 oftc's NickServ messages.
15020
15021 2011-08-27 Glenn Morris <rgm@gnu.org>
15022
15023 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15024
15025 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15026
15027 * emacs-lisp/package.el (package-install): Call package-initialize
15028 if called interactively.
15029
15030 2011-08-26 Leo Liu <sdl.web@gmail.com>
15031
15032 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15033
15034 2011-08-25 Juri Linkov <juri@jurta.org>
15035
15036 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15037 `search-whitespace-regexp' (bug#9364).
15038
15039 2011-08-25 Juri Linkov <juri@jurta.org>
15040
15041 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15042 `regexp-search-ring' to their global values to protect from
15043 updating by `read-from-minibuffer' (bug#9185).
15044
15045 2011-08-25 Juri Linkov <juri@jurta.org>
15046
15047 * textmodes/ispell.el (ispell-command-loop): Add newline
15048 at the end of the "Use option `i'..." line.
15049
15050 2011-08-25 Juri Linkov <juri@jurta.org>
15051
15052 * battery.el (display-battery-mode): If `battery-status-function'
15053 or `battery-mode-line-format' is nil, display the message and set
15054 `display-battery-mode' to nil (bug#9363).
15055
15056 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15057
15058 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15059 bidi-string-mark-left-to-right; they are unnecessary now.
15060
15061 2011-08-25 Deniz Dogan <deniz@dogan.se>
15062
15063 * net/quickurl.el: Documentation typo fixes.
15064
15065 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15066
15067 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15068
15069 2011-08-25 Glenn Morris <rgm@gnu.org>
15070
15071 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15072
15073 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15074 (smtpmail-via-smtp): Handle nil response from smtp.
15075
15076 2011-08-24 Juri Linkov <juri@jurta.org>
15077
15078 * proced.el (proced-marked): Inherit from `error' instead of
15079 `font-lock-warning-face'.
15080
15081 * ibuffer.el (ibuffer-marked-face): Change default face from
15082 `font-lock-warning-face' to `warning'.
15083 (ibuffer-deletion-face): Change default face from
15084 `font-lock-type-face' to `error'.
15085
15086 * battery.el (battery-update): Use the face `error' instead of
15087 `font-lock-warning-face' (bug#6117).
15088
15089 2011-08-24 Juri Linkov <juri@jurta.org>
15090
15091 * faces.el (success): Change face color from "Green3" to
15092 "ForestGreen" on light background (bug#9353).
15093
15094 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15095
15096 * window.el (quit-window): Rename from quit-restore-window.
15097 Use same arglist as old quit-window.
15098 (frame-auto-delete): Doc fix.
15099
15100 * view.el (view-mode-exit): Use quit-window.
15101
15102 2011-08-24 Juri Linkov <juri@jurta.org>
15103
15104 * isearch.el (isearch-ring-adjust1): Start visiting previous
15105 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15106 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15107 for empty search string (when the last search string is reused
15108 automatically) to adjust the isearch ring to the last element and
15109 prepare the correct index for further M-p commands (bug#9185).
15110
15111 2011-08-24 Kenichi Handa <handa@m17n.org>
15112
15113 * international/ucs-normalize.el: If decomposition property of
15114 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15115 nil.
15116 (nfd, nfkd): Likewise.
15117
15118 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15121 from process filters aren't reliably transmitted to the surrounding
15122 accept-process-output.
15123 (mpc-proc-check): New function.
15124 (mpc-proc-sync): Use it (bug#8293)
15125
15126 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15129 Add compatibility functions (bug#9313).
15130
15131 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15132
15133 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15134
15135 * international/uni-bidi.el: Regenerate.
15136
15137 2011-08-23 Kenichi Handa <handa@m17n.org>
15138
15139 * international/charprop.el:
15140 * international/uni-bidi.el:
15141 * international/uni-category.el:
15142 * international/uni-combining.el:
15143 * international/uni-comment.el:
15144 * international/uni-decimal.el:
15145 * international/uni-decomposition.el:
15146 * international/uni-digit.el:
15147 * international/uni-lowercase.el:
15148 * international/uni-mirrored.el:
15149 * international/uni-name.el:
15150 * international/uni-numeric.el:
15151 * international/uni-old-name.el:
15152 * international/uni-titlecase.el:
15153 * international/uni-uppercase.el: Regenerate.
15154
15155 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15156
15157 * help.el (help-window-setup): Fix message displayed when other
15158 window is reused. (Bug#9341)
15159
15160 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15163 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15164
15165 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15166 Mark obsolete.
15167 * shell.el (shell-parse-pcomplete-arguments): New function.
15168 (shell-completion-vars): Use it instead (bug#9160).
15169
15170 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15173 strings and comments (bug#9333).
15174
15175 * emacs-lisp/debug.el (debug-arglist): New function.
15176 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15177 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15178
15179 2011-08-22 Juri Linkov <juri@jurta.org>
15180
15181 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15182 Revert regexp that highlights output switches to its old
15183 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15184
15185 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15186 to check for empty output (bug#9226).
15187
15188 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15189
15190 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15191 symbol-constituent as the default, as that stops font-lock from
15192 working properly (Bug#8843).
15193
15194 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15195
15196 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15197 `coding-system-for-*' around the process open call to avoid
15198 auth-source side effects.
15199 (smtpmail-try-auth-methods): Expand the secret password.
15200 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15201 probe hangs.
15202
15203 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15204
15205 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15206
15207 * emacs-lisp/find-func.el (find-function-noselect): New arg
15208 lisp-only.
15209
15210 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15211 signal an error for built-in functions (Bug#6664).
15212
15213 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15214
15215 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15216 (smtpmail-try-auth-methods): Use it.
15217
15218 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15219
15220 * font-lock.el (font-lock-fontify-region)
15221 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15222 (font-lock-default-unfontify-buffer)
15223 (font-lock-default-fontify-region)
15224 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15225
15226 * progmodes/compile.el (compilation-error-properties):
15227 Fix confusion between file struct and message struct (Bug#9319).
15228 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15229 `ant' regexp.
15230
15231 * net/browse-url.el (browse-url-firefox): Don't call
15232 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15233
15234 2011-08-20 Glenn Morris <rgm@gnu.org>
15235
15236 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15237
15238 * tutorial.el (tutorial--default-keys): Update some default bindings.
15239
15240 * files.el (hack-local-variables): Fully ignore case for "mode:".
15241
15242 2011-08-20 Alan Mackenzie <acm@muc.de>
15243
15244 Resolve invalid use of a regexp in regexp-opt.
15245
15246 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15247 detection for a java annotation.
15248
15249 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15250 detection for a java annotation.
15251
15252 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15253 handling for java.
15254 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15255
15256 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15257
15258 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15259 (Bug#9274).
15260
15261 2011-08-20 Alan Mackenzie <acm@muc.de>
15262
15263 Fontify CPP expressions correctly when starting in the middle of
15264 such a construct. Mainly for when jit-lock etc. starts a chunk
15265 here.
15266
15267 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15268 variable.
15269 (c-make-font-lock-search-form): New function, extracted from
15270 c-make-font-lock-search-function.
15271 (c-make-font-lock-search-function): Use the above function.
15272 (c-make-font-lock-context-search-function): New function.
15273 (c-cpp-matchers): Enhance the preprocessor expression case with
15274 the above function
15275 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15276 which takes an expression.
15277
15278 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15279
15280 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15281
15282 * window.el (display-buffer-reuse-window)
15283 (display-buffer-pop-up-window): Don't reuse or split a side
15284 window.
15285
15286 2011-08-19 Glenn Morris <rgm@gnu.org>
15287
15288 * files.el (hack-local-variables-prop-line, hack-local-variables):
15289 Downcase "Mode:". (Bug#9331)
15290
15291 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15292
15293 * international/characters.el: Add L and R categories.
15294
15295 * subr.el (bidi-string-mark-left-to-right): Rename from
15296 string-mark-left-to-right. Use category search.
15297
15298 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15299
15300 2011-08-18 Juri Linkov <juri@jurta.org>
15301
15302 * faces.el (error, warning, success): New faces with definitions
15303 copied from old default values of `font-lock-warning-face',
15304 `compilation-warning', `compilation-info' (bug#6117).
15305
15306 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15307
15308 * progmodes/compile.el (compilation-error): Inherit from `error'.
15309 (compilation-warning): Inherit from `warning'.
15310 (compilation-info): Inherit from `success'.
15311
15312 * dired.el (dired-marked): Inherit from `warning'.
15313 (dired-flagged): Inherit from `error'.
15314
15315 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15316
15317 * mail/smtpmail.el (auth-source): Require to avoid problems with
15318 binding variables (bug#9298). Also clean up some unused
15319 autoloads.
15320
15321 * net/network-stream.el (network-stream-open-starttls):
15322 Support using starttls.el without using gnutls-cli.
15323
15324 2011-08-17 Juri Linkov <juri@jurta.org>
15325
15326 * progmodes/grep.el (rgrep): Handle the case when
15327 `grep-find-command' is a cons cell (bug#9278).
15328
15329 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15330
15331 * window.el (display-buffer-pop-up-frame): Run frame creation
15332 function with BUFFER current (as special-display-popup-frame
15333 does). Reported by Drew Adams.
15334
15335 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15336
15337 * epa-mail.el: Simplify GnuPG group expansion using
15338 epg-expand-group.
15339 (epa-mail-group-alist, epa-mail-group-modtime)
15340 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15341 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15342 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15343 Remove.
15344
15345 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15346
15347 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15348
15349 2011-08-16 Alan Mackenzie <acm@muc.de>
15350
15351 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15352 Correct, to avoid the inside of macros.
15353
15354 2011-08-16 Richard Stallman <rms@gnu.org>
15355
15356 * epa-mail.el: Handle GnuPG group definitions.
15357 (epa-mail-group-alist, epa-mail-group-modtime)
15358 (epa-mail-gnupg-conf-file): New variables.
15359 (epa-mail-parse-groups, epa-mail-sync-groups)
15360 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15361 (epa-mail-expand-recipients): New functions.
15362 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15363
15364 * mail/rmail.el (rmail-epa-decrypt): New command.
15365
15366 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15367 Don't bind buffer-read-only, just inhibit-read-only.
15368 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15369 (epa-decrypt-armor-in-region): Make error message clearer.
15370
15371 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15372
15373 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15374 and "a2b" to "ab" for `prefix'.
15375
15376 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15377
15378 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15379 filter groups.
15380 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15381 Fourquet (Bug#8804).
15382
15383 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15384
15385 * startup.el (argi): Declare as global variable (bug#9275).
15386
15387 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15388
15389 * subr.el (string-mark-left-to-right): Search the entire string
15390 for RTL script, not just the terminating character. Doc fix.
15391
15392 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15395 New function.
15396 (js--regexp-literal, js-syntax-propertize-function): Remove.
15397 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15398 (js-mode-map): Don't rebind electric keys.
15399 (js-insert-and-indent): Remove.
15400 (js-mode): Setup electric-layout and electric-indent instead.
15401
15402 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15403
15404 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15405
15406 * epa.el (epa-progress-callback-function): Fix the logic of
15407 displaying progress.
15408 * epa-file.el (epa-file-insert-file-contents): Make progress
15409 display more user-friendly.
15410 (epa-file-write-region): Ditto.
15411
15412 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15413
15414 * subr.el (string-mark-left-to-right): New function.
15415
15416 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15417 Use string-mark-left-to-right.
15418 (list-buffers-noselect): Caller changed.
15419
15420 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15421 Use string-mark-left-to-right.
15422 (tabulated-list-print): Recenter after moving point.
15423
15424 2011-08-10 Juri Linkov <juri@jurta.org>
15425
15426 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15427 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15428 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15429
15430 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15431
15432 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15433 (Bug#7554).
15434
15435 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15436
15437 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15438 character. (Bug#6594)
15439
15440 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15441
15442 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15443 (image-dired--with-db-file): New macro.
15444 (image-dired-write-tags, image-dired-remove-tag)
15445 (image-dired-create-gallery-lists, image-dired-write-comments)
15446 (image-dired-get-comment, image-dired-mark-tagged-files)
15447 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15448 (image-dired-gallery-generate): Use insert-file-contents.
15449
15450 * time.el (display-time-world-list, display-time-world-display):
15451 * time-stamp.el (time-stamp-string):
15452 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15453 set-time-zone-rule (Bug#7337).
15454
15455 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15456
15457 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15458 (epg-error-to-string, epg-errors-to-string): New function.
15459 (epg-wait-for-completion): Reverse errors list.
15460 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15461 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15462 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15463 (epg-sign-keys, epg-generate-key-from-file)
15464 (epg-generate-key-from-string): Format errors by using
15465 epg-errors-to-string (bug#9255).
15466 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15467
15468 2011-08-07 Juri Linkov <juri@jurta.org>
15469
15470 * faces.el (list-faces-display): Remove extra angle bracket
15471 from `help-mode-map'.
15472
15473 * info.el (Info-history-toc-nodes): Doc fix.
15474
15475 * longlines.el (longlines-mode): Doc fix.
15476
15477 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15478
15479 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15480 of statements and in a few more cases (bug#9183).
15481
15482 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15483 New functions.
15484 (cl-transform-lambda): Use them (bug#9239).
15485
15486 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15487
15488 * window.el (display-buffer-same-window)
15489 (display-buffer-same-frame, display-buffer-other-window)
15490 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15491 (pop-to-buffer-other-window)
15492 (pop-to-buffer-same-frame-other-window)
15493 (pop-to-buffer-other-frame): Make them defuns.
15494 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15495
15496 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15497
15498 * subr.el (make-composed-keymap): Move from C. Change calling
15499 convention, and improve docstring to bring attention to a subtle point.
15500 * minibuffer.el (completing-read-default): Adjust accordingly.
15501
15502 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15503
15504 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15505 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15506
15507 * net/trampver.el: Update release number.
15508
15509 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15510
15511 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15512 "in" (bug#9190).
15513
15514 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15515
15516 * mail/sendmail.el (sendmail-query-once): Restore the current
15517 buffer after querying (bug#9074).
15518
15519 * dired.el (dired-flagged): Use different faces for marked and
15520 flagged files (bug#6117).
15521
15522 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15523 (bug#4433).
15524
15525 * ido.el (ido-mode): Switch off the message if called
15526 non-interactively.
15527
15528 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15529 before 587, since it appears that that's more likely to work for
15530 more people.
15531
15532 * cus-edit.el (custom-file): When running under emacs -q, always
15533 refuse to save the customizations, even if the .emacs file doesn't
15534 exist.
15535
15536 * info.el: Remove the `Info-beginning-of-buffer' function
15537 (bug#8325).
15538
15539 * net/network-stream.el (network-stream-open-starttls):
15540 Use `starttls-available-p' to see whether starttls.el can be used.
15541
15542 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15543
15544 * window.el (display-buffer-in-window): Don't set dedicated status
15545 of window here (Bug#9215).
15546 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15547 (display-buffer-pop-up-side-window)
15548 (display-buffer-in-side-window): Set dedicated status of window here.
15549
15550 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15553 before binding generated-autoload-file.
15554
15555 2011-08-01 Deniz Dogan <deniz@dogan.se>
15556
15557 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15558
15559 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15560
15561 Sync with Tramp 2.2.2.
15562
15563 * net/trampver.el: Update release number.
15564
15565 2011-07-30 Juri Linkov <juri@jurta.org>
15566
15567 * dired-aux.el (dired-touch-initial): Remove function.
15568 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15569 current time, and `default' to the last modification time of the
15570 current marked file (bug#6887).
15571
15572 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15573
15574 * simple.el (goto-line): Use string-to-number to provide a
15575 numeric argument to read-number (bug#9163).
15576
15577 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15578
15579 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15580 connection process, it could be nil.
15581
15582 2011-07-27 Leo Liu <sdl.web@gmail.com>
15583
15584 Simplify url handling in rcirc-mode.
15585
15586 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15587 (rcirc-browse-url-at-mouse): Remove.
15588 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15589
15590 2011-07-26 Alan Mackenzie <acm@muc.de>
15591
15592 Fontify bitfield declarations properly.
15593
15594 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15595 (c-symbol-chars): Now exported as a lang variable.
15596 (c-not-primitive-type-keywords): New lang variable.
15597
15598 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15599 QT keyword "more" to prevent "more slots: ...." being spuriously
15600 parsed as a bitfield declaration.
15601
15602 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15603 Refactor and enhance to handle bitfield declarations.
15604 (c-punctuation-in): New function.
15605 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15606 declarations properly.
15607
15608 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15609
15610 * calendar/icalendar.el (icalendar--all-events): Take care of
15611 multiple vcalendars in a single file.
15612 (icalendar--convert-float-to-ical): Checkdoc fixes.
15613
15614 2011-07-25 Deniz Dogan <deniz@dogan.se>
15615
15616 * image.el (insert-image): Clarifying docstring.
15617
15618 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15619
15620 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15621 `tramp-send-command-and-check' if there is no error.
15622 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15623
15624 2011-07-22 Alan Mackenzie <acm@muc.de>
15625
15626 Prevent cc-langs.elc being loaded at run time.
15627
15628 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15629 cc-langs.
15630
15631 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15632 "(require 'cc-langs)". Quote a form so it will evaluate at
15633 (cc-mode's) compilation time.
15634
15635 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15636
15637 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15638 loading. (Bug#9114)
15639
15640 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15641
15642 * window.el (display-buffer-pop-up-window)
15643 (display-buffer-pop-up-side-window)
15644 (display-buffer-in-side-window): Call display-buffer-set-height
15645 and display-buffer-set-width after setting the new window's
15646 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15647
15648 2011-07-20 Sam Steingold <sds@gnu.org>
15649
15650 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15651 (etags-tags-included-tables): Call `convert-standard-filename' on
15652 the file names contained in TAGS so that windows Emacs can handle
15653 TAGS files created by cygwin ctags.
15654
15655 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15656
15657 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15658 which apparently didn't work.
15659
15660 2011-07-19 Roland Winkler <winkler@gnu.org>
15661
15662 * proced.el (proced-send-signal): For *Marked Processes* buffer
15663 put point at beginning of buffer.
15664
15665 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15666
15667 * proced.el (proced-format): Make header lines align with the text
15668 (bug#1779).
15669
15670 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15671
15672 * view.el (view-buffer): Allow running in `special' modes if we're
15673 visiting a file (bug#8615).
15674
15675 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15676
15677 * window.el (display-buffer-alist-of-strings-p)
15678 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15679 New functions.
15680 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15681 more accurately.
15682
15683 2011-07-18 Alan Mackenzie <acm@muc.de>
15684
15685 Fontify declarators properly when, e.g., a jit-lock chunk begins
15686 inside a declaration.
15687
15688 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15689
15690 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15691 New function.
15692 (c-complex-decl-matchers): Insert reference to
15693 c-font-lock-enclosing-decls.
15694
15695 * progmodes/cc-engine.el (c-backward-single-comment):
15696 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15697 to nil around calls to (forward-comment -1).
15698
15699 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15700
15701 * image.el (put-image): Doc typo fix.
15702
15703 * progmodes/etags.el (tags-search): Doc typo fix.
15704
15705 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15706 password if we get errors 550 to 554.
15707
15708 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15709
15710 * net/gnutls.el (gnutls-log-level): Remove.
15711
15712 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15713 indentation character (bug#6380).
15714
15715 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15716
15717 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15718 to clarify what the problem is (bug#4291).
15719
15720 * simple.el (current-kill): Clarify what
15721 `interprogram-paste-function' does (bug#7500).
15722 (auto-fill-mode): Document `auto-fill-function' in relation to
15723 `auto-fill-mode' (bug#2470).
15724
15725 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15726
15727 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15728 method if slot is read-only (bug#9035).
15729
15730 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15731
15732 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15733 * window.el (pop-to-buffer): Select window used even if it was
15734 selected before, see discussion of (Bug#8615), (Bug#6954).
15735 Pass argument NORECORD on to select-frame-set-input-focus.
15736
15737 2011-07-15 Glenn Morris <rgm@gnu.org>
15738
15739 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15740 Respect help-form.
15741
15742 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15743
15744 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15745 (gnutls-negotiate): Use it.
15746
15747 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15748
15749 * net/gnutls.el (gnutls-negotiate):
15750 Upcase `gnutls-algorithm-priority'.
15751
15752 2011-07-15 Glenn Morris <rgm@gnu.org>
15753
15754 * jka-compr.el (jka-compr-verbose): Move from here...
15755 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15756 Add missing :version tag.
15757 * info.el: No need to require jka-compr when compiling.
15758
15759 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15760
15761 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15762 (gnutls-negotiate): Use it.
15763
15764 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15765
15766 * info.el (Info-beginning-of-buffer): New command.
15767 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15768 announcing `b' as the key (bug#8325).
15769 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15770
15771 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15772
15773 * international/mule-cmds.el
15774 (describe-specified-language-support): Make the error message
15775 clearer (bug#8905).
15776
15777 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15778
15779 * isearch.el (isearch-barrier): Add a doc string, since it's
15780 mentioned in a function doc string (bug#8678).
15781
15782 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15783
15784 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15785 buffer argument (Bug#9083) and self-identifying label argument.
15786
15787 2011-07-15 Glenn Morris <rgm@gnu.org>
15788
15789 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15790
15791 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15792
15793 * man.el (Man-fontify-manpage): Fix message when formatting the
15794 man page (bug#7929).
15795
15796 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15797
15798 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15799 argument LRM; if non-nil, append an invisible LRM character to the
15800 buffer name.
15801 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15802 last argument non-nil, when formatting buffer names.
15803 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15804 paragraph direction.
15805
15806 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15807
15808 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15809 the man page name (bug#7929).
15810
15811 * image.el (put-image): Mention the `put-image' overlay property
15812 (bug#7834).
15813
15814 * scroll-bar.el (set-scroll-bar-mode): Mention that
15815 `scroll-bar-mode' lists the values (bug#7772).
15816
15817 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15818 command (bug#7729).
15819
15820 * rect.el (apply-on-rectangle): Return the point after the last
15821 operation.
15822 (string-rectangle): Go to the point after the last operation
15823 (bug#7522).
15824
15825 * printing.el (pr-toggle-region): Clarify the documentation
15826 slightly (bug#7493).
15827
15828 * time.el (display-time-update):
15829 Allow `display-time-mail-function' to return nil (bug#7158).
15830 Fix suggested by Detlev Zundel.
15831
15832 * vc/diff.el (diff): Clarify the order the file names are read
15833 (bug#7111).
15834
15835 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15836 the doc string (bug#7015).
15837
15838 * font-lock.el (font-lock-maximum-decoration): Mention what
15839 numeric levels mean (bug#6935).
15840
15841 * startup.el (initial-buffer-choice): Don't mention the `none'
15842 selection, which is against policy.
15843
15844 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15845
15846 * window.el (display-buffer-normalize-special):
15847 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15848
15849 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15850
15851 * subr.el (version<, version<=, version=): Mention "-CVS" and
15852 "-12345" alpha version numbers.
15853
15854 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15855
15856 * bindings.el: Add advertised binding for set-mark-command
15857 (Bug#5772).
15858
15859 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15860
15861 * bindings.el (mode-line-other-buffer):
15862 * bookmark.el (bookmark-bmenu-2-window):
15863 * bs.el (bs-cycle-next, bs-cycle-previous):
15864 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15865 switch-to-buffer.
15866
15867 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15868 Delete.
15869
15870 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15871
15872 * follow.el (follow-debug-message, follow-redisplay):
15873 * jka-cmpr-hook.el (with-auto-compression-mode):
15874 Fix typos in docstrings.
15875
15876 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15877
15878 * subr.el (with-silent-modifications): Clarify somewhat what the
15879 macro inhibits (bug#6525).
15880
15881 * simple.el (eval-expression): Note what it does if called
15882 interactively (bug#6495).
15883
15884 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15885
15886 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15887 Use pop-to-buffer buffer-or-name if it is nil.
15888
15889 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15890 Remove switch-to-buffer.
15891
15892 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15893
15894 * files.el (make-directory): Clarify that an error will be raised
15895 if there's an error (bug#6397).
15896
15897 * startup.el (initial-buffer-choice): Add `none' as a choice
15898 (bug#6234).
15899
15900 * subr.el (add-hook): Clarify section about buffer-local hooks
15901 (bug#6218).
15902
15903 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15904
15905 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15906
15907 * tabify.el (untabify): Preserve the current column so that point
15908 doesn't move (bug#6032).
15909
15910 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15911
15912 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15913 Rewrite to avoid awkward possessive "s" (bug#5986).
15914
15915 2011-07-13 Glenn Morris <rgm@gnu.org>
15916
15917 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15918 (dired-insert-directory): Give a message the first time
15919 if ls is found not to support --dired.
15920
15921 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15922
15923 * simple.el (toggle-truncate-lines): Clarify what is toggled
15924 (bug#5580). Text by Drew Adams.
15925
15926 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15927
15928 * simple.el (blink-matching-open): Make the error message from the
15929 last change less verbose.
15930
15931 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15932
15933 * font-lock.el (font-lock-comment-face): Use the high contrast
15934 "yellow" color for font-lock-comment-face on low color terminals
15935 using a dark background color (bug#4221).
15936
15937 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15938
15939 * dired.el (dired-insert-set-properties): Make the doc string
15940 reflect what it does now (bug#5325).
15941
15942 * simple.el (blink-matching-open): Say that we were unable to find
15943 the match within the limit, if we're limited (bug#5122).
15944
15945 * international/mule-cmds.el (prefer-coding-system): Add an
15946 example (bug#4869).
15947
15948 * progmodes/etags.el (tags-search): Document `file-list-form'
15949 (bug#4731).
15950
15951 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15952
15953 * net/browse-url.el (browse-url-default-browser)
15954 (browse-url-browser-function): Make the default browser choice a
15955 bit more logical (bug#4300). Also clean up the doc string.
15956
15957 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15958
15959 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15960 binary endings (bug#4440).
15961
15962 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15963
15964 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15965 which can be pretty annoying (bug#8971).
15966
15967 * jka-compr.el (jka-compr-verbose): New variable, and use
15968 throughout (bug#8971).
15969
15970 * info.el (Info-find-file): Fall back on the installation
15971 directory if we can't find the info node anywhere else.
15972
15973 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15974
15975 * vc/vc.el (vc-revert-file):
15976 Don't set file time-stamp in the past. (Bug#5181)
15977
15978 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15979
15980 * files.el (after-find-file): Give a better error message when
15981 trying to find a symlink that points to a file that doesn't exist
15982 (bug#4398).
15983
15984 * progmodes/cc-vars.el: Remove (probably) misleading comment
15985 (bug#4396).
15986
15987 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15988
15989 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15990
15991 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15992
15993 * mouse-sel.el: Hack restoring functionality, while keeping
15994 compatibility with 2010-07-03 changes to mouse selection.
15995 (mouse-sel-primary-overlay): New var.
15996 (mouse-sel-selection-alist): Use it.
15997 (mouse-sel-mode): Doc fix; remove points that are default features
15998 of mouse.el.
15999
16000 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16001
16002 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16003 Fix previous fix (bug#2490).
16004
16005 2011-07-12 Roland Winkler <winkler@gnu.org>
16006
16007 * textmodes/bibtex.el (bibtex-initialize):
16008 Use pop-to-buffer-same-window.
16009 (bibtex-search-entries): Fix interactive call.
16010
16011 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16012
16013 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16014 Fontise bytecomp Error lines more correctly (bug#2490).
16015 Fix suggested by Johan Bockgård.
16016
16017 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16018
16019 * dired-x.el (dired-guess-default): Use `delete-dups'.
16020
16021 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16022
16023 * dired.el (dired-mark-prompt):
16024 * dired-aux.el (dired-read-shell-command): Doc fix.
16025
16026 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16027
16028 * mail/sendmail.el (sendmail-query-once):
16029 Use `customize-save-variable' unconditionally, now that it works under
16030 emacs -Q.
16031
16032 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16033
16034 * cus-edit.el (custom-file): Take an optional no-error variable.
16035 (customize-save-variable): Set the variable, and give a warning if
16036 running under "emacs -q".
16037
16038 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16039
16040 * loadhist.el (unload-feature-special-hooks):
16041 Add `auto-coding-functions', `fill-nobreak-predicate' and
16042 `find-directory-functions' (bug#5327).
16043
16044 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16045
16046 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16047
16048 * cus-edit.el (custom-guess-name-alist): -alist variables should
16049 use the `alist' type (bug#3120). Suggested by Drew Adams.
16050
16051 * printing.el: Add documentation to all the `pr-toggle-' commands.
16052
16053 2011-07-11 Leo Liu <sdl.web@gmail.com>
16054
16055 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16056 backends where it makes sense (bug#2623).
16057
16058 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16059
16060 * dired-x.el (dired-guess-default): Remove duplicate shell command
16061 entries (bug#2028).
16062 (dired-guess-default): Fix grammar in doc string (bug#2028).
16063 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16064
16065 * subr.el (remove-duplicates): New conveniency function.
16066
16067 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16068
16069 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16070 (bug#1526).
16071
16072 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16073
16074 * window.el (display-buffer-normalize-default): Don't invert
16075 meaning of even-window-heights. Reported by Eli Zaretskii
16076 <eliz@gnu.org>.
16077
16078 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16079
16080 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16081
16082 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16083
16084 * window.el (display-buffer): Fix arguments to
16085 display-buffer-reuse-window in last change.
16086
16087 * faces.el (link): Use a less saturated blue on light backgrounds.
16088
16089 * startup.el (fancy-startup-text, fancy-about-text)
16090 (fancy-startup-tail): Use font-lock faces, for background safety.
16091
16092 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16093
16094 * emulation/viper-cmd.el (viper-change-state-to-vi):
16095 Limit triggering of abbrev expansion (Bug#9038).
16096
16097 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16098
16099 * window.el (display-buffer-default-specifiers): Remove.
16100 (display-buffer-macro-specifiers): Remove default specifiers.
16101 (display-buffer-alist): Default to nil.
16102 (display-buffer-reuse-window): New optional argument other-window.
16103 (display-buffer-pop-up-window): Allow splitting internal
16104 windows. Check whether a live window was created.
16105 (display-buffer-other-window-means-other-frame)
16106 (display-buffer-normalize-arguments): Rename to
16107 display-buffer-normalize-argument and rewrite. Set the
16108 other-window specifier.
16109 (display-buffer-normalize-special): New function.
16110 (display-buffer-normalize-options): Rename to
16111 display-buffer-normalize-default and rewrite.
16112 (display-buffer-normalize-options-inhibit): Remove.
16113 (display-buffer-normalize-specifiers): Rewrite.
16114 (display-buffer): Process other-window specifier and call
16115 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16116 more faithfully.
16117 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16118 (display-buffer-alist-set): Don't handle 'unset default values.
16119 (display-buffer-in-window, display-buffer-alist-set):
16120 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16121 <tassilo@member.fsf.org>.
16122
16123 2011-07-09 Leo Liu <sdl.web@gmail.com>
16124
16125 * register.el (insert-register): Restore accidental change on
16126 2011-06-26. (Bug#9028)
16127
16128 2011-07-09 Glenn Morris <rgm@gnu.org>
16129
16130 * subr.el (remq): Handle the empty list. (Bug#9024)
16131
16132 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16133
16134 * mail/sendmail.el (send-mail-function): No longer delay custom
16135 initialization.
16136 * custom.el (custom-initialize-delay): Doc fix.
16137
16138 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16139
16140 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16141
16142 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16143
16144 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16145 human-friendly prompt.
16146
16147 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16148
16149 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16150 provided by a particular plugin.
16151
16152 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16153
16154 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16155 save customizations (with "emacs -Q"), just set the variable
16156 instead of erroring out.
16157
16158 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16159
16160 2011-07-08 Juri Linkov <juri@jurta.org>
16161
16162 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16163 (archive-zip-update-case): Use 7z if found by `executable-find'.
16164 The order of searching the available programs is the same as in
16165 `archive-zip-extract' (bug#8968).
16166
16167 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16168
16169 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16170 (menu-bar-options-menu): Tweak descriptions.
16171
16172 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16173
16174 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16175 menu items into verb phrases (bug#1421). Also refill to fit under
16176 80 columns.
16177
16178 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16179
16180 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16181 (Info-read-node-name): Doc fix (Bug#1084).
16182
16183 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16184 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16185 (end-of-sexp, beginning-of-sexp)
16186 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16187 (forward-symbol, forward-same-syntax, word-at-point)
16188 (sentence-at-point): Doc fix (Bug#1144).
16189
16190 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16191
16192 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16193 should cover it (bug#1281).
16194
16195 * cus-edit.el (custom-show): Mark as obsolete.
16196
16197 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16198 negotiation fails, then possibly try again with a non-encrypted
16199 connection (bug#9017).
16200
16201 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16202 be used.
16203
16204 2011-07-07 Richard Stallman <rms@gnu.org>
16205
16206 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16207 property, and handle its changed format.
16208 Look for the correct line number.
16209 Use file's line contents (but not past first =) to find
16210 correct line in message.
16211
16212 2011-07-07 Kenichi Handa <handa@m17n.org>
16213
16214 * international/characters.el (build-unicode-category-table):
16215 Delete it.
16216 (unicode-category-table): Set it by unicode-property-table-internal.
16217
16218 * international/mule-cmds.el (char-code-property-alist): Move to
16219 to src/chartab.c.
16220 (get-char-code-property): Call unicode-property-table-internal to
16221 load a file. Call get-unicode-property-internal where necessary.
16222 (put-char-code-property): Call unicode-property-table-internal to
16223 load a file. Call put-unicode-property-internal where necessary.
16224 put-unicode-property-internal where necessary.
16225 (char-code-property-description):
16226 Call unicode-property-table-internal to load a file.
16227
16228 * international/charprop.el:
16229 * international/uni-bidi.el:
16230 * international/uni-category.el:
16231 * international/uni-combining.el:
16232 * international/uni-comment.el:
16233 * international/uni-decimal.el:
16234 * international/uni-decomposition.el:
16235 * international/uni-digit.el:
16236 * international/uni-lowercase.el:
16237 * international/uni-mirrored.el:
16238 * international/uni-name.el:
16239 * international/uni-numeric.el:
16240 * international/uni-old-name.el:
16241 * international/uni-titlecase.el:
16242 * international/uni-uppercase.el: Regenerate.
16243
16244 * loadup.el: Load international/charprop.el before
16245 international/characters.
16246
16247 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16248
16249 * window.el (next-buffer, previous-buffer): Signal an error if
16250 called from a minibuffer window.
16251
16252 * bindings.el: Revert 2011-07-04 change.
16253
16254 2011-07-06 Richard Stallman <rms@gnu.org>
16255
16256 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16257 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16258 Treat markers like ints.
16259 (rmail-mime-entity): Doc fix.
16260
16261 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16262
16263 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16264 defcustom again for backwards compatibility.
16265
16266 * simple.el (shell-command-on-region): Fill.
16267
16268 * dired-aux.el (dired-kill-line): Add a doc string.
16269
16270 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16271 to "\\sw\\|\\s_" (bug#358).
16272
16273 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16274 (dired-unmark-backward): Ditto.
16275 (dired-flag-backup-files): Ditto.
16276
16277 * dired-x.el (dired-mark-sexp): Ditto.
16278
16279 2011-07-06 Richard Stallman <rms@gnu.org>
16280
16281 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16282 (rmail-mime-entity): New arg TRUNCATED.
16283 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16284 New functions.
16285 (rmail-mime-save): Warn if entity is truncated.
16286 (rmail-mime-toggle-hidden): Likewise, for showing.
16287 (rmail-mime-process-multipart): Record when an entity is truncated.
16288
16289 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16290 if ENTITY is a string.
16291
16292 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16293
16294 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16295 of faces when `M-C-x'-ing their definitions (bug#8378).
16296 Also clean up the code slightly.
16297
16298 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16299 because that makes the colors go away.
16300
16301 * mail/sendmail.el (send-mail-function): Change the default to
16302 `sendmail-query-once'.
16303 (sendmail-query-once): Add an autoload cookie.
16304
16305 * net/network-stream.el (network-stream-open-starttls): Try using
16306 a plain connection even if the server offered STARTTLS, and we
16307 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16308 capability. This should make smtpmail.el work in slightly more
16309 configurations.
16310
16311 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16312
16313 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16314 New defun.
16315 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16316
16317 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16318
16319 * progmodes/sql.el: Version 3.0
16320 (sql-product-alist): Add product :completion-object,
16321 :completion-column, and :statement attributes.
16322 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16323 (sql-mode-syntax-table): Mark all punctuation.
16324 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16325 ansi keywords.
16326 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16327 (sql-mode-oracle-font-lock-keywords): Improve.
16328 (sql-oracle-show-reserved-words): New function for development.
16329 (sql-product-font-lock): Simplify for source code buffers.
16330 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16331 New functions.
16332 (sql-highlight-product): Set product specific syntax table.
16333 (sql-mode-map): Add statement movement functions.
16334 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16335 New variable.
16336 (sql-statement-regexp, sql-beginning-of-statement)
16337 (sql-end-of-statement, sql-signum): New functions.
16338 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16339 (sql-show-sqli-buffer): Bug fix.
16340 (sql-interactive-mode): Store connection data as buffer local.
16341 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16342 with sql-interactive-mode.
16343 (sql-save-connection): Save buffer local settings.
16344 (sql-connection-menu-filter): Change menu entry name.
16345 (sql-product-interactive): Bug fix.
16346 (sql-preoutput-hold): New variable.
16347 (sql-interactive-remove-continuation-prompt): Bug fixes.
16348 (sql-debug-redirect): New variable.
16349 (sql-str-literal): New function.
16350 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16351 Redesign.
16352 (sql-oracle-save-settings, sql-oracle-restore-settings)
16353 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16354 (sql-completion-object, sql-completion-column)
16355 (sql-completion-sqlbuf): New variables.
16356 (sql-build-completions-1, sql-build-completions)
16357 (sql-try-completion): New functions.
16358 (sql-read-table-name): Use them.
16359 (sql-contains-names): New buffer local variable.
16360 (sql-list-all, sql-list-table): Use it.
16361 (sql-oracle-completion-types): New variable.
16362 (sql-oracle-completion-object, sql-sqlite-completion-object)
16363 (sql-postgres-completion-object): New functions.
16364
16365 2011-07-06 Glenn Morris <rgm@gnu.org>
16366
16367 * window.el (pop-to-buffer): Doc fix.
16368
16369 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16370
16371 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16372
16373 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16374
16375 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16376
16377 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16378
16379 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16380
16381 * button.el (button): Inherit from link face. Suggested by Dan
16382 Nicolaescu.
16383
16384 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16385
16386 * progmodes/gdb-mi.el: Fit in 80 columns.
16387 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16388 switch-to-buffer.
16389
16390 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16391 if imenu is simply not configured (bug#8941).
16392
16393 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16394
16395 * allout.el (allout-post-undo-hook): New allout outline-change
16396 event hook to signal undo activity.
16397 (allout-post-command-business): Run allout-post-undo-hook if an
16398 undo just occurred.
16399 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16400 * allout-widgets.el (allout-widgets-after-undo-function):
16401 Ensure the integrity of the current item's decoration after it has been
16402 in the vicinity of an undo.
16403 (allout-widgets-mode): Include allout-widgets-after-undo-function
16404 on the new allout-post-undo-hook.
16405
16406 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16409 Let define-derived-mode define it.
16410 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16411 cycles of abbrev-table inheritance (bug#8998).
16412
16413 2011-07-05 Roland Winkler <winkler@gnu.org>
16414
16415 * textmodes/bibtex.el: Add support for biblatex.
16416 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16417 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16418 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16419 (bibtex-entry-alist, bibtex-field-alist): New variables.
16420 (bibtex-entry-field-alist): Obsolete alias for
16421 bibtex-BibTeX-entry-alist.
16422 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16423 (bibtex-set-dialect): New command.
16424 (bibtex-entry-type, bibtex-entry-head)
16425 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16426 Bind via bibtex-set-dialect.
16427 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16428 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16429 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16430 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16431 Define via bibtex-set-dialect.
16432 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16433 Obey bibtex-no-opt-remove-re.
16434 (bibtex-vec-push, bibtex-vec-incr): New functions.
16435 (bibtex-format-entry, bibtex-field-list)
16436 (bibtex-print-help-message, bibtex-validate)
16437 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16438
16439 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16440
16441 * progmodes/compile.el (compilation-goto-locus):
16442 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16443 * bs.el (bs-cycle-next, bs-cycle-previous):
16444 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16445 * bindings.el (mode-line-other-buffer):
16446 * autoinsert.el (auto-insert):
16447 * arc-mode.el (archive-extract):
16448 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16449
16450 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16451
16452 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16453 Fix check of `emacs-lock-unlockable-modes'.
16454 Coerce true values of `emacs-lock--try-unlocking' to t.
16455
16456 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16457
16458 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16459 * emacs-lock.el: New file.
16460
16461 2011-07-05 Julien Danjou <julien@danjou.info>
16462
16463 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16464 than `boundp' to check if face is set.
16465
16466 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16467
16468 * register.el (registerv-make):
16469 * window.el (window-min-height): Fix typos in docstrings.
16470
16471 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16472
16473 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16474 Update doc string.
16475
16476 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16477
16478 * server.el (server-execute): Catch quit and call
16479 `server-return-error' to pass the error back to emacsclient and
16480 close the connection (bug#8942).
16481
16482 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16483
16484 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16485 insecure exception for current topic. Also note that auto-saves
16486 are handled differently.
16487
16488 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16489 State variables for tracking auto-save inhibition situation.
16490
16491 (allout-write-contents-hook-handler): Rename from
16492 'allout-write-file-hook-handler', and describe how it depends on
16493 write-contents-functions sensitivity to non-nil value to prevent
16494 file write.
16495
16496 (allout-auto-save-hook-handler): Remove. auto-save does not check
16497 this in individual buffers, only in the starting buffer, so this
16498 is not the right way for us to inhibit auto-save in a buffer
16499 according to its condition.
16500
16501 (allout-mode): Use new allout-write-contents-hook-handler, and
16502 only with write-contents-functions. Remove auto-save provisions -
16503 they're implemented elsewhere.
16504
16505 (allout-before-change-handler): If undo is in progress, note that
16506 for attention of allout-post-command-business.
16507
16508 (allout-post-command-business): If the command we're following was
16509 an undo, check for change in the status of encrypted items and
16510 adjust auto-save inhibitions accordingly.
16511
16512 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16513 according to whether there are or aren't any plain-text topics
16514 pending encryption.
16515
16516 (allout-inhibit-auto-save-info-for-decryption):
16517 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16518 if there are plain-text topics pending encryption.
16519
16520 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16521 buffer-saved-size and some allout state to not inhibit auto-saves
16522 if there are no longer any plain-text topics pending encryption.
16523
16524 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16525 No longer provide for exemption of the current topic.
16526
16527 2011-07-04 Juri Linkov <juri@jurta.org>
16528
16529 Add 7z operations to delete and save changed members (bug#8968).
16530 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16531 New defcustoms.
16532 (archive-7z-write-file-member): New function.
16533 (archive-7z-summarize): Fix the number of dashes in the
16534 listing output.
16535
16536 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16537
16538 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16539 (bug#8958).
16540
16541 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16542
16543 * bindings.el: Ignore next-buffer and previous-buffer in
16544 minibuffer-local-map.
16545
16546 * font-lock.el (font-lock-builtin-face): Change light background
16547 color to dark slate blue (Bug#6693).
16548
16549 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16550
16551 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16552
16553 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16556 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16557 Add switch-to-buffer.
16558
16559 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16560
16561 * isearch.el (isearch-search-fun-function): Clarify further the
16562 meaning of the function returned.
16563
16564 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16565
16566 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16567
16568 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16569 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16570 Use it.
16571 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16572 `tramp-default-remote-path' does not exist.
16573 (tramp-send-command-and-read): New optional argument NOERROR.
16574 (tramp-open-connection-setup-interactive-shell)
16575 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16576 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16577 (tramp-process-sentinel): Flush also process' connection property.
16578 (tramp-sh-handle-start-file-process): Do not set process
16579 sentinel. It is done now ...
16580 (tramp-maybe-open-connection): ... here. (Bug#8929)
16581
16582 2011-07-04 MON KEY <monkey@sandpframing.com>
16583
16584 * play/animate.el (animate-string): Doc fixes and allow changing
16585 the buffer name (bug#5417).
16586
16587 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16588
16589 * play/animate.el (animation-buffer-name): Rename from *animate*.
16590
16591 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16592
16593 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16594 This is simpler and helps future-proof the code.
16595 (timer-until): Use time-subtract and float-time.
16596 (timer--time-less-p): Use time-less-p.
16597
16598 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16599
16600 * type-break.el (timep): Use the value of `float-time' to avoid a
16601 byte-compiler warning.
16602
16603 * server.el (server-eval-and-print): Return any result, even nil.
16604
16605 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16606
16607 * type-break.el: Accept time formats that the builtins accept.
16608 (timep, type-break-time-difference): Accept any format that
16609 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16610 This is simpler and helps future-proof the code.
16611 (type-break-time-difference): Round rather than ignoring
16612 subseconds components.
16613
16614 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16615
16616 * info.el (Info-apropos-matches): Make non-interactive, since it
16617 doesn't seem to do anything useful as a command (bug#8829).
16618
16619 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16620
16621 * frame.el (frame-background-mode, frame-set-background-mode):
16622 Move from faces.el.
16623 (frame-default-terminal-background): New function.
16624
16625 * custom.el (custom-push-theme): Don't record faces in `changed'
16626 theme; this doesn't work correctly for per-frame face settings.
16627 (disable-theme): Use face-set-after-frame-default to reset faces.
16628 (custom--frame-color-default): New function.
16629
16630 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16631
16632 * dired.el (dired-flagging-regexp): Remove unused variable
16633 (bug#8769).
16634
16635 2011-03-29 Kevin Ryde <user42@zip.com.au>
16636
16637 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16638 `perl-Test2' extend to match possible "fail #N" rep count
16639 (bug#8377).
16640
16641 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16642
16643 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16644 `smtpmail-via-smtp' now returns the error instead of nil.
16645
16646 * isearch.el (isearch-search-fun-function): Clarify the doc string
16647 (bug#8101).
16648
16649 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16650
16651 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16652 unnecessary spaces (bug#8987).
16653
16654 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16655
16656 * net/network-stream.el (open-network-stream): Use the
16657 :end-of-capability command thoughout.
16658
16659 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16660
16661 * net/network-stream.el (open-network-stream): Add the
16662 :end-of-capability command parameter, used by pop3.el.
16663
16664 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16665
16666 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16667
16668 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16669 for list)" (bug#6475).
16670
16671 * files.el (file-expand-wildcards): Ignore non-readable
16672 sub-directories while trying to find matches instead of signaling
16673 an error (bug#6297).
16674
16675 * man.el (Man-reference-regexp): Allow matching possible
16676 word-wrapped references (bug#6289).
16677
16678 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16679 for consistency with the other vc buffers (bug#6197).
16680 (vc-checkin): Ditto.
16681
16682 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16683
16684 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16685
16686 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16687
16688 * custom.el (defcustom): Clarify that :set is only used in the
16689 Customize user interface (bug#6089).
16690
16691 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16692 associated with a file, refuse to run instead of erroring out
16693 (bug#6084).
16694
16695 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16696 the doc string, since it appears that using `fill-column' always
16697 controls the width (bug#7845).
16698
16699 * simple.el (shell-command-on-region): Say where the error output
16700 went if `shell-command-default-error-buffer' is set (bug#6857).
16701
16702 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16703
16704 * allout.el (allout-yank-processing): Adjust cursor position for
16705 backwards-deleted space.
16706
16707 (allout-rebullet-heading): Register changes with
16708 allout-exposure-changed-hook, so the modified topic is properly
16709 decorated.
16710
16711 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16712
16713 * minibuffer.el (completion-in-region): Document PREDICATE
16714 (bug#7136).
16715
16716 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16717 of keyword/argument pairs (bug#6904).
16718
16719 * replace.el (multi-occur):
16720 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16721
16722 2011-07-02 Drew Adams <drew.adams@oracle.com>
16723
16724 * dired.el (dired-mark-if): Make the message about whether it's
16725 marking or unmarking clearer (bug#8523).
16726
16727 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16728
16729 * disp-table.el (display-table-print-array): New function.
16730 (describe-display-table): Use it to print the vectors more pretty
16731 (Bug#8859).
16732
16733 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16734
16735 * window.el (window-state-get-1): Don't assign clone numbers.
16736 Add clone-of item to list of window parameters.
16737 (window-state-put-2): Don't process clone numbers.
16738 (display-buffer-alist): Fix doc-string.
16739
16740 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16741
16742 * subr.el (remq): Don't allocate if it's not needed.
16743 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16744 (keymap--merge-bindings): New functions.
16745 (keymap-canonicalize): Use them to refine the canonicalization.
16746 * minibuffer.el (minibuffer-local-completion-map)
16747 (minibuffer-local-must-match-map): Move initialization from C.
16748 (minibuffer-local-filename-completion-map): Move initialization from C;
16749 don't inherit from anything here.
16750 (minibuffer-local-filename-must-match-map): Make obsolete.
16751 (completing-read-default): Use make-composed-keymap to combine
16752 minibuffer-local-filename-completion-map with either
16753 minibuffer-local-must-match-map or
16754 minibuffer-local-filename-completion-map.
16755
16756 2011-07-01 Glenn Morris <rgm@gnu.org>
16757
16758 * type-break.el (type-break-time-sum): Use dolist.
16759
16760 * textmodes/flyspell.el (flyspell-word-search-backward):
16761 Replace CL function.
16762
16763 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16764
16765 * mouse.el (mouse--strip-first-event): New function.
16766 (function-key-map): Use it to map fringe clicks to normal clicks
16767 by default.
16768
16769 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16770 (vc-bzr-revision-completion-table): Add support for annotate and date.
16771
16772 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16773 inherit from parent.
16774
16775 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16776
16777 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16778 (dired-show-file-type): Doc fixup (bug#8818).
16779
16780 * dired.el (dired-mode): Fix up the doc string as suggested by
16781 Drew Adams (bug#8817).
16782
16783 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16784 cookie, since the manual says that it should be possible to add
16785 this function to `find-file-hook' (bug#8709).
16786
16787 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16788
16789 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16790 here. Noted Ted Zlatanov as the maintainer.
16791 (cfengine-common-settings, cfengine-common-syntax): New functions
16792 to set up common things between `cfengine-mode' and
16793 `cfengine3-mode'.
16794 (cfengine3-mode): New mode.
16795 (cfengine3-defuns cfengine3-defuns-regex
16796 (cfengine3-class-selector-regex cfengine3-category-regex)
16797 (cfengine3-vartypes cfengine3-font-lock-keywords)
16798 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16799 (cfengine3-indent-line): Add from cfengine3.el.
16800
16801 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16802
16803 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16804
16805 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16806
16807 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16808
16809 * window.el (same-window-buffer-names, same-window-regexps)
16810 (same-window-p, special-display-frame-alist)
16811 (special-display-popup-frame, special-display-function)
16812 (special-display-buffer-names, special-display-regexps)
16813 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16814 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16815 (split-window-preferred-function, split-height-threshold)
16816 (split-width-threshold, even-window-heights)
16817 (display-buffer-mark-dedicated, window-splittable-p)
16818 (split-window-sensibly, window-safely-shrinkable-p):
16819 Un-obsolete.
16820 (display-buffer): Don't spread args with function specifier
16821 because special-display-popup-frame won't like it.
16822
16823 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16824
16825 Time-stamp simplifications and fixes.
16826 These improve accuracy slightly, and future-proof the code
16827 against some potential changes to current-time format.
16828
16829 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16830 by using time-since and float-time.
16831
16832 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16833 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16834 + NNN microseconds".
16835
16836 * type-break.el (type-break-time-sum): Rewrite using time-add.
16837
16838 * play/hanoi.el (hanoi-current-time-float): Remove.
16839 All uses replaced by float-time.
16840
16841 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16842 This yields a more-accurate answer.
16843 (rng-time-to-float): Remove; no longer needed.
16844
16845 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16846
16847 * calendar/timeclock.el (timeclock-seconds-to-time):
16848 Defalias to seconds-to-time, since they're the same thing.
16849
16850 * emacs-lisp/elp.el (elp-elapsed-time):
16851 * emacs-lisp/benchmark.el (benchmark-elapse):
16852 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16853
16854 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16855
16856 * window.el (bury-buffer): Don't iconify the only frame.
16857 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16858 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16859
16860 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16861
16862 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16863 Add mouse-yank-primary.
16864
16865 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16866
16867 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16868
16869 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16870
16871 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16872 (find-library-name): Use it to find relative load names when provided
16873 absolute file name (bug#8803).
16874
16875 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16876
16877 * textmodes/flyspell.el (flyspell-word): Consider words that
16878 differ only in case as potential doublons (bug#5687).
16879
16880 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16881 Remove two rather uninteresting debugging-like messages to make
16882 debbugs.el more silent.
16883
16884 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16885 a password-like phrase.
16886
16887 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16888
16889 * progmodes/cc-guess.el: New file.
16890
16891 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16892
16893 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16894 derived from `c-basic-common-init'.
16895
16896 * progmodes/cc-mode.el (top-level): Require cc-guess.
16897 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16898
16899 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16900
16901 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16902
16903 2011-06-30 Alan Mackenzie <acm@muc.de>
16904
16905 * progmodes/cc-engine.el (c-guess-continued-construct):
16906 Correct the handling of template-args-cont, particularly for when font
16907 lock is disabled. Name this case as "CASE G".
16908
16909 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16910
16911 * allout.el (allout-yank-processing): Fix injection of extra space
16912 between bullet and non-whitespace character in first topic when
16913 pasting, ensuring that the actual spacing in the pasted topic
16914 following the bullet char is preserved. This extra space was
16915 causing pasted encrypted topics to get a decrypted status even
16916 when the content was actually still encrypted. Now the decryption
16917 status from before the paste is preserved.
16918
16919 (allout-flag-region): Set all allout overlays so they evaporate
16920 when reduced to zero length (evanescent), to prevent overlay
16921 leakage.
16922
16923 2011-06-30 Glenn Morris <rgm@gnu.org>
16924
16925 * w32-fns.el (w32-charset-info-alist): Declare.
16926
16927 * find-dired.el (find-grep-options): Simplify.
16928
16929 * term/ns-win.el (ns-set-resource): Declare.
16930
16931 * ses.el (row, col): Declare dynamic variables honestly.
16932
16933 * textmodes/reftex-parse.el (index-tags): Declare.
16934
16935 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16936
16937 * cus-edit.el (customize-push-and-save): New function.
16938
16939 * files.el (hack-local-variables-confirm): Use it.
16940
16941 * custom.el (load-theme): New arg NO-CONFIRM.
16942 Use customize-push-and-save (Bug#8720).
16943 (custom-enabled-themes): Doc fix.
16944
16945 * cus-theme.el (customize-create-theme)
16946 (custom-theme-merge-theme): Callers to load-theme changed.
16947
16948 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16949
16950 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16951 short URLs have at least one dot in them (bug #7614).
16952
16953 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16954 nil, because using a pty is apparently too slow (bug #895).
16955
16956 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16957
16958 * mail/sendmail.el (sendmail-query-once): New function.
16959 (sendmail-query-once-function): New variable.
16960
16961 2011-06-29 Glenn Morris <rgm@gnu.org>
16962
16963 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16964
16965 * ses.el (top-level): Require cl when compiling.
16966 (ses-set-localvars): Fix error statement.
16967 Call it at compile time to silence a storm of warnings.
16968
16969 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16970
16971 * window.el (normalize-live-buffer): Rename to
16972 window-normalize-buffer.
16973 (normalize-live-frame): Rename to window-normalize-frame.
16974 (normalize-any-window): Rename to window-normalize-any-window.
16975 (normalize-live-window): Rename to window-normalize-live-window.
16976 (make-window-atom): Rename to window-make-atom.
16977 (window-resize-reset): Rename to window--resize-reset.
16978 (window-resize-reset-1): Rename to window--resize-reset-1.
16979 (resize-mini-window): Rename to window--resize-mini-window.
16980 (resize-subwindows-skip-p): Rename to
16981 window--resize-subwindows-skip-p.
16982 (resize-subwindows-normal): Rename to
16983 window--resize-subwindows-normal.
16984 (resize-subwindows): Rename to window--resize-subwindows.
16985 (resize-other-windows): Rename to window--resize-siblings.
16986 (resize-this-window): Rename to window--resize-this-window.
16987 (resize-root-window): Rename to window--resize-root-window.
16988 (resize-root-window-vertically): Rename to
16989 window--resize-root-window-vertically.
16990 (normalize-buffer-to-display): Rename to
16991 window-normalize-buffer-to-display.
16992 (normalize-buffer-to-switch-to): Rename to
16993 window-normalize-buffer-to-switch-to.
16994 Correspondingly update all callers of the functions listed
16995 above.
16996 (display-buffer-alist, display-buffer-normalize-arguments)
16997 (display-buffer-normalize-options, display-buffer)
16998 (display-buffer-alist-set): Use "function" instead of
16999 "fun-with-args".
17000
17001 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17002
17003 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17004 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17005 debbugs.gnu.org. Mention acknowledgment email.
17006
17007 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17008
17009 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17010 buffer multibyteness, since it shouldn't matter.
17011
17012 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17013
17014 * window.el (display-buffer-in-side-window): Handle dedicated
17015 windows as in display-buffer-reuse-window.
17016 (display-buffer-normalize-alist): Use value of override
17017 specifier.
17018 (display-buffer-normalize-specifiers): Use value of
17019 other-window-means-other-frame specifier.
17020 (display-buffer-alist): Rewrite some texts in widgets.
17021 (display-buffer): Spread arguments when calling function
17022 specified by fun-with-args.
17023
17024 2011-06-28 Deniz Dogan <deniz@dogan.se>
17025
17026 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17027 Unnest `let'.
17028
17029 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17030 selectors (Bug#5732).
17031 (css-proprietary-nmstart-re): Use `regexp-opt'.
17032
17033 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17034
17035 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17036 (eshell-ls-date-format): New defcustom.
17037 (eshell-ls-file): Use it.
17038
17039 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17040
17041 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17042
17043 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17044
17045 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17046 (ange-ftp-make-tmp-name): New arg.
17047 (ange-ftp-file-local-copy): Use it.
17048
17049 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17050
17051 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17052 no-conversion (Bug#8870).
17053
17054 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17055
17056 * window.el (window-right, window-left, window-child)
17057 (window-child-count, window-last-child)
17058 (window-iso-combination-p, walk-window-tree-1)
17059 (window-atom-check-1, window-tree-1, delete-window)
17060 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17061 new naming conventions - window-vchild, window-hchild,
17062 window-next and window-prev are now called window-top-child,
17063 window-left-child, window-next-sibling and window-prev-sibling
17064 respectively.
17065 (resize-window-reset): Rename to window-resize-reset.
17066 (resize-window-reset-1): Rename to window-resize-reset-1.
17067 (resize-window): Rename to window-resize.
17068 (window-min-height, window-min-width)
17069 (resize-mini-window, resize-this-window, resize-root-window)
17070 (resize-root-window-vertically, adjust-window-trailing-edge)
17071 (enlarge-window, shrink-window, maximize-window)
17072 (minimize-window, delete-window, quit-restore-window)
17073 (split-window, balance-windows, balance-windows-area-adjust)
17074 (balance-windows-area, window-state-put-2)
17075 (display-buffer-even-window-sizes, display-buffer-set-height)
17076 (display-buffer-set-width, set-window-text-height)
17077 (fit-window-to-buffer): Rename all "resize-window" prefixed
17078 calls to use the "window-resize" prefix convention.
17079 (display-buffer-alist): Fix symbol for label specifier.
17080 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17081 corresponding specifier.
17082 Reported by Juanma Barranquero <lekktu@gmail.com>.
17083
17084 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17085
17086 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17087 convention.
17088 (ses-call-printer): Does not pass an empty string to formatter when the
17089 cell is empty to keep from barking printer Calc math-format-value.
17090
17091 2011-06-27 Richard Stallman <rms@gnu.org>
17092
17093 * battery.el (battery-mode-line-limit): New variable.
17094 (battery-update): Handle it.
17095
17096 * mail/rmailmm.el (rmail-mime-process-multipart):
17097 Handle truncated messages.
17098
17099 2011-06-27 Glenn Morris <rgm@gnu.org>
17100
17101 * progmodes/flymake.el (flymake-err-line-patterns):
17102 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17103
17104 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17105
17106 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17107 (ses--clean-!, ses--clean-_): New functions.
17108 (ses-range): Add configurability of readout order, and conversion
17109 to Calc vector.
17110
17111 * ses.el (ses-repair-cell-reference-all): New function.
17112 (ses-cell-symbol): Set macro as safe, so that it can be used in
17113 formulas.
17114
17115 * ses.el: Update cycle detection algorithm.
17116 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17117 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17118 (ses-set-localvars): New function.
17119 (ses-make-cell): Add property-list as a cell element.
17120 (ses-cell-property-get-fun, ses-cell-property-get)
17121 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17122 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17123 New functions.
17124 (ses-cell-property-set, ses-cell-property-pop)
17125 (ses-cell-property-get-handle): New macro.
17126 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17127 New aliases, used for code readability.
17128 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17129 cycle detection.
17130 (ses-self-reference-early-detection): New defcustom.
17131 (ses-formula-references): Robustify against self-referring cells.
17132 (ses-mode): Use ses-set-localvars.
17133 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17134 before lauching the update processing.
17135 (ses-initialize-Dijkstra-attempt): New function.
17136 (ses-recalculate-cell): Update for cycle detection based on
17137 Dijkstra algorithm.
17138
17139 * ses.el: Fix commenting and indenting convention.
17140
17141 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17142
17143 * bs.el (bs-cycle-next): Complete last change.
17144
17145 2011-06-27 Drew Adams <drew.adams@oracle.com>
17146
17147 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17148
17149 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17150
17151 * net/network-stream.el (network-stream-open-starttls):
17152 Don't re-get capabilities unless we've reestablished connection.
17153 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17154
17155 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17156 to binary to possibly avoid line encoding issues on Windows (among
17157 other things).
17158
17159 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17160
17161 * net/network-stream.el (open-network-stream): Return an :error
17162 saying what the problem was, if possible.
17163
17164 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17165 server.
17166
17167 * net/network-stream.el (network-stream-open-starttls): If we
17168 wanted to use STARTTLS, and the server offered it, but we weren't
17169 able to because we had no STARTTLS support, then close the connection.
17170 (open-network-stream): Return an :error element, if present.
17171
17172 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17173
17174 * hl-line.el (hl-line-sticky-flag): Doc fix.
17175 (global-hl-line-sticky-flag): New option (Bug#8323).
17176 (global-hl-line-highlight): Obey it.
17177
17178 * vc/vc.el (vc-revert-show-diff): Default to t.
17179
17180 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17181
17182 * allout-widgets.el (allout-widgets-post-command-business):
17183 Stop decorating intermediate isearch matches. They're not being
17184 undecorated when an isearch is continued past, and isearch
17185 automatically collapses them. This leads to "widget leaks", where
17186 decorated items accumulate in collapsed areas. Lines with lots of
17187 hidden widgets can slow down cursor travel, substantially.
17188 Too much complicated machinery would be needed to ensure undecoration,
17189 so we're doing without this nicety.
17190
17191 (allout-widgets-tally-string): Don't try to do a hash-table-count
17192 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17193 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17194 *Messages* when allout-widgets-maintain-tally is t.
17195
17196 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17197
17198 * window.el (display-buffer-normalize-argument): Rename to
17199 display-buffer-normalize-arguments. Handle special meaning of
17200 LABEL argument. Respect special-display-function when popping up
17201 a new frame. Fix code searching for a window showing the buffer
17202 on another frame.
17203 (display-buffer-normalize-specifiers):
17204 Call display-buffer-normalize-arguments.
17205 (display-buffer-in-window): Don't undedicate the window if its
17206 buffer remains the same.
17207 Reported by Drew Adams <drew.adams@oracle.com>.
17208 (display-buffer-alist): Add choice for same-window macro
17209 specfier.
17210 (display-buffer): Mention special meaning of LABEL argument in
17211 doc-string. Fix quoting. Don't pop up a new frame even as
17212 fallback.
17213
17214 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17215
17216 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17217 avoid deleting the current window in some cases (bug#8911).
17218
17219 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17220
17221 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17222 (Bug#8934)
17223
17224 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17225
17226 * net/network-stream.el (network-stream-open-starttls):
17227 Use built-in TLS support if `gnutls-available-p' is true.
17228 (network-stream-open-tls): Ditto.
17229
17230 2011-06-26 Leo Liu <sdl.web@gmail.com>
17231
17232 * register.el (registerv): New struct.
17233 (registerv-make): New function.
17234 (jump-to-register, describe-register-1, insert-register):
17235 Support the jump-func, print-func and insert-func slot of a registerv
17236 struct. (Bug#8415)
17237
17238 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17239
17240 * vc/vc.el (vc-revert-show-diff): New defcustom.
17241 (vc-diff-internal): New arg specifying diff buffer.
17242 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17243 reuse an existing *vc-diff* buffer (Bug#8927).
17244
17245 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17246
17247 2011-06-26 Glenn Morris <rgm@gnu.org>
17248
17249 * progmodes/f90.el (f90-critical-indent): New option.
17250 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17251 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17252 (f90-mode): Doc fix.
17253 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17254 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17255 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17256 (f90-match-end): Handle block, critical.
17257
17258 2011-06-25 Glenn Morris <rgm@gnu.org>
17259
17260 * calendar/diary-lib.el (diary-included-files): Doc fix.
17261 (diary-include-files): New function, extracted from
17262 diary-include-other-diary-files and diary-mark-included-diary-files.
17263 (diary-include-other-diary-files, diary-mark-included-diary-files):
17264 Just call diary-include-files.
17265 (diary-mark-entries): Reset diary-included-files on first call.
17266
17267 * calendar/diary-lib.el (diary-mark-entries)
17268 (diary-mark-included-diary-files):
17269 Visit included diary-files in temp buffers.
17270
17271 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17272 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17273 (f90-start-block-re, f90-imenu-generic-expression)
17274 (f90-looking-at-program-block-start, f90-no-block-limit):
17275 Add support for submodules.
17276
17277 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17278 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17279
17280 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17281
17282 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17283 buffer-file-type before setting its value, to avoid disastrous
17284 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17285
17286 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17287
17288 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17289
17290 * ses.el (ses-unload-function):
17291 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17292
17293 * proced.el (proced-unload-function):
17294 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17295
17296 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17297
17298 * server.el (server-create-window-system-frame): Add parameters arg.
17299 (server-process-filter): Doc fix. Handle frame-parameters.
17300
17301 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17302
17303 Fix bug#8730, bug#8781.
17304
17305 * loadhist.el (unload--set-major-mode): New function.
17306 (unload-feature): Use it.
17307
17308 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17309 (python-unload-function): New function.
17310
17311 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17312
17313 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17314
17315 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17316
17317 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17318 the candidates list.
17319
17320 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17321
17322 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17323
17324 2011-06-23 Richard Stallman <rms@gnu.org>
17325
17326 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17327 (rmail-variables): Set next-error-move-function.
17328 (rmail-what-message): Take argument POS.
17329 (rmail-next-error-move): New function.
17330
17331 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17334 messages for adjacent non-terminals.
17335
17336 2011-06-23 Richard Stallman <rms@gnu.org>
17337
17338 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17339 (rmail-show-message-1): Preserve buffer modified flag.
17340 (rmail-start-mail): Don't specify use of rmail-mail-return;
17341 that's done by mail-bury now.
17342 (rmail-mail-return): Handle arg NEWBUF.
17343
17344 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17345
17346 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17347 SIZE is a number.
17348
17349 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17350
17351 * window.el (get-lru-window, get-mru-window)
17352 (get-largest-window): Never return a minibuffer window.
17353 (display-buffer-pop-up-window): Fix a bug that could lead to
17354 reusing the minibuffer window.
17355 (display-buffer): Pass original specifier argument to
17356 display-buffer-function instead of the normalized one.
17357 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17358
17359 2011-06-22 Leo Liu <sdl.web@gmail.com>
17360
17361 * minibuffer.el (completing-read-function)
17362 (completing-read-default): Move from minibuf.c.
17363
17364 2011-06-22 Richard Stallman <rms@gnu.org>
17365
17366 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17367 to Rmail even if not started by a special Rmail command.
17368
17369 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17370 Copy the buffer currently showing just one message.
17371
17372 2011-06-22 Roland Winkler <winkler@gnu.org>
17373
17374 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17375 (bibtex-clean-entry): First delete the old key so that a
17376 customized algorithm for generating the new key does not get
17377 confused by the old key.
17378 (bibtex-url): Obey regexp of first step.
17379 (bibtex-search-entries): Do not use add-to-list with local
17380 list-var.
17381
17382 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17383
17384 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17385 stored a user name, then query for the password first, instead of
17386 waiting for SMTP to give an error message and the trying again.
17387
17388 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17389
17390 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17391 BUFFER in call-process.
17392
17393 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17394
17395 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17396 QUIT twice.
17397 (smtpmail-try-auth-methods): Require user name and password from
17398 auth-source.
17399
17400 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17401
17402 * window.el (display-buffer-default-specifiers)
17403 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17404 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17405 (split-window): Normalize SIDE argument (Bug#8916).
17406
17407 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17408 (special-display-frame-alist, special-display-popup-frame):
17409 Remove duplicate declarations. These are now in window.el.
17410
17411 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17412
17413 * mail/smtpmail.el (smtpmail-via-smtp):
17414 Set :use-starttls-if-possible so that we always use STARTTLS if the
17415 server supports it. SMTP servers that support STARTTLS commonly
17416 require it.
17417
17418 * net/network-stream.el (network-stream-open-starttls): Support
17419 upgrading to STARTTLS always, even if we don't have built-in support.
17420 (open-network-stream): Add the :always-query-capabilities keyword.
17421
17422 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17423 upgrades with `open-network-stream', and rely solely on
17424 auth-source for all credentials. Big changes throughout the file,
17425 but in particular:
17426 (smtpmail-auth-credentials): Remove.
17427 (smtpmail-starttls-credentials): Remove.
17428 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17429 MAIL FROM, too.
17430
17431 * net/network-stream.el (network-stream-open-starttls):
17432 Provide support for client certificates both for external and built-in
17433 STARTTLS.
17434 (auth-source): Require.
17435 (open-network-stream): Document the :client-certificate keyword.
17436 (network-stream-certificate): Change cert-cert to cert and
17437 cert-key to key.
17438
17439 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17440
17441 * net/tramp-cache.el (top): Don't load the persistency file when
17442 "emacs -Q" has been called.
17443
17444 2011-06-21 Tim Harper <timcharper@gmail.com>
17445
17446 * term/ns-win.el (ns-initialize-window-system):
17447 Set application-specific `ApplePressAndHoldEnabled' system
17448 resource to NO as it is not yet supported by the NS port.
17449
17450 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17451
17452 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17453 (list-dynamic-libraries): ...not here.
17454
17455 2011-06-21 Leo Liu <sdl.web@gmail.com>
17456
17457 * subr.el (sha1): Implement sha1 using secure-hash.
17458
17459 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17460
17461 * window.el (display-buffer-alist): In default value do not
17462 enforce searching a window on any but the selected frame.
17463 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17464 (display-buffer-select-window): Remove function.
17465 (display-buffer-in-window): When a window on another frame gets
17466 reused, do not select it any more but just raise its frame if
17467 necessary (Bug#8851) and (Bug#8856).
17468 (display-buffer-normalize-options): Handle pop-up-frames related
17469 options more faithfully.
17470 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17471 window if it is on another frame.
17472 (display-buffer-alist, display-buffer-default-specifiers):
17473 Don't make new frame unsplittable by default.
17474 (display-buffer-normalize-argument): Fix doc-string typo and use
17475 'same-frame-other-window instead of 'other-window when associating
17476 with display-buffer-macro-specifiers.
17477
17478 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17479
17480 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17481 New functions.
17482 (5x5-mode-map, 5x5-mode-menu): Bind them.
17483 (5x5-draw-grid): Tweak the solver's rendering.
17484
17485 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17486
17487 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17488 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17489
17490 2011-06-21 Drew Adams <drew.adams@oracle.com>
17491
17492 * menu-bar.el: Use function variable instead of switch-to-buffer.
17493 (menu-bar-select-buffer-function): New variable.
17494 (menu-bar-update-buffers): Use it (bug#8876).
17495
17496 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17497
17498 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17499 variable's status.
17500
17501 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17502
17503 * x-dnd.el (x-dnd-version-from-flags)
17504 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17505 and long as number (Bug#8899).
17506 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17507
17508 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17509
17510 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17511 (completion-try-completion, completion-all-completions): Compute the
17512 metadata argument if it's missing; make it optional (bug#8795).
17513
17514 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17515 (widget-complete): Use new :completion-function property.
17516 (widget-completions-at-point): New function.
17517 (default): Use :completion-function instead of :complete.
17518 (widget-default-completions): Rename from widget-default-complete;
17519 Rewrite.
17520 (widget-string-complete, widget-file-complete, widget-color-complete):
17521 Remove functions.
17522 (file, symbol, function, variable, coding-system, color):
17523 * international/mule-cmds.el (default-input-method, charset)
17524 (language-info-custom-alist):
17525 * cus-edit.el (face): Use new property :completions.
17526
17527 * progmodes/pascal.el (pascal-completions-at-point): New function.
17528 (pascal-mode): Use it.
17529 (pascal-mode-map): Use completion-at-point.
17530 (pascal-toggle-completions): Make obsolete.
17531 (pascal-complete-word, pascal-show-completions):
17532 * progmodes/octave-mod.el (octave-complete-symbol):
17533 Redefine as obsolete alias.
17534 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17535 Signal absence of completion info for old Octave,
17536 (inferior-octave-complete): Redefine as obsolete alias.
17537 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17538 (meta-completions-at-point): Rename from meta-complete-symbol and
17539 adapt it for use on completion-at-point-functions.
17540 (meta-common-mode): Use it.
17541 (meta-looking-at-backward, meta-match-buffer): Remove.
17542 (meta-complete-symbol): Redefine as obsolete alias.
17543 (meta-common-mode-map): Use completion-at-point.
17544 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17545 (makefile-mode-map): Use completion-at-point.
17546 (makefile-completions-at-point): Rename from makefile-complete and
17547 adapt it for use on completion-at-point-functions.
17548 (makefile-mode): Use it.
17549 (makefile-complete): Redefine as obsolete alias.
17550
17551 2011-06-20 Deniz Dogan <deniz@dogan.se>
17552
17553 * net/rcirc.el: Delete trailing whitespaces once and for all.
17554
17555 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17556
17557 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17558
17559 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17560
17561 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17562
17563 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17564
17565 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17566
17567 * window.el (display-buffer-other-window-means-other-frame):
17568 Call display-buffer-normalize-alist.
17569 (display-buffer-normalize-specifiers-1): Rename to
17570 display-buffer-normalize-argument. New argument other-frame.
17571 Rewrite.
17572 (display-buffer-normalize-specifiers-2): Rename to
17573 display-buffer-normalize-options.
17574 (display-buffer-normalize-alist-1): New function.
17575 (display-buffer-normalize-specifiers-3): Rename to
17576 display-buffer-normalize-alist.
17577 Call display-buffer-normalize-alist-1.
17578 (display-buffer-normalize-options-inhibit): New variable.
17579 (display-buffer-normalize-specifiers): Rewrite calling
17580 display-buffer-normalize-alist,
17581 display-buffer-normalize-argument, and
17582 display-buffer-normalize-options. Don't call the latter if
17583 display-buffer-normalize-options-inhibit is non-nil.
17584 (frame-auto-delete): New option.
17585 (window-deletable-p): Use frame-auto-delete.
17586 (window-list-no-nils, window-state-ignored-parameters)
17587 (window-state-get-1, window-state-get, window-state-put-list)
17588 (window-state-put-1, window-state-put-2, window-state-put):
17589 New functions.
17590 (display-buffer-normalize-options): Move special-display-p group
17591 after pop-up-frame group (Bug#8851) and (Bug#8856).
17592
17593 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17594
17595 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17596 groups (Bug#8776).
17597 (rx-submatch-n): New function.
17598 (rx): Document it.
17599
17600 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17601 (Bug#8768).
17602
17603 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17604
17605 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17606
17607 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17608 anytime existing face settings are present (Bug#8889).
17609
17610 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17611 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17612 Remove unused argument.
17613
17614 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17615
17616 * window.el (display-buffer-default-specifiers):
17617 Remove pop-up-frame. Add pop-up-window-min-height,
17618 pop-up-window-min-width, and another reuse-window specifier
17619 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17620 (display-buffer-normalize-specifiers-2):
17621 Handle split-height-threshold and split-width-threshold also when
17622 pop-up-windows is unset. Add a reuse-window specifier for the
17623 case popping up a new window fails.
17624 (special-display-popup-frame): Remove double quoting.
17625 (display-buffer-normalize-specifiers-1): Fix thinko.
17626
17627 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17628
17629 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17630 according to comint-completion-addsuffix.
17631
17632 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17633 (pcomplete-suffix-list): Mark as obsolete.
17634 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17635 pcomplete-seen in the closure.
17636 (pcomplete-comint-setup): Setup completion-at-point as well.
17637 (pcomplete--entries): New function.
17638 (pcomplete--env-regexp): New var.
17639 (pcomplete-entries): Rewrite to work with partial-completion and
17640 without relying on pcomplete-suffix-list.
17641 (pcomplete-pare-list): Remove, unused.
17642
17643 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17644
17645 * window.el (display-buffer-alist): Set pop-up-window-min-height
17646 and pop-up-window-min-width in default value. Reported by
17647 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17648 other-window-means-other-frame.
17649 (display-buffer-macro-specifiers): Comment out entry for
17650 other-window specifier.
17651 (display-buffer-other-window-means-other-frame): New function.
17652 (display-buffer-normalize-specifiers-1): New arguments
17653 buffer-name and label. Treat other-window case specially.
17654 (display-buffer-normalize-specifiers-2): Treat other-window case
17655 specially.
17656 (display-buffer-normalize-specifiers-3): New function.
17657 (display-buffer-normalize-specifiers):
17658 Call display-buffer-normalize-specifiers-3.
17659
17660 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17661
17662 * window.el (same-window-p): Fix two typos introduced when
17663 adding with-no-warnings.
17664 (display-buffer-normalize-specifiers-1): Don't check
17665 pop-up-frames for 'unset initialization.
17666 (display-buffer-normalize-specifiers-2): Major rewrite using
17667 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17668 (pop-up-frames, display-buffer-reuse-frames)
17669 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17670 Suggested by David Engster <deng@randomsample.de>.
17671 (even-window-heights): Initialize to 'unset.
17672 (display-buffer-alist-set): Handle new 'unset initializations.
17673 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17674 other window case.
17675
17676 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17677
17678 * window.el (display-buffer-normalize-specifiers-1):
17679 Respect current value of pop-up-frames for most reasonable values of
17680 second argument of display-buffer (Bug#8865).
17681 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17682 (switch-to-buffer-other-window-same-frame)
17683 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17684 Adams (Bug#8875).
17685 (display-buffer): Don't check noninteractive when calling
17686 display-buffer-pop-up-frame.
17687 (display-buffer-pop-up-frame): Never pop up a frame in
17688 noninteractive mode (Bug#8857).
17689 (enlarge-window, shrink-window): Don't report an error when the
17690 window can't be resized as requested (Bug#8862).
17691
17692 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17693
17694 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17695
17696 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17697
17698 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17699
17700 2011-06-15 Alan Mackenzie <acm@muc.de>
17701
17702 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17703 for declarators, disable knr checking to speed up for normal files.
17704 2: Refactor, replacing a sequence of nested if forms by a cond form.
17705
17706 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17707
17708 * net/network-stream.el (open-network-stream): Add the keyword
17709 :always-query-capabilities for the case where you want to force a
17710 `plain' network connection, but the protocol still requires the
17711 capabilitiy command (i.e., SMTP and EHLO).
17712
17713 * subr.el (process-live-p): Rename from `process-alive-p' for
17714 consistency with other `-live-p' functions.
17715
17716 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17717
17718 * window.el (same-window-buffer-names, same-window-regexps)
17719 (special-display-frame-alist, special-display-popup-frame)
17720 (special-display-function, special-display-buffer-names)
17721 (special-display-regexps, pop-up-frame-alist)
17722 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17723 (pop-up-windows, split-window-preferred-function)
17724 (split-height-threshold, split-width-threshold, even-window-heights)
17725 (display-buffer-mark-dedicated): Don't encourage the use of
17726 display-buffer-alist from Elisp code.
17727
17728 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17729
17730 * progmodes/python.el (python-mode): Derive from prog-mode.
17731 * progmodes/ps-mode.el (ps-mode):
17732 * progmodes/mixal-mode.el (mixal-mode):
17733 * progmodes/cfengine.el (cfengine-mode):
17734 * progmodes/ld-script.el (ld-script-mode): Likewise.
17735
17736 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17737
17738 * window.el (display-buffer-alist): Trim default value to avoid
17739 popping up a new frame (Bug#8857) or reusing an arbitrary window
17740 on another frame.
17741 (display-buffer): Do not fall back on popping up a new frame in
17742 batch mode (Bug#8857).
17743
17744 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17745
17746 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17747 (custom-theme-summary): New function.
17748 (customize-themes): Use it.
17749
17750 2011-06-13 Glenn Morris <rgm@gnu.org>
17751
17752 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17753
17754 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17755
17756 * help.el (help-window): Remove variable.
17757 (help-window-point-marker, temp-buffer-max-height)
17758 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17759 (help-print-return-message): Don't set help-window.
17760 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17761 (help-window-setup-finish): Remove.
17762 (help-window-display-message, help-window-setup)
17763 (with-help-window): Major rewrite based on new
17764 display-buffer-window variable.
17765
17766 * help-mode.el (help-mode-finish): Remove help-window related
17767 code.
17768
17769 * view.el (view-exits-all-viewing-windows): Remove reference to
17770 view-return-to-alist in doc-string.
17771 (view-return-to-alist): Make obsolete.
17772 (view-buffer): Call pop-to-buffer-same-window and remove
17773 undo-window code.
17774 (view-buffer-other-window): Call pop-to-buffer-other-window and
17775 simplify code. Ignore second argument.
17776 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17777 simplify code. Ignore second argument.
17778 (view-return-to-alist-update): Make obsolete.
17779 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17780 Rewrite using quit-restore window parameters.
17781 (view-mode-exit): Rename second argument to EXIT-ONLY.
17782 Rewrite using quit-restore-window.
17783 (View-exit, View-exit-and-edit, View-leave, View-quit)
17784 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17785 appropriate arguments.
17786 (view-end-message): Use quit-restore window parameter.
17787
17788 * window.el (display-buffer-function): Rewrite doc-string.
17789 (display-buffer-window, display-buffer-alist): New variables.
17790 (display-buffer-split-specifiers)
17791 (display-buffer-side-specifiers)
17792 (display-buffer-macro-specifiers): New constants.
17793 (display-buffer-even-window-sizes, display-buffer-set-height)
17794 (display-buffer-set-width, display-buffer-select-window)
17795 (display-buffer-in-window, display-buffer-reuse-window)
17796 (display-buffer-split-window-1, display-buffer-split-window)
17797 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17798 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17799 (display-buffer-in-side-window, normalize-buffer-to-display)
17800 (display-buffer-normalize-specifiers-1)
17801 (display-buffer-normalize-specifiers-2)
17802 (display-buffer-normalize-specifiers, display-buffer-frame):
17803 New functions.
17804 (display-buffer): Major rewrite.
17805 (display-buffer-other-window, display-buffer-other-frame)
17806 (pop-to-buffer, switch-to-buffer-other-window)
17807 (switch-to-buffer-other-frame): Rewrite.
17808 (display-buffer-same-window, display-buffer-same-frame)
17809 (display-buffer-same-frame-other-window)
17810 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17811 (pop-to-buffer-other-window)
17812 (pop-to-buffer-same-frame-other-window)
17813 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17814 (switch-to-buffer-other-window-same-frame): New functions.
17815 (same-window-p, special-display-p): Rewrite disabling warnings.
17816 Make obsolete.
17817 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17818 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17819 Make obsolete
17820 (same-window-buffer-names, same-window-regexps)
17821 (special-display-frame-alist, special-display-popup-frame)
17822 (special-display-function, special-display-buffer-names)
17823 (special-display-regexps, pop-up-frame-alist)
17824 (pop-up-frame-function, split-window-preferred-function)
17825 (split-height-threshold, split-width-threshold)
17826 (even-window-heights): Make obsolete.
17827
17828 2011-06-12 Glenn Morris <rgm@gnu.org>
17829
17830 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17831 Misc simplifications.
17832
17833 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17834
17835 * window.el (window-safely-shrinkable-p): Restore function which
17836 was inadvertently removed in change from 2011-06-11. Declare as
17837 obsolete.
17838
17839 * calendar/calendar.el (calendar-generate-window):
17840 Use window-iso-combined-p instead of combination of one-window-p and
17841 window-safely-shrinkable-p.
17842
17843 2011-06-12 Glenn Morris <rgm@gnu.org>
17844
17845 * progmodes/fortran.el (fortran-mode-syntax-table):
17846 * progmodes/f90.el (f90-mode-syntax-table):
17847 Set % to punctuation. (Bug#8820)
17848 (f90-find-tag-default): Remove, no longer needed.
17849
17850 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17851
17852 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17853
17854 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17855
17856 * image.el (image-animated-p): Return animation delay in seconds.
17857 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17858 (image-animate-timeout): Remove DELAY argument. Don't assume
17859 every subimage has the same delay; get it from image-animated-p.
17860 (image-animate): Caller changed.
17861
17862 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17863
17864 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17865 to ignored backtrace functions.
17866
17867 2011-06-11 Glenn Morris <rgm@gnu.org>
17868
17869 * calendar/appt.el (appt-disp-window-function): Doc fix.
17870 (appt-check): Handle overlapping appointments. (Bug#8337)
17871
17872 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17873
17874 * window.el (window-tree-1, window-tree): New functions, moving
17875 the latter to window.el.
17876 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17877 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17878 (bw-refresh-edges): Remove.
17879 (balance-windows-1, balance-windows-2): New functions.
17880 (balance-windows): Rewrite in terms of window tree functions,
17881 balance-windows-1 and balance-windows-2.
17882 (bw-adjust-window): Remove.
17883 (balance-windows-area-adjust): New function with functionality of
17884 bw-adjust-window but using resize-window.
17885 (set-window-text-height): Rewrite doc-string.
17886 Use normalize-live-window and resize-window.
17887 (enlarge-window-horizontally, shrink-window-horizontally):
17888 Rename argument to DELTA.
17889 (window-buffer-height): New function.
17890 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17891 Rewrite using new window resize routines.
17892 (kill-buffer-and-window, mouse-autoselect-window-select):
17893 Use ignore-errors instead of condition-case.
17894 (quit-window): Call delete-frame instead of delete-windows-on
17895 for the only buffer on frame.
17896
17897 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17898
17899 * loadup.el (top-level): Load window before files for the sake
17900 of replace-buffer-in-windows.
17901
17902 * files.el (read-buffer-to-switch)
17903 (switch-to-buffer-other-window)
17904 (switch-to-buffer-other-frame, display-buffer-other-frame):
17905 Move to window.el.
17906
17907 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17908 (previous-buffer): Move to window.el.
17909
17910 * bindings.el (unbury-buffer): Move to window.el.
17911
17912 * window.el (delete-other-windows-vertically): Move after
17913 definition of delete-other-windows.
17914 (other-window, delete-windows-on, replace-buffer-in-windows):
17915 Move here from window.c.
17916 (record-window-buffer, unrecord-window-buffer)
17917 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17918 (switch-to-next-buffer): New functions.
17919 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17920 from simple.el. Call switch-to-next-buffer.
17921 (previous-buffer): Move here from simple.el.
17922 Call switch-to-prev-buffer.
17923 (bury-buffer): Move here from buffer.c. Switch to previous
17924 buffer when window cannot be deleted.
17925 (unbury-buffer): Move here from bindings.el.
17926 (ctl-x-map): Move binding for other-window from window.c to
17927 here.
17928 (read-buffer-to-switch, switch-to-buffer-other-window)
17929 (switch-to-buffer-other-frame): Move here from files.el.
17930 (normalize-buffer-to-switch-to): New functions.
17931 (switch-to-buffer): Move here from buffer.c.
17932 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17933
17934 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17935
17936 * window.el (window-min-height, window-min-width): Move here
17937 from window.c. Add defcustoms and rewrite doc-strings.
17938 (resize-mini-window, resize-window): New functions.
17939 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17940 Move here from window.c.
17941 (maximize-window, minimize-window): New functions.
17942 (delete-window, delete-other-windows, split-window): Move here
17943 from window.c.
17944 (window-split-min-size): New function.
17945 (split-window-keep-point): Mention split-window-above-each-other
17946 instead of split-window-vertically.
17947 (split-window-above-each-other, split-window-vertically):
17948 Rename split-window-vertically to split-window-above-each-other
17949 and provide defalias for old definition.
17950 (split-window-side-by-side, split-window-horizontally):
17951 Rename split-window-horizontally to split-window-side-by-side
17952 and provide defalias for the old definition.
17953 (ctl-x-map): Move bindings for delete-window,
17954 delete-other-windows and enlarge-window here from window.c.
17955 Replace bindings for split-window-vertically and
17956 split-window-horizontally by bindings for
17957 split-window-above-each-other and split-window-side-by-side.
17958
17959 * cus-start.el (all): Remove entries for window-min-height and
17960 window-min-width. Add entries for window-splits and
17961 window-nest.
17962
17963 2011-06-09 Glenn Morris <rgm@gnu.org>
17964
17965 * calendar/appt.el (appt-mode-line): New function.
17966 (appt-check, appt-disp-window): Use it.
17967
17968 * files.el (hack-one-local-variable-eval-safep):
17969 Allow minor-modes with explicit +/-1 arguments.
17970
17971 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17972
17973 * term/xterm.el (xterm): Add defgroup.
17974 (xterm-extra-capabilities): Add defcustom to supply known xterm
17975 capabilities, skip querying them, or query them (default).
17976 (terminal-init-xterm): Use it.
17977 (terminal-init-xterm-modify-other-keys): New function to set up
17978 modifyOtherKeys support to simplify `terminal-init-xterm'.
17979
17980 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17981
17982 * window.el (resize-window-reset, resize-window-reset-1)
17983 (resize-subwindows-skip-p, resize-subwindows-normal)
17984 (resize-subwindows, resize-other-windows, resize-this-window)
17985 (resize-root-window, resize-root-window-vertically)
17986 (window-deletable-p, window-or-subwindow-p)
17987 (frame-root-window-p): New functions.
17988
17989 2011-06-09 Glenn Morris <rgm@gnu.org>
17990
17991 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17992 (ange-ftp-get-files): Use it.
17993
17994 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17995
17996 * mail/sendmail.el (mail-recover-1, mail-recover):
17997 * files.el (recover-file, recover-session):
17998 Handle dired-listing-switches not being just a single short option.
17999
18000 2011-06-09 Glenn Morris <rgm@gnu.org>
18001
18002 * calendar/appt.el (appt-display-message, appt-disp-window):
18003 Handle lists of appointments.
18004
18005 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18006
18007 * window.el (one-window-p): Move down in code.
18008 Rewrite doc-string.
18009 (window-current-scroll-bars): Rewrite doc-string.
18010 Normalize live window argument.
18011 (walk-windows, get-window-with-predicate, count-windows):
18012 Rewrite doc-string. Use window-list-1.
18013 (window-in-direction-2, window-in-direction, get-mru-window):
18014 New functions.
18015
18016 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18017
18018 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18019 Doc fix (Bug#8713).
18020
18021 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18022
18023 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18024
18025 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18026
18027 * loadhist.el (unload-feature-special-hooks):
18028 Add `comint-output-filter-functions'.
18029
18030 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18031
18032 * calendar/appt.el (appt-check): Move some initializations into the let.
18033
18034 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18035
18036 * window.el (window-height): Defalias to window-total-height.
18037 (window-width): Defalias to window-body-width.
18038
18039 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18040
18041 * image-mode.el (image-toggle-animation): New command.
18042 (image-mode-map): Bind it to RET.
18043 (image-mode): Update message.
18044 (image-toggle-display-image): Avoid a spurious cache flush.
18045 (image-transform-rotation): Doc fix.
18046 (image-transform-properties): Return quickly in the normal case.
18047 (image-animate-loop): Rename from image-animate-max-time.
18048
18049 * image.el (image-animate-max-time): Move to image-mode.el.
18050 (create-animated-image): Remove unnecessary function.
18051 (image-animate): Rename from image-animate-start. New arg.
18052 (image-animate-stop): Remove; just use image-animate-timer.
18053 (image-animate-timer): Use car-safe.
18054 (image-animate-timeout): Rename argument.
18055
18056 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18057
18058 * window.el (get-lru-window, get-largest-window): Move here from
18059 window.c. Rename first argument to ALL-FRAMES.
18060 Rephrase doc-strings.
18061 (get-buffer-window-list): Rewrite using window-list-1.
18062 Rephrase doc-string.
18063 (window-safe-min-height, window-safe-min-width): New constants.
18064 (window-size-ignore, window-min-size, window-min-size-1)
18065 (window-sizable, window-sizable-p, window-size-fixed-1)
18066 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18067 (window-max-delta-1, window-max-delta, window-resizable)
18068 (window-resizable-p, window-total-height, window-total-width)
18069 (window-body-width): New functions.
18070 (window-full-height-p, window-full-width-p): Rewrite using
18071 window-total-size.
18072 (window-body-height): Rewrite using window-body-size.
18073
18074 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18075
18076 * window.el (window-right, window-left, window-child)
18077 (window-child-count, window-last-child, window-any-p)
18078 (normalize-live-buffer, normalize-live-frame)
18079 (normalize-any-window, normalize-live-window)
18080 (window-iso-combination-p, window-iso-combined-p)
18081 (window-iso-combinations)
18082 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18083 (windows-with-parameter, window-with-parameter)
18084 (window-atom-root, make-window-atom, window-atom-check-1)
18085 (window-atom-check, window-side-check, window-check):
18086 New functions.
18087 (ignore-window-parameters, window-sides, window-sides-vertical)
18088 (window-sides-slots): New variables.
18089 (window-size-fixed): Move down in code. Minor doc-string fix.
18090
18091 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18092
18093 * comint.el (comint-dynamic-complete-as-filename)
18094 (comint-dynamic-complete-filename): Correctly call
18095 completion-in-region.
18096
18097 2011-06-05 Deniz Dogan <deniz@dogan.se>
18098
18099 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18100 in last change.
18101
18102 2011-06-05 Deniz Dogan <deniz@dogan.se>
18103
18104 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18105 (rcirc): Use it to prompt for encryption.
18106
18107 2011-06-05 Roland Winkler <winkler@gnu.org>
18108
18109 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18110 (bibtex-search-entries): New command bound to C-c C-a.
18111 (bibtex-display-entries): New function.
18112
18113 2011-06-05 Roland Winkler <winkler@gnu.org>
18114
18115 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18116 (bibtex-insert-kill): After yanking insert newline if necessary.
18117 (bibtex-initialize): Call bibtex-string-files-init only once.
18118 (bibtex-mode): Do not call easy-menu-add.
18119 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18120 (bibtex-yank): Set arg properly if nil.
18121
18122 2011-06-05 Roland Winkler <winkler@gnu.org>
18123
18124 * textmodes/bibtex.el (bibtex-search-entry-globally):
18125 New variable.
18126 (bibtex-search-entry): Use it.
18127
18128 2011-06-05 Roland Winkler <winkler@gnu.org>
18129
18130 * textmodes/bibtex.el (bibtex-entry-format): New option
18131 sort-fields.
18132 (bibtex-format-entry, bibtex-reformat): Honor this option.
18133 (bibtex-parse-entry): Return fields in proper order.
18134
18135 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18136
18137 * doc-view.el (doc-view-remove-if): Move computation of result out
18138 of `dolist' to silence misleading lexical-binding warning.
18139
18140 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18141
18142 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18143 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18144
18145 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18146
18147 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18148 "SunOS 5.10".
18149
18150 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18151
18152 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18153 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18154 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18155 (tramp-parse-putty):
18156 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18157 (tramp-completion-function-alist-ssh)
18158 (tramp-completion-function-alist-telnet)
18159 (tramp-completion-function-alist-su)
18160 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18161 cookie.
18162
18163 * net/tramp-ftp.el:
18164 * net/tramp-sh.el:
18165 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18166 load "tramp.el" `tramp-set-completion-function'.
18167
18168 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * shell.el: Require and use pcomplete.
18171 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18172 (shell-completion-vars): Set pcomplete-default-completion-function.
18173
18174 2011-06-04 Deniz Dogan <deniz@dogan.se>
18175
18176 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18177 `memq' (Bug#8799).
18178
18179 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18180
18181 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18182
18183 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18184
18185 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18186 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18187 * vc/log-view.el (log-view-beginning-of-defun):
18188 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18189 (smerge-refine-forward, smerge-refine-chopup-region):
18190 Silence warning for unused `dotimes' counter variables.
18191
18192 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18193
18194 * net/tramp.el (tramp-with-progress-reporter): Rename from
18195 with-progress-reporter. Use `declare'.
18196 * net/tramp-smb.el:
18197 * net/tramp-sh.el:
18198 * net/tramp-gvfs.el: Update all uses.
18199
18200 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18201
18202 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18203 buffer isn't killed before making it current.
18204
18205 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18206
18207 Silence various byte-compiler warnings.
18208 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18209 `access-type' and new obsolescence format.
18210 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18211 new format.
18212 (byte-compile-check-variable): New `access-type' argument.
18213 Only warn if the access-type is obsolete.
18214 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18215 (byte-compile-variable-set): Adjust callers.
18216 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18217 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18218 setting it as obsolete.
18219 * simple.el (minibuffer-completing-symbol):
18220 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18221 access as obsolete.
18222 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18223 obsolete yet.
18224 * international/quail.el (quail-mouse-choose-completion): Remove unused
18225 code referring to obsolete var.
18226 (quail-choose-completion-string): Remove.
18227 * server.el (server-clients-with, server-kill-buffer-query-function)
18228 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18229 * proced.el (proced-send-signal):
18230 * emacs-lisp/lisp.el (lisp-complete-symbol):
18231 Replace completion-annotate-function with completion-extra-properties.
18232
18233 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18234
18235 * simple.el (goto-line): Use read-number.
18236 (overriding-map-is-bound): Remove.
18237 (saved-overriding-map): Change default.
18238 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18239 Take the map as argument.
18240 (universal-argument, negative-argument, digit-argument): Use it.
18241 (restore-overriding-map): Adjust.
18242 (do-auto-fill): Use fill-forward-paragraph.
18243 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18244
18245 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18246 (minibuffer-inactive-mode): New major mode.
18247 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18248 the *Messages* buffer" hack.
18249 (mouse-popup-menubar): Don't burp if the event is a normal key.
18250
18251 Miscellaneous tweaks.
18252 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18253 lexical scoping as in subr.el's dolist and dotimes.
18254 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18255 Silence compiler warning.
18256 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18257 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18258 * international/ccl.el (ccl-compile): Trivial simplification.
18259 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18260 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18261 `printflag' argument.
18262 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18263 Purecopy the whole obsolescence data.
18264
18265 2011-06-01 Leo Liu <sdl.web@gmail.com>
18266
18267 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18268 improve doc-string as suggested by Marco Pessotto
18269 <melmothx@gmail.com>.
18270 (rcirc-print): Fix last change.
18271
18272 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18273
18274 * minibuffer.el (complete-with-action): Return nil for the metadata and
18275 boundaries of non-functional tables.
18276 (completion-table-dynamic): Return nil for the metadata.
18277 (completion-table-with-terminator): Add default case, using
18278 complete-with-action.
18279 (completion--metadata): New function.
18280 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18281 to try and avoid pathological performance problems.
18282 (completion--embedded-envvar-table): Return `category' metadata.
18283
18284 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18285
18286 * subr.el (process-alive-p): New tiny convenience function.
18287
18288 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18291 content but also its previous major mode.
18292
18293 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18294
18295 * emacs-lisp/debug.el (debug): Restore the previous content of the
18296 *Backtrace* buffer when we exit with C-M-c.
18297
18298 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18299
18300 * minibuffer.el: Add metadata method to completion tables.
18301 (completion-category-overrides): New defcustom.
18302 (completion-metadata, completion--field-metadata)
18303 (completion-metadata-get, completion--styles)
18304 (completion--cycle-threshold): New functions.
18305 (completion-try-completion, completion-all-completions):
18306 Add `metadata' argument to choose completion-styles.
18307 (completion--do-completion): Use metadata to choose cycling.
18308 (completion-all-sorted-completions): Use metadata for sorting.
18309 Remove :completion-cycle-penalty which is not needed any more.
18310 (completion--try-word-completion): Add `metadata' argument.
18311 (minibuffer-completion-help): Check metadata for annotation function
18312 and sorting.
18313 (completion-file-name-table): Return `category' metadata.
18314 (minibuffer-completing-file-name): Make obsolete.
18315 * simple.el (minibuffer-completing-symbol): Make obsolete.
18316 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18317 completion-try-completion.
18318
18319 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18320
18321 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18322
18323 2011-05-30 Leo Liu <sdl.web@gmail.com>
18324
18325 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18326 (rcirc-print): Decode all incoming messages (bug#8744).
18327 (rcirc-decode-coding-system): Allow value nil for automatic coding
18328 system detection.
18329
18330 2011-06-01 Glenn Morris <rgm@gnu.org>
18331
18332 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18333
18334 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18335
18336 * image.el (image-animate-max-time): Allow nil and t values.
18337 Default to nil.
18338 (create-animated-image): Doc fix.
18339 (image-animate-start): Remove second arg; just use
18340 image-animate-max-time.
18341 (image-animate-timeout): Doc fix. Args changed.
18342
18343 * image-mode.el (image-toggle-display-image): Ensure that the
18344 image spec passed to the animate timer is the same object as in
18345 the buffer's display property (Bug#6981).
18346 (image-transform-properties): Doc fix.
18347
18348 * image.el (image-animate-max-time): Default to nil.
18349
18350 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18351
18352 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18353 entire buffer list (Bug#8184).
18354
18355 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18356
18357 * image.el (imagemagick-types-inhibit)
18358 (imagemagick-register-types): Doc fix.
18359
18360 2011-05-29 Deniz Dogan <deniz@dogan.se>
18361
18362 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18363 default.
18364
18365 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18366
18367 * select.el: Don't perform clipboard-manager saving in hooks;
18368 leave the hooks empty.
18369
18370 2011-05-28 Leo Liu <sdl.web@gmail.com>
18371
18372 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18373 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18374 (occur-edit-mode): New major mode (Bug#8463).
18375 (occur-after-change-function): New function.
18376 (occur-engine): Give Occur tags a read-only property.
18377
18378 2011-05-28 Kevin Ryde <user42@zip.com.au>
18379
18380 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18381
18382 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18383
18384 * bindings.el (help-echo): Make the initial non-indicator dash
18385 empty on graphical terminals (Bug#7295).
18386
18387 * files.el (auto-mode-alist): Move config rule after the
18388 in-stripping one (Bug#8547).
18389
18390 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18391
18392 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18393 setting (Bug#8740).
18394
18395 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18396
18397 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18398 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18399 (Bug#8539).
18400
18401 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18402
18403 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18404
18405 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18406
18407 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18408 (hs-hide-block-at-point, hs-find-block-beginning)
18409 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18410 (Bug#8279).
18411
18412 2011-05-28 Glenn Morris <rgm@gnu.org>
18413
18414 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18415
18416 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18417
18418 * help-fns.el (describe-function-1): If the function is a derived
18419 major mode, print the parent mode.
18420
18421 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18422 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18423
18424 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * minibuffer.el (completion--capf-wrapper): Check applicability before
18427 returning non-nil for non-exclusive completion data.
18428 * progmodes/etags.el (tags-completion-at-point-function):
18429 * info-look.el (info-lookup-completions-at-point): Mark as
18430 non-exclusive.
18431 (info-complete): Adjust accordingly.
18432
18433 * info-look.el: Convert to lexical-binding and completion-at-point.
18434 (info-lookup-completions-at-point): New function.
18435 (info-complete): Use it and completion-in-region.
18436
18437 2011-05-28 Drew Adams <drew.adams@oracle.com>
18438
18439 * isearch.el: Let M-e start with point at the first mismatched char.
18440 (isearch-fail-pos): New function.
18441 (isearch-edit-string): Use it.
18442
18443 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18444
18445 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18446
18447 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18448
18449 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18450 traversal functions for avl-trees.
18451 (avl-tree--stack): New struct.
18452 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18453 (avl-tree-enter): Add optional `updatefun' arg.
18454 (avl-tree--do-enter): Add optional `updatefun' arg.
18455 Change return value.
18456 (avl-tree-delete): Add optional `test' and `nilflag' args.
18457 (avl-tree--do-delete): Add `test' and `nilflag' args.
18458 Change return value.
18459 (avl-tree-member): Add optional `nilflag'
18460 (avl-tree-member-p): New function.
18461 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18462 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18463 (avl-tree-stack-empty-p): New functions.
18464
18465 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18466 avl-tree--del-balance1 and make it work both ways.
18467 (avl-tree--del-balance2): Remove.
18468 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18469 make it work both ways.
18470 (avl-tree--enter-balance2): Remove.
18471 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18472 New macros.
18473 (avl-tree--mapc, avl-tree-map): Add direction argument.
18474
18475 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18476
18477 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18478
18479 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18480
18481 * select.el: Support clipboard managers with built-in function
18482 x-clipboard-manager-save, via delete-frame-functions and
18483 kill-emacs-hook.
18484 (xselect-convert-to-targets): Add MULTIPLE target to list.
18485 (xselect-convert-to-save-targets): New function.
18486
18487 2011-05-27 Kenichi Handa <handa@m17n.org>
18488
18489 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18490 let-binding rfc2047-encode-encoded-words to nil.
18491
18492 2011-05-27 Glenn Morris <rgm@gnu.org>
18493
18494 * mail/emacsbug.el: Don't require url-util.
18495
18496 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18497
18498 * files.el (set-auto-mode):
18499 Also respect mode: entries at the end of the file. (Bug#8586)
18500
18501 2011-05-26 Glenn Morris <rgm@gnu.org>
18502
18503 * files.el (hack-local-variables-prop-line, hack-local-variables):
18504 Downcase mode names, as seems to be traditional.
18505 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18506
18507 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18508 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18509
18510 2011-05-25 Julien Danjou <julien@danjou.info>
18511
18512 * textmodes/rst.el (rst-define-level-faces): Do not define face
18513 symbol if it is already defined.
18514
18515 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18516
18517 * play/5x5.el (5x5-new-game, 5x5-randomize):
18518 Reset 5x5-solver-output to nil when a new grid is cast.
18519 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18520 these debugging traces, as defmacro breaks the compiled code.
18521
18522 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18523
18524 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18525
18526 2011-05-24 Leo Liu <sdl.web@gmail.com>
18527
18528 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18529 (vc-bzr-sha1): Adapt.
18530
18531 * sha1.el: Remove. Function `sha1' is now builtin.
18532
18533 * bindings.el: Provide sha1 feature.
18534
18535 2011-05-24 Kenichi Handa <handa@m17n.org>
18536
18537 * mail/sendmail.el: Require `rfc2047'.
18538 (mail-insert-from-field): Do not perform RFC2047 encoding.
18539 (mail-encode-header): New function.
18540 (sendmail-send-it): Set buffer-file-coding-system of the work
18541 buffer to the return value of select-message-coding-system.
18542 Call mail-encode-header.
18543
18544 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18545
18546 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18547
18548 * mail/supercite.el (sc-default-cite-frame):
18549 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18550
18551 2011-05-24 Glenn Morris <rgm@gnu.org>
18552
18553 * progmodes/python.el (brm-menu): Declare.
18554
18555 * emulation/viper.el (viper-set-hooks): Declare.
18556
18557 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18558 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18559 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18560 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18561 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18562 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18563
18564 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 Add an :exit-function for completion-at-point.
18567
18568 * minibuffer.el (completion--done): New fun.
18569 (completion--do-completion): Use it. New arg `expect-exact'.
18570 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18571 since completion--do-completion does it for us now.
18572 (minibuffer-force-complete): Use completion--done and
18573 completion--replace. Handle sole-completion case with more care.
18574 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18575 (completion-extra-properties): New var.
18576 (completion-annotate-function): Make obsolete.
18577 (minibuffer-completion-help): Adjust accordingly.
18578 Use completion-list-insert-choice-function.
18579 (completion-at-point, completion-help-at-point):
18580 Bind completion-extra-properties.
18581 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18582 * simple.el (completion-list-insert-choice-function): New var.
18583 (completion-setup-function): Preserve it.
18584 (choose-completion): Pay attention to it, shuffle the code a bit.
18585 (choose-completion-string): New arg `insert-function'.
18586
18587 * textmodes/bibtex.el: Convert to lexical binding.
18588 (bibtex-mode-map): Use completion-at-point.
18589 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18590 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18591 (bibtex-complete): Define as obsolete alias.
18592 (bibtex-complete-internal): Remove.
18593 (bibtex-format-entry): Remove unused sub-group in regexp.
18594 * shell.el (shell--command-completion-data)
18595 (shell-environment-variable-completion):
18596 * pcomplete.el (pcomplete-completions-at-point):
18597 * comint.el (comint--complete-file-name-data): Use :exit-function
18598 instead of completion-table-with-terminator so it also works for
18599 choose-completion.
18600
18601 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18602
18603 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18604
18605 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18606 (bug#8710).
18607
18608 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18609
18610 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18611
18612 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18613 customization variable and implement: If non-nil, auto-fill will
18614 be inhibited while on topic's header line.
18615
18616 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18617
18618 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18619 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18620 always have a solution in grid size = 5 cases.
18621 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18622 (5x5-solver-output, 5x5-log-buffer): New vars.
18623 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18624 Make these variables buffer local to achieve 5x5 multi-session-ness.
18625 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18626 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18627 (5x5-solve-suggest): New funs.
18628 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18629 randomize a grid so that we ensure that there is always a solution.
18630 (5x5-make-random-grid): Allow other movement than flipping.
18631
18632 2011-05-23 Kevin Ryde <user42@zip.com.au>
18633
18634 * emacs-lisp/advice.el (ad-read-advised-function):
18635 Use `function-called-at-point' as the default, if it has
18636 advice and passes PREDICATE.
18637
18638 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18639
18640 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18641 byte-compile-lambda if it's actually a lambda.
18642
18643 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18644 Fix function quoting. Use backquote better.
18645
18646 2011-05-22 Yuanle Song <sylecn@gmail.com>
18647
18648 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18649 matching (Bug#8516).
18650
18651 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18652
18653 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18654 different face (Bug#8178).
18655
18656 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18657
18658 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18659 defface (Bug#8144).
18660
18661 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18662
18663 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18664 funcall as well (bug#8712). Warn when performing those conversions.
18665 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18666
18667 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18668
18669 2011-05-22 Glenn Morris <rgm@gnu.org>
18670
18671 * files.el (hack-local-variables-prop-line): Small simplifications.
18672 (hack-local-variables, hack-local-variables-prop-line):
18673 If MODE-ONLY, return the mode, rather than just `t'.
18674
18675 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18676
18677 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18678
18679 2011-05-21 Glenn Morris <rgm@gnu.org>
18680
18681 * files.el (hack-local-variables-prop-line, hack-local-variables):
18682 If only interested in the mode, don't bother doing the other stuff.
18683
18684 * image-mode.el (image-after-revert-hook):
18685 Redraw all frames on which the image is visible. (Bug#8567)
18686
18687 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18688
18689 * wid-edit.el (widget-checklist-match-inline):
18690 Fix 2011-04-19 change. (Bug#8649)
18691
18692 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18693
18694 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18695 Also allow singlespace after single-letter capitals followed by a dot.
18696
18697 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18698 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18699
18700 2011-05-20 Nix <nix@esperi.org.uk>
18701
18702 * files.el (basic-save-buffer-2):
18703 Fix handling of break-hardlink-on-save with non-existent files.
18704
18705 2011-05-19 Deniz Dogan <deniz@dogan.se>
18706
18707 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18708 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18709
18710 2011-05-19 Glenn Morris <rgm@gnu.org>
18711
18712 * progmodes/f90.el (f90-type-def-re):
18713 Handle "type, bind(c)". (Bug#8691)
18714
18715 * emacs-lisp/autoload.el (batch-update-autoloads):
18716 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18717
18718 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18719
18720 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18721 property for the correct connection in case of multihops.
18722
18723 2011-05-18 Glenn Morris <rgm@gnu.org>
18724
18725 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18726 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18727
18728 Rationalize calendar handling of day and month abbrev-arrays.
18729 * calendar/calendar.el (calendar-customized-p): New function.
18730 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18731 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18732 Add :set function.
18733 (calendar-abbrev-length, calendar-day-abbrev-array)
18734 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18735 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18736 Elements may no longer be nil.
18737 (calendar-day-name, calendar-month-name):
18738 Update for changed nature of abbrev arrays.
18739 * calendar/diary-lib.el (diary-name-pattern):
18740 Update for changed nature of abbrev arrays.
18741 (diary-mark-entries-1): Update calendar-make-alist calls.
18742 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18743 * calendar/cal-html.el (cal-html-day-abbrev-array):
18744 Simply inherit from calendar-day-abbrev-array.
18745
18746 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18747
18748 * progmodes/grep.el (grep-mode): Disable default
18749 compilation-directory-matcher setting (bug#8684).
18750
18751 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18752
18753 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18754 instead of "head" and "tail". There were problems with SunOS 5.9,
18755 and it performs better.
18756
18757 2011-05-17 Glenn Morris <rgm@gnu.org>
18758
18759 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18760
18761 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18762 Replace obsolete function.
18763
18764 * shell.el (pcomplete-parse-arguments-function): Declare.
18765
18766 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18767 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18768 (appt-check): Doc fixes.
18769 (appt-disp-window-function, appt-delete-window-function):
18770 Remove needless special case in custom :type.
18771 (appt-display-count): Default to 0, not nil.
18772 (appt-check): Reset appt-display-count to 0, not nil.
18773
18774 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18775
18776 * progmodes/python.el (python-font-lock-keywords):
18777 Add the Python 3.X keyword "nonlocal" (bug#8639).
18778
18779 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18782
18783 2011-05-16 Kevin Ryde <user42@zip.com.au>
18784
18785 * info-look.el (makefile-automake-mode): New setups, looking in
18786 automake manual, then makefile-mode.
18787 (makefile-mode): Remove automake manual, have it just in
18788 makefile-automake-mode since there's various things different or
18789 not relevant to plain make.
18790 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18791 believe a hypothetical automake-mode would go to makefile-mode,
18792 not the other way around.
18793
18794 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18795
18796 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18797 hunk-end tags (Bug#8672).
18798
18799 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18800 vc-annotate-show-diff-revision-at-line (Bug#8671).
18801
18802 2011-05-14 Glenn Morris <rgm@gnu.org>
18803
18804 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18805 in the middle of an existing one with multiple authors. (Bug#8645)
18806 (change-log-font-lock-keywords): Also handle multiple author lines
18807 with leading tabs. (Bug#8644)
18808
18809 * calendar/appt.el (appt-check): Rename some local variables.
18810 Some simplification/reordering.
18811
18812 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18813 (feedmail-sendmail-f-doesnt-sell-me-out)
18814 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18815 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18816 (feedmail-queue-runner-message-sender): Set :version.
18817 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18818 (bbdb-dwim-net-address, vm-mail): Declare.
18819 (feedmail-binmail-gnulinuxish-template):
18820 Rename from feedmail-binmail-linuxish-template.
18821 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18822 Use insert-buffer-substring.
18823
18824 2011-05-14 Bill Carpenter <bill@carpenter.org>
18825
18826 * mail/feedmail.el (feedmail-patch-level): Increase.
18827 (feedmail-debug): New custom group.
18828 (feedmail-confirm-outgoing-timeout)
18829 (feedmail-sendmail-f-doesnt-sell-me-out)
18830 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18831 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18832 (feedmail-sender-line, feedmail-from-line)
18833 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18834 (feedmail-spray-this-address)
18835 (feedmail-spray-address-fiddle-plex-list)
18836 (feedmail-queue-use-send-time-for-date)
18837 (feedmail-queue-use-send-time-for-message-id)
18838 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18839 (feedmail-buffer-eating-function):
18840 Doc fixes.
18841 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18842 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18843 (feedmail-message-action-scroll-down): New functions.
18844 (feedmail-queue-directory, feedmail-queue-draft-directory):
18845 Use expand-file-name.
18846 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18847 Remove C-v help entry.
18848 (feedmail-queue-buffer-file-name): New variable.
18849 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18850 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18851 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18852 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18853 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18854 (feedmail-message-action-toggle-spray)
18855 (feedmail-run-the-queue-no-prompts)
18856 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18857 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18858 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18859 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18860 (feedmail-envelope-deducer, feedmail-fiddle-from)
18861 (feedmail-fiddle-sender, feedmail-default-date-generator)
18862 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18863 (feedmail-fiddle-spray-address)
18864 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18865 (feedmail-fiddle-list-of-fiddle-plexes)
18866 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18867 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18868 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18869 Change default. Doc fix.
18870 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18871 (feedmail-binmail-linuxish-template): New constant.
18872 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18873 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18874 (feedmail-send-it): Add debug call.
18875 Use feedmail-queue-buffer-file-name, and
18876 feedmail-send-it-immediately-wrapper.
18877 (feedmail-message-action-send): Add debug call.
18878 Use feedmail-send-it-immediately-wrapper.
18879 (feedmail-queue-express-to-queue): Add debug call.
18880 Run feedmail-queue-express-hook.
18881 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18882 (feedmail-message-action-help-blat):
18883 Rename from feedmail-queue-send-edit-prompt-help-first.
18884 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18885 Check line-endings. Handle errors better.
18886 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18887 Doc fix. Add debug call.
18888 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18889 Use feedmail-queue-send-edit-prompt-inner.
18890 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18891 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18892 from feedmail-queue-send-edit-prompt.
18893 (feedmail-queue-send-edit-prompt-help)
18894 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18895 (feedmail-tidy-up-slug): Add debug call.
18896 Respect feedmail-queue-slug-suspect-regexp.
18897 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18898 (feedmail-dump-message-to-queue): Add debug call.
18899 Expand queue-directory.
18900 (feedmail-dump-message-to-queue): Change message slightly.
18901 Use feedmail-say-chatter.
18902 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18903 (feedmail-send-it-immediately-wrapper): New function.
18904 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18905 Insert empty string rather than newline. Handle full-frame case.
18906 Use catch/throw. Use feedmail-say-chatter.
18907 (feedmail-fiddle-from): Try mail-host-address.
18908 (feedmail-default-message-id-generator): Doc fix.
18909 Bind system-time-locale. Handle missing end.
18910 (feedmail-fiddle-x-mailer): Add debug call.
18911 Handle feedmail-x-mailer-line being nil.
18912 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18913 Add debug call. Use buffer-substring-no-properties.
18914 (feedmail-say-debug, feedmail-say-chatter): New functions.
18915 (feedmail-find-eoh): Give an explicit error.
18916
18917 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18918
18919 * net/newst-treeview.el (newsticker-treeview-face): Change default
18920 family from helvetica to sans.
18921 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18922 etc/images/newsticker.
18923
18924 * net/newst-reader.el (newsticker-feed-face): Change default
18925 family from helvetica to sans.
18926
18927 * net/newst-plainview.el (newsticker-new-item-face)
18928 (newsticker-old-item-face, newsticker-immortal-item-face)
18929 (newsticker-obsolete-item-face, newsticker-date-face)
18930 (newsticker-statistics-face): Change default family from
18931 helvetica to sans.
18932 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18933 etc/images/newsticker.
18934
18935 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18936 (newsticker--process-auto-mark-filter-match): Tell user about
18937 auto-marking.
18938
18939 2011-05-13 Didier Verna <didier@xemacs.org>
18940
18941 Common Lisp indentation improvements on defmethod and lambda-lists.
18942 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18943 TODO entries.
18944 (lisp-lambda-list-keyword-parameter-indentation)
18945 (lisp-lambda-list-keyword-parameter-alignment)
18946 (lisp-lambda-list-keyword-alignment): New customizable user options.
18947 (lisp-indent-defun-method): Improve docstring.
18948 (extended-loop-p): Fix comment.
18949 (lisp-indent-lambda-list-keywords-regexp): New variable.
18950 (lisp-indent-lambda-list): New function.
18951 (lisp-indent-259): Use it.
18952 (lisp-indent-defmethod): Support for more than one
18953 method qualifier and properly indent methods lambda-lists.
18954 (defgeneric): Provide a missing common-lisp-indent-function property.
18955
18956 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18957
18958 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18959 bounds for the empty string (bug#8667).
18960
18961 2011-05-13 Glenn Morris <rgm@gnu.org>
18962
18963 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18964
18965 * mail/sendmail.el (sendmail-program): Try executable-find first.
18966 (sendmail-send-it): `sendmail-program' cannot be unbound.
18967
18968 * calendar/appt.el (appt-make-list): Simplify.
18969 (appt-time-msg-list): Doc fix.
18970 (appt-check): Change mode-line message at the time of the appointment.
18971
18972 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18973
18974 * progmodes/ld-script.el (ld-script-keywords)
18975 (ld-script-builtins): Update keywords list.
18976
18977 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18978
18979 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18980
18981 * shell.el (shell-completion-vars): New function.
18982 (shell-mode):
18983 * simple.el (read-shell-command): Use it.
18984 (blink-matching-open): No need for " [...]" in minibuffer-message.
18985
18986 2011-05-12 Glenn Morris <rgm@gnu.org>
18987
18988 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18989 (appt-check): Simplify.
18990
18991 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18992
18993 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18994 literal "/dev/null".
18995
18996 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18997
18998 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18999 Fix typo.
19000
19001 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19002
19003 * progmodes/which-func.el (which-function):
19004 Use add-log-current-defun instead of add-log-current-defun-function,
19005 which might not be defined (Bug#8260).
19006
19007 2011-05-12 Glenn Morris <rgm@gnu.org>
19008
19009 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19010 Let byte-compile-initial-macro-environment always take precedence.
19011
19012 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19013
19014 * net/rcirc.el: Add support for SSL/TLS connections.
19015 (rcirc-server-alist): New field `encryption'.
19016 (rcirc): Check `encryption' settings.
19017 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19018 Merge make-local-variable into `set'.
19019 (rcirc--connection-open-p): New function.
19020 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19021 the process is not a network process (e.g. running gnutls-cli).
19022 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19023 Make rcirc-(en|de)code-coding-system local here.
19024 (rcirc-mode): Merge make-local-variable into `set'.
19025 (rcirc-parent-buffer): Make permanent buffer-local.
19026 (rcirc-multiline-minor-mode): Don't do it here.
19027 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19028 there's no server buffer.
19029
19030 2011-05-11 Glenn Morris <rgm@gnu.org>
19031
19032 * newcomment.el (comment-kill): Prefix "unused" local.
19033
19034 * term/w32console.el (get-screen-color): Declare.
19035
19036 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19037 Handle symbol elements of byte-compile-initial-macro-environment.
19038
19039 2011-05-10 Leo Liu <sdl.web@gmail.com>
19040
19041 * bookmark.el (bookmark-bmenu-mode-map):
19042 Bind bookmark-bmenu-search to `/'.
19043
19044 * mail/footnote.el: Convert to utf-8 encoding.
19045 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19046 (Footnote-unicode): New function.
19047 (footnote-style-alist): Add unicode style to the list.
19048 (footnote-style): Doc fix.
19049
19050 2011-05-10 Jim Meyering <meyering@redhat.com>
19051
19052 Fix doubled-word typos.
19053 * international/quail.el (quail-insert-kbd-layout): and and -> and
19054 * kermit.el: and and -> and
19055 * net/ldap.el (ldap-search-internal): to to -> to
19056 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19057 * progmodes/js.el (js-mode): and and -> and
19058 * textmodes/artist.el (artist-move-to-xy): at at -> at
19059 (artist-draw-region-trim-line-endings): if if -> if
19060 And Safetyc -> Safety.
19061 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19062
19063 2011-05-10 Glenn Morris <rgm@gnu.org>
19064 Stefan Monnier <monnier@iro.umontreal.ca>
19065
19066 * files.el (hack-one-local-variable-eval-safep):
19067 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19068
19069 2011-05-10 Glenn Morris <rgm@gnu.org>
19070
19071 * calendar/diary-lib.el (diary-list-entries-hook)
19072 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19073 (diary-nongregorian-marking-hook, diary-list-entries)
19074 (diary-include-other-diary-files, diary-mark-entries)
19075 (diary-mark-included-diary-files): Doc fixes.
19076
19077 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19078
19079 * misc.el: Require tabulated-list.el during compilation.
19080
19081 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19082
19083 * progmodes/compile.el (compilation-start):
19084 Run compilation-filter-hook for the async case too.
19085 (compilation-filter-hook): Doc fix.
19086
19087 2011-05-09 Deniz Dogan <deniz@dogan.se>
19088
19089 * wdired.el: Remove outdated installation comment. Fix usage
19090 comment.
19091
19092 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19093
19094 * misc.el: Implement new command `list-dynamic-libraries'.
19095 (list-dynamic-libraries--loaded-only-p): New variable.
19096 (list-dynamic-libraries--refresh): New function.
19097 (list-dynamic-libraries): New command.
19098
19099 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19100
19101 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19102 Fix the ant regexp to handle end-line and end-column info from jikes.
19103 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19104 higher priority to avoid clobbering by gnu.
19105
19106 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19107
19108 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19109 if the face has existing theme settings (Bug#8454).
19110
19111 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19112
19113 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19114 Only match variables declared via `my' or `our' (Bug#8261).
19115
19116 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19117 special file names `.' and `..' (Bug#8259).
19118
19119 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19120
19121 * progmodes/grep.el (grep-mode-font-lock-keywords):
19122 Remove buffer-changing entries.
19123 (grep-filter): New function.
19124 (grep-mode): Add it to compilation-filter-hook.
19125
19126 * progmodes/compile.el (compilation-filter-hook)
19127 (compilation-filter-start): New defvars.
19128 (compilation-filter): Call compilation-filter-hook prior to
19129 updating the process mark.
19130
19131 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19134
19135 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19136
19137 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19138 mailclient-send-it even if window-system is nil. (Bug#8595)
19139
19140 * term/w32console.el (terminal-init-w32console):
19141 Call get-screen-color and use its output to set the frame
19142 background-mode. (Bug#8597)
19143
19144 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19145
19146 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19147 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19148 New functions.
19149 (defgeneric, eieio--defmethod): Use them.
19150 (eieio-defgeneric): Remove.
19151 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19152
19153 2011-05-07 Glenn Morris <rgm@gnu.org>
19154
19155 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19156 Use let rather than let*.
19157 (timeclock-find-discrep): Remove unused local.
19158
19159 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19160
19161 * calendar/appt.el (appt-time-msg-list): Doc fix.
19162
19163 2011-05-06 Noah Friedman <friedman@splode.com>
19164
19165 * apropos.el (apropos-print-doc): Only use
19166 emacs-lisp-docstring-fill-column when it is bound to an integer,
19167 per that variable's documentation.
19168
19169 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19170
19171 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19172 and warnings are not silently discarded (e.g. use -d instead of -P).
19173
19174 2011-05-06 Glenn Morris <rgm@gnu.org>
19175
19176 * calendar/appt.el (appt-message-warning-time): Doc fix.
19177 (appt-warning-time-regexp): New option.
19178 (appt-make-list): Respect appt-message-warning-time.
19179
19180 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19181 New options.
19182 (diary-add-to-list): Strip comments from the displayed string.
19183 (diary-mode): Set comment-start and comment-end.
19184
19185 * vc/diff-mode.el (smerge-refine-subst): Declare.
19186 (diff-refine-hunk): Don't require smerge-mode when compiling.
19187
19188 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19189
19190 * simple.el (list-processes): Return nil as the docstring says.
19191
19192 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19193
19194 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19195 to "".
19196 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19197 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19198 determining of binary transfer. (Bug#7383)
19199
19200 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19201
19202 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19203 Fix port computation bug. (Bug#8618)
19204
19205 2011-05-05 Glenn Morris <rgm@gnu.org>
19206
19207 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19208
19209 * simple.el (shell-dynamic-complete-functions)
19210 (comint-dynamic-complete-functions): Declare.
19211
19212 * net/network-stream.el (gnutls-negotiate):
19213 * simple.el (tabulated-list-print): Fix declarations.
19214
19215 * progmodes/gud.el (syntax-symbol, syntax-point):
19216 Remove unnecessary and incorrect declarations.
19217
19218 * emacs-lisp/check-declare.el (check-declare-scan):
19219 Handle byte-compile-initial-macro-environment in bytecomp.el.
19220
19221 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19222
19223 Fix earlier half-done eieio-defmethod change (bug#8338).
19224 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19225 Streamline and change calling convention.
19226 (defmethod): Adjust accordingly and simplify.
19227 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19228 new eieio--defmethod.
19229 (slot-boundp): Minor CSE simplification.
19230
19231 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19232
19233 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19234 (glasses-make-readable): Use glasses-separate-capital-groups.
19235
19236 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19237
19238 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19239 (warning-series): Doc fix.
19240 (display-warning): Don't try to create the buffer if we just found it.
19241
19242 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19243
19244 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19245 (autoload-find-generated-file): New function.
19246 (generate-file-autoloads): Bind generated-autoload-file to
19247 buffer-file-name.
19248 (update-file-autoloads, update-directory-autoloads):
19249 Use autoload-find-generated-file. If called interactively, prompt for
19250 output file (Bug#7989).
19251 (batch-update-autoloads): Doc fix.
19252
19253 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19254
19255 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19256
19257 2011-05-04 Glenn Morris <rgm@gnu.org>
19258
19259 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19260 function, so it follows changes in calendar-date-style.
19261 (diary-fancy-date-matcher): New function.
19262 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19263 (diary-fancy-font-lock-fontify-region-function):
19264 Use diary-fancy-date-pattern as a function.
19265
19266 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19267 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19268
19269 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19270
19271 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19272 instead of positional arguments. Allow :keylist and :crlfiles
19273 arguments.
19274 (open-gnutls-stream): Call it.
19275
19276 * net/network-stream.el (network-stream-open-starttls): Adjust to
19277 call `gnutls-negotiate' with :process and :hostname arguments.
19278
19279 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19280
19281 * minibuffer.el (completion--message): New function.
19282 (completion--do-completion, minibuffer-complete)
19283 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19284 (completion--do-completion): Don't ignore completion-auto-help when in
19285 icomplete-mode.
19286
19287 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19288 internal encoding (e.g. tibetan zero is not whitespace).
19289 (global-whitespace-mode): Prefer save-current-buffer.
19290 (whitespace-trailing-regexp): Remove useless save-match-data.
19291 (whitespace-empty-at-bob-regexp): Minor simplification.
19292
19293 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19294
19295 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19296
19297 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19298
19299 * textmodes/ispell.el (ispell-add-per-file-word-list):
19300 Use `concat' to create string for insertion.
19301
19302 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19303
19304 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19305 Avoid open-line which runs post-self-insert-hook.
19306 (bibtex-fill-entry): Remove unused `end' var.
19307
19308 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19309
19310 * textmodes/ispell.el (ispell-add-per-file-word-list):
19311 Protect against `nil' value of `comment-start' (Bug#8579).
19312
19313 2011-05-03 Leo Liu <sdl.web@gmail.com>
19314
19315 * isearch.el (isearch-yank-pop): New command.
19316 (isearch-mode-map): Bind it to `M-y'.
19317 (isearch-forward): Mention it.
19318
19319 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19320
19321 * simple.el (minibuffer-complete-shell-command): Remove.
19322 (minibuffer-local-shell-command-map): Use completion-at-point.
19323 (read-shell-command): Setup completion vars here instead.
19324 (read-expression-map): Bind TAB to symbol completion.
19325
19326 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19327 error directly rather via storing it into `results'.
19328
19329 2011-05-02 Leo Liu <sdl.web@gmail.com>
19330
19331 * vc/diff.el: Fix description.
19332
19333 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19334
19335 * server.el (server-eval-at): New function.
19336
19337 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19338
19339 * net/network-stream.el (open-network-stream): Take a :nowait
19340 parameter and pass it on to `make-network-process'.
19341 (network-stream-open-plain): Ditto.
19342
19343 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19344
19345 * faces.el (face-spec-set-match-display): Don't match toolkit
19346 options on terminal frames.
19347
19348 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19349
19350 * progmodes/pascal.el: Use lexical binding.
19351 (pascal-mode-map): Remove author preferences.
19352
19353 * pcomplete.el (pcomplete-std-complete): Don't abuse
19354 completion-at-point.
19355
19356 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19357
19358 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19359 removing code that has been dead since 1991 or so.
19360
19361 * startup.el (command-line): When warning about "_emacs", use a
19362 delayed warning to allow the user to filter it out.
19363
19364 2011-04-28 Deniz Dogan <deniz@dogan.se>
19365
19366 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19367 user has not joined.
19368
19369 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19370
19371 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19372 aren't any completions at point.
19373
19374 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19375
19376 * subr.el (display-delayed-warnings): New function.
19377 (delayed-warnings-hook): New variable.
19378
19379 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19380
19381 * minibuffer.el (completion-at-point, completion-help-at-point):
19382 Don't presume that a given completion-at-point-function will always
19383 use the same calling convention.
19384
19385 * pcomplete.el (pcomplete-completions-at-point):
19386 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19387 pcomplete-seen is non-nil.
19388 (pcomplete-comint-setup): Also recognize the new comint/shell
19389 completion functions.
19390 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19391 pcomplete-seen is non-nil.
19392
19393 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19394
19395 * calendar/icalendar.el (diary-lib): Add require statement.
19396 (icalendar--create-uid): Read out a uid from a text-property on
19397 the first character in the entry. This allows for code to add its
19398 own uid to the entry.
19399 (icalendar--convert-float-to-ical): Add export of
19400 `diary-float'-entries save for those with the optional DAY
19401 argument.
19402
19403 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19404
19405 * subr.el (shell-quote-argument): Use alternate escaping strategy
19406 when we spot a variable reference in a string.
19407
19408 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19409
19410 * cus-start.el (all): Define customization for debug-on-event.
19411
19412 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19413
19414 * subr.el (shell-quote-argument): Escape correctly under Windows.
19415
19416 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19417
19418 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19419
19420 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19421
19422 * net/tramp.el (tramp-process-actions): Add POS argument.
19423 Delete region between POS and (pos).
19424
19425 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19426 Use `nil' position in `tramp-process-actions' call.
19427 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19428
19429 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19430 position in `tramp-process-actions' call.
19431
19432 * net/trampver.el: Update release number.
19433
19434 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19435
19436 * custom.el (defcustom): Obey lexical-binding.
19437
19438 Fix octave-inf completion problems reported by Alexander Klimov.
19439 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19440 Inherit from octave-mode-syntax-table.
19441 (inferior-octave-mode): Set info-lookup-mode.
19442 (inferior-octave-completion-at-point): New function.
19443 (inferior-octave-complete): Use it and completion-in-region.
19444 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19445 comint-filename-completion.
19446 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19447 symbol elements which shouldn't be word elements.
19448 (octave-font-lock-keywords, octave-beginning-of-defun)
19449 (octave-function-header-regexp): Adjust regexps accordingly.
19450 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19451
19452 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19453
19454 * net/gnutls.el (gnutls-errorp): Declare before first use.
19455
19456 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19457
19458 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19459 verify-error, and verify-hostname-error parameters. Check whether
19460 default trustfile exists before going to use it. Add missing
19461 argument to gnutls-message-maybe call. Return value.
19462 Reported by Claudio Bley <claudio.bley@gmail.com>.
19463 (open-gnutls-stream): Add usage example.
19464
19465 * net/network-stream.el (network-stream-open-starttls): Give host
19466 parameter to `gnutls-negotiate'.
19467 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19468 * subr.el (shell-quote-argument): Escape correctly under Windows.
19469
19470 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19471
19472 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19473 Use correct match group (bug#8438).
19474
19475 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19476
19477 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19478 (package-menu--generate): New arg specifying packages to show.
19479 (package-menu-refresh, package-menu-execute, list-packages):
19480 Callers changed.
19481 (package-show-package-list): New function, replacing deleted
19482 package--list-packages (renamed because it is non-internal).
19483
19484 * finder.el (finder-list-matches): Use package-show-package-list
19485 instead of deleted package--list-packages.
19486
19487 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19488 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19489 (vc-annotate-mode-map): Bind it to RET.
19490
19491 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19492
19493 * progmodes/etags.el (next-file): Don't use set-buffer to change
19494 buffers (Bug#8478).
19495
19496 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19497
19498 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19499
19500 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19501 (apropos-accumulator): Doc fix.
19502 (apropos-function, apropos-macro, apropos-command)
19503 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19504 (apropos-plist): Add face property.
19505 (apropos-symbols-internal): Fix indentation.
19506 (apropos-print): Simplify help, and recognize apropos-multi-type.
19507 (apropos-print-doc): Use button-type-get to extract the button's
19508 face property. Fill docstring (Bug#8352).
19509
19510 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19511
19512 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19513
19514 * play/mpuz.el (mpuz-silent): Doc fix.
19515 (mpuz-mode-map): Use mapc.
19516 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19517 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19518 Fix typos in docstrings.
19519
19520 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19521 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19522
19523 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19524
19525 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19526
19527 * minibuffer.el (completion--do-completion): Avoid the "Next char
19528 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19529
19530 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19531 mouse-2 into unread-command-events, it is interpreted correctly.
19532
19533 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19534 (image-toggle-display): Doc fix.
19535
19536 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19537
19538 * textmodes/page.el (what-page): Use line-number-at-pos to
19539 calculate line number (Bug#6825).
19540
19541 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19542
19543 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19544 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19545 Pass argument NO-DEFAULT to `find-tag-interactive'.
19546
19547 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19548
19549 Lexical-binding cleanup.
19550
19551 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19552 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19553 * progmodes/ada-prj.el (ada-prj-initialize-values)
19554 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19555 (ada-prj-show-value):
19556 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19557 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19558 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19559 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19560 * progmodes/bug-reference.el (bug-reference-push-button):
19561 * progmodes/fortran.el (fortran-line-length):
19562 * progmodes/glasses.el (glasses-change):
19563 * progmodes/octave-mod.el (octave-fill-paragraph):
19564 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19565 (python-pdbtrack-grub-for-buffer, python-sentinel):
19566 * progmodes/sql.el (sql-save-connection):
19567 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19568 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19569 Mark unused parameters.
19570
19571 * progmodes/compile.el (compilation--flush-directory-cache)
19572 (compilation--flush-parse, compile-internal): Mark unused parameters.
19573 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19574 (compilation-next-error-function): Remove unused variable `timestamp'.
19575
19576 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19577 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19578
19579 * progmodes/dcl-mode.el (dcl-end-of-command):
19580 Remove unused variable `start'.
19581 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19582 (dcl-option-value-basic, dcl-option-value-offset)
19583 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19584 Mark unused parameters.
19585 (dcl-save-local-variable): Remove unused variable `val'.
19586 (mode): Declare.
19587
19588 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19589 Mark unused parameters.
19590 (delphi-ignore-changes): Move before first use.
19591 (delphi-charset-token-at): Remove unused variable `start'.
19592 (delphi-else-start): Remove unused variable `if-count'.
19593 (delphi-comment-block-start, delphi-comment-block-end):
19594 Remove unused variable `kind'.
19595 (delphi-indent-line): Remove unused variable `new-point'.
19596
19597 * progmodes/ebrowse.el (ebrowse-files-list)
19598 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19599 Mark unused parameters. Don't quote `lambda'.
19600 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19601 Don't quote `lambda'.
19602 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19603 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19604 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19605 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19606 Use `ignore-errors'.
19607 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19608 (ebrowse-view/find-file-and-search-pattern)
19609 (ebrowse-view/find-member-declaration/definition):
19610 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19611 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19612 Rename parameter PREFIX-ARG to PREFIX.
19613 (ebrowse-tags-read-name): Remove unused variables `start' and
19614 `member-info'.
19615 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19616 to `tags-file'.
19617
19618 * progmodes/etags.el (local-find-tag-hook): Declare.
19619 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19620 Mark unused parameters.
19621
19622 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19623 (executable-interpret): Mark unused parameter.
19624
19625 * progmodes/flymake.el (flymake-process-sentinel)
19626 (flymake-after-change-function)
19627 (flymake-create-temp-with-folder-structure)
19628 (flymake-get-include-dirs-dot): Mark unused parameters.
19629 (flymake-safe-delete-directory): Remove unused variable `err'.
19630
19631 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19632 (speedbar-timer-fn, speedbar-line-text)
19633 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19634 (speedbar-center-buffer-smartly): Declare functions.
19635 (gdb-find-watch-expression): Remove unused variable `array'.
19636 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19637 (gdb-starting): Mark unused parameters.
19638 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19639 (gdb-table-string): Remove unused variable `res'.
19640 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19641 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19642 (gdb-display-buffer): Remove unused variable `cur-size'.
19643
19644 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19645 allow lexical-binding compilation.
19646 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19647 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19648 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19649 Mark unused parameters.
19650 (gud-gdb-marker-filter): Remove unused variable `match'.
19651 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19652 lambda expressions and funcall them, instead of using `fset'.
19653
19654 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19655 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19656
19657 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19658 variable `header-beg'; use `let'.
19659
19660 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19661 `restart', `last-sexp' and `at-do'.
19662
19663 * progmodes/js.el (js--debug): Mark unused parameter.
19664 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19665 (js--splice-into-items): Remove unused variable `item'.
19666 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19667
19668 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19669 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19670 (makefile-complete): Remove unused variable `try'.
19671 (makefile-fill-paragraph, makefile-match-function-end):
19672 Mark unused parameters.
19673
19674 * progmodes/octave-inf.el (inferior-octave-complete):
19675 Remove unused variable `proc'.
19676 (inferior-octave-output-digest): Mark unused parameter.
19677
19678 * progmodes/perl-mode.el (perl-calculate-indent):
19679 Remove unused variable `err'.
19680
19681 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19682 (prolog-indent-line): Mark unused parameters.
19683 (prolog-indent-line): Remove unused variable `beg'.
19684
19685 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19686 (reporter-dont-compact-list): Declare.
19687
19688 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19689 Remove unused variable `char'.
19690 (sh-debug): Mark unused parameter.
19691 (sh-get-indent-info): Remove unused variable `start'.
19692 (sh-calculate-indent): Remove unused variable `var'.
19693
19694 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19695 (simula-electric-keyword): Remove unused variable `null'.
19696 (simula-search-backward, simula-search-forward): Remove unused
19697 variables `begin' and `end'.
19698
19699 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19700 Remove unused variable `pos'.
19701 (vera-electric-tab, vera-comment-uncomment-region):
19702 Mark unused parameters.
19703 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19704
19705 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19706
19707 * emacs-lisp/package.el (package--builtins, package-alist)
19708 (package-load-descriptor, package-built-in-p, package-activate)
19709 (define-package, package-installed-p)
19710 (package-compute-transaction, package-buffer-info)
19711 (package--push): Doc fix. Distinguish more clearly between
19712 version strings and version lists.
19713
19714 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19715
19716 Lexical-binding cleanup.
19717
19718 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19719 (5x5-make-mutate-best):
19720 * play/fortune.el (fortune-in-buffer):
19721 * play/gomoku.el (gomoku-init-display):
19722 * play/solitaire.el (solitaire, solitaire-do-check):
19723 * play/tetris.el (tetris-default-update-speed-function):
19724 Mark unused parameters.
19725
19726 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19727 (bubbles--shift): Remove unused variable `char-org'.
19728 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19729 (bubbles--show-images): Remove unused variable `char'.
19730
19731 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19732 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19733 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19734 (decipher-analyze-buffer): Use ?\s.
19735 (decipher-make-checkpoint): Remove unused variable `mapping'.
19736
19737 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19738
19739 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19740 Remove unused variable `result'; use `let'.
19741
19742 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19743 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19744 (gametree-children-shown-p, gametree-compute-reduced-score):
19745 Use `ignore-errors'.
19746
19747 * play/handwrite.el (ps-lpr-switches): Declare.
19748 (handwrite): Remove unused variables `pmin' and `lastp'.
19749
19750 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19751
19752 * play/landmark.el (landmark-init-display)
19753 (landmark-update-naught-weights): Mark unused parameters.
19754 (landmark-y): Remove unused variable `noise'. Simplify.
19755 (landmark-human-plays): Remove unused variable `score'.
19756
19757 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19758 (mpuz-try-proposal): Remove unused variable `game'.
19759
19760 * play/zone.el (life-patterns): Declare.
19761
19762 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19763
19764 * vc/vc.el (ediff-vc-internal): Declare function.
19765
19766 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19767
19768 * shell.el: Use lexical-binding and std completion UI.
19769 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19770 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19771 comint-preoutput-filter-functions rather than on
19772 comint-output-filter-functions.
19773 (shell-command-completion, shell--command-completion-data)
19774 (shell-filename-completion, shell-environment-variable-completion)
19775 (shell-c-a-p-replace-by-expanded-directory): New functions.
19776 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19777 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19778 (shell-dynamic-complete-environment-variable): Use them.
19779 (shell-dynamic-complete-as-environment-variable)
19780 (shell-dynamic-complete-as-command): Remove.
19781 (shell-match-partial-variable): Match past point.
19782 * comint.el: Clean up use of completion-at-point-functions.
19783 (comint-completion-at-point): New function.
19784 (comint-mode): Use it completion-at-point-functions.
19785 (comint-dynamic-complete): Make it obsolete.
19786 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19787 (comint-c-a-p-replace-by-expanded-history): New function.
19788 (comint-dynamic-complete-functions)
19789 (comint-replace-by-expanded-history): Use it.
19790 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19791 termination strings. Try harder to avoid second try-completion.
19792 (completion-in-region-mode-map): Disable bindings that don't work yet.
19793
19794 * comint.el: Use lexical-binding. Require CL.
19795 (comint-dynamic-complete-functions): Use comint-filename-completion.
19796 (comint-completion-addsuffix): Tweak custom type.
19797 (comint-filename-completion, comint--common-suffix)
19798 (comint--common-quoted-suffix, comint--table-subvert)
19799 (comint--complete-file-name-data): New functions.
19800 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19801 (comint-dynamic-list-filename-completions): Use them.
19802 (comint-dynamic-simple-complete): Make obsolete.
19803
19804 * minibuffer.el (completion-in-region-mode):
19805 Keep completion-in-region-mode--predicate global.
19806 (completion-in-region--postch):
19807 Assume completion-in-region-mode--predicate is not null.
19808
19809 * progmodes/flymake.el (flymake-start-syntax-check-process):
19810 Obey `dir'. Simplify.
19811
19812 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19813 we're in VC after all.
19814
19815 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19816
19817 * vc/vc.el (vc-diff-build-argument-list-internal)
19818 (vc-version-ediff, vc-ediff): New commands.
19819 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19820
19821 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19824 add sanity check.
19825
19826 * obsolete/erc-hecomplete.el: Make obsolete.
19827 * obsolete/: Standardize obsolescence info in the header.
19828
19829 2011-04-20 Glenn Morris <rgm@gnu.org>
19830
19831 * calendar/solar.el (solar-horizontal-coordinates):
19832 Use the longitude argument rather than `calendar-longitude'.
19833 (solar-date-next-longitude): Remove unused locals.
19834
19835 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19836
19837 * whitespace.el: New version 13.2.1.
19838
19839 2011-04-20 felix <EmacsWiki> (tiny change)
19840
19841 * whitespace.el (global-whitespace-mode): Keep highlight when
19842 switching between major modes on a file.
19843
19844 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19845
19846 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19847 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19848 multi-line comments as well.
19849
19850 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19851
19852 Lexical-binding cleanup.
19853
19854 * arc-mode.el (archive-mode-revert):
19855 * cmuscheme.el (scheme-interactively-start-process):
19856 * custom.el (custom-initialize-delay):
19857 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19858 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19859 * emacs-lock.el (emacs-lock-clear-sentinel):
19860 * ezimage.el (defezimage):
19861 * follow.el (follow-avoid-tail-recenter):
19862 * fringe.el (set-fringe-mode-1):
19863 * generic-x.el (bat-generic-mode-compile):
19864 * help-mode.el (help-info-variable, help-do-xref)
19865 (help-mode-revert-buffer):
19866 * help.el (view-emacs-todo):
19867 * iswitchb.el (iswitchb-completion-help):
19868 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19869 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19870 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19871 * locate.el (locate-update):
19872 * longlines.el (longlines-encode-region)
19873 (longlines-after-change-function):
19874 * outline.el (outline-isearch-open-invisible):
19875 * ps-def.el (declare-function, charset-dimension, char-width)
19876 (encode-char):
19877 * ps-mule.el (ps-mule-plot-string):
19878 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19879 (recentf-edit-list-select, recentf-edit-list-validate)
19880 (recentf-open-files-action):
19881 * rect.el (delete-whitespace-rectangle-line)
19882 (rectangle-number-line-callback):
19883 * register.el (window-configuration-to-register)
19884 (frame-configuration-to-register):
19885 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19886 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19887 (xselect-convert-to-targets, xselect-convert-to-delete)
19888 (xselect-convert-to-filename, xselect-convert-to-charpos)
19889 (xselect-convert-to-lineno, xselect-convert-to-colno)
19890 (xselect-convert-to-os, xselect-convert-to-host)
19891 (xselect-convert-to-user, xselect-convert-to-class)
19892 (xselect-convert-to-name, xselect-convert-to-integer)
19893 (xselect-convert-to-atom, xselect-convert-to-identity):
19894 * subr.el (declare, ignore, process-kill-without-query)
19895 (text-clone-maintain):
19896 * terminal.el (te-get-char, te-tic-sentinel):
19897 * tool-bar.el (tool-bar-make-keymap):
19898 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19899 * type-break.el (type-break-mode, type-break-noninteractive-query):
19900 * view.el (View-back-to-mark):
19901 * wid-browse.el (widget-browse-action, widget-browse-widget)
19902 (widget-browse-widgets, widget-browse-sexp):
19903 * widget.el (define-widget-keywords):
19904 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19905 Mark unused parameters.
19906
19907 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19908 (align-areas): Remove unused variable `look'.
19909 (align-region): Remove unused variables `real-end' and `pos-list'.
19910
19911 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19912
19913 * bindings.el (mode-line-modified, mode-line-remote):
19914 Mark unused parameters.
19915 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19916
19917 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19918 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19919
19920 * comint.el (comint-history-isearch-pop-state)
19921 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19922 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19923 (comint-substitute-in-file-name): Doc fix.
19924
19925 * completion.el (cmpl-statistics-block): Mark unused parameter.
19926 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19927 (save-completions-to-file, load-completions-from-file):
19928 Remove unused local variable `e'.
19929
19930 * composite.el (compose-chars): Remove unused variable `len'.
19931 (lgstring-insert-glyph): Remove unused variable `g'.
19932 (compose-glyph-string): Remove unused variables `ascent',
19933 `descent', `lbearing' and `rbearing'.
19934 (compose-glyph-string-relative): Remove unused variables
19935 `lbearing', `rbearing' and `wadjust'.
19936 (compose-gstring-for-graphic): Remove unused variables `header',
19937 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19938 (compose-gstring-for-terminal): Remove unused variables `header'
19939 and `nchars'. Use `let', not `let*'.
19940
19941 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19942 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19943 (Custom-buffer-done, custom-buffer-create-internal)
19944 (custom-browse-visibility-action, custom-browse-group-tag-action)
19945 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19946 (widget-magic-mouse-down-action, custom-toggle-parent)
19947 (custom-add-parent-links, custom-toggle-hide-variable)
19948 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19949 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19950 (custom-face-menu-create, custom-variable-menu-create, get)
19951 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19952 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19953 (customize-apropos): Remove unused variable `tests'.
19954 (custom-group-value-create): Remove unused variable `hidden-p'.
19955 (sort-fold-case): Declare.
19956
19957 * cus-theme.el (custom-reset-standard-faces-list)
19958 (custom-reset-standard-variables-list): Declare.
19959 (customize-create-theme, custom-theme-revert, custom-theme-write)
19960 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19961 Mark unused parameters.
19962
19963 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19964
19965 * delim-col.el (delimit-columns-max): Move defvar before first use.
19966
19967 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19968 (describe-char): Don't quote `lambda'. Mark unused parameter.
19969
19970 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19971 (auto-insert): Declare.
19972 (desktop-restore-file-buffer): Rename desktop-* parameters;
19973 mark unused ones.
19974 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19975 (desktop-buffer): Rename desktop-* parameters.
19976
19977 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19978 (dframe-reposition-frame-xemacs, dframe-help-echo)
19979 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19980 Mark unused parameters.
19981
19982 * dired-aux.el (backup-extract-version-start, overwrite-query)
19983 (overwrite-backup-query, rename-regexp-query)
19984 (rename-non-directory-query): Declare.
19985 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19986 (dired-add-entry): Remove unused variable `orig-file-name'.
19987 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19988 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19989 `dired-copy-preserve-time' directly.
19990 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19991 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19992
19993 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19994 (dired-virtual-revert, dired-make-relative-symlink):
19995 Mark unused parameters.
19996 (manual-program): Declare.
19997 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19998 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19999 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20000
20001 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20002
20003 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20004
20005 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20006 Declare.
20007
20008 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20009
20010 * electric.el (Electric-command-loop): Rename parameter
20011 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20012
20013 * expand.el (expand-in-literal): Remove unused variable `here'.
20014
20015 * facemenu.el (facemenu-add-new-color):
20016 Remove unused variable `docstring'.
20017
20018 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20019 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20020 (face-attr-construct): Mark unused parameter. Doc fix.
20021 (read-color): Remove unused variable `hex-string'.
20022
20023 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20024 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20025 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20026 (display-buffer-other-frame): Remove unused variable `old-window'.
20027 (kill-buffer-hook): Declare.
20028 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20029 Mark unused parameters.
20030 (after-find-file): Pass 1 to `auto-save-mode', not t.
20031
20032 * files-x.el (auto-insert): Declare.
20033 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20034
20035 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20036 variable `buf'. Mark unused parameter.
20037 (find-lisp-insert-directory): Mark unused parameter.
20038
20039 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20040 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20041 (format-common-tail): Remove, unused.
20042 (format-deannotate-region): Remove unused variable `loc'.
20043 (format-annotate-region): Remove unused variable `p'.
20044 (format-annotate-single-property-change): Remove unused variables
20045 `default' and `tail'.
20046
20047 * forms.el (read-file-filter): Declare.
20048 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20049
20050 * frame.el (frame-creation-function-alist): Mark unused parameter.
20051 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20052
20053 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20054 Remove unused parameters.
20055 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20056 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20057
20058 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20059 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20060 (hfy-prepare-tag-map): Mark unused parameters.
20061 (htmlfontify-buffer): Use `called-interactively-p'.
20062
20063 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20064 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20065 (ibuffer-do-occur): Mark unused parameters.
20066 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20067 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20068
20069 * ibuffer.el: Don't quote `lambda'.
20070 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20071 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20072 Mark unused parameters.
20073
20074 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20075 (ido-completing-read): Mark unused parameters.
20076 (ido-copy-current-word): Mark unused parameters;
20077 remove unused variable `name'.
20078 (ido-sort-merged-list): Remove unused parameter `dirs'.
20079
20080 * ielm.el (ielm-input-sender): Mark unused parameter.
20081 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20082 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20083 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20084 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20085 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20086
20087 * image-dired.el (image-dired-display-thumbs): Remove unused
20088 variables `curr-file' and `count'.
20089 (image-dired-remove-tag): Remove unused variable `start'.
20090 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20091 variable `curr-file'
20092 (image-dired-rotate-original): Remove unused variable `temp-file'.
20093 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20094 Remove unused variable `file'.
20095 (image-dired-gallery-generate): Remove unused variable `curr'.
20096 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20097
20098 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20099
20100 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20101
20102 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20103
20104 * isearch.el (minibuffer-history-symbol): Declare.
20105 (isearch-edit-string): Remove unused variable `err'.
20106 (isearch-message-prefix, isearch-message-suffix):
20107 Mark unused parameters.
20108
20109 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20110
20111 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20112
20113 * makesum.el (double-column): Remove unused variable `cnt'.
20114
20115 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20116 (ido-ignore-item-temp-list): Declare.
20117
20118 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20119 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20120 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20121 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20122 `mouse-col-delta'.
20123
20124 * mouse-sel.el (mouse-extend-internal):
20125 Remove unused variable `orig-window-frame'.
20126
20127 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20128 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20129 Move declarations before first use.
20130 (pcomplete-opt): Mark unused parameters; doc fix.
20131
20132 * proced.el (proced-revert): Mark unused parameter.
20133 (proced-send-signal): Remove unused variable `err'.
20134
20135 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20136 Rename parameter PREFIX-ARG to ARG.
20137 (ps-basic-plot-string, ps-basic-plot-whitespace):
20138 Mark unused parameters.
20139
20140 * replace.el (replace-count): Define.
20141 (occur-revert-function): Mark unused parameters.
20142 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20143 (isearch-case-fold-search, isearch-string): Declare.
20144 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20145 bind `case-fold-search'. Remove unused variables `beg' and `end',
20146 and simplify.
20147 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20148 COUNT and bind `replace-count'.
20149 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20150 to COUNT.
20151
20152 * savehist.el (print-readably, print-string-length): Declare.
20153
20154 * shadowfile.el (shadow-expand-cluster-in-file-name):
20155 Remove unused variable `cluster'.
20156 (shadow-copy-file): Remove unused variable `i'.
20157 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20158 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20159 (shadow-define-literal-group, shadow-define-regexp-group)
20160 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20161
20162 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20163 (shell): Use `called-interactively-p'.
20164 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20165
20166 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20167 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20168 (delete-backward-char): Remove unused variable `ocol'.
20169 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20170 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20171 (event-apply-hyper-modifier, event-apply-shift-modifier)
20172 (event-apply-control-modifier, event-apply-meta-modifier):
20173 Mark unused parameters.
20174 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20175 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20176
20177 * speedbar.el (speedbar-ignored-directory-expressions)
20178 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20179 (speedbar-find-file, speedbar-dir-follow)
20180 (speedbar-directory-buttons-follow, speedbar-tag-find)
20181 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20182 (speedbar-buffers-line-directory, speedbar-buffer-click):
20183 Mark unused parameters.
20184 (speedbar-tag-file): Remove unused variable `mode'.
20185 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20186
20187 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20188
20189 * talk.el (talk): Remove unused variable `display'.
20190
20191 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20192 (tar-write-region-annotate): Mark unused parameter.
20193
20194 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20195 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20196 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20197 warning by another.
20198
20199 * time-stamp.el (time-stamp-string-preprocess):
20200 Remove unused variable `require-padding'.
20201
20202 * tree-widget.el (widget-glyph-enable): Declare.
20203 (tree-widget-action): Mark unused parameter.
20204
20205 * w32-fns.el (x-get-selection): Mark unused parameter.
20206 (autoload-make-program, generated-autoload-file): Declare.
20207
20208 * wdired.el (wdired-revert): Mark unused parameters.
20209 (wdired-xcase-word): Remove unused variable `err'.
20210
20211 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20212 (whitespace-help-scroll): Remove unused variable `data-help'.
20213
20214 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20215 (widget-image-insert, widget-after-change, default)
20216 (widget-default-format-handler, widget-default-notify)
20217 (widget-default-prompt-value, widget-info-link-action)
20218 (widget-url-link-action, widget-function-link-action)
20219 (widget-variable-link-action, widget-file-link-action)
20220 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20221 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20222 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20223 (widget-insert-button-action, widget-delete-button-action, visibility)
20224 (widget-documentation-link-action, widget-documentation-string-action)
20225 (widget-const-prompt-value, widget-regexp-match, symbol)
20226 (widget-coding-system-prompt-value)
20227 (widget-key-sequence-value-to-external, sexp)
20228 (widget-sexp-value-to-internal, character, vector, cons)
20229 (widget-choice-prompt-value, widget-boolean-prompt-value)
20230 (widget-color--choose-action): Mark unused parameters.
20231 (widget-item-match-inline, widget-choice-match-inline)
20232 (widget-checklist-match, widget-checklist-match-inline)
20233 (widget-group-match): Rename parameter VALUES to VALS.
20234 (widget-field-value-set): Remove unused variable `size'.
20235 (widget-color-action): Remove unused variables `value' and `start'.
20236
20237 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20238 variable `dir'. Doc fix.
20239 (windmove-find-other-window): Don't pass it.
20240
20241 * window.el (count-windows): Mark unused parameter.
20242 (bw-adjust-window): Remove unused variable `err'.
20243
20244 * woman.el (woman-file-name): Remove unused variable `default'.
20245 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20246 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20247 (global-font-lock-mode): Declare.
20248 (woman-decode-region): Mark unused parameter.
20249 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20250
20251 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20252 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20253 (x-dnd-handle-moz-url): Remove unused variable `title'.
20254 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20255
20256 * xml.el (xml-parse-tag, xml-parse-attlist):
20257 Remove unused variable `pos'.
20258
20259 2011-04-19 Glenn Morris <rgm@gnu.org>
20260
20261 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20262 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20263 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20264 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20265 * calendar/cal-html.el (cal-html-insert-minical):
20266 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20267 (calendar-mark-date-pattern):
20268 Prefix "unused" locals.
20269
20270 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20271 optional argument `style'.
20272
20273 * calendar/appt.el (appt-make-list):
20274 * calendar/cal-china.el (calendar-chinese-date-string):
20275 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20276 (diary-hebrew-yahrzeit):
20277 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20278 * calendar/calendar.el (calendar-generate-window):
20279 * calendar/time-date.el (time-to-days):
20280 Remove unused local variables.
20281
20282 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20283
20284 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20285 glyphless-char-display table.
20286 (tabulated-list-glyphless-char-display): New var.
20287
20288 2011-04-18 Sam Steingold <sds@gnu.org>
20289
20290 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20291 to acknowledgments.
20292
20293 2011-04-17 Glenn Morris <rgm@gnu.org>
20294
20295 * calendar/diary-lib.el (diary-sexp-entry):
20296 * calendar/holidays.el (holiday-sexp):
20297 Set debug-on-error rather than the removed stack-trace-on-error.
20298
20299 2011-04-16 Glenn Morris <rgm@gnu.org>
20300
20301 * progmodes/f90.el: Use lexical-binding.
20302 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20303
20304 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20305
20306 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20307 (mail-mode): Setup mailalias completion here instead.
20308 * mail/mailalias.el: Use lexical-binding.
20309 (pattern, mailalias-done): Declare dynamic.
20310 (mail-completion-at-point-function): New function, from mail-complete.
20311 (mail-complete): Use it.
20312 (mail-completion-expand): New function.
20313 (mail-get-names): Use it.
20314 (mail-directory, mail-directory-process, mail-directory-stream):
20315 Don't use `pattern' for lexically bound arg.
20316
20317 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20318
20319 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20320 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20321 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20322
20323 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20324 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20325 (byte-interactive-p): Define them again, for use when inlining
20326 old code.
20327
20328 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20329
20330 * loadup.el: Use `string-to-number', not `string-to-int'.
20331
20332 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20333
20334 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20335 gud-gdb-complete-command.
20336 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20337 (gud-gdb-completion-at-point): New function.
20338 (gud-gdb-completions): Remove.
20339
20340 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20341
20342 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20343 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20344 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20345 whether `executable-find' is bound.
20346
20347 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20348
20349 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20350
20351 * minibuffer.el (completion-in-region-mode-predicate)
20352 (completion-in-region-mode--predicate): New vars.
20353 (completion-in-region, completion-in-region--postch)
20354 (completion-in-region-mode): Use them.
20355 (completion--capf-wrapper): Also return the hook function.
20356 (completion-at-point, completion-help-at-point):
20357 Adjust and provide a predicate.
20358
20359 Preserve arg names for advice of subr and lexical functions (bug#8457).
20360 * help-fns.el (help-function-arglist): Consolidate the subr and
20361 new-byte-code cases. Add argument `preserve-names' to extract names
20362 from the docstring when needed.
20363 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20364 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20365 (ad-arglist): Use help-function-arglist's new arg.
20366 (ad-definition-type): Use cond.
20367
20368 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20369
20370 * autorevert.el (auto-revert-handler):
20371 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20372 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20373 Don't quote lambda.
20374
20375 * image-mode.el (image-transform-set-scale):
20376 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20377
20378 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20379
20380 * net/network-stream.el (network-stream-open-starttls): Only do
20381 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20382 Upgrades via gnutls-cli are too slow to be done opportunistically.
20383
20384 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20385
20386 * dframe.el (dframe-current-frame): Remove spurious quote.
20387
20388 2011-04-12 Glenn Morris <rgm@gnu.org>
20389
20390 * calendar/cal-tex.el (cal-tex-end-document):
20391 Try to automatically use latin1 input if needed.
20392
20393 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20394 Don't try to cons a mark onto an empty element.
20395
20396 2011-04-11 Leo Liu <sdl.web@gmail.com>
20397
20398 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20399 buffers.
20400 (ido-kill-buffer-at-head): Support killing virtual buffers.
20401
20402 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20403
20404 * minibuffer.el (completion-show-inline-help): New var.
20405 (completion--do-completion, minibuffer-complete)
20406 (minibuffer-force-complete, minibuffer-complete-word):
20407 Inhibit minibuffer messages if completion-show-inline-help is nil.
20408
20409 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20410 to avoid interference from inline help (Bug#5849).
20411
20412 2011-04-10 Leo Liu <sdl.web@gmail.com>
20413
20414 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20415 Fix typo.
20416
20417 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20418
20419 * image-mode.el (image-toggle-display-image): Signal an error if
20420 not in Image mode.
20421 (image-transform-mode, image-transform-resize)
20422 (image-transform-set-rotation): Doc fix.
20423 (image-transform-set-resize): Delete.
20424 (image-transform-set-scale, image-transform-fit-to-height)
20425 (image-transform-fit-to-width): Handle image-toggle-display-image
20426 and image-transform-resize directly.
20427
20428 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20429
20430 * doc-view.el (doc-view-fit-width-to-window)
20431 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20432 New functions for fitting the shown image to the Emacs window size.
20433 (doc-view-mode-map): Add bindings for the new functions.
20434
20435 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20436
20437 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20438 Fix typo in docstring.
20439
20440 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20441
20442 * files.el (file-size-human-readable): Produce one digit after
20443 decimal, like "ls -lh" does.
20444
20445 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20446 the file size representation.
20447
20448 * simple.el (list-processes): If async subprocesses are not
20449 available, error out with a clear error message.
20450
20451 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20452
20453 * help.el (help-form-show): New function, to be called from C.
20454 Put help-form output in a buffer named differently than *Help*.
20455
20456 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20457
20458 * files.el (file-size-human-readable): New function.
20459
20460 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20461 computing the representation inline. Don't require `cl'.
20462
20463 2011-04-08 Glenn Morris <rgm@gnu.org>
20464
20465 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20466
20467 * net/browse-url.el (browse-url-firefox):
20468 Test system-type, not system-configuration.
20469
20470 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20471 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20472 Use log-edit-empty-buffer-p. (Bug#7598)
20473
20474 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20475 (rlogin-mode-map): Initialize in the defvar.
20476 (rlogin): Use ignore-errors.
20477
20478 * replace.el (occur-mode-map): Some fixes for menu items.
20479
20480 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20481
20482 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20483
20484 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20485
20486 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20487 issuing unused warnings.
20488
20489 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20490 macro directly.
20491
20492 * simple.el: Lisp reimplement of list-processes. Based on an
20493 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20494 (process-menu-mode): New major mode.
20495 (list-processes--refresh, list-processes):
20496 (process-menu-visit-buffer): New functions.
20497
20498 * files.el (save-buffers-kill-emacs): Don't assume any return
20499 value of list-processes, which is undocumented anyway.
20500
20501 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20502
20503 * emacs-lisp/tabulated-list.el: New file.
20504
20505 * emacs-lisp/package.el: Use Tabulated List mode.
20506 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20507 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20508 table format using Tabulated List mode variables.
20509 (package--push): New macro, replacing package-list-maybe-add.
20510 (package-menu--generate): Use package--push. Renamed from
20511 package--generate-package-list.
20512 (package-menu-refresh, list-packages): Use it.
20513 (package-menu--print-info): Rename from package-print-package.
20514 Return insertion data instead of inserting it directly.
20515 (package-menu-describe-package, package-menu-execute):
20516 Use tabulated-list-get-id.
20517 (package-menu-mark-delete, package-menu-mark-install)
20518 (package-menu-mark-unmark, package-menu-backup-unmark)
20519 (package-menu-mark-obsolete-for-deletion):
20520 Use tabulated-list-put-tag.
20521 (package--list-packages, package-menu-revert)
20522 (package-menu-get-package, package-menu-get-version)
20523 (package-menu-sort-by-column): Functions deleted.
20524 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20525 (package-menu--status-predicate, package-menu--version-predicate)
20526 (package-menu--name-predicate)
20527 (package-menu--description-predicate): Handle arguments in the
20528 Tabulated List format.
20529 (package-list-packages-no-fetch): Call list-packages.
20530
20531 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20532
20533 * files.el (after-find-file-from-revert-buffer): Remove variable.
20534 (after-find-file): Don't bind it.
20535 (revert-buffer-in-progress-p): New variable.
20536 (revert-buffer): Bind it.
20537 Pass nil for `after-find-file-from-revert-buffer'.
20538
20539 * saveplace.el (save-place-find-file-hook): Use new variable
20540 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20541
20542 2011-04-06 Glenn Morris <rgm@gnu.org>
20543
20544 * Makefile.in (AUTOGEN_VCS): New variable.
20545 (autoloads): Use $AUTOGEN_VCS.
20546
20547 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20548 * calendar/calendar.el (calendar-mode-map):
20549 Check for toolkit scroll bars. (Bug#8305)
20550
20551 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20552
20553 * minibuffer.el (completion-in-region--postch)
20554 (completion-in-region-mode): Remove unnecessary messages.
20555
20556 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20557
20558 * font-lock.el (font-lock-refresh-defaults):
20559 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20560 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20561
20562 * info.el (Info-directory-list, Info-read-node-name-2)
20563 (Info-split-parameter-string): Doc fixes.
20564 (Info-virtual-nodes): Reflow docstring.
20565 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20566 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20567 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20568 Fix typos in docstrings.
20569 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20570 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20571 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20572 (Info-restore-desktop-buffer): Mark unused parameters.
20573 (Info-directory-find-file, Info-directory-find-node)
20574 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20575 (Info-virtual-index-find-node, Info-apropos-find-file)
20576 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20577 Mark unused parameters; fix typos in docstrings.
20578 (Info-virtual-index): Remove unused local variable `nodename'.
20579
20580 2011-04-05 Deniz Dogan <deniz@dogan.se>
20581
20582 * net/rcirc.el: Update my e-mail address.
20583 (rcirc-mode-map): Remove M-o binding.
20584
20585 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20586
20587 * startup.el (command-line): Save the cursor's theme-face
20588 directly, instead of using face-override-spec.
20589
20590 * custom.el (load-theme): Minor optimization in assigning faces.
20591
20592 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20593
20594 * help-fns.el (describe-variable): Complete all variables having
20595 documentation, including keywords.
20596 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20597
20598 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20599
20600 Convert to lexical-binding.
20601
20602 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20603 (bs--get-marked-string, bs--get-modified-string)
20604 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20605 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20606 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20607
20608 * ehelp.el (electric-help-execute-extended)
20609 (electric-help-ctrl-x-prefix):
20610 * hexl.el (hexl-revert-buffer-function):
20611 * linum.el (linum-after-change, linum-after-scroll):
20612 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20613
20614 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20615
20616 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20617
20618 * epa-dired.el:
20619 * epa-mail.el:
20620 * epa-hook.el:
20621 * epa-file.el:
20622 * epa.el:
20623 * epg.el: Use lexical binding.
20624
20625 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20626
20627 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20628
20629 * textmodes/flyspell.el (flyspell-word): Recognize default
20630 dictionary case for flyspell-mark-duplications-exceptions.
20631 Use regexp matching for languages.
20632 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20633 default dictionary (Bug#7926).
20634
20635 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20636
20637 * emacs-lisp/package.el (package--with-work-buffer):
20638 Recognize https URLs.
20639
20640 * net/network-stream.el: Move from gnus/proto-stream.el.
20641 Change prefix to network-stream throughout.
20642 (open-protocol-stream): Merge into open-network-stream, leaving
20643 open-protocol-stream as an alias. Handle nil BUFFER args.
20644
20645 * subr.el (open-network-stream): Move to net/network-stream.el.
20646
20647 2011-04-02 Glenn Morris <rgm@gnu.org>
20648
20649 * find-dired.el (find-exec-terminator): New option.
20650 (find-ls-option): Test for -ls support.
20651 (find-ls-subdir-switches): Test for -b in find-ls-option.
20652 (find-dired, find-grep-dired): Doc fixes.
20653 (find-dired): Use find-exec-terminator.
20654
20655 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20656 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20657 (find-name-arg): Remove purecopy.
20658
20659 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20660 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20661 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20662 accordingly. Don't add the null-device if not needed.
20663
20664 * files.el (save-some-buffers): Doc fix.
20665
20666 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20667
20668 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20669
20670 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20671
20672 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20673 Use `dolist' rather than `mapcar'.
20674
20675 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20676
20677 Add lexical binding.
20678
20679 * subr.el (apply-partially): Use new closures rather than CL.
20680 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20681 (dolist, dotimes): Use slightly different expansion for lexical code.
20682 (functionp): Move to C.
20683 (letrec): New macro.
20684 (with-wrapper-hook): Use it and apply-partially instead of CL.
20685 (eval-after-load): Preserve lexical-binding.
20686 (save-window-excursion, with-output-to-temp-buffer): Turn them
20687 into macros.
20688
20689 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20690
20691 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20692 than the arglist.
20693 (help-add-fundoc-usage): Don't add `Not documented'.
20694 (help-function-arglist): Handle closures, subroutines, and new
20695 byte-code-functions.
20696 (help-make-usage): Remove leading underscores.
20697 (describe-function-1): Handle closures.
20698 (describe-variable): Use special-variable-p for completion.
20699
20700 * files.el (lexical-binding): Declare safe.
20701
20702 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20703 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20704 (pcase): Add `let' pattern.
20705 Change memoization so it actually works.
20706 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20707 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20708 <let>: New case.
20709
20710 * emacs-lisp/macroexp.el: Use lexical binding.
20711 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20712 Don't convert ' to #' without checking that it's indeed quoting
20713 a lambda.
20714
20715 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20716 Use eval-sexp-add-defvars.
20717 (eval-sexp-add-defvars): New fun.
20718
20719 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20720
20721 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20722 Don't autoload.
20723 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20724 than the internal `byte-compile-lambda'.
20725 (defmethod): Don't hide code under quotes.
20726 (eieio-defmethod): New `code' argument.
20727
20728 * emacs-lisp/eieio-comp.el: Remove.
20729
20730 * emacs-lisp/edebug.el (edebug-eval-defun)
20731 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20732 (edebug-toggle): Avoid `eval'.
20733
20734 * emacs-lisp/disass.el (disassemble-internal): Handle new
20735 `closure' objects.
20736 (disassemble-1): Handle new byte codes.
20737
20738 * emacs-lisp/cl.el (pushnew): Silence warning.
20739
20740 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20741 (cl-byte-compile-throw): Remove.
20742 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20743
20744 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20745 closures.
20746
20747 * emacs-lisp/cconv.el: New file.
20748
20749 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20750 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20751 (byte-compile-initial-macro-environment):
20752 Handle declare-function here.
20753 (byte-compile--lexical-environment): New var.
20754 (byte-stack-ref, byte-stack-set, byte-discardN)
20755 (byte-discardN-preserve-tos): New lap codes.
20756 (byte-interactive-p): Don't use any more.
20757 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20758 New macros.
20759 (byte-compile-lapcode): Use them and handle new lap codes.
20760 (byte-compile-obsolete): Remove.
20761 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20762 (byte-compile-arglist-warn): Check late def of inlinable funs.
20763 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20764 since they should have been expanded by now.
20765 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20766 (byte-compile-from-buffer): Remove unused second arg.
20767 (byte-compile-preprocess): New function.
20768 (byte-compile-toplevel-file-form): New function to distinguish
20769 file-form calls from outside from file-form calls from hunk-handlers.
20770 (byte-compile-file-form): Simplify.
20771 (byte-compile-file-form-defsubst): Remove.
20772 (byte-compile-file-form-defmumble): Simplify now that
20773 byte-compile-lambda always returns a byte-code-function.
20774 (byte-compile): Preprocess.
20775 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20776 Remove, not used any more.
20777 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20778 (byte-compile-make-args-desc): New funs.
20779 (byte-compile-lambda): Handle lexical functions. Always return
20780 a byte-code-function.
20781 (byte-compile-reserved-constants): New var, to make up room for
20782 closed-over variables.
20783 (byte-compile-constants-vector): Obey it.
20784 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20785 (byte-compile-macroexpand-declare-function): New function.
20786 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20787 byte-code-functions.
20788 (byte-compile-form): Check obsolescence here.
20789 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20790 (byte-compile-variable-ref): Remove.
20791 (byte-compile-dynamic-variable-op): New fun.
20792 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20793 (byte-compile-variable-set): New funs.
20794 (byte-compile-discard): Add 2 args.
20795 (byte-compile-stack-ref, byte-compile-stack-set)
20796 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20797 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20798 macroexpand-all instead.
20799 (byte-compile-quote-form): Remove.
20800 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20801 (byte-compile-bind, byte-compile-unbind): New funs.
20802 (byte-compile-let): Handle let* and lexical binding.
20803 (byte-compile-let*): Remove.
20804 (byte-compile-catch, byte-compile-unwind-protect)
20805 (byte-compile-track-mouse, byte-compile-condition-case):
20806 Handle a new :fun-body form, used for lexical scoping.
20807 (byte-compile-save-window-excursion)
20808 (byte-compile-with-output-to-temp-buffer): Remove.
20809 (byte-compile-defun): Simplify.
20810 (byte-compile-stack-adjustment): New fun.
20811 (byte-compile-out): Use it.
20812 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20813
20814 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20815 handler any more.
20816
20817 * emacs-lisp/byte-opt.el: Use lexical binding.
20818 (byte-inline-lapcode): Remove (to bytecomp).
20819 (byte-compile-inline-expand): Pay attention to inlining to/from
20820 lexically bound code.
20821 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20822 any more.
20823 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20824 any more and don't call compiler-macros.
20825 (byte-compile-splice-in-already-compiled-code): Remove.
20826 (byte-code): Don't inline any more.
20827 (disassemble-offset): Receive `bytes' as argument rather than via
20828 dynamic scoping.
20829 (byte-compile-tag-number): Declare before first use.
20830 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20831 `return' even if make-spliceable.
20832 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20833 obsolete interactive-p.
20834 (byte-optimize-lapcode): Optimize new lap-codes.
20835 Don't trip up on new form of `byte-constant' lap code.
20836
20837 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20838
20839 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20840
20841 * custom.el (custom-initialize-default, custom-declare-variable):
20842 Use `defvar'.
20843
20844 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20845 New variables.
20846 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20847 (COMPILE_FIRST): Add macroexp and cconv.
20848 * makefile.w32-in: Mirror changes in Makefile.in.
20849
20850 * vc/cvs-status.el:
20851 * vc/diff-mode.el:
20852 * vc/log-edit.el:
20853 * vc/log-view.el:
20854 * vc/smerge-mode.el:
20855 * textmodes/bibtex-style.el:
20856 * textmodes/css-mode.el:
20857 * startup.el:
20858 * uniquify.el:
20859 * minibuffer.el:
20860 * newcomment.el:
20861 * reveal.el:
20862 * server.el:
20863 * mpc.el:
20864 * emacs-lisp/smie.el:
20865 * doc-view.el:
20866 * dired.el:
20867 * abbrev.el: Use lexical binding.
20868
20869 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20870
20871 * info.el (info-display-manual): New function.
20872
20873 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20876
20877 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20878
20879 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20880 an entry for that server in rcirc-authinfo. (Bug#8385)
20881
20882 2011-03-31 Glenn Morris <rgm@gnu.org>
20883
20884 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20885
20886 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20887
20888 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20889
20890 * progmodes/python.el (python-default-interpreter)
20891 (python-python-command-args, python-jython-command-args)
20892 (python-which-shell, python-which-args, python-which-bufname)
20893 (python-file-queue, python-comint-output-filter-function)
20894 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20895 variables and functions.
20896
20897 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20898
20899 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20900 (completion-in-region-mode): New minor mode.
20901 (completion-in-region): Use it.
20902 (completion-in-region--data, completion-in-region-mode-map): New vars.
20903 (completion-in-region--postch): New function.
20904 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20905 New vars.
20906 (completion--capf-wrapper): New function.
20907 (completion-at-point): Use it to track well-behavedness of
20908 hook functions.
20909 (completion-help-at-point): New command.
20910
20911 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20912
20913 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20914 syntax class to search for whitespace on a single line
20915 (Message-ID: <4D938140.4030905@redhat.com>).
20916
20917 2011-03-30 Leo Liu <sdl.web@gmail.com>
20918
20919 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20920 New commands.
20921 (edit-abbrevs-map): Bind them here.
20922 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20923
20924 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20925
20926 * allout.el (allout-hide-by-annotation, allout-flag-region):
20927 Reduce possibility of overlay leakage by making them volatile.
20928
20929 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20930 hash is not shared between buffers. Mode initialization is
20931 responsible for giving it a useful starting value.
20932 (allout-item-span): Reduce possibility of overlay leakage by
20933 making them volatile.
20934 (allout-widgets-count-buttons-in-region): Add diagnostic function
20935 for tracking down button overlay leaks.
20936
20937 2011-03-29 Leo Liu <sdl.web@gmail.com>
20938
20939 * ido.el (ido-read-internal): Use the default history var
20940 minibuffer-history if no HISTORY is specified.
20941
20942 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20943
20944 * net/imap.el (imap-shell-open, imap-process-connection-type):
20945 Use imap-process-connection-type for 'shell' streams as well as
20946 Kerberos, SSL, other subprocesses.
20947
20948 2011-03-28 Leo Liu <sdl.web@gmail.com>
20949
20950 * abbrev.el (abbrev-table-empty-p): New function.
20951 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20952 nonempty ones. (Bug#5937)
20953
20954 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20955
20956 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20957
20958 2011-03-27 Leo Liu <sdl.web@gmail.com>
20959
20960 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20961 for foreground and background colors.
20962 (ansi-color-make-color-map): Adapt.
20963
20964 2011-03-25 Leo Liu <sdl.web@gmail.com>
20965
20966 * midnight.el (midnight-time-float): Remove. Note it calculates
20967 the microsecond component incorrectly and seconds-to-time does the
20968 same job.
20969 Remove redundant (require 'timer).
20970
20971 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20972 (ido-completions): Remove unused arguments. (Bug#8329)
20973
20974 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20975
20976 * minibuffer.el (completion--flush-all-sorted-completions):
20977 Remove itself from hook.
20978 (completion-at-point): Let the functions perform the completion
20979 immediately and return nil or t.
20980 * comint.el (comint-dynamic-complete-functions): Now identical to
20981 completion-at-point-functions.
20982 (comint-dynamic-list-input-ring): Remove unused var `index'.
20983 (comint--match-partial-filename, comint--unquote&expand-filename):
20984 New funs, split from comint-match-partial-filename.
20985 (comint-dynamic-complete): Use completion-at-point.
20986 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20987
20988 2011-03-24 Drew Adams <drew.adams@oracle.com>
20989
20990 * thingatpt.el: Support `defun'.
20991
20992 2011-03-23 Leo Liu <sdl.web@gmail.com>
20993
20994 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20995
20996 * help-mode.el (help-mode-finish): Tweak regexp.
20997
20998 2011-03-23 Glenn Morris <rgm@gnu.org>
20999
21000 * eshell/esh-opt.el (eshell-eval-using-options):
21001 Do not bind unused local variable `eshell-option-stub'.
21002
21003 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21004
21005 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21006
21007 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21008 keymap variable in `with-no-warnings' to avoid a warning when the
21009 keymap has been already `defconst'ed.
21010
21011 2011-03-22 Leo Liu <sdl.web@gmail.com>
21012
21013 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21014 encode all chars in abbrevs; otherwise use emacs-mule or
21015 utf-8-emacs. (Bug#8308)
21016
21017 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21018
21019 * simple.el (backward-delete-char-untabify):
21020 Avoid warning about using `delete-backward-char'.
21021
21022 * image.el (image-type-file-name-regexps): Make it variable.
21023 `imagemagick-register-types' modifies it, and the user may want
21024 to add new extensions for known image types.
21025 (imagemagick-register-types): Throw error if not using ImageMagick.
21026
21027 2011-03-22 Leo Liu <sdl.web@gmail.com>
21028
21029 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21030 located before rcirc-prompt-end-marker.
21031 (rcirc-complete): Error if point is not after rcirc prompt.
21032 Handle the case when table is nil.
21033 (rcirc-user-authenticated): Define to fix compiler warning.
21034
21035 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21036
21037 * custom.el (custom--inhibit-theme-enable): Make it affect only
21038 custom-theme-set-variables and custom-theme-set-faces.
21039 (provide-theme): Ignore custom--inhibit-theme-enable.
21040 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21041 (custom-enabling-themes): Delete variable.
21042 (enable-theme): Accept only loaded themes as arguments.
21043 Ignore the special custom-enabled-themes variable.
21044 (custom-enabled-themes): Forbid themes from setting this.
21045 Eliminate use of custom-enabling-themes.
21046 (custom-push-theme): Quote "changed" custom var entry.
21047
21048 2011-03-21 Leo Liu <sdl.web@gmail.com>
21049
21050 * ido.el (ido-read-internal): Add ido-selected to history instead
21051 of user input.
21052
21053 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21054
21055 * subr.el (deferred-action-list, deferred-action-function):
21056 Mark obsolete.
21057
21058 2011-03-21 Leo Liu <sdl.web@gmail.com>
21059
21060 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21061 change on 2011-02-13 (bug#8309).
21062
21063 * minibuffer.el (read-file-name-function): Change default value.
21064 (read-file-name--defaults): Rename from read-file-name-defaults.
21065 (read-file-name-default): Rename from read-file-name.
21066 (read-file-name): Call read-file-name-function.
21067
21068 2011-03-21 Glenn Morris <rgm@gnu.org>
21069
21070 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21071 Doc fixes.
21072
21073 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21074
21075 * cus-theme.el: Add missing provide statement.
21076 (customize-create-theme): Extract theme value correctly.
21077 (custom-theme-visit-theme): Autoload.
21078 (customize-create-theme): Prompt before inserting default faces.
21079
21080 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21081
21082 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21083 units and musical notes.
21084
21085 2011-03-20 Leo Liu <sdl.web@gmail.com>
21086
21087 * ido.el (ido-read-internal): Use completing-read-default.
21088 (ido-completing-read): Fix compatibility with completing-read.
21089
21090 2011-03-20 Christian Ohler <ohler@gnu.org>
21091
21092 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21093 (ert-delete-all-tests): Use `called-interactively-p' rather than
21094 `interactive-p'.
21095 (ert--make-xrefs-region): Respect END.
21096
21097 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21098
21099 * dired-aux.el (dired-create-directory): Signal an error if the
21100 directory already exists (Bug#8246).
21101
21102 * facemenu.el (list-colors-display): Call list-faces-display
21103 inside with-help-window.
21104 (list-colors-print): Use display property to align the final
21105 column, instead of checking window-width.
21106
21107 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21108
21109 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21110 windows-nt systems.
21111 (emerge-protect-metachars): Quote correctly for ms-dos and
21112 windows-nt systems.
21113
21114 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21115
21116 * info.el (info-initialize): Replace all uses of `:' with
21117 path-separator for compatibility with non-Unix systems.
21118 Cache quoting of path-separator. (Bug#8258)
21119
21120 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21121
21122 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21123 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21124 (mouse-avoidance-mode): Fix typos in docstrings.
21125
21126 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21127
21128 * startup.el (package-subdirectory-regexp): Move from package.el.
21129 Omit \\` and \\', and let callers add them.
21130
21131 * emacs-lisp/package.el (package-strip-version)
21132 (package-load-all-descriptors): Add \\` and \\' to
21133 package-subdirectory-regexp before using it.
21134 (package-untar-buffer): New arg DIR; ensure that file untars only
21135 into this expected directory. Remove superfluous delete-region.
21136 (package-unpack): Caller changed.
21137 (package-tar-file-info): Use package-subdirectory-regexp.
21138
21139 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21140
21141 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21142 diff-mode-shared-map (bug#8284).
21143 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21144
21145 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21146
21147 * calendar/time-date.el (format-seconds): Use assoc instead of
21148 assoc-string, since assoc-string doesn't exist in XEmacs.
21149
21150 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21151
21152 * custom.el (custom-known-themes): Reflow docstring.
21153 (custom-theme-load-path): Fix typo in docstring.
21154 (load-theme): Fix typo in error message.
21155 (custom-available-themes, custom-variable-theme-value):
21156 Use `let', not `let*'.
21157
21158 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21159
21160 * calc/README: Mention inclusion of musical notes.
21161
21162 * calc/calc-units.el (calc-lu-quant): Rename from
21163 `calc-logunits-quantity'.
21164 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21165 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21166 (calc-db): Rename from `calc-dblevel'.
21167 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21168 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21169 (calc-np): Rename from `calc-nplevel'.
21170 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21171 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21172 (calc-lu-plus): Rename from `calc-logunits-add'.
21173 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21174 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21175 (calc-lu-minus): Rename from `calc-logunits-sub'.
21176 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21177 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21178 (calc-lu-times): Rename from `calc-logunits-mul'.
21179 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21180 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21181 (calc-lu-divide): Rename from `calc-logunits-div'.
21182 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21183 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21184
21185 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21186 functions being autoloaded.
21187
21188 * calc/calc.el (calc-lu-power-reference): Rename from
21189 `calc-logunits-power-reference'.
21190 (calc-lu-field-reference): Rename from
21191 `calc-logunits-field-reference'.
21192
21193 * calc/calc-help.el (calc-l-prefix-help):
21194 Mention musical note functions.
21195
21196 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21197
21198 * minibuffer.el (completion-all-sorted-completions):
21199 Use :completion-cycle-penalty text property if present.
21200
21201 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21202
21203 * allout.el (allout-yank-processing): Adjust for new rebulleting
21204 regime so bullet being yanked is used without prompting the user
21205 for a choice.
21206
21207 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21208
21209 * startup.el (command-line): Warn the user that _emacs is deprecated.
21210
21211 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21212
21213 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21214 (delphi-verbose, delphi-comment-face, delphi-string-face)
21215 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21216 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21217 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21218 (delphi-new-comment-line, delphi-font-lock-defaults)
21219 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21220 Fix typos in docstrings.
21221
21222 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21223
21224 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21225 Invert the roles of character and string values for INSTEAD, so a
21226 string is used for the more common case of a defaulting prompt.
21227
21228 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21229
21230 * progmodes/ruby-mode.el (ruby-backward-sexp):
21231 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21232 * play/gamegrid.el (gamegrid-make-face):
21233 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21234 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21235 * notifications.el (notifications-notify):
21236 * net/xesam.el (xesam-search-engines):
21237 * net/quickurl.el (quickurl-list-insert):
21238 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21239
21240 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21241
21242 * startup.el (command-line): Update package subdirectory regexp.
21243
21244 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21245
21246 * allout.el (allout-abbreviate-flattened-numbering)
21247 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21248
21249 * subr.el (read-char-choice): Only show the cursor after the prompt,
21250 not after the answer.
21251
21252 2011-03-15 Kevin Ryde <user42@zip.com.au>
21253
21254 * help-fns.el (variable-at-point): Skip leading quotes, if any
21255 (bug#8253).
21256
21257 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21258
21259 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21260 warning message.
21261
21262 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21263
21264 * shell.el (shell): When called interactively, offer to change the
21265 shell file name on remote hosts.
21266
21267 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21268
21269 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21270 integration for LDAP parameters. The host, base, user or binddn,
21271 and secret tokens can be specified in a netrc file, for instance.
21272 This is optional because an `auth-source' parameter must be
21273 specified in the search attributes.
21274
21275 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21276
21277 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21278
21279 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21280
21281 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21282 into declaration. Remove redundant and harmful binding.
21283
21284 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21285
21286 * files.el (file-ownership-preserved-p): Pass `integer' as an
21287 explicit 2nd argument to `file-attributes'. If the file's owner
21288 is the Administrators group on Windows, and the current user is
21289 Administrator, consider that a match.
21290
21291 * server.el (server-ensure-safe-dir): Consider server directory
21292 safe on MS-Windows if its owner is the Administrators group while
21293 the current Emacs user is Administrator. Use `=' to compare
21294 numerical UIDs, since they could be integers or floats.
21295
21296 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21297
21298 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21299
21300 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21301
21302 Sync with Tramp 2.2.1.
21303
21304 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21305
21306 * net/trampver.el: Update release number.
21307
21308 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21309
21310 * progmodes/compile.el (compilation--previous-directory): Fix up
21311 various nil/dead-marker mismatches (bug#8014).
21312 (compilation-directory-properties, compilation-error-properties):
21313 Don't call it at a position past the one we're about to change.
21314
21315 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21316 Disable obsolescence warnings in the file that declares it.
21317
21318 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21319
21320 * allout-widgets.el (allout-widgets-tally):
21321 Initialize allout-widgets-tally as a hash table rather than nil to
21322 prevent mode-line redisplay warnings. Also, clarify the module
21323 description and fix a comment typo.
21324
21325 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21326
21327 * help-fns.el (describe-variable): Don't complete keywords.
21328 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21329
21330 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21331
21332 * emacs-lisp/package.el (package-version-join): Impose a standard
21333 string representation for pre/alpha/beta version lists.
21334 (package-unpack-single): Standardize the directory name by passing
21335 it through package-version-join.
21336 (package-strip-rcs-id): Accept any version string that does not
21337 signal an error in version-to-list.
21338
21339 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21340
21341 * simple.el (delete-trailing-whitespace): Return nil for the
21342 benefit of `write-file-functions'.
21343
21344 2011-03-10 Glenn Morris <rgm@gnu.org>
21345
21346 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21347
21348 * vc/vc-git.el (vc-git-program): New option.
21349 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21350 (vc-git--call): Use it.
21351
21352 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21353
21354 * cus-edit.el (Custom-newline): If no button at point, look
21355 for a subgroup button at start-of-line. (Bug#2298)
21356
21357 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21358
21359 2011-03-10 Julien Danjou <julien@danjou.info>
21360
21361 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21362 `cursor-type' is nil.
21363
21364 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21365
21366 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21367
21368 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21369
21370 * allout.el: Change so yank of distinctive-bullet items
21371 preserves the existing header prefix, rebulleting it if necessary,
21372 rather than replacing it. This is necessary for proper operation
21373 of cooperative addons like allout-widgets.
21374 (allout-make-topic-prefix, allout-rebullet-heading):
21375 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21376 value as alternate bullet to be used, instead of prompting the user
21377 for a bullet character.
21378
21379 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21380
21381 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21382 Do not use `tramp-file-name-port', because this returns also
21383 `tramp-default-port'.
21384
21385 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21386
21387 * net/rcirc.el (rcirc-handler-001): Remove useless
21388 with-rcirc-process-buffer.
21389 (rcirc-check-auth-status): Swap arguments to string-match.
21390
21391 2011-03-09 Glenn Morris <rgm@gnu.org>
21392
21393 * shell.el (shell-mode):
21394 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21395
21396 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21397 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21398
21399 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21400
21401 * emacs-lisp/package.el (package-refresh-contents)
21402 (package-menu-execute): Use condition-case-no-debug.
21403
21404 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21405
21406 * simple.el (shell-command-to-string): Use `process-file'.
21407
21408 * emacs-lisp/package.el (package-tar-file-info): Handle also
21409 remote files.
21410
21411 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21412 Use `equal' for upload base check.
21413
21414 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21415
21416 * textmodes/texinfo.el (texinfo-environments):
21417 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21418
21419 2011-03-08 Glenn Morris <rgm@gnu.org>
21420
21421 * cus-start.el (cursor-in-non-selected-windows):
21422 Fix :set quoting oddness. (Bug#8192)
21423
21424 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21425 in some setf expressions. (Bug#2159)
21426
21427 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21428
21429 * custom.el (custom-available-themes): Return themes in
21430 alphabetical order.
21431
21432 See ChangeLog.15 for earlier changes.
21433
21434 ;; Local Variables:
21435 ;; coding: utf-8
21436 ;; End:
21437
21438 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21439
21440 This file is part of GNU Emacs.
21441
21442 GNU Emacs is free software: you can redistribute it and/or modify
21443 it under the terms of the GNU General Public License as published by
21444 the Free Software Foundation, either version 3 of the License, or
21445 (at your option) any later version.
21446
21447 GNU Emacs is distributed in the hope that it will be useful,
21448 but WITHOUT ANY WARRANTY; without even the implied warranty of
21449 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21450 GNU General Public License for more details.
21451
21452 You should have received a copy of the GNU General Public License
21453 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.