* subr.el (deferred-action-list, deferred-action-function): Mark obsolete.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (deferred-action-list, deferred-action-function):
4 Mark obsolete.
5
6 2011-03-21 Leo Liu <sdl.web@gmail.com>
7
8 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9 change on 2011-02-13 (bug#8309).
10
11 * minibuffer.el (read-file-name-function): Change default value.
12 (read-file-name--defaults): Rename from read-file-name-defaults.
13 (read-file-name-default): Rename from read-file-name.
14 (read-file-name): Call read-file-name-function.
15
16 2011-03-21 Glenn Morris <rgm@gnu.org>
17
18 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
19 Doc fixes.
20
21 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
22
23 * cus-theme.el: Add missing provide statement.
24 (customize-create-theme): Extract theme value correctly.
25 (custom-theme-visit-theme): Autoload.
26 (customize-create-theme): Prompt before inserting default faces.
27
28 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
29
30 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
31 units and musical notes.
32
33 2011-03-20 Leo <sdl.web@gmail.com>
34
35 * ido.el (ido-read-internal): Use completing-read-default.
36 (ido-completing-read): Fix compatibility with completing-read.
37
38 2011-03-20 Christian Ohler <ohler@gnu.org>
39
40 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
41 (ert-delete-all-tests): Use `called-interactively-p' rather than
42 `interactive-p'.
43 (ert--make-xrefs-region): Respect END.
44
45 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
46
47 * dired-aux.el (dired-create-directory): Signal an error if the
48 directory already exists (Bug#8246).
49
50 * facemenu.el (list-colors-display): Call list-faces-display
51 inside with-help-window.
52 (list-colors-print): Use display property to align the final
53 column, instead of checking window-width.
54
55 2011-03-19 Eli Zaretskii <eliz@gnu.org>
56
57 * emerge.el (emerge-metachars): Separate value for ms-dos and
58 windows-nt systems.
59 (emerge-protect-metachars): Quote correctly for ms-dos and
60 windows-nt systems.
61
62 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
63
64 * info.el (info-initialize): Replace all uses of `:' with
65 path-separator for compatibility with non-Unix systems.
66 Cache quoting of path-separator. (Bug#8258)
67
68 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
69
70 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
71 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
72 (mouse-avoidance-mode): Fix typos in docstrings.
73
74 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
75
76 * startup.el (package-subdirectory-regexp): Move from package.el.
77 Omit \\` and \\', and let callers add them.
78
79 * emacs-lisp/package.el (package-strip-version)
80 (package-load-all-descriptors): Add \\` and \\' to
81 package-subdirectory-regexp before using it.
82 (package-untar-buffer): New arg DIR; ensure that file untars only
83 into this expected directory. Remove superfluous delete-region.
84 (package-unpack): Caller changed.
85 (package-tar-file-info): Use package-subdirectory-regexp.
86
87 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
90 diff-mode-shared-map (bug#8284).
91 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
92
93 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
94
95 * calendar/time-date.el (format-seconds): Use assoc instead of
96 assoc-string, since assoc-string doesn't exist in XEmacs.
97
98 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
99
100 * custom.el (custom-known-themes): Reflow docstring.
101 (custom-theme-load-path): Fix typo in docstring.
102 (load-theme): Fix typo in error message.
103 (custom-available-themes, custom-variable-theme-value):
104 Use `let', not `let*'.
105
106 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
107
108 * calc/README: Mention inclusion of musical notes.
109
110 * calc/calc-units.el (calc-lu-quant): Rename from
111 `calc-logunits-quantity'.
112 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
113 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
114 (calc-db): Rename from `calc-dblevel'.
115 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
116 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
117 (calc-np): Rename from `calc-nplevel'.
118 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
119 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
120 (calc-lu-plus): Rename from `calc-logunits-add'.
121 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
122 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
123 (calc-lu-minus): Rename from `calc-logunits-sub'.
124 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
125 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
126 (calc-lu-times): Rename from `calc-logunits-mul'.
127 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
128 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
129 (calc-lu-divide): Rename from `calc-logunits-div'.
130 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
131 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
132
133 * calc/calc-ext.el (calc-init-extensions): Update the names of the
134 functions being autoloaded.
135
136 * calc/calc.el (calc-lu-power-reference): Rename from
137 `calc-logunits-power-reference'.
138 (calc-lu-field-reference): Rename from
139 `calc-logunits-field-reference'.
140
141 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
142
143 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * minibuffer.el (completion-all-sorted-completions):
146 Use :completion-cycle-penalty text property if present.
147
148 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
149
150 * allout.el (allout-yank-processing): Adjust for new rebulleting
151 regime so bullet being yanked is used without prompting the user
152 for a choice.
153
154 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
155
156 * startup.el (command-line): Warn the user that _emacs is deprecated.
157
158 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
159
160 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
161 (delphi-verbose, delphi-comment-face, delphi-string-face)
162 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
163 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
164 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
165 (delphi-new-comment-line, delphi-font-lock-defaults)
166 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
167 Fix typos in docstrings.
168
169 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
170
171 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
172 Invert the roles of character and string values for INSTEAD, so a
173 string is used for the more common case of a defaulting prompt.
174
175 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * progmodes/ruby-mode.el (ruby-backward-sexp):
178 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
179 * play/gamegrid.el (gamegrid-make-face):
180 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
181 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
182 * notifications.el (notifications-notify):
183 * net/xesam.el (xesam-search-engines):
184 * net/quickurl.el (quickurl-list-insert):
185 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
186
187 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
188
189 * startup.el (command-line): Update package subdirectory regexp.
190
191 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * allout.el (allout-abbreviate-flattened-numbering)
194 (allout-mode-deactivate-hook): Fix up obsolescence "date".
195
196 * subr.el (read-char-choice): Only show the cursor after the prompt,
197 not after the answer.
198
199 2011-03-15 Kevin Ryde <user42@zip.com.au>
200
201 * help-fns.el (variable-at-point): Skip leading quotes, if any
202 (bug#8253).
203
204 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
207 warning message.
208
209 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
210
211 * shell.el (shell): When called interactively, offer to change the
212 shell file name on remote hosts.
213
214 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
215
216 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
217 integration for LDAP parameters. The host, base, user or binddn,
218 and secret tokens can be specified in a netrc file, for instance.
219 This is optional because an `auth-source' parameter must be
220 specified in the search attributes.
221
222 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
223
224 * help.el (describe-mode): Link to the mode's definition (bug#8185).
225
226 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
229 into declaration. Remove redundant and harmful binding.
230
231 2011-03-12 Eli Zaretskii <eliz@gnu.org>
232
233 * files.el (file-ownership-preserved-p): Pass `integer' as an
234 explicit 2nd argument to `file-attributes'. If the file's owner
235 is the Administrators group on Windows, and the current user is
236 Administrator, consider that a match.
237
238 * server.el (server-ensure-safe-dir): Consider server directory
239 safe on MS-Windows if its owner is the Administrators group while
240 the current Emacs user is Administrator. Use `=' to compare
241 numerical UIDs, since they could be integers or floats.
242
243 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
244
245 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
246
247 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
248
249 Sync with Tramp 2.2.1.
250
251 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
252
253 * net/trampver.el: Update release number.
254
255 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * progmodes/compile.el (compilation--previous-directory): Fix up
258 various nil/dead-marker mismatches (bug#8014).
259 (compilation-directory-properties, compilation-error-properties):
260 Don't call it at a position past the one we're about to change.
261
262 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
263 Disable obsolescence warnings in the file that declares it.
264
265 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
266
267 * allout-widgets.el (allout-widgets-tally): Initialize
268 allout-widgets-tally as a hash table rather than nil to prevent
269 mode-line redisplay warnings.
270 Also, clarify the module description and fix a comment typo.
271
272 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
273
274 * help-fns.el (describe-variable): Don't complete keywords.
275 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
276
277 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
278
279 * emacs-lisp/package.el (package-version-join): Impose a standard
280 string representation for pre/alpha/beta version lists.
281 (package-unpack-single): Standardize the directory name by passing
282 it through package-version-join.
283 (package-strip-rcs-id): Accept any version string that does not
284 signal an error in version-to-list.
285
286 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
287
288 * simple.el (delete-trailing-whitespace): Return nil for the
289 benefit of `write-file-functions'.
290
291 2011-03-10 Glenn Morris <rgm@gnu.org>
292
293 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
294
295 * vc/vc-git.el (vc-git-program): New option.
296 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
297 (vc-git--call): Use it.
298
299 * eshell/esh-util.el (eshell-condition-case): Doc fix.
300
301 * cus-edit.el (Custom-newline): If no button at point, look
302 for a subgroup button at start-of-line. (Bug#2298)
303
304 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
305
306 2011-03-10 Julien Danjou <julien@danjou.info>
307
308 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
309 `cursor-type' is nil.
310
311 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
312
313 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
314
315 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
316
317 * allout.el Summary: Change so yank of distinctive-bullet items
318 preserves the existing header prefix, rebulleting it if necessary,
319 rather than replacing it. This is necessary for proper operation
320 of cooperative addons like allout-widgets.
321 (allout-make-topic-prefix, allout-rebullet-heading): Change
322 SOLICIT arg to INSTEAD, and interpret additionally a string value
323 as alternate bullet to be used, instead of prompting the user for
324 a bullet character.
325
326 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
327
328 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
329 not use `tramp-file-name-port', because this returns also
330 `tramp-default-port'.
331
332 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
333
334 * net/rcirc.el (rcirc-handler-001): Remove useless
335 with-rcirc-process-buffer.
336 (rcirc-check-auth-status): Swap arguments to string-match.
337
338 2011-03-09 Glenn Morris <rgm@gnu.org>
339
340 * shell.el (shell-mode):
341 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
342
343 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
344 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
345
346 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
347
348 * emacs-lisp/package.el (package-refresh-contents)
349 (package-menu-execute): Use condition-case-no-debug.
350
351 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
352
353 * simple.el (shell-command-to-string): Use `process-file'.
354
355 * emacs-lisp/package.el (package-tar-file-info): Handle also
356 remote files.
357
358 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
359 `equal' for upload base check.
360
361 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
362
363 * textmodes/texinfo.el (texinfo-environments):
364 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
365
366 2011-03-08 Glenn Morris <rgm@gnu.org>
367
368 * cus-start.el (cursor-in-non-selected-windows):
369 Fix :set quoting oddness. (Bug#8192)
370
371 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
372 in some setf expressions. (Bug#2159)
373
374 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
375
376 * custom.el (custom-available-themes): Return themes in
377 alphabetical order.
378
379 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
380
381 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
382 application of patch from Alan Mackenzie (Bug#7595).
383
384 2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
385
386 * net/rcirc.el (rcirc-connect): Fix PASS bug.
387
388 2011-03-07 Glenn Morris <rgm@gnu.org>
389
390 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
391 Give an explicit error if failed to make writable. (Bug#6146)
392
393 2011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
394
395 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
396 Add optional `after-sunset' argument. (Bug#8190)
397
398 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
399
400 * play/morse.el (nato-alphabet, nato-region, denato-region):
401 New variable and functions. (Bug#2288)
402 (morse-region, unmorse-region): Barf if read-only.
403
404 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * progmodes/gud.el (gdb-script-syntax-propertize-function):
407 Don't change the syntax of a \n that closes a comment (bug#8169).
408
409 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
410
411 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
412 defcustom.
413 (package--update-file): Doc fix. Accept relative file names.
414 (package--archive-contents-from-file): Remove the argument, since
415 it's necessarily always "archive-contents".
416 (package-maint-add-news-item): Pass relative file name args to
417 package--update-file.
418 (package-upload-buffer-internal): Prompt for a destination if
419 package-archive-upload-base is invalid. Create the directory if
420 it does not exist.
421 (package-upload-buffer, package-upload-file): Doc fix.
422
423 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
424
425 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
426 and move isearch-yank-line to M-s C-e (Bug#8183).
427
428 2011-03-06 Alan Mackenzie <acm@muc.de>
429
430 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
431 (c-guess-basic-syntax): Move CASE 19 to a different place,
432 correctly to process template-args-cont lines.
433
434 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
435
436 * calc/calc-ext.el (calc-init-extensions):
437 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
438 and calc-nplevel, respectively. Add keybindings for calc-spn,
439 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
440 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
441
442 * calc/calc-units.el (calc-dblevel): Rename from
443 calc-logunits-dblevel.
444 (calc-nplevel): Rename from calc-logunits-nplevel.
445 (math-midi-round, math-freqp, math-midip, math-spnp)
446 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
447 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
448 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
449 (math-notes): New variable.
450
451 * calc/calc.el (calc-note-threshold): New variable.
452
453 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
454
455 * emacs-lisp/package.el (package-archives): Accept either ordinary
456 directory names, in addition to HTTP URLs.
457 (package--with-work-buffer): New macro. Handle normal directories.
458 (package-handle-response): Don't display the failing buffer.
459 (package-download-single, package-download-tar)
460 (package--download-one-archive): Use package--with-work-buffer.
461 (package-archive-base): Rename from package-archive-url.
462
463 2011-03-06 Glenn Morris <rgm@gnu.org>
464
465 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
466 (xmodmap-generic-mode): Respect generic-extras-enable-list.
467
468 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
469
470 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
471
472 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
473
474 * allout.el (allout-init, allout-prefixed-keybindings)
475 (allout-unprefixed-keybindings):
476 * progmodes/prolog.el (prolog-find-term):
477 Fix typos in docstrings.
478
479 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
480
481 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
482
483 2011-03-06 Kevin Ryde <user42@zip.com.au>
484
485 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
486
487 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
488
489 * window.el (one-window-p, walk-windows, display-buffer):
490 Doc fixes. (Bug#5567)
491
492 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
493
494 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
495 of the variable if it exists.
496
497 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
498
499 * bookmark.el:
500 * desktop.el:
501 * emacs-lock.el:
502 * ps-print.el:
503 * saveplace.el:
504 * net/tramp-cache.el:
505 * obsolete/fast-lock.el:
506 * textmodes/reftex.el:
507 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
508
509 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
510
511 * files.el (delete-directory, copy-directory, list-directory):
512 Use read-directory-name.
513
514 * find-file.el (ff-find-the-other-file):
515 * net/ange-ftp.el (ange-ftp-make-directory):
516 * printing.el (pr-interactive-dir):
517 * progmodes/ada-prj.el (ada-prj-load-directory):
518 * progmodes/ebnf2ps.el (ebnf-print-directory)
519 (ebnf-spool-directory, ebnf-eps-directory)
520 (ebnf-syntax-directory):
521 * shell.el (shell):
522 * speedbar.el (speedbar-create-directory):
523 * vc/emerge.el (emerge-merge-directories):
524 * vc/vc-dir.el (vc-dir):
525 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
526
527 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
528
529 * help-mode.el (help-buffer): If we are to return the current
530 buffer, signal an error if it's not in Help mode (Bug#8147).
531
532 2011-03-05 Reuben Thomas <rrt@sc3d.org>
533
534 * files.el (file-name-version-regexp): Handle backup files of the
535 form `foo.js.~HEAD~1~' (Bug#8159).
536
537 2011-03-05 Glenn Morris <rgm@gnu.org>
538
539 * eshell/esh-var.el: Don't require esh-test when compiling.
540 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
541 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
542 * eshell/esh-test.el: Move to ../../test/eshell.el.
543
544 2011-03-05 David Engster <deng@randomsample.de>
545
546 * files.el (save-some-buffers): Report the names of buffers saved
547 automatically due to buffer-save-without-query (Bug#8134).
548
549 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
550
551 * net/rcirc.el: Add QuakeNet authentication support.
552 (rcirc-authinfo, rcirc-check-auth-status)
553 (rcirc-authenticate): Support QuakeNet.
554
555 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
556
557 * net/rcirc.el: Add functionality to authenticate before
558 autojoining channels.
559 (rcirc-authenticate-before-join): New option.
560 (rcirc-authenticated-hook): New variable.
561 (rcirc-connect): Make local variable rcirc-user-authenticated.
562 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
563 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
564 New functions.
565 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
566 Call rcirc-check-auth-status.
567
568 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
569
570 * net/soap-client.el (soap-namespace-put-link): Check if the target
571 name is fully qualified -- use only the name part.
572 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
573 types, treated the same as xsd:sequence. (Bug#8166)
574
575 2011-03-05 Eli Zaretskii <eliz@gnu.org>
576
577 * files.el (find-file-noselect): Don't ask about re-visiting
578 non-literally if the file is already visited in image-mode.
579 (Bug#8177)
580
581 2011-03-05 Glenn Morris <rgm@gnu.org>
582
583 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
584 (eshell-mode): Use eshell-kill-buffer-function.
585 Run the -initialize functions independently of the -load-hooks.
586 * eshell/esh-proc.el (eshell-kill-process-function): New function.
587 (eshell-gather-process-output, eshell-sentinel)
588 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
589 Use eshell-kill-process-function.
590 * eshell/em-alias.el (eshell-alias-load-hook):
591 * eshell/em-banner.el (eshell-banner-load-hook):
592 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
593 * eshell/em-dirs.el (eshell-dirs-load-hook):
594 * eshell/em-glob.el (eshell-glob-load-hook):
595 * eshell/em-hist.el (eshell-hist-load-hook):
596 * eshell/em-pred.el (eshell-pred-load-hook):
597 * eshell/em-prompt.el (eshell-prompt-load-hook):
598 * eshell/em-rebind.el (eshell-rebind-load-hook):
599 * eshell/em-script.el (eshell-script-load-hook):
600 * eshell/em-smart.el (eshell-smart-load-hook):
601 * eshell/em-term.el (eshell-term-load-hook):
602 * eshell/em-unix.el (eshell-unix-load-hook):
603 * eshell/esh-arg.el (eshell-arg-load-hook):
604 * eshell/esh-cmd.el (eshell-cmd-load-hook):
605 * eshell/esh-ext.el (eshell-ext-load-hook):
606 * eshell/esh-io.el (eshell-io-load-hook):
607 * eshell/esh-mode.el (eshell-exit-hook):
608 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
609 * eshell/esh-var.el (eshell-var-load-hook):
610 Set default hook values to nil. (Bug#5375)
611
612 * eshell/esh-module.el (eshell-module-unload-hook)
613 (eshell-modules-list): Remove leading * from defcustom docs.
614
615 * eshell/esh-util.el (eshell-for): Make it obsolete.
616 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
617 * eshell/em-dirs.el (eshell-save-some-last-dir):
618 * eshell/em-hist.el (eshell-save-some-history)
619 (eshell-hist-parse-modifier):
620 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
621 (eshell-ls-entries):
622 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
623 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
624 (eshell/which):
625 * eshell/esh-ext.el (eshell-find-interpreter):
626 * eshell/esh-mode.el (eshell-mode):
627 * eshell/esh-module.el (eshell-unload-extension-modules):
628 * eshell/esh-proc.el (eshell-process-interact):
629 * eshell/esh-test.el (eshell-test):
630 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
631 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
632 (eshell-variables-list):
633 * eshell/eshell.el (eshell-unload-all-modules):
634 Replace eshell-for with dolist.
635
636 2011-03-04 Glenn Morris <rgm@gnu.org>
637
638 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
639
640 2011-03-04 Tom Tromey <tromey@redhat.com>
641
642 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
643
644 2011-03-04 Glenn Morris <rgm@gnu.org>
645
646 * outline.el (outline-regexp): No longer allow nil.
647 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
648
649 * net/browse-url.el (browse-url):
650 Handle deleted default-directory. (Bug#6077)
651
652 * recentf.el (recentf-include-p): In case of a buggy predicate,
653 err on the side of including, not excluding. (Bug#5843)
654
655 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
656
657 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
658 variables as units.
659
660 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
661
662 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
663 if there is no node. (Bug#3261)
664
665 2011-03-04 Leo <sdl.web@gmail.com>
666
667 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
668
669 * time.el (display-time-world-list): Fix typo. (Bug#7571)
670
671 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
672
673 * cus-edit.el (custom-buffer-create-internal):
674 Split search string before passing it to `customize-apropos' (bug#8136).
675
676 2011-03-04 Drew Adams <drew.adams@oracle.com>
677
678 * image-dired.el (image-dired-cmd-read-exif-data-options):
679 Fix typo in docstring (bug#8156).
680
681 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
682
683 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
684
685 2011-03-03 Christian Ohler <ohler@gnu.org>
686
687 * emacs-lisp/ert.el (ert--explain-equal): New function.
688 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
689 All callers changed.
690 (ert--explain-equal-including-properties): Renamed from
691 `ert--explain-not-equal-including-properties'. All callers
692 changed.
693
694 2011-03-03 Christian Ohler <ohler@gnu.org>
695
696 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
697 (ert-char-for-test-result, ert-string-for-test-result)
698 (ert-run-tests-batch, ert--print-test-for-ewoc):
699 Handle `ert-test-quit'.
700
701 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
702
703 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
704 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
705
706 2011-03-03 Glenn Morris <rgm@gnu.org>
707
708 * files.el (file-truename): Doc fix. (Bug#2341)
709
710 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
711
712 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
713
714 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
715
716 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
717 programs output backslashes. (Bug#7663)
718
719 2011-03-03 Glenn Morris <rgm@gnu.org>
720
721 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
722 (mail-mode): Remove mail-sent-via from the doc.
723 (mail-sent-via): Make it obsolete. (Bug#1776)
724
725 * progmodes/grep.el (grep-highlight-matches): Doc fix.
726 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
727
728 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
729 with no parents. (Bug#8025)
730
731 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
732
733 * password-cache.el (password-in-cache-p): Add autoload.
734
735 2011-03-02 Glenn Morris <rgm@gnu.org>
736
737 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
738 * dired-x.el (Man-support-local-filenames): Autoload it.
739 (dired-guess-shell-alist-default): Also handle Red Hat's man.
740
741 * dired-x.el (dired-default-directory-alist, dired-default-directory):
742 Mark as obsolete.
743 (dired-smart-shell-command): Just call dired-current-directory.
744
745 * dired-x.el (dired-jump-other-window): Add autoload.
746 (dired-default-directory-alist, dired-default-directory): Doc fixes.
747 (dired-default-directory-alist): Mark as risky.
748
749 * dired-x.el (dired-omit-here-always): Make it obsolete.
750
751 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
752
753 * textmodes/artist.el (artist-curr-go): Default to pen-line.
754 (artist-select-op-pen-line): New function.
755 (artist-menu-map): New variable.
756 (artist-mode-map): Add a menu to the menu-bar.
757
758 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
759
760 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
761 when evaluating.
762
763 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
764 New function.
765 (math-logunits-add, math-logunits-mul, math-logunits-divide):
766 (math-logunits-quant, math-logunits-level):
767 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
768 functions.
769 (math-logunits-level): Extract units from ratio.
770
771 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
772
773 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
774
775 2011-03-01 Glenn Morris <rgm@gnu.org>
776
777 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
778 (diary-hebrew-birthday): Rename and rework functions added
779 in previous change.
780
781 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
782
783 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
784 (diary-hebrew-birthday): New functions.
785
786 2011-03-01 Glenn Morris <rgm@gnu.org>
787
788 * dired.el (dired-safe-switches-p): Beef it up.
789 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
790
791 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * dired.el (dired-safe-switches-p): New function.
794
795 2011-03-01 Glenn Morris <rgm@gnu.org>
796
797 * files.el (dir-locals-collect-variables):
798 Add the ability to exclude subdirectories. (Bug#8100)
799
800 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
801
802 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
803
804 * ido.el (ido-everywhere): Doc fix.
805 (ido-mode): Doc fix.
806
807 2011-02-28 Glenn Morris <rgm@gnu.org>
808
809 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
810
811 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
812
813 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
814 shadows.
815
816 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
817
818 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
819
820 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
821
822 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
823 Fix typos in docstrings.
824
825 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
826
827 * dired-aux.el (dired-update-file-line):
828 Fix 2010-11-09 change. (Bug#8131)
829
830 2011-02-28 Eli Zaretskii <eliz@gnu.org>
831
832 * international/mule-cmds.el (set-default-coding-systems): Use the
833 -unix variant of encoding in default-keyboard-coding-system.
834 (Bug#8122)
835
836 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
837
838 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
839
840 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
841
842 * term/screen.el: New file (Bug#2650).
843
844 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
847 (pcase-mutually-exclusive-predicates): New var.
848 (pcase--split-consp, pcase--split-pred): Use it.
849 (pcase--split-equal, pcase--split-member): When splitting against
850 a pure predicate, run it to know the outcome.
851 (pcase--u1): Mark vars that are actually used.
852 (pcase--q1): Avoid introducing unused vars.
853
854 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
855
856 * calc/calc-ext.el (calc-init-extensions):
857 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
858
859 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
860 symbolic mode.
861
862 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
863 argument is a variable.
864
865 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
868 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
869 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
870
871 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
872
873 * password-cache.el (password-in-cache-p): Convenience function to
874 check if a key is in the cache, even if the value is nil.
875
876 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
877
878 * emacs-lisp/package-x.el (package--archive-contents-from-url)
879 (package--archive-contents-from-file): New functions.
880 (package-update-news-on-upload): New var.
881 (package-upload-buffer-internal): Extract archive-contents from
882 package-archive-upload-base if it is not found at archive-url.
883 Obey package-update-news-on-upload.
884 (package-upload-buffer, package-upload-file): Doc fix.
885
886 2011-02-24 Glenn Morris <rgm@gnu.org>
887
888 * files-x.el (modify-dir-local-variable): Handle dir-locals from
889 the cache, and from non-file sources.
890
891 * help-fns.el (describe-variable): Return consistent results when a
892 dir-local from a file came from the cache or did not. (Bug#8095)
893 If a dir-local has no associated file, say it came from a "directory".
894
895 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
896 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
897
898 * files.el (dir-locals-find-file): Doc fix.
899 Fix the check for cache elements that have no associated file,
900 and the mtime check for those that do. (Bug#8095)
901
902 * dired-x.el (dired-hack-local-variables):
903 Handle interrupts during hacking local variables. (Bug#5216)
904
905 * emacs-lisp/autoload.el (autoload-save-buffers)
906 (autoload-find-destination, update-directory-autoloads):
907 Avoid prompts when updating autoloads.
908
909 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
912
913 2011-02-23 Kenichi Handa <handa@m17n.org>
914
915 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
916 error when a multipart boundary in the nested multipart is found.
917
918 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
919 header components.
920
921 2011-02-23 Glenn Morris <rgm@gnu.org>
922
923 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
924 * dired-x.el (dired-omit-mode): Safe if boolean.
925 (dired-enable-local-variables): Fix doc and custom type.
926 (dired-enable-local-variables, dired-local-variables-file)
927 (dired-hack-local-variables): Make obsolete.
928 (dired-omit-here-always): Use dir-locals.el instead.
929
930 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
931
932 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * help-fns.el (describe-function-1): Don't signal an error just because
935 the DOC file disappeared.
936
937 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
938
939 * eshell/esh-ext.el (eshell-external-command): Do not restrict
940 remote check to "ftp". (Bug#8089)
941
942 2011-02-21 Alan Mackenzie <acm@muc.de>
943
944 Fix bug #7930.
945 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
946 in macros finding their way into c-state-nonlit-pos-cache.
947 Strengthen the comments.
948 (c-state-dump): New commented out diagnostic routine.
949
950 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
951
952 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
953 `field' property of `rfn-eshadow-overlay'.
954
955 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
956
957 * net/netrc.el (netrc-parse): Comment fix.
958
959 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
960
961 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
962 Autoload. Add optional arg FRAME, and pass it to color-values.
963 (color-complement): Caller changed. Doc fix.
964 (color-gradient): Rewrite for better clarity and efficiency.
965
966 * faces.el (color-values): Use cond for clarity. Doc fix.
967
968 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
969 color.el instead.
970 (list-colors-sort-key, list-colors-print):
971 Use color-normalized-values.
972
973 2011-02-20 Drew Adams <drew.adams@oracle.com>
974
975 * color.el: First part of merge from hexrgb.el.
976 (color-rgb-to-hex): Rename from color-rgb->hex.
977 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
978 saturation to zero if the value is too small.
979 (color-rgb-to-hsl): Rename from color-rgb->hsl.
980 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
981 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
982 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
983 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
984 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
985 (color-cie-de2000): Doc fix.
986
987 2011-02-20 Alan Mackenzie <acm@muc.de>
988
989 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
990 locating the beginning of a macro. (Bug#7595)
991
992 2011-02-20 Glenn Morris <rgm@gnu.org>
993
994 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
995 Don't autoload it.
996
997 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
998 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
999
1000 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1001 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1002
1003 * progmodes/hideshow.el (hs-find-block-beginning)
1004 (hs-hide-level-recursive): Ignore comments when parsing braces
1005 (Bug#8036).
1006
1007 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1010 (vc-bzr-pull): Use it.
1011
1012 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1015 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1016 but returning an alist. Ignore comments in bzr conffile.
1017 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1018 (vc-bzr-error-regex-alist): New var.
1019 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1020
1021 * vc/vc-dispatcher.el (vc-do-async-command):
1022 Bind inhibit-read-only to t.
1023
1024 * progmodes/compile.el (compilation--flush-directory-cache):
1025 Handle the case where cdr of compilation--flush-directory-cache
1026 points to no buffer, which can occur if we previously switched to
1027 compilation-mode in a pregenerated buffer.
1028
1029 2011-02-19 Kenichi Handa <handa@m17n.org>
1030
1031 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1032 get the header copy into the temporary buffer.
1033 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1034 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1035 buffer-file-coding-system to undecided.
1036
1037 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1038
1039 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1040 Document completion with asterisk and a substring.
1041
1042 2011-02-19 Glenn Morris <rgm@gnu.org>
1043
1044 * files.el (find-file-literally): Doc fix.
1045
1046 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1047
1048 * log-edit.el (log-edit-insert-changelog):
1049 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1050
1051 2011-02-19 Glenn Morris <rgm@gnu.org>
1052
1053 * dired-x.el: Don't require dired-aux.
1054 (dired-do-create-files, dired-mark-read-regexp)
1055 (dired-do-create-files-regexp): Autoload from dired-aux.
1056
1057 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1058 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1059
1060 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1061 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1062
1063 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1064 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1065 (dired-clean-up-buffers-too): Declare.
1066
1067 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1068 * dired.el (dired-initial-position): Merge dired-x's version here.
1069 (dired-find-subdir): Declare.
1070
1071 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1072 * dired-aux.el (dired-add-entry): Give it a doc-string.
1073 Merge dired-x's dired-omit handling here.
1074 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1075
1076 * international/mule-diag.el (list-input-methods-1):
1077 Indent all lines of multi-line doc-strings. (Bug#8066)
1078
1079 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
1080
1081 Fix 2011-02-02 changes.
1082
1083 * apropos.el (apropos-print): Call apropos-mode before setting up
1084 buffer variables. Use inhibit-read-only.
1085
1086 * emacs-lisp/package.el (package--list-packages):
1087 Call package-menu-mode before setting up buffer variables.
1088
1089 * play/solitaire.el (solitaire): Call solitaire-mode before
1090 setting up buffer variables. Use inhibit-read-only.
1091
1092 2011-02-18 Lawrence Mitchell <wence@gmx.li>
1093
1094 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1095 Bind case-fold-search to nil when looking for end of here-doc.
1096
1097 2011-02-18 Eli Zaretskii <eliz@gnu.org>
1098
1099 * image-mode.el (image-toggle-display-image):
1100 Set find-file-literally non-nil in buffers visiting binary image
1101 files. (Bug#8047)
1102
1103 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * files.el (cd): Make completion obey cd-path (bug#7924).
1106
1107 2011-02-18 Glenn Morris <rgm@gnu.org>
1108
1109 * progmodes/prolog.el: Don't require compile when compiling.
1110 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1111 (compilation-forget-errors, compilation-fake-loc)
1112 (compilation-parse-errors-function, compilation-error-list): Declare.
1113 (prolog-inferior-mode): Require 'compile.
1114
1115 * emulation/cua-base.el (pc-selection-mode): Declare.
1116
1117 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1118 (customize-object): Add autoload cookie.
1119 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1120 (eieio-browse, describe-class, eieio-describe-class)
1121 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1122 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1123 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1124 * Makefile.in (autoloads): Make eieio.el writable.
1125
1126 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1127 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1128 (dired-hack-local-variables): Use inhibit-read-only.
1129 (dired-guess-default): Simplify.
1130 (dired-make-relative-symlink): Use dotimes.
1131 (dired-simultaneous-find-file): Use dolist.
1132 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1133 (dired-x-hands-off-my-keys): Doc fix.
1134 (dired-x-bind-find-file): Doc fix. Use remapping.
1135 (after-init-hook): No need to add dired-x-bind-find-file.
1136 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1137 No need to call expand-file-name.
1138 (dired-filename-at-point): Remove unused locals `end', `filename'.
1139
1140 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1143
1144 2011-02-18 Christian Ohler <ohler@gnu.org>
1145
1146 * emacs-lisp/ert.el (ert--setup-results-buffer)
1147 (ert-results-pop-to-backtrace-for-test-at-point)
1148 (ert-results-pop-to-messages-for-test-at-point)
1149 (ert-results-pop-to-should-forms-for-test-at-point)
1150 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1151 were incorrect and unnecessary. This should make `make check'
1152 pass again.
1153
1154 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1155
1156 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
1157 (allout-widgets-icons-dark-subdir): Track relocations of icons.
1158 * lisp/allout.el: Remove commentary about remove encryption
1159 passphrase mnemonic support and verification.
1160 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1161 armored text using gpg1, and indicate that the gpg version *might*
1162 be the problem in the error message.
1163
1164 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1165
1166 * net/rcirc.el (rcirc-float-time): New function.
1167 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1168 (rcirc-ctcp-sender-PING): Use it.
1169
1170 2011-02-17 Glenn Morris <rgm@gnu.org>
1171
1172 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1173 (speedbar-update-flag, speedbar-fetch-etags-command)
1174 (speedbar-fetch-etags-arguments):
1175 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1176 (term-completion-autolist, term-completion-addsuffix)
1177 (term-completion-recexact, term-completion-fignore):
1178 * term/sup-mouse.el (sup-mouse-fast-select-window):
1179 * term/x-win.el (x-select-request-type):
1180 Convert some defvars with "*" to defcustoms.
1181
1182 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1183
1184 * vc/vc.el (vc-default-previous-version):
1185 Remove alias that points nowhere. (Bug#4496)
1186
1187 * dired-x.el (dired-clean-up-after-deletion):
1188 kill-buffer does not need save-excursion.
1189 (dired-do-run-mail): Doc fix.
1190 (dired-filename-at-point): Doc fix.
1191 Use looking-at, and skip-chars rather than re search.
1192
1193 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1194
1195 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1196
1197 * allout-widgets.el: New allout extension that shows allout
1198 outline structure with graphical widgets. 'allout-widgets'
1199 customize group is an 'allout' subgroup, for easy discovery.
1200
1201 * allout.el: Include PGP and GnuPG in Keywords, and other
1202 commentary refinements.
1203 (allout-abbreviate-flattened-numbering): Rename to
1204 allout-flattened-numbering-abbreviation, and
1205 define-obsolete-variable-alias the old name.
1206 (allout-flattened-numbering-abbreviation): Rename from
1207 allout-abbreviate-flattened-numbering.
1208 (allout-mode-p): Include among autoloads, for use by other modes
1209 with impunity.
1210 (allout-listify-exposed):
1211 Use allout-flattened-numbering-abbreviation.
1212 (allout-encrypt-string): Use set-buffer-multibyte directly.
1213 (allout-set-buffer-multibyte): Remove.
1214
1215 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1216
1217 * simple.el (just-one-space): Remove useless `or' call.
1218
1219 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1220
1221 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
1222 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1223 (soap-decoded-multi-refs, soap-current-wsdl)
1224 (soap-encoded-namespaces): Rename CL-style *...* variables.
1225
1226 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
1227
1228 * net/soap-client.el: Add "comm" and "hypermedia" to the
1229 keywords. Reflow too long lines.
1230
1231 * net/soap-inspect.el: Ditto. Require 'cl.
1232
1233 2011-02-16 Bastien Guerry <bzg@altern.org>
1234
1235 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1236 in a `doctor-type' argument.
1237
1238 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1239
1240 * net/soap-client.el:
1241 * net/soap-inspect.el: New files.
1242
1243 2011-02-16 Leo <sdl.web@gmail.com>
1244
1245 * dired-x.el (dired-mode-map, dired-extra-startup):
1246 Remove dired-copy-filename-as-kill since it's already in dired.el.
1247
1248 2011-02-16 Glenn Morris <rgm@gnu.org>
1249
1250 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1251 Doc fixes. Add :set property, replacing top-level calls.
1252 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1253 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1254 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1255 (dired-clean-up-after-deletion): Use when and dolist.
1256 (dired-jump): Use unless and when.
1257 (dired-virtual): Use line-end-position.
1258 (dired-default-directory-alist): Rename from default-directory-alist.
1259 (dired-default-directory): Update for above name change.
1260 (dired-vm): Drop VM < 5 and simplify.
1261 (dired-buffer-more-recently-used-p): Rewrite.
1262 (dired-filename-at-point): Use when and or.
1263 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1264 Update callers.
1265
1266 2011-02-15 Glenn Morris <rgm@gnu.org>
1267
1268 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1269
1270 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * vc/vc-git.el (vc-git-root-log-format): New option for
1273 customizing log format.
1274 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1275 (vc-git-log-view-mode): Use it.
1276 (vc-git-expanded-log-entry): New function.
1277 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1278
1279 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1280 customizing log format.
1281 (vc-hg-print-log): Use it.
1282 (vc-hg-expanded-log-entry): New function.
1283 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1284 vc-hg-expanded-log-entry. Truncate lines in root log.
1285
1286 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1287
1288 * vc/log-view.el (log-view-mode-menu):
1289 Add log-view-toggle-entry-display.
1290
1291 2011-02-14 Glenn Morris <rgm@gnu.org>
1292
1293 * dired-x.el: Don't require man when compiling.
1294 (dired-omit-extensions, dired-local-variables-file)
1295 (dired-x-hands-off-my-keys): Make them defcustoms.
1296 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1297 (vm-visit-folder): Declare rather than defining.
1298 (dired-x-help-address, dired-x-variable-list): Remove.
1299 (dired-x-submit-report): Make it an obsolete alias.
1300
1301 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1304
1305 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1306
1307 * net/imap.el: Bring it back.
1308
1309 2011-02-13 Alan Mackenzie <acm@muc.de>
1310
1311 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1312 narrow-to-region call that cuts context off the end (Bug#7722).
1313
1314 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1315 Refactor nested if-forms with a simple cond.
1316 (c-forward-<>-arglist): Revert 2011-01-31 change.
1317
1318 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * vc/log-view.el: New command log-view-toggle-entry-display for
1321 toggling log entries between concise and detailed forms.
1322 (log-view-toggle-entry-display): New command.
1323 (log-view-mode-map): Bind RET to it.
1324 (log-view-expanded-log-entry-function): New variable.
1325 (log-view-current-entry, log-view-inside-comment-p)
1326 (log-view-current-tag): New functions.
1327 (log-view-toggle-mark-entry): Use log-view-current-entry and
1328 log-view-end-of-defun instead of searching directly with
1329 log-view-message-re.
1330 (log-view-end-of-defun): Likewise. Add optional ARG for
1331 compatibility with end-of-defun.
1332 (log-view-end-of-defun): Ignore comments and VC buttons.
1333
1334 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1335 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1336
1337 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1338
1339 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1340
1341 * net/imap-hash.el: Remove file.
1342
1343 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1344
1345 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1346
1347 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1348 call.
1349
1350 * net/tramp-imap.el: Remove file.
1351
1352 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1355 widget library for buttons, just use button.el.
1356
1357 * vc/log-view.el (log-view-mode-map): Don't inherit from
1358 widget-keymap.
1359
1360 2011-02-12 Glenn Morris <rgm@gnu.org>
1361
1362 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1363 (nintersection, set-difference, nset-difference)
1364 (set-exclusive-or, nset-exclusive-or): Doc fix.
1365
1366 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1367
1368 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1369 :italic props, so that frame-set-background-mode works. (Bug#7966)
1370
1371 * simple.el (next-error): Doc fix.
1372
1373 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1374
1375 * dired-aux.el (dired-create-files): Adapt destination name to
1376 match the new behavior of copy-directory.
1377
1378 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1381 from rmail-dont-reply-to-names. Callers changed.
1382 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1383 (rmail-dont-reply-to): Make it an obsolete alias.
1384
1385 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1386 nil, and make obsolete (Bug#7888).
1387 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1388
1389 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1390
1391 * mail/rmailsort.el (rmail-sort-by-correspondent)
1392 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1393
1394 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1395
1396 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1397
1398 * files.el (copy-directory): New argument COPY-CONTENTS for
1399 copying directory contents into another existing directory.
1400
1401 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1402
1403 * minibuffer.el (completion-table-case-fold): New function for
1404 creating a case-insensitive completion table.
1405
1406 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1407
1408 * net/tramp.el (tramp-default-method): Also check if
1409 `auth-source-search' is bound.
1410 (tramp-read-passwd): Use `auth-source-search' instead of
1411 `auto-source-user-or-password'.
1412
1413 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1414 `auto-source-user-or-password.
1415 (tramp-imap-passphrase-callback-function): Use it.
1416
1417 * net/imap-hash.el: Autoload `auto-source-search' instead of
1418 `auto-source-user-or-password.
1419 (imap-hash-open-connection): Use it.
1420
1421 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1422 `auto-source-user-or-password.
1423 (smtpmail-try-auth-methods): Use it.
1424
1425 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1426
1427 * emacs-lisp/package.el: Allow packages to be reinstalled.
1428 (package--write-file-no-coding): Remove EXCL arg.
1429 (package-unpack-single): Don't use it.
1430
1431 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1432
1433 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1434 in each sub directory.
1435 (vc-svn-registered): Use vc-svn-root.
1436 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1437 (vc-svn-repository-hostname): Use "svn info".
1438
1439 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1440
1441 * simple.el (delete-trailing-whitespace): New optional buffer
1442 bound parameters.
1443
1444 2011-02-11 Bastien Guerry <bzg@altern.org>
1445
1446 * files.el (basic-save-buffer): save unmodified buffers when
1447 the file pointed by buffer-file-name doesn't exist.
1448
1449 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1450
1451 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1452
1453 2011-02-11 Glenn Morris <rgm@gnu.org>
1454
1455 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1456
1457 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1458
1459 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1460
1461 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * server.el (server-process-filter): Use pcase.
1464
1465 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1466 conflicting ways.
1467 (smie-indent--parent): Extend to "parent of arg".
1468 (smie-indent-inside-string): New function.
1469 (smie-indent-functions): Use it.
1470
1471 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1472 bzr locking race condition.
1473
1474 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1475 still valid before using it.
1476
1477 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1478 `message' -> `compilation-message' rename (bug#8004).
1479
1480 Move keymap initialization into declaration.
1481 * textmodes/enriched.el (enriched-mode-map):
1482 * textmodes/bib-mode.el (bib-mode-map):
1483 * term/lk201.el (lk201-function-map):
1484 * tar-mode.el (tar-mode-map):
1485 * replace.el (occur-mode-map):
1486 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1487 * progmodes/idlw-help.el (idlwave-help-mode-map):
1488 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1489 * play/solitaire.el (solitaire-mode-map):
1490 * play/snake.el (snake-mode-map, snake-null-map):
1491 * play/pong.el (pong-mode-map):
1492 * play/handwrite.el (menu-bar-handwrite-map):
1493 * play/gametree.el (gametree-mode-map):
1494 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1495 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1496 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1497 (newsticker--url-keymap):
1498 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1499 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1500 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1501 (menu-bar-edit-menu, menu-bar-custom-menu)
1502 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1503 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1504 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1505 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1506 (menu-bar-tools-menu, menu-bar-describe-menu)
1507 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1508 (menu-bar-help-menu):
1509 * mail/rmailsum.el (rmail-summary-mode-map):
1510 * kmacro.el (kmacro-step-edit-map):
1511 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1512 (ibuffer-mode-operate-map):
1513 * hi-lock.el (hi-lock-menu, hi-lock-map):
1514 * emulation/vip.el (vip-mode-map):
1515 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1516 * bookmark.el (bookmark-bmenu-mode-map):
1517 * help-mode.el (help-mode-map): Move initialization into declaration.
1518
1519 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1520
1521 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1522 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1523 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1524 (rcirc-cmd-me, rcirc-authenticate): Use them.
1525
1526 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1527
1528 * allout.el: Synopsis: Change allout user configuration so
1529 auto-activation is controlled solely by customization
1530 `allout-auto-activation'.
1531
1532 (allout-auto-activation-helper, allout-setup): New autoloads
1533 implement new custom set procedure for allout-auto-activation.
1534 Also, explicitly invoke (allout-setup) after allout-auto-activation
1535 is custom-defined, to affect the settings in emacs sessions besides
1536 the few where allout-auto-activation customization is done.
1537 (allout-auto-activation): Use allout-auto-activation-helper to
1538 :set. Revise the docstring.
1539 (allout-init): Reduce functionality to just customizing
1540 allout-auto-activation, and mark obsolete.
1541 (allout-mode): Respect string values for allout-auto-activation.
1542 Run allout-after-copy-or-kill-hook without any args.
1543 (allout-mode, allout-layout, allout-default-layout)
1544 (outlineify-sticky): Adjust docstring for new scheme.
1545 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1546 should concentrate on the kill ring.
1547
1548 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1549
1550 * password-cache.el (password-cache-remove): Accept secrets that are
1551 not strings.
1552
1553 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1556 of here-doc that immediately follows a comment.
1557
1558 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1559
1560 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1561
1562 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1563 available.
1564 (rcirc-ctcp-sender-PING): New function.
1565
1566 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1569 Remove the mark/nomark handling, and activate shift-select-mode instead.
1570
1571 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1572
1573 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1574
1575 * calc/calc-units.el (math-logunits-quant): Add support for
1576 non-logarithmic units.
1577
1578 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1579
1580 * allout.el (allout-after-copy-or-kill-hook): New hook for
1581 extension-specific processing of killed text.
1582 (allout-mode): Include new allout-after-copy-or-kill-hook among
1583 mentioned hooks.
1584 (allout-kill-line, allout-kill-topic): Ensure that processing
1585 after kill happens even if barf-if-buffer-read-only is raised.
1586 Include new allout-after-copy-or-kill-hook among that subsequent
1587 processing.
1588 (allout-deannotate-hidden): Actually remove the annotation text
1589 properties.
1590
1591 * allout.el (allout-listify-exposed): Copy text sans text properties.
1592
1593 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1596
1597 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1598
1599 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1600
1601 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1602
1603 * calc/calc.el (calc-logunits-field-reference): Rename from
1604 `calc-default-field-reference-level'.
1605 (calc-logunits-power-reference): Rename from
1606 `calc-default-power-reference-level'.
1607
1608 * calc/calc-units.el (math-logunits-quant): Rename from
1609 `math-logunits-level'
1610 (math-logunits-plus): Rename from math-logcombine.
1611 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1612 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1613 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1614 New functions.
1615 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1616 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1617 (calc-logunits-quantity): Rename from `calc-level'.
1618 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1619 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1620 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1621 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1622 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1623 New functions.
1624
1625 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1626 (calc-ul-prefix-help): Remove.
1627 (calc-l-prefix-help): New function.
1628 (calc-full-help): Add reference to `calc-l-prefix-help'.
1629
1630 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1631
1632 * calc/README: Mention logarithmic units.
1633
1634 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1637 non-ASCII characters (Bug#7925).
1638
1639 2011-02-05 Glenn Morris <rgm@gnu.org>
1640
1641 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1642
1643 * calendar/diary-lib.el (diary-font-lock-keywords):
1644 Tweak diary-time-regexp match. (Bug#7891)
1645
1646 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1647 (f90-mode): Use it for mode's `find-tag-default-function' property.
1648
1649 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1650
1651 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1652
1653 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1654
1655 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1656 (Bug#6386).
1657
1658 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1661 font-lock-syntax-table remappings.
1662 (sh-here-doc-markers, sh-here-doc-re): Remove.
1663 (sh-font-lock-close-heredoc): Remove.
1664 (sh-syntax-propertize-here-doc): New function.
1665 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1666 instead of the sh-here-doc-re.
1667 (sh-font-lock-paren): Don't do anything in comments or strings.
1668 Handle line continuations. Accept a few more chars.
1669 Don't rely on the font-lock-syntax-table remappings.
1670 `esac' is not a valid pattern.
1671 (sh-syntax-propertize-function): Handle here-docs differently, so we
1672 don't bother syntax-propertizing the insides.
1673
1674 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1675 Handle new bashisms ";&" and ";;&" (bug#7947).
1676
1677 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1678
1679 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1680 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1681
1682 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1683
1684 * net/tramp.el (tramp-postfix-method-format)
1685 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1686 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1687 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1688 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1689 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1690 Doc fix.
1691
1692 2011-02-04 Sam Steingold <sds@gnu.org>
1693
1694 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1695
1696 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1697
1698 * international/mule-util.el (with-coding-priority): Doc fix.
1699
1700 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1701
1702 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1703
1704 2011-02-03 Sam Steingold <sds@gnu.org>
1705
1706 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1707 Do not error out when `func' is nil.
1708
1709 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1710
1711 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1712 `tramp-default-remote-path' to the docstring.
1713 (tramp-get-remote-path): Suppress error message when `getconf
1714 PATH' fails.
1715
1716 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1717
1718 2011-02-03 Glenn Morris <rgm@gnu.org>
1719
1720 * vc/vc-hg.el (vc-hg-command): Doc fix.
1721
1722 * term/w32-win.el (libpng-version): Declare for compiler.
1723
1724 * msb.el: No need to load dired while compiling.
1725
1726 * emacs-lisp/elint.el (elint-standard-variables):
1727 Remove a couple of built-ins that now have doc-strings.
1728
1729 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1730 `require' is automatically `eval-and-compile'd.
1731
1732 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1733 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1734
1735 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1736 Move definition before use.
1737 (strokes-report-bug): Make it obsolete.
1738
1739 2011-02-02 Sam Steingold <sds@gnu.org>
1740
1741 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1742 from `special-mode', entering it makes the buffer read-only, so
1743 call it only when everything has been already inserted.
1744 * emacs-lisp/ert.el (ert--setup-results-buffer)
1745 (ert-results-pop-to-backtrace-for-test-at-point)
1746 (ert-results-pop-to-messages-for-test-at-point)
1747 (ert-results-pop-to-timings): Ditto.
1748 * emacs-lisp/package.el (package--list-packages): Ditto.
1749 * play/solitaire.el (solitaire): Ditto.
1750
1751 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * progmodes/compile.el: Make all faces inherit.
1754 (compilation-warning): Inherit from font-lock-variable-name-face.
1755 (compilation-info): Inherit from font-lock-type-face.
1756 (compilation-line-number): Reassign to font-lock-keyword-face.
1757 (compilation-column-number): Reassign to font-lock-doc-face.
1758 (compilation-leave-directory-face): Reassign to
1759 font-lock-builtin-face.
1760
1761 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1762
1763 * dired.el (dired-insert-directory): Don't invoke `ls' when
1764 ls-lisp.el is used to emulate it.
1765
1766 2011-02-01 Julien Danjou <julien@danjou.info>
1767
1768 * color.el (color-gradient): Add a color-gradient function.
1769
1770 2011-02-01 Sam Steingold <sds@gnu.org>
1771
1772 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1773 bind "z" to `kill-this-buffer'.
1774 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1775 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1776 (apropos-mode): Inherit from `special-mode'.
1777 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1778 * bookmark.el (bookmark-bmenu-mode): Define using
1779 `define-derived-mode' inheriting from `special-mode'.
1780 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1781 * image-mode.el (image-mode-map): Ditto.
1782 * replace.el (occur-mode): Define using
1783 `define-derived-mode' inheriting from `special-mode'.
1784 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1785 * calendar/diary-lib.el (diary-fancy-display-mode):
1786 Inherit from `special-mode-map'.
1787 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1788 Inherit from `special-mode'.
1789 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1790 `special-mode-map'.
1791 (package-menu-mode): Define using `define-derived-mode'
1792 inheriting from `special-mode'.
1793 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1794 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1795 (xesam-mode-map): Define separately.
1796 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1797 * progmodes/compile.el (compilation-minor-mode-map)
1798 (compilation-mode-map): Inherit from `special-mode-map'.
1799 * vc/diff-mode.el (diff-mode-shared-map):
1800 Inherit from `special-mode-map'.
1801 * vc/log-view.el (log-view-mode-map): Add a comment.
1802
1803 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * custom.el (load-theme): Define return value. Drop use of
1806 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1807 (custom-theme-load-confirm): Scroll in the correct window.
1808 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1809
1810 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1811 checkbox if load-theme fails.
1812
1813 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * progmodes/compile.el (compilation-next-error): Check there's
1816 a message before using it (bug#7941).
1817
1818 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1819
1820 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1821 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1822 of potential pivots.
1823
1824 2011-01-31 Alan Mackenzie <acm@muc.de>
1825
1826 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1827 Continue parsing if we encounter a naked # (Bug#7595).
1828 (c-beginning-of-statement): Avoid loop in locating the beginning
1829 of a macro. (Not actually committed until 2011-02-20, see above).
1830
1831 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * files.el (copy-directory): Fix arguments to recursive call.
1834
1835 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * files.el (copy-directory): If destination is an existing
1838 directory, copy into a subdirectory there.
1839
1840 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1841
1842 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1843 files.
1844
1845 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * image-dired.el (image-dired-mouse-display-image): No-op if no
1848 file is found (Bug#7817).
1849
1850 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1851
1852 2011-01-31 Kenichi Handa <handa@m17n.org>
1853
1854 * international/quail.el (quail-keyboard-layout-alist):
1855 Remove superfluous SPC for "pc105-uk" (bug#7927).
1856
1857 2011-01-31 Glenn Morris <rgm@gnu.org>
1858
1859 * msb.el (msb-menu-bar-update-buffers): Update for changed
1860 argument handling of menu-bar-select-frame. (Bug#7902)
1861
1862 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1865 to the recursion depth (Bug#7722).
1866
1867 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1868
1869 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1870 command-line-default-directory (Bug#7872).
1871
1872 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * progmodes/compile.el (compilation--flush-directory-cache):
1875 New function, extracted from compilation--remove-properties.
1876 (compilation--remove-properties, compilation--parse-region): Use it.
1877 (compilation--previous-directory): Handle one more case.
1878 (compilation-enable-debug-messages): Remove.
1879 (compilation-parse-errors, compilation--flush-parse): Just remove the
1880 left over debug messages.
1881
1882 2011-01-31 Sam Steingold <sds@gnu.org>
1883
1884 * progmodes/compile.el (compilation-enable-debug-messages):
1885 Add a variable to make the parsing messages introduced in
1886 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1887 (compilation-parse-errors, compilation--flush-parse): Use it.
1888
1889 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1890
1891 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1892 (rcirc-nick-completion-format): New defcustom.
1893 (rcirc-complete): Use it.
1894
1895 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1896
1897 * net/rcirc.el: Clean log filenames (Bug#7933).
1898 (rcirc-log-write): Use convert-standard-filename.
1899 (rcirc-log-filename-function): Documentation updates.
1900
1901 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1902
1903 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1904 Check report-emacs-bug-can-use-osx-open and use that if t.
1905 (report-emacs-bug-can-use-osx-open): New function.
1906 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1907 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1908
1909 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1910
1911 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1912 updating Dired or VC-dir buffers after async command completes.
1913
1914 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1915 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1916
1917 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1918 completions if it exists. Use vc-set-async-update.
1919 (vc-git-pull): Use vc-set-async-update.
1920
1921 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1922 read-shell-command. Use vc-set-async-update.
1923 (vc-hg-merge-branch): Use vc-set-async-update.
1924
1925 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1926
1927 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1928 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1929 (Bug#7931).
1930
1931 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * progmodes/compile.el: Avoid an N² behavior in grep.
1934 (compilation--previous-directory): New fun.
1935 (compilation--previous-directory-cache): New var.
1936 (compilation--remove-properties): Flush it.
1937 (compilation-directory-properties, compilation-error-properties):
1938 Use the new fun to speed up looking for the current directory.
1939
1940 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * vc/vc-hg.el (vc-hg-history): New var.
1943 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1944 (vc-hg-merge-branch): New function.
1945
1946 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1947 the other way around.
1948
1949 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1950 (vc-git-merge-branch): New functions.
1951 (vc-git-history): New var.
1952
1953 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1954
1955 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1956
1957 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1958 vc-do-async-command.
1959
1960 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1961 Callers changed.
1962
1963 2011-01-28 Leo <sdl.web@gmail.com>
1964
1965 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1966 highlighting to the "this function is advised" message.
1967
1968 * help-mode.el (help-mode-finish): Apply highlighting here, to
1969 avoid clobbering by substitute-command-keys (Bug#6304).
1970
1971 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * woman.el (woman0-roff-buffer): Process roff escape sequences
1974 occurring prior to the first request (Bug#7843).
1975
1976 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * progmodes/compile.el: Don't use font-lock any more.
1979 (compilation-error-regexp-alist-alist): Change handling of makepp
1980 so it preserves the warning/error distinction on subsequent files.
1981 Simplify various rules.
1982 (compilation-directory-properties): Use font-lock-face.
1983 Add a compilation-message property.
1984 (compilation-internal-error-properties): Use font-lock-face.
1985 Don't set the compilation-debug property here.
1986 (compilation--put-prop, compilation--remove-properties)
1987 (compilation--parse-region, compilation--ensure-parse)
1988 (compilation--ensure-parse): New functions.
1989 (compilation-parse-errors): New function, largely inspired of
1990 compilation-mode-font-lock-keywords. Set compilation-debug here.
1991 (compilation--parsed): New var.
1992 (compilation--flush-parse): Use compilation--ensure-parse.
1993 (compilation-start): Don't call font-lock.
1994 (compilation-turn-on-font-lock): Remove.
1995 (compilation-setup): Don't set font-lock-extra-managed-props not change
1996 other font-lock settings, other than keywords.
1997 Don't activate font-lock-mode.
1998 Set change-major-mode-hook and before-change-functions.
1999 (compilation--unsetup): Remove properties and hooks.
2000 (compilation-next-single-property-change): New function.
2001 (compilation-next-error): Use it to parse when needed.
2002 (compile-goto-error): Parse buffer as needed.
2003 (compilation--compat-error-properties): Don't need a dummy `face'
2004 property any more.
2005
2006 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2009 (compilation-process-setup-function): Fix docstring's false promises.
2010 (compilation-error-regexp-alist-alist): Catch omake's continuous
2011 recompilation message and avoid reuse of old markers.
2012 (compilation-parse-errors-function): Declare obsolete.
2013 (compilation-buffer-modtime): Remove.
2014 (compilation--make-cdrloc, compilation--loc->col)
2015 (compilation--loc->line, compilation--loc->file-struct)
2016 (compilation--loc->marker, compilation--loc->visited)
2017 (compilation--make-file-struct, compilation--file-struct->file-spec)
2018 (compilation--file-struct->formats)
2019 (compilation--file-struct->loc-tree): New macros. Use them.
2020 (compilation--message): New defstruct. Use them.
2021 (compilation-next-error-function): Don't mess with timestamps to try
2022 and guess when to reparse.
2023
2024 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2027 (tex-old-error-file-name): New function,
2028 extracted from tex-compilation-parse-errors.
2029 (tex-compilation-parse-errors): Remove.
2030 (tex-error-regexp-alist): New var.
2031 (tex-shell): Use it to avoid compilation-parse-errors-function.
2032
2033 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2034 (grep-mode-font-lock-keywords): Remove regexp that seems like
2035 a left-over from before we used compile.el.
2036 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2037 modifying the buffer within with-silent-modifications.
2038
2039 * progmodes/compile.el: Cleanup text-properties namespace by using
2040 `compilation-message' instead of `message', `compilation-directory'
2041 instead of `directory', and `compilation-debug' instead of `debug'.
2042 (compilation-last-buffer, compilation-parsing-end)
2043 (compilation-error-list, compilation-old-error-list): Move to the
2044 compatibility part of the code.
2045 (compilation-error-properties): If `file' is a function, let it return
2046 a file name.
2047 (compilation-mode-font-lock-keywords): Be more conservative with the
2048 omake "^ *" pattern prefix, to try and minimize the risk of
2049 pathologically slow regexp matching.
2050 (compilation-start): Use inhibit-read-only.
2051 (compilation--unsetup): New function.
2052 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2053 (compilation-filter): Minor tweaks.
2054 (compilation-next-error-function): Try and avoid abusing variables.
2055 (compilation--flush-file-structure): New fun.
2056 (compilation-fake-loc): Use it to improve behavior when file is reused.
2057 (debug-ignored-errors): Add "Moved past last ...".
2058 (compilation--compat-error-properties)
2059 (compilation--compat-parse-errors): Rename by doubling the "-".
2060
2061 Port features from the previous prolog.el to the new one.
2062 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2063 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2064 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2065 variable and use a function to compute the value dynamically.
2066 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2067 (prolog-continued-prompt-regexp): Remove, unused.
2068 (prolog-find-value-by-system): Try and use the value of prolog-system
2069 in the *prolog* buffer if it helps.
2070 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2071 (prolog-zip-on): ..and check prolog-system and version here instead.
2072 (prolog-inferior-self-insert-command): New command.
2073 (prolog-inferior-mode-map): Use it.
2074 (prolog-inferior-error-regexp-alist): New var.
2075 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
2076 (prolog-input-filter): Use derived-mode-p.
2077 (prolog-inferior-guess-flavor): New function.
2078 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2079 make-comint to avoid running comint-mode twice.
2080 (prolog-inferior-buffer): New fun.
2081 (prolog-old-process-region, prolog-old-process-file):
2082 Don't call prolog-bsts here...
2083 (prolog-build-prolog-command): ...do it here instead.
2084 (prolog-old-process-region, prolog-old-process-file):
2085 Use compilation-fake-loc and compilation-forget-errors.
2086 (prolog-consult-compile-region): Use bolp.
2087
2088 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2089
2090 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2091
2092 2011-01-27 Sam Steingold <sds@gnu.org>
2093
2094 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2095 Remove "*server*" which is never created by emacs server.
2096
2097 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2098
2099 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2100 there are some diff switches.
2101
2102 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2105 Copy change made to ruby-font-lock-syntactic-keywords.
2106
2107 * htmlfontify.el: Make it obey the font-lock-face text property.
2108 Miscellaneous cleanup such as:
2109 - Don't hide expressions after a closing paren.
2110 - Move initial setq into let.
2111 - Hoist common parts out of ifs.
2112 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2113 (hfy-face-at): Use get-text-property instead.
2114 (hfy-prop-invisible-p): Use invisible-p if available.
2115 (htmlfontify-manual): Use \\[...].
2116 (hfy-html-quote-regex): Use [...].
2117 (hfy-combined-face-spec): Simplify.
2118 (hfy-compile-face-map): Don't presume point-min==1.
2119 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2120 match end of string.
2121 (hfy-text-p): η-reduce.
2122 (hfy-tags-for-file): Receive cache-hash directly.
2123 (hfy-mark-tag-names): Adjust call.
2124
2125 2011-01-27 Glenn Morris <rgm@gnu.org>
2126
2127 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2128 (msb-after-load-hook): Remove eval-after-load wackiness.
2129
2130 2011-01-25 Sam Steingold <sds@gnu.org>
2131
2132 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2133 literal "diff" (important for windows-nt).
2134
2135 2011-01-25 Glenn Morris <rgm@gnu.org>
2136
2137 * emacs-lisp/copyright.el (copyright-at-end-flag)
2138 (copyright-names-regexp): Add safety properties.
2139 (copyright-year-ranges): New option.
2140 (copyright-find-end): New function, split from copyright-update-year.
2141 (copyright-update-year): Use copyright-find-end.
2142 (copyright-fix-years): Optionally, convert years to ranges.
2143 Handle years continued over comment lines.
2144 Do not mess with the fill-prefix.
2145 Do not call copyright-update.
2146 (copyright-update-directory): Optionally, fix years rather than update.
2147 Skip directories. Find files with only safe local vars.
2148
2149 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
2150
2151 * files.el (file-name-non-special): Only change buffer-file-name after
2152 insert-file-contents if it's `visit'ing the file (bug#7854).
2153
2154 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2155
2156 * dired.el (dired-revert): Doc fix (Bug#7758).
2157
2158 * simple.el (line-move-visual): Doc fix (Bug#7594).
2159
2160 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
2161
2162 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2163 here-doc which ends with an underscore.
2164 (ruby-mode-set-encoding): Skip shebang line always.
2165 (ruby-mode-map): Bind C-c C-c to comment-region.
2166 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
2167 (ruby-forward-sexp): Stop after literal hash key labels.
2168 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2169 bracket.
2170
2171 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
2172
2173 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2174 the correct buffer (Bug#7650).
2175
2176 2011-01-25 Glenn Morris <rgm@gnu.org>
2177
2178 * comint.el (comint-mode): Doc fix. (Bug#7897)
2179
2180 * simple.el (do-auto-fill): Give it a doc string.
2181
2182 * button.el (make-text-button): Doc fix. (See bug#7881)
2183
2184 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2187 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2188
2189 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2190 Handle ?" and friends differently (e.g. don't use backrefs).
2191
2192 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2193
2194 * calc/calc.el (calc-default-power-reference-level)
2195 (calc-default-field-reference-level): New variables.
2196 * calc/calc-units.el (math-standard-units): Add dB and Np.
2197 (math-logunits): New variable.
2198 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2199 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
2200 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2201 New functions.
2202 (math-find-base-units-rec): Add entry for ln(10).
2203 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2204 (calc-ul-prefix-help): New function.
2205 * calc/calc-ext.el (calc-init-extensions): Autoload new units
2206 functions. Add keybindings for new units functions.
2207
2208 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2209
2210 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
2211 rcirc buffers. (Bug#4940)
2212
2213 2011-01-22 Glenn Morris <rgm@gnu.org>
2214
2215 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2216 split out from copyright-update-year.
2217 (copyright-update): Don't mess with the GPL version if we don't own the
2218 copyright. Update license regexp, and remove no longer needed
2219 Esperanto stuff.
2220 (copyright-fix-years): Use copyright-find-copyright.
2221
2222 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2225
2226 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2227
2228 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2229 (lm): Rename to landmark.
2230 (lm-test-run): Rename to landmark-test-run.
2231
2232 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2235 "Case sensitive" menu item.
2236
2237 2011-01-22 Roland McGrath <roland@frob.com>
2238
2239 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2240 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2241
2242 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2245
2246 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2247
2248 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2249 Assume foo(bar) is a manpage reference rather than some unquoted
2250 symbol (bug#7705).
2251
2252 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2255 Suggested by Flo <sensorflo@gmail.com>.
2256
2257 2011-01-22 Glenn Morris <rgm@gnu.org>
2258
2259 * progmodes/compile.el (compilation-error-regexp-alist):
2260 Fix custom type. (Bug#7812)
2261
2262 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2263
2264 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2265 allout-number-siblings, in keeping with what obtained due to
2266 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2267 (prefixed) ?i.
2268 (allout-before-change-handler): Better expose spots affected by
2269 undo.
2270
2271 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2274
2275 2011-01-22 Phil Hagelberg <phil@evri.com>
2276
2277 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2278 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2279 (pcmpl-ssh-config-hosts): New function.
2280 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2281 pcmpl-ssh-known-hosts.
2282
2283 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2284
2285 * calc/calc-undo.el (calc-undo): Autoload it.
2286 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2287 and autoload for `calc-undo'.
2288 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2289 * calc/calc-prog.el:
2290 * calc/calc-graph.el:
2291 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
2292
2293 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2294
2295 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2296 keybindings to `calc-undo'.
2297
2298 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 Don't mess with *temp*.
2301 * obsolete/spell.el: Move from textmodes/spell.el.
2302 (spell-string):
2303 * term.el (term-read-input-ring):
2304 * startup.el (display-startup-echo-area-message):
2305 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2306 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2307 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2308 point-min==1.
2309
2310 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2311
2312 * allout.el (allout-institute-keymap): Use fset instead of
2313 reapplying defalias.
2314
2315 (allout-hotspot-key-handler): Check for non-control-modified
2316 bindings for hotspot characters if there are no control-modified
2317 versions.
2318
2319 * allout.el: Summary - migrate to defining allout mode using
2320 define-minor-mode instead of defun. Significantly clean-up
2321 internal keymap provisions, refactoring and, in the process,
2322 removing a lot of accumulated cruft.
2323
2324 allout-mode-map is now a keymap by virtue of being a defalias to
2325 allout-mode-map-value, which contains the actual keymap structure.
2326
2327 (allout-mode): Use define-minor-mode rather than defun.
2328 Remove now-unnecessary minor-mode setup activities from the body.
2329 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2330 entry will be '(allout-mode . allout-mode-map) - see
2331 allout-mode-map-value, below. Adjust docstring to track changes.
2332 (allout-minor-mode): Remove this defalias, now that we're using
2333 define-minor-mode.
2334 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2335 keymap is allout-mode-map-value, via defalias.
2336 (allout-mode-map-value): The variable holding the actual mode
2337 keymap structure, by virtue of defalias from allout-mode-map.
2338 (allout-compose-and-institute-keymap): Rename from
2339 allout-bind-keys, and including the binding-composition
2340 functionality of the former produce-allout-mode-map and
2341 allout-setup-mode-map.
2342 (allout-institute-keymap): Take over the "setup" part of the former
2343 allout-setup-mode-map. Reassign allout-mode-map-value value and
2344 update the defalias.
2345 (allout-command-prefix, allout-prefixed-keybindings)
2346 (allout-unprefixed-keybindings):
2347 Use allout-compose-and-institute-keymap to process the bindings.
2348 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
2349 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
2350 user can customize if they want to use that binding.
2351 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2352 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
2353 elided that, previously, instead of the one for \C-h.)
2354 (allout-hotspot-key-handler): Remove attempt to resolve the key
2355 through the literal key-string lookup on allout-keybindings-list.
2356 That probably hasn't worked for a Long Time, and removal of
2357 allout-keybindings-list further simplifies the keybindings situation.
2358 (allout-pre-command-business): Use allout-mode-map-value instead
2359 of allout-mode-map.
2360 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2361 the bindings if they want to use a keybinding having a trailing
2362 \C-h. No deprecation needed since this feature was never in a release.
2363 (allout-keybindings-list): Remove. It's not been useful for a
2364 while. (See allout-hotspot-key-handler changes, above.)
2365 (produce-allout-mode-map): Remove. Consolidate into
2366 allout-compose-and-institute-keymap.
2367 (allout-mode-map-adjustments): Remove. No longer necessary with
2368 removal of allout-preempt-trailing-ctrl-h.
2369 (allout-setup-mode-map): Remove. Consolidate into
2370 allout-compose-and-institute-keymap and allout-institute-keymap.
2371
2372 2011-01-20 Glenn Morris <rgm@gnu.org>
2373
2374 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2375
2376 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2377
2378 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2381
2382 * files.el (find-alternate-file, basic-save-buffer)
2383 (basic-save-buffer-2, revert-buffer, recover-file)
2384 (kill-buffer-ask, abort-if-file-too-large)
2385 (set-visited-file-name, write-file, backup-buffer)
2386 (basic-save-buffer, save-some-buffers):
2387 * dired-aux.el (dired-compress-file): Callers changed.
2388
2389 2011-01-19 Glenn Morris <rgm@gnu.org>
2390
2391 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2392 Also check the property status. (Bug#7861)
2393
2394 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
2395
2396 * net/tramp.el (tramp-debug-message): Extend function exclude
2397 list. Use `regexp-opt'.
2398
2399 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2402 highlighting doesn't spill over subsequent lines.
2403
2404 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2405 keymap expression. Improve docstring.
2406
2407 * electric.el (electric-indent-post-self-insert-function):
2408 Don't auto-indent for indent-to-left-margin, it's too often
2409 counter-productive.
2410
2411 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2412
2413 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2414 spaces if the frame was resized, so that the full visible buffer
2415 serves as canvas for strokes.
2416
2417 2011-01-16 Glenn Morris <rgm@gnu.org>
2418
2419 * info-xref.el (info-xref-docstrings): Replace cl function.
2420 Also skip directories.
2421
2422 2011-01-16 Kevin Ryde <user42@zip.com.au>
2423
2424 * info-xref.el: Version 3.
2425 (info-xref-check, info-xref-check-all): Move commentary details
2426 into docstrings for better visibility.
2427 Use compilation-mode for the results buffer.
2428 (info-xref-output, info-xref-output-error, info-xref-with-output)
2429 (info-xref-filename, info-xref-in-progress):
2430 New internals for this.
2431 (info-xref-check-list, info-xref-check-buffer)
2432 (info-xref-check-all-custom): Use those.
2433 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2434 (info-xref-output-heading): Rename from info-xref-filename-heading.
2435 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2436 (info-xref-filename-heading): Move to output managing section.
2437 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2438 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2439 (info-xref-subfile-p): Move to generic section with those two.
2440 (info-xref-check-node): New function split from
2441 info-xref-check-buffer, shared by info-xref-docstrings.
2442 (info-xref-goto-node-p): Move to a checking section with that func.
2443 (info-xref-unavail): New counter.
2444 (info-xref-check-node): Use it.
2445 (info-xref-with-output): Show count of unavailables at end of output.
2446 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2447 symlinks. Exclude .texi files. Exclude Emacs backup files.
2448 (info-xref-check-all-custom): Fix quietening viper-mode and
2449 gnus-registry-install -- use setq not let so as not to unbind
2450 after load.
2451
2452 2011-01-16 Juri Linkov <juri@jurta.org>
2453
2454 * isearch.el (isearch-abort): Don't quit if search has
2455 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2456
2457 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2458
2459 * files.el (backup-buffer): Make last-resort backup file in
2460 .emacs.d (Bug#6953).
2461
2462 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2463 make it with permission 700.
2464
2465 2011-01-15 Kenichi Handa <handa@m17n.org>
2466
2467 * mail/rmailmm.el (rmail-mime-insert-header):
2468 Set rmail-mime-coding-system to a cons whose car is the last coding
2469 system used to decode the header.
2470 (rmail-mime-find-header-encoding): New function.
2471 (rmail-mime-insert-decoded-text):
2472 Override rmail-mime-coding-system if it is a cons.
2473 (rmail-show-mime): If only a header part was decoded, find the
2474 coding system while ignoring mm-charset-override-alist.
2475
2476 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2479
2480 2011-01-15 Kenichi Handa <handa@m17n.org>
2481
2482 * mail/rmailmm.el (rmail-mime-next-item)
2483 (rmail-mime-previous-item): Delete them.
2484 (rmail-mime-shown-mode): Recursively call for children.
2485 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2486 Callers changed.
2487 (rmail-mime-raw-mode): Recursively call for children.
2488 (rmail-mode-map): Change mapping of tab and backtab to
2489 forward-button and backward-button respectively.
2490 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2491 button.
2492 (rmail-mime-update-tagline): New function.
2493 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2494 body display is changed.
2495 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2496 (rmail-mime-image): Delete this button type.
2497 (rmail-mime-toggle): New button type.
2498 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2499 body display is changed. Change the save button label to "Save".
2500 Don't process show/hide button here.
2501 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2502 the body display is changed. Unconditionally call
2503 rmail-mime-insert for children.
2504 (rmail-mime-handle): Update `display' vector of the just inserted
2505 entity.
2506 (rmail-mime-process): If mail-header-parse-content-type returns
2507 nil, use "text/plain" as the fallback type.
2508 (rmail-mime-insert): For raw-mode, recursively call
2509 rmail-mim-insert for children.
2510 (rmail-mime): Handle the case that the current buffer is not rmail
2511 buffer (e.g. in summary buffer).
2512
2513 2011-01-15 Kenichi Handa <handa@m17n.org>
2514
2515 * mail/rmailmm.el (rmail-mime-next-item)
2516 (rmail-mime-previous-item): Skip the body of a non-multipart
2517 entity if a tagline is shown.
2518
2519 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2520
2521 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2522 (tmm-prompt): Simplify.
2523 (tmm-add-prompt): Remove unused var `win'.
2524
2525 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2526 to minor mode which used nil accidentally to mean "turn off".
2527
2528 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2529
2530 * net/tramp-sh.el (tramp-find-inline-compress)
2531 (tramp-get-inline-coding): Quote command after pipe symbol for
2532 local calls under W32. (Bug#6784)
2533
2534 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2537 only when running under W32.
2538
2539 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2540
2541 * progmodes/grep.el (grep-compute-defaults): Quote the program
2542 file name after the pipe symbol in Grep templates. (Bug#6784)
2543 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2544
2545 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2546
2547 * buff-menu.el (Buffer-menu-buffer-list): New var.
2548 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2549 restricted buffer list is not lost on revert (Bug#7749).
2550
2551 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2552
2553 * net/ldap.el (ldap-search-internal): Discard stderr output.
2554
2555 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2556
2557 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2558
2559 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2562
2563 2011-01-15 Kenichi Handa <handa@m17n.org>
2564
2565 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2566 part as a plain text.
2567 (rmail-mime-process-multipart): Set the default content-type to
2568 nil for unknown multipart subtypes (bug#7651).
2569
2570 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * hexl.el (hexl-mode-old-*): Remove.
2573 (hexl-mode--old-var-vals): New var to replace them.
2574 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2575 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2576 Use them to set local vars (bug#7846).
2577 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2578 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2579 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2580
2581 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2582 (smerge-resolve--normalize-re): New var.
2583 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2584 (smerge-resolve): Use them.
2585 * newcomment.el (comment-only-p): New function.
2586 (comment-or-uncomment-region): Use it.
2587
2588 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2589
2590 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2591 table, get the value before switching to the output buffer. (Bug#7733)
2592
2593 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2596
2597 2011-01-14 Kim F. Storm <storm@cua.dk>
2598
2599 * emulation/cua-base.el (cua--init-keymaps):
2600 Remap exchange-point-and-mark in cua-global-keymap.
2601
2602 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2603
2604 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2605 loop keyword.
2606
2607 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2610 Require CL.
2611 (easy-menu-create-menu, easy-menu-convert-item-1):
2612 Use :label rather than nil for labels. Use `case'.
2613 Add :enable as alias for :active.
2614 (easy-menu-binding): Obey :label.
2615
2616 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 Use run-mode-hooks for major mode hooks (bug#513).
2619 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2620 Rename from reftex-toc-map.
2621 (reftex-toc-mode): Use define-derived-mode.
2622 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2623 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2624 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2625 (reftex-select-label-mode, reftex-select-bib-mode):
2626 Use define-derived-mode.
2627 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2628 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2629 Move init into delcaration.
2630 (reftex-index-mode, reftex-index-phrases-mode):
2631 Use define-derived-mode.
2632 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2633 speedbar-syntax-table. Move init into declaration.
2634 (speedbar-mode-map): Rename from speedbar-key-map.
2635 Move init into declaration.
2636 (speedbar-file-key-map): Move init into declaration.
2637 (speedbar-mode): Use define-derived-mode.
2638 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2639 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2640 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2641 (chart-face-list): Move initialization into declaration.
2642 (chart-mode): Use define-derived-mode.
2643 * calculator.el (calculator-mode-map): Move init into declaration.
2644 (calculator-mode): Use define-derived-mode.
2645
2646 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2647 work for nested comments.
2648
2649 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2650 (prolog-use-prolog-tokenizer-flag): Change default when
2651 syntax-propertize can be used.
2652 (prolog-syntax-propertize-function): New var.
2653 (prolog-mode-variables): Move make-local-variable into `set'.
2654 Don't make comment-column local since we don't set it.
2655 Set comment-add (as it was in previous prolog.el). Use dolist.
2656 Set syntax-propertize-function.
2657 (prolog-mode, prolog-inferior-mode):
2658 Call prolog(-inferior)-menu directly, not through the mode-hook.
2659 (prolog-buffer-module, prolog-indent-level)
2660 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2661 (prolog-comment-limits, prolog-goto-comment-column):
2662 Use line-(end|beginning)-position.
2663 (prolog-build-prolog-command): Tighten up regexp.
2664 (prolog-consult-compile): Move make-local-variable into `set'.
2665 (prolog-consult-compile-filter, prolog-goto-next-paren)
2666 (prolog-help-on-predicate, prolog-clause-info)
2667 (prolog-mark-predicate): Don't let+setq.
2668 (prolog-indent-line): Use indent-line-to.
2669 Only call prolog-goto-comment-column if necessary.
2670 (prolog-indent-level): Use bobp.
2671 (prolog-first-pos-on-line): Remove, not used any more.
2672 (prolog-in-string-or-comment): Use syntax-ppss if available.
2673 (prolog-help-on-predicate): Use read-string.
2674 (prolog-goto-predicate-info): Simplify.
2675 (prolog-read-predicate): Use `default' rather than `initial'.
2676 (prolog-temporary-file): Use make-temp-file to close a security hole.
2677 (prolog-toggle-sicstus-sd): New command.
2678 (prolog-electric-underscore, prolog-variables-to-anonymous):
2679 Use dynamic-scoping as it was meant.
2680 (prolog-menu): Move menu definitions to top-level.
2681 Use a toggle-button for Sicstus's source debugger.
2682 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2683 to "System".
2684 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2685 Move other menu definition to top-level.
2686
2687 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2688
2689 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2690 name. Keep original document's directory as default-directory
2691 (bug#6446).
2692 (doc-view-initiate-display): Fall back to normal mode when
2693 doc-view-mode cannot be enabled, also when extracting the document
2694 text into a separate buffer (bug#6446).
2695
2696 * simple.el (shell-command): Don't error out if shell command
2697 buffer contains text with non-nil read-only property when erasing
2698 the buffer.
2699
2700 2011-01-13 Kim F. Storm <storm@cua.dk>
2701
2702 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2703 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2704 items when cycling through the matches.
2705
2706 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2707
2708 * dired-x.el (dired-omit-verbose): New defcustom that allows
2709 disabling the omit messages.
2710 (dired-omit-expunge): Use it.
2711
2712 2011-01-13 Christian Ohler <ohler@gnu.org>
2713
2714 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2715
2716 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2717
2718 * font-lock.el (font-lock-verbose): Default to nil.
2719
2720 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2721
2722 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2723 (compose-mail): New arg RETURN-ACTION.
2724 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2725
2726 * mail/sendmail.el (mail-return-action): New var.
2727 (mail-mode): Make it buffer-local.
2728 (mail-bury): Obey it. Move special Rmail window handling to
2729 rmail-mail-return.
2730 (mail, mail-setup): New arg RETURN-ACTION.
2731 (sendmail-user-agent-compose): Move from simple.el.
2732
2733 * mail/rmail.el (rmail-mail-return): New function.
2734 (rmail-start-mail): Pass it to compose-mail.
2735
2736 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2737
2738 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2739 menus. Add menu item for customize-themes.
2740
2741 * cus-theme.el (customize-themes):
2742 * emacs-lisp/package.el (package--list-packages):
2743 Use switch-to-buffer.
2744
2745 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2746
2747 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2748
2749 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * progmodes/prolog.el: Fix up coding convention and such.
2752 (prolog-indent-width): Use the same default as in
2753 previous prolog.el rather than tab-width which depends on which buffer
2754 is current when the file is loaded.
2755 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2756 is not available.
2757 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2758 (prolog-known-systems): Remove.
2759 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2760 Move initialization into declaration.
2761 (prolog-mode-map): Move initialization into declaration.
2762 Remove system-specific mode-map vars, since they referred to the same
2763 keymap anyway.
2764 (prolog-mode-variables): Obey the user's preference w.r.t
2765 adaptive-fill-mode. Prefer symbol-value to `eval'.
2766 (prolog-mode-keybindings-edit): Add compatibility bindings.
2767 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2768 (mercury-mode-map): New var.
2769 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2770 (prolog-ensure-process, prolog-process-insert-string)
2771 (prolog-consult-compile): Use with-current-buffer.
2772 (prolog-guess-fill-prefix): Simplify data flow.
2773 (prolog-replace-in-string): New function to use instead of
2774 replace-in-string.
2775 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2776 (prolog-uncomment-region): Use `uncomment-region' when available.
2777 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2778 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2779 of int-to-char and char-to-int.
2780 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2781
2782 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2783
2784 * progmodes/prolog.el: Replace by a whole new file.
2785
2786 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2789 (declare-function, undefined, insert-for-yank)
2790 (replace-regexp-in-string): Follow checkdoc's recommendations.
2791
2792 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2795 refreshing the diary buffer.
2796
2797 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2798
2799 * allout.el: Add 2011 to the file copyright.
2800 (allout-encrypt-string): Prevent encryption from adding an extra
2801 newline at the end of the topic body.
2802 (allout-version): Increment to 2.3.
2803
2804 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2805
2806 * net/dbus.el (dbus-unregister-service): Complete doc.
2807 Fix call of dbus-error signal.
2808 (dbus-register-property): Use `dont-register' keyword.
2809
2810 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2811
2812 * net/dbus.el (dbus-unregister-service): Translate returned
2813 integer into a symbol.
2814 (dbus-register-property): Use `dbus-register-service' to do the
2815 name registration.
2816
2817 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2820 Suggested by Joakim Verona.
2821
2822 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2823
2824 * wid-edit.el (visibility): Replace :on-image and :off-image
2825 widget properties with :on-glyph and :off-glyph, for consistency
2826 with the `visibility' widget.
2827 (widget-toggle-value-create, widget-visibility-value-create):
2828 Merge into a single function `widget-toggle-value-create'.
2829
2830 * cus-edit.el (custom-variable-value-create, custom-visibility)
2831 (custom-face-edit-value-create, custom-face-value-create):
2832 Replace :on-image and :off-image widget properties with :on-glyph and
2833 :off-glyph, for consistency with the `visibility' widget.
2834
2835 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2836
2837 * net/ldap.el (ldap-search-internal): Don't use eval.
2838
2839 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * subr.el (read-char-choice): Use read-key.
2842
2843 * custom.el (custom-safe-themes): Rename from
2844 custom-safe-theme-files. Add :risky tag.
2845 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2846 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2847
2848 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2851 from Search and add a label to Undo.
2852
2853 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2854 inappropriate buttons and adding :vert-only tags.
2855
2856 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2857 removal of Help tool-bar button. Remove Undo button for space.
2858
2859 * info.el (info-tool-bar-map): Add :vert-only tags.
2860
2861 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2862
2863 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2864 image backend support. Either of them is fine.
2865
2866 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * subr.el (y-or-n-p): Doc fix.
2869
2870 * custom.el (custom-safe-theme-files): New defcustom.
2871 (custom-theme-load-confirm): New function.
2872 (load-theme): Load theme using `load', confirming with
2873 custom-theme-load-confirm if necessary.
2874
2875 * subr.el (read-char-choice): New function, factored out from
2876 dired-query and hack-local-variables-confirm.
2877
2878 * dired-aux.el (dired-query):
2879 * files.el (hack-local-variables-confirm): Use it.
2880
2881 * dired-aux.el (dired-compress-file):
2882 * files.el (abort-if-file-too-large, find-alternate-file)
2883 (set-visited-file-name, write-file, backup-buffer)
2884 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2885 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2886 Use new format string args for y-or-n-p and yes-or-no-p.
2887
2888 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2889
2890 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2891 [gcc-include]: Tighten file name match, add match for column
2892 number. (Bug#7806)
2893 [gnu]: Remove unused group.
2894
2895 2011-01-08 Glenn Morris <rgm@gnu.org>
2896
2897 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2898
2899 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2900
2901 2011-01-07 Sam Steingold <sds@gnu.org>
2902
2903 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2904 the `explicit-shell-file-name' because that is the
2905 non-interactive shell.
2906
2907 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * subr.el (y-or-n-p): Accept format string args.
2910
2911 2011-01-07 Glenn Morris <rgm@gnu.org>
2912
2913 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2914
2915 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2916
2917 * allout.el (allout-back-to-current-heading): Ensure return to
2918 the visible containing topic, rather than a collapsed one.
2919 (allout-view-change-hook): Remove hook that was deprecated long ago.
2920 (allout-exposure-change-hook): Remove documentation remarks
2921 concerning removed allout-view-change-hook.
2922 (allout-flag-region): Remove invocation of and documentation
2923 remarks concerning allout-view-change-hook.
2924
2925 2011-01-06 Glenn Morris <rgm@gnu.org>
2926
2927 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2928 (vc-bzr-annotate-extract-revision-at-line):
2929 Handle authors with embedded spaces. (Bug#7792)
2930
2931 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2932
2933 * doc-view.el (doc-view-image-width): New variable.
2934 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2935 backend for PNG images, and do dynamic rescaling instead of
2936 reconverting the whole doc.
2937
2938 2011-01-05 Glenn Morris <rgm@gnu.org>
2939
2940 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2941
2942 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2943
2944 * allout.el: Reconcile with changes in line movement behavior for
2945 long text lines that cross more than a single physical window
2946 line, ie when truncate-lines is nil.
2947 (allout-next-visible-heading): Provide for change in line-move
2948 behavior on long lines when truncate-lines is nil. In that case,
2949 line-move can wind up on the same textual line when it moves to
2950 the next window line, and moving to the bullet position after the
2951 move yields zero advancement. Add logic to detect and compensate
2952 for the lack of progress.
2953 (allout-current-topic-collapsed-p): move-end-of-line respect for
2954 field boundaries is different when operating with body lines
2955 shorter than window width versus ones greater than window width,
2956 which can yield false negatives in this function. Avoid
2957 difference by applying move-end-of-line while field-text-motion is
2958 inhibited.
2959
2960 2011-01-04 Glenn Morris <rgm@gnu.org>
2961
2962 * textmodes/rst.el (rst-compile-toolsets):
2963 Add pdf and s5 to option alist.
2964
2965 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2966
2967 * net/dbus.el (dbus-register-property): Add optional parameter
2968 dont-register-service. Updated docstring accordingly.
2969
2970 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2971
2972 * textmodes/rst.el (rst-compile-pdf-preview)
2973 (rst-compile-slides-preview): Remove extra line.
2974
2975 2011-01-04 Glenn Morris <rgm@gnu.org>
2976
2977 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2978 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2979 default to `prog' without a .py extension.
2980 (rst-compile-pdf-preview, rst-compile-slides-preview):
2981 Use program names from rst-compile-toolsets, rather than hard-coding.
2982 (rst-portable-mark-active-p): Fix presumed typo.
2983
2984 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2985
2986 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2987 libpng versions both before and after 1.4.0. (Bug#7716)
2988
2989 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2990
2991 * time.el (display-time-mode): Mention display-time-interval in
2992 the doc string. (Bug#7713)
2993
2994 2011-01-02 Kenichi Handa <handa@m17n.org>
2995
2996 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2997 condition-case and return an error message string if something
2998 goes wrong.
2999 (rmail-show-mime): Adjust for the above change. Insert the
3000 header by rmail-mime-insert-header.
3001
3002 2011-01-02 Kenichi Handa <handa@m17n.org>
3003
3004 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3005 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3006 (rmail-mime-mbox-buffer)
3007 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3008 (rmail-mime-entity): Argument changed. All codes handling an
3009 entity object are changed.
3010 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
3011 the above change.
3012 (rmail-mime-entity-children, rmail-mime-entity-handler)
3013 (rmail-mime-entity-tagline): New functions.
3014 (rmail-mime-message-p): New function.
3015 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3016 (rmail-mime-entity-segment, rmail-mime-next-item)
3017 (rmail-mime-previous-item, rmail-mime-shown-mode)
3018 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3019 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
3020 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3021 New functions.
3022 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3023 (rmail-mime-insert-decoded-text): New function.
3024 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3025 (rmail-mime-insert-image): Argument changed. Caller changed.
3026 (rmail-mime-image): Call rmail-mime-toggle-hidden.
3027 (rmail-mime-set-bulk-data): New function.
3028 (rmail-mime-insert-bulk): Argument changed.
3029 (rmail-mime-multipart-handler): Return t.
3030 (rmail-mime-process-multipart): Argument changed.
3031 Handle "multipart/alternative" here.
3032 (rmail-mime-process): Argument changed.
3033 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3034 (rmail-mime-insert): Argument changed. Handle raw display mode.
3035 (rmail-mime): Argument changed. Handle toggling of raw display
3036 mode.
3037 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3038 rmail-mime-view-buffer.
3039 (rmail-insert-mime-forwarded-message): Likewise.
3040 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3041
3042 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3043 non-nil, handle the header in rmail-show-mime-function.
3044
3045 2011-01-02 Leo <sdl.web@gmail.com>
3046
3047 * help-fns.el (describe-variable): Fix previous change.
3048
3049 2011-01-02 Juri Linkov <juri@jurta.org>
3050
3051 * isearch.el (isearch-lazy-highlight-error): New variable.
3052 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3053 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3054 to the current value of `isearch-error' (Bug#7468).
3055
3056 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * help-fns.el (describe-variable): Don't emit trailing whitespace
3059 (Bug#7511).
3060
3061 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * textmodes/rst.el (rst-compile-pdf-preview)
3064 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3065
3066 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3067
3068 * emulation/edt-mapper.el: Override mapping of function keys so
3069 that the later call to read-key-sequence works.
3070
3071 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3072
3073 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3074 Unix EOLs. (Bug#7589)
3075
3076 2011-01-02 Leo <sdl.web@gmail.com>
3077
3078 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3079 if point is not behind eshell-last-output-end (Bug#7585).
3080
3081 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * files.el (file-local-variables-alist):
3084 Make permanent-local (bug#7767).
3085
3086 2011-01-02 Glenn Morris <rgm@gnu.org>
3087
3088 * version.el (emacs-copyright): Set short copyright year to 2011.
3089
3090 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3091
3092 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3093 an existing temp buffer. (Bug#7746)
3094
3095 2011-01-02 Glenn Morris <rgm@gnu.org>
3096
3097 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3098 multiple addresses. (Bug#7760)
3099
3100 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3101
3102 * allout.el (allout-auto-fill): Do not infinitely recurse - use
3103 do-auto-fill if everything points back to allout-auto-fill.
3104 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3105 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3106
3107 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
3108
3109 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3110 and "scpx".
3111
3112 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3113
3114 * doc-view.el (doc-view-set-doc-type): New function refactored
3115 from doc-view-mode.
3116 (doc-view-fallback-mode): New function.
3117 (doc-view-mode): Use it.
3118 (doc-view-mode-maybe): New function that checks if doc-view-mode
3119 can be used and falls back to the next best mode otherwise.
3120
3121 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3122 DVI, OpenDocument, and MS Office files.
3123
3124 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3125
3126 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3127
3128 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3129
3130 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3131 on a copy of auto-mode-alist, because that deletes with side
3132 effects.
3133
3134 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3135
3136 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3137 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
3138 fallback instead of hard coding fundamental mode.
3139
3140 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3141
3142 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3143 Office) files also for searching.
3144
3145 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3146
3147 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3148 Office) files. Not yet enabled via auto-mode-list.
3149 (doc-view-unoconv-program): New custom variable.
3150 (doc-view-mode-p): Handle new odf document type.
3151 (doc-view-odf->pdf): New conversion function.
3152 (doc-view-convert-current-doc): Call it for odf files.
3153 (doc-view-mode): Recognize newly supported file extensions.
3154
3155 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
3156
3157 * net/tramp.el (tramp-default-method-alist)
3158 (tramp-default-user-alist)
3159 (tramp-local-host-regexp, tramp-prefix-domain-format)
3160 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3161
3162 * net/tramp-ftp.el:
3163 * net/tramp-gvfs.el:
3164 * net/tramp-gw.el:
3165 * net/tramp-imap.el:
3166 * net/tramp-sh.el:
3167 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3168 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3169
3170 2010-12-29 Karl Fogel <kfogel@red-bean.com>
3171
3172 * saveplace.el (save-place-alist-to-file): Save list sorted and
3173 pretty-printed, so that it is mergeable by line-based text merging,
3174 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3175
3176 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3177
3178 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
3179 (allout-mode): Argument "toggle" => "force".
3180 Refine the docstring.
3181 Remove special provisions for reactivation, besides the 'force'
3182 argument.
3183 Consolidate layout provisions coce directly into the activation
3184 condition branch, now that we've removed those provisions.
3185 (allout-unload-function): Explicitly activate the mode before
3186 deactivating, if it's initially deactivated.
3187 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3188 warnings for version of function used only where
3189 set-buffer-multibyte is unavailable.
3190
3191 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3194 are handled by the menu-bar entries. As before, don't use
3195 :visibile to avoid changing the tool-bar.
3196
3197 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3198
3199 * net/secrets.el (secrets-delete-alias): New defun.
3200
3201 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3202
3203 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3204 methods, otherwise ~/.ssh/config would be ignored.
3205
3206 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * emacs-lisp/rx.el: Make it a superset of sregex.
3209 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3210 of args, add `regex' alias.
3211 (rx-info): Add arg to distinguish head and standalone forms.
3212 (rx-check, rx-form): Pass the corresponding arg.
3213 (rx-**): Simplify.
3214 (rx-repeat): Make it work for any number of args.
3215 (rx-syntax): Make it accept syntax chars as is.
3216 * obsolete/sregex.el: Move from emacs-lisp/.
3217 * emacs-lisp/re-builder.el: Remove sregex support.
3218 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3219
3220 2010-12-25 Eli Zaretskii <eliz@gnu.org>
3221
3222 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3223 PRIMARY first, then the clipboard. (Bug#7699)
3224
3225 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3228 print-number-table.
3229
3230 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3233 .emacs.elc (Bug#7530).
3234
3235 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3236 image spec (Bug#7480).
3237
3238 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3239
3240 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
3241 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3242 Move from lisp/.
3243
3244 2010-12-20 Leo <sdl.web@gmail.com>
3245
3246 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3247 always be performed (Bug#7680).
3248
3249 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3252 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3253 mouse-region-match.
3254
3255 * color.el: Move from gnus/.
3256
3257 * vc/diff.el (diff-better-file-name): Function deleted.
3258 abbreviating file names causes problems with shell-quote-argument.
3259 (diff-no-select): Just use expand-file-name.
3260
3261 * tool-bar.el (tool-bar--image-expression): New function.
3262 (tool-bar-local-item, tool-bar--image-exp): Use it.
3263 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3264 Use :enable instead of :visible to avoid changing the tool-bar
3265 configuration unnecessarily.
3266
3267 * info.el (info-tool-bar-map): Add separators.
3268
3269 2010-12-17 Ken Brown <kbrown@cornell.edu>
3270
3271 * loadup.el: Use version numbers in Cygwin build.
3272
3273 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3274
3275 * ido.el (ido-file-internal): Ask for confirmation before
3276 overwriting an existing file (Bug#1238).
3277
3278 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
3279
3280 * tool-bar.el (tool-bar-setup): Add separators.
3281
3282 * menu-bar.el (featurep): Use menu-bar-separator.
3283
3284 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3285
3286 Migrate allout encryption provisions from pgg to epg.
3287
3288 * allout.el (allout-toggle-current-subtree-encryption)
3289 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3290 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3291 for simpler universal argument interpretation.
3292 (allout-toggle-subtree-encryption): Adjust docstring to describe
3293 changed encryption provisions. Change fetch-pass to keymode-cue, for
3294 simpler universal argument interpretation. Remove provisions for
3295 handling key type and identity - they'll all be within
3296 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3297 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3298 for keypair recipients (universal argument > 1) and, in addition,
3299 associating the specified recipients with the outline (universal
3300 argument > 4) using a file local variable setting for
3301 'epa-file-encrypt-to'.
3302 Require epa, for recipients handling.
3303 Change how regexp filtering elements are named.
3304 Describe the problem with caching of incorrect symmetric-decryption
3305 keys.
3306 Use the epa-passphrase-callback-function, in case the user is using
3307 GnuPG v1.
3308 Support saving of the selected keypair recipients when invoked with a
3309 keymode-cue > 4.
3310 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3311 Require 'epa.
3312 Establish epg-context with armoring and default epg-protocol.
3313 Remove all passphrase cache, verification, and hinting code.
3314 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3315 No longer used, delete.
3316 (allout-mode): Adjust docstring to describe changed encryption
3317 provisions. Describe the problem with caching of incorrect
3318 symmetric-decryption keys.
3319 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3320 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3321 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3322 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3323 Obsolete, remove.
3324
3325 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3326
3327 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3328 key selection prompt; make 'silent as default (Bug#7487).
3329
3330 2010-12-16 Leo <sdl.web@gmail.com>
3331
3332 * eshell/eshell.el (eshell-directory-name):
3333 Use locate-user-emacs-file (Bug#7578).
3334
3335 2010-12-15 Glenn Morris <rgm@gnu.org>
3336
3337 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3338
3339 2010-12-15 Jari Aalto <jari.aalto@cante.net>
3340 Scott Evans <gse@antisleep.com>
3341
3342 * rect.el (rectange--default-line-number-format)
3343 (rectangle-number-line-callback): New functions.
3344 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3345
3346 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3349 Delete unused variables.
3350 (move-to-column-force): Remove function obsolete since 21.2.
3351
3352 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3353
3354 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3355 (tramp-handle-insert-file-contents): Do not set permanent-local
3356 property.
3357
3358 * net/tramp-cache.el (tramp-persistency-file-name):
3359 Use `locate-user-emacs-file' if fboundp.
3360
3361 * net/tramp-sh.el (tramp-methods): Add "ksu".
3362 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3363 method list.
3364
3365 2010-12-14 Glenn Morris <rgm@gnu.org>
3366
3367 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3368 (find-tag-marker-ring): Declare.
3369 (js-find-symbol): Require etags.
3370
3371 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3372 Require mail-utils.
3373 (mail-alias-file): Don't autoload. Doc fix.
3374 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3375 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3376 Mark as obsolete, and risky.
3377 (mail-setup): Simplify.
3378
3379 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3380 * mail/sendmail.el (build-mail-aliases): Update autoload.
3381
3382 * dired.el (dired-trivial-filenames, dired-chown-program)
3383 (dired-auto-revert-buffer): Remove autoload cookies.
3384 * mail/sendmail.el (mail-recover-1): Require 'dired.
3385
3386 * dired.el (dired-subdir-switches, dired-chown-program)
3387 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3388 Make into defcustoms.
3389 (dired-chown-program): Simplify initialization.
3390
3391 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3392
3393 2010-12-13 Romain Francoise <romain@orebokech.com>
3394
3395 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3396
3397 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3398
3399 * net/netrc.el (netrc-point-at-eol): Remove the unused
3400 netrc-point-at-old and netrc-bound-and-true-p bindings.
3401 (netrc-parse): Cache the netrc contents.
3402
3403 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3404
3405 * subr.el (posn-col-row): Evaluate header-line-format in the
3406 context of the POSITION window's buffer.
3407
3408 2010-12-13 Glenn Morris <rgm@gnu.org>
3409
3410 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3411 (with-silent-modifications): Doc fixes.
3412
3413 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3414
3415 * net/tramp.el (tramp-action-password, tramp-process-actions):
3416 Revert previous from. Use `save-restriction'.
3417
3418 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3419
3420 * calendar/diary-lib.el (diary-list-sexp-entries):
3421 Handle case of no newline at end of file. (Bug#7536)
3422
3423 2010-12-13 Glenn Morris <rgm@gnu.org>
3424
3425 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3426
3427 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3428
3429 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3430 (tramp-process-actions): Do not widen.
3431
3432 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3433 Protect buffer-modified value. (Bug#7557)
3434
3435 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3436
3437 * log-edit.el (log-edit-changelog-entries):
3438 Regexp quote filename. (Bug#7505)
3439
3440 2010-12-13 Tom Breton <tehom@panix.com>
3441
3442 * cus-edit.el (custom-save-all):
3443 Bind print-length and print-level to nil. (Bug#7581)
3444
3445 2010-12-13 Glenn Morris <rgm@gnu.org>
3446
3447 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3448 Run hooks to update menu contents. (Bug#7586)
3449
3450 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3451 file names, for the sake of MS Windows. (Bug#7588)
3452
3453 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3456 empty lines without a leading space.
3457
3458 2010-12-13 Leo <sdl.web@gmail.com>
3459
3460 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3461 while mapping over marks (Bug#6810).
3462
3463 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * image-dired.el (image-dired-db-file)
3466 (image-dired-temp-image-file, image-dired-gallery-dir)
3467 (image-dired-temp-rotate-image-file): Set default values relative
3468 to image-dired-dir (Bug#7518).
3469
3470 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3471
3472 * format.el (format-decode-run-method): Pass args FROM and TO, not
3473 point-min and point-max, to shell-command-on-region (Bug#7488).
3474
3475 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3476
3477 * frame.el (blink-cursor-mode): Make default t for ns.
3478
3479 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3480
3481 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3482
3483 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * comint.el (comint-dynamic-list-input-ring)
3486 (comint-dynamic-complete-filename)
3487 (comint-replace-by-expanded-filename)
3488 (comint-dynamic-simple-complete)
3489 (comint-dynamic-list-filename-completions)
3490 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3491
3492 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3493 Doc fix (Bug#7471).
3494
3495 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3496
3497 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3498 (Bug#7533).
3499
3500 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3501
3502 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3503 (Bug#7491).
3504
3505 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3506
3507 * files.el (file-relative-name): Handle UNC file names on
3508 DOS/Windows. (Bug#4674)
3509
3510 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3511
3512 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3513 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3514 (epg-context-set-passphrase-callback): Mention that the callback
3515 is not called when used with GnuPG 2.x.
3516
3517 2010-12-13 Glenn Morris <rgm@gnu.org>
3518
3519 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3520 Ensure ps-footer-font-size-internal is initialized.
3521 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3522
3523 2010-12-13 Kenichi Handa <handa@m17n.org>
3524
3525 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3526 within condition-case.
3527 (rmail-show-mime): Don't use condition-case.
3528 (rmail-search-mime-message): New function.
3529 (rmail-search-mime-message-function): Set to
3530 rmail-search-mime-message.
3531
3532 2010-12-13 Leo <sdl.web@gmail.com>
3533
3534 * ido.el (ido-common-initialization): New function. (bug#3274)
3535 (ido-mode): Use it.
3536 (ido-completing-read): Call it.
3537
3538 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3539
3540 * bookmark.el (bookmark-name-from-full-record): Rename back to
3541 this original name from `bookmark-name-from-record' reverting part
3542 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3543 As Drew Adams pointed out, there was no reason to cause churn for
3544 third-party callers. (Bug#7609)
3545
3546 2010-12-12 Alan Mackenzie <acm@muc.de>
3547
3548 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3549 template arglist, check that the current language supports this.
3550
3551 2010-12-11 Glenn Morris <rgm@gnu.org>
3552
3553 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3554 state of the file matches. (Bug#7544)
3555 (vc-bzr-register, vc-bzr-checkin)
3556 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3557 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3558
3559 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3560
3561 2010-12-11 Karel Klíč <kklic@redhat.com>
3562
3563 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3564
3565 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 Derive from prog-mode, use derived-mode-p, and fix up various
3568 minor style issues in lisp/progmodes.
3569
3570 * progmodes/vhdl-mode.el (vhdl-mode):
3571 * progmodes/verilog-mode.el (verilog-mode):
3572 * progmodes/vera-mode.el (vera-mode):
3573 * progmodes/sql.el (sql-mode):
3574 * progmodes/scheme.el (scheme-mode):
3575 * progmodes/perl-mode.el (perl-mode):
3576 * progmodes/octave-inf.el (inferior-octave-mode):
3577 * progmodes/autoconf.el (autoconf-mode):
3578 * progmodes/m4-mode.el (m4-mode):
3579 * progmodes/inf-lisp.el (inferior-lisp-mode):
3580 * progmodes/idlwave.el (idlwave-mode):
3581 * progmodes/icon.el (icon-mode):
3582 * progmodes/idlw-help.el (idlwave-help-mode):
3583 * progmodes/dcl-mode.el (dcl-mode):
3584 * progmodes/idlw-shell.el (idlwave-shell-mode):
3585 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3586 (ebrowse-member-mode, ebrowse-electric-position-mode):
3587 Use define-derived-mode.
3588
3589 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3590 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3591 (xscheme-debugger-mode-p, xscheme-send-string-1):
3592 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3593 (tcl-load-file, tcl-restart-with-file):
3594 * progmodes/ps-mode.el (ps-run-running):
3595 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3596 * progmodes/js.el (js--get-all-known-symbols):
3597 * progmodes/inf-lisp.el (inferior-lisp-proc):
3598 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3599 (idlwave-template, idlwave-update-buffer-routine-info)
3600 (idlwave-update-current-buffer-info)
3601 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3602 (idlwave-scan-class-info, idlwave-fix-keywords)
3603 (idlwave-list-buffer-load-path-shadows):
3604 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3605 (idlwave-toolbar-remove):
3606 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3607 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3608 (idlwave-shell-menu-def):
3609 * progmodes/idlw-complete-structtag.el
3610 (idlwave-prepare-structure-tag-completion):
3611 * progmodes/gud.el (gud-set-buffer):
3612 * progmodes/f90.el (f90-backslash-not-special):
3613 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3614
3615 * progmodes/xscheme.el (xscheme-start)
3616 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3617 * progmodes/which-func.el (which-function):
3618 * progmodes/vhdl-mode.el (vhdl-set-style):
3619 * progmodes/verilog-mode.el (verilog-set-compile-command)
3620 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3621 (verilog-set-define, verilog-auto-reeval-locals):
3622 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3623 * progmodes/simula.el (simula-mode):
3624 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3625 * progmodes/python.el (python-check, python-mode):
3626 * progmodes/prolog.el (prolog-mode-variables):
3627 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3628 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3629 * progmodes/delphi.el (delphi-mode):
3630 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3631 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3632 (c-font-lock-init): Move make-local-variable to their setq.
3633
3634 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3635 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3636 make-local-hook.
3637 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3638 (sh-set-shell): Don't set require-final-newline since it's already done
3639 by prog-mode.
3640 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3641 since we never set it.
3642 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3643 Use read-string and standard prompt.
3644 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3645 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3646 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3647 (meta-common-mode-map): Rename from meta-mode-map.
3648 Remove C-m binding, which is a user preference, not mode specific.
3649 (meta-common-mode): New major mode; replace meta-common-initialization.
3650 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3651 around with font-lock.
3652 * progmodes/etags.el (select-tags-table-mode):
3653 Derive from special-mode.
3654 * progmodes/octave-mod.el (octave-mode):
3655 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3656 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3657 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3658 Let define-derived-mode do its job.
3659 * progmodes/cpp.el (cpp-edit-mode-map):
3660 Move initialization into declaration.
3661 (cpp-edit-mode): Use define-derived-mode.
3662 (cpp-edit-load): Use derived-mode-p.
3663 * progmodes/mixal-mode.el (mixal-mode):
3664 * progmodes/f90.el (f90-mode):
3665 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3666 require-final-newline since prog-mode does it already.
3667 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3668 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3669 * progmodes/antlr-mode.el: Require cc-mode upfront.
3670 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3671 the declaration.
3672 (antlr-directory-dependencies, antlr-show-makefile-rules):
3673 Use derived-mode-p.
3674 (antlr-language-option): Don't assume point-min==1.
3675 (antlr-mode): Use define-derived-mode.
3676 * progmodes/ada-mode.el: Use derived-mode-p.
3677 (ada-mode): Use define-derived-mode.
3678 Use hack-local-variables-hook.
3679
3680 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3683 (texinfo-mode): Don't disable adaptive-fill-mode.
3684 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3685 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3686 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3687 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3688 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3689 (texinfo-insert-@quotation, texinfo-insert-@samp)
3690 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3691 (texinfo-insert-@uref): Use define-skeleton.
3692 (texinfo-insert-@-with-arg): Delete.
3693
3694 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3695
3696 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3697 nil, do quote archive member names. (Bug#6144)
3698
3699 2010-12-10 Glenn Morris <rgm@gnu.org>
3700
3701 * files.el (diff-no-select): Declare.
3702
3703 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3704 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3705
3706 * comint.el (comint-input-ring-file-name): Doc fix.
3707
3708 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3709
3710 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3711 New functions.
3712 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3713 Use them instead of `nil' and `>', respectively.
3714 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3715 instead of `nil'.
3716 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3717 and menu-bar-positive-p instead of `nil' and `>', respectively.
3718 (Bug#1077)
3719
3720 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3721
3722 * whitespace.el (whitespace-newline-mode): Code fix.
3723
3724 2010-12-09 Glenn Morris <rgm@gnu.org>
3725
3726 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3727 Rename functions without commas, update callers.
3728
3729 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3730
3731 * whitespace.el (whitespace-cleanup-region):
3732 Clean up spaces before tabs. (Bug#7582)
3733
3734 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3735
3736 * bookmark.el: Adjust parameter names and doc strings to resolve
3737 confusion over whether "bookmark" meant a bookmark name or a
3738 bookmark record. Along the way, shorten one function's name for
3739 similar reasons. (Issue #7548)
3740 (bookmark-name-from-record): New name for
3741 `bookmark-name-from-full-record'. All callers changed.
3742 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3743 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3744 (bookmark-get-annotation, bookmark-set-annotation)
3745 (bookmark-get-filename, bookmark-set-filename)
3746 (bookmark-get-position, bookmark-set-position)
3747 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3748 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3749 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3750 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3751 Rename `bookmark' parameter to `bookmark-name-or-record', to
3752 clearly show its role, and shorten or adjust doc strings accordingly.
3753 (bookmark-set-name): Same, and pass the parameter directly to
3754 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3755 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3756 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3757 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3758 and in some cases shorten doc string accordingly.
3759 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3760 and `new-name', and adjust an internal variable to avoid confusion.
3761 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3762 parameter in doc string.
3763
3764 2010-12-08 Glenn Morris <rgm@gnu.org>
3765
3766 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3767 from gdb's history file. (Bug#7575)
3768
3769 * mail/emacsbug.el (report-emacs-bug):
3770 Try to handle some other mail clients.
3771
3772 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3775 Use string-prefix-p.
3776 (file-name-version-regexp): New var.
3777 (file-name-sans-versions):
3778 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3779 (jka-compr-get-compression-info): Use dolist.
3780 (jka-compr-compression-info-list): Don't bother specifying
3781 version/backup regexps.
3782
3783 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3784
3785 * simple.el (just-one-space): Make argument n default to 1 if
3786 omitted.
3787
3788 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * electric.el (electric-indent-post-self-insert-function):
3791 Delete trailing newlines even if we don't reindent.
3792
3793 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * minibuffer.el (completion-at-point): Remove the `arg'.
3796 * bindings.el (complete-symbol): Move back from minibuffer.el.
3797
3798 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3799
3800 * simple.el (just-one-space): Delete newlines for negative arg.
3801
3802 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3805 (ansi-color-filter-apply): Simplify.
3806 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3807
3808 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3809
3810 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3811
3812 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3813
3814 * dired.el (dired-use-ls-dired): Set default to a special
3815 "unspecified" value.
3816 (dired-insert-directory): When called the first time, check
3817 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3818
3819 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3820
3821 * replace.el: Add "collect" feature to occur.
3822 (occur-collect-regexp-history): New var.
3823 (occur-read-primary-args): Return a replace string for nlines,
3824 if needed.
3825 (occur): Extend the meaning of nlines.
3826
3827 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3830 (which-func-update-1): Distinguish symbols from strings.
3831 (which-function): Stay within 80 columns.
3832
3833 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3836
3837 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3838 Improve docstring.
3839 (comment-style): Use comment-styles's docs to describe values.
3840
3841 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3842
3843 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3844 and ns-show-prefs (Bug#7535).
3845
3846 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3847 bindings (Bug#7535).
3848
3849 2010-12-03 Glenn Morris <rgm@gnu.org>
3850
3851 * nxml/nxml-mode.el: Require rng-nxml.
3852 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3853 Remove declarations.
3854
3855 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3856 * nxml/rng-nxml.el, nxml/rng-valid.el:
3857 Remove leading `*' from defcustom docs.
3858
3859 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3860 (normal-top-level-add-to-load-path, tty-handle-args):
3861 Convert comments to basic doc-strings.
3862
3863 * net/browse-url.el (browse-url-url-at-point)
3864 (browse-url-default-browser): Remove autoload cookies.
3865
3866 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3867 Remove more undefined cl functions.
3868
3869 * vc/diff.el (diff-sentinel): Make new arguments optional.
3870 * ibuf-ext.el (diff-sentinel): Update declaration.
3871
3872 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3873
3874 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3875 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3876 (epg-context-set-passphrase-callback): Mention that the callback
3877 is not called when used with GnuPG 2.x.
3878
3879 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3880
3881 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3882 (tramp-file-name-port): Check also for `tramp-default-port'.
3883 (tramp-get-connection-name): New defun.
3884 (tramp-get-connection-process): Use it.
3885 (tramp-debug-message): Extend function exclude list.
3886 (tramp-drop-volume-letter): Fix doc string.
3887
3888 * net/tramp-cmds.el: Remove solved todo item.
3889
3890 * net/tramp-ftp.el:
3891 * net/tramp-gvfs.el:
3892 * net/tramp-gw.el:
3893 * net/tramp-imap.el:
3894 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3895 and `tramp-default-user-alist', respectively.
3896
3897 * net/tramp-gw.el (tramp-gw-open-connection):
3898 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3899
3900 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3901 `tramp-file-name-port'.
3902
3903 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3904 and "psftp". Exchange "%k" marker with options.
3905 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3906 Compute size of link target.
3907 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3908 `tramp-current-*' up due to gateway methods. Optimize computing of
3909 copy arguments. Use `tramp-get-connection-name' and
3910 `tramp-get-connection-buffer'. Improve debug messages.
3911 (tramp-compute-multi-hops): Remove port determination.
3912 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3913
3914 * net/trampver.el: Update release number.
3915
3916 2010-12-02 Glenn Morris <rgm@gnu.org>
3917
3918 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3919 Avoid infinite loop over windows. (Bug#7492)
3920
3921 * progmodes/flymake.el (flymake-check-file-limit):
3922 Allow nil to mean "no limit".
3923 (flymake-check-patch-master-file-buffer): Update for above change.
3924 Allow a .tex file-name extension to be optional.
3925 (flymake-master-tex-init): Also match \include statements.
3926
3927 2010-11-30 Sam Steingold <sds@gnu.org>
3928
3929 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3930 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3931 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3932 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3933 define-derived-mode').
3934 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3935 users who want to call `nxml-parent-document-set'.
3936
3937 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3938
3939 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3940 stand-alone lines, since that is handled by log-edit-match-to-eoh
3941 (Bug#6465).
3942
3943 2010-11-27 Eduard Wiebe <usenet@pusto.de>
3944
3945 * dired.el (dired-get-filename): Replace backslashes with slashes
3946 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3947 * locate.el (locate-default-make-command-line): Don't consider
3948 drive letter and root directory part of
3949 `directory-listing-before-filename-regexp'. (Bug#7308)
3950 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3951
3952 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3955 of :smie-open/close-alist.
3956 (smie-next-sexp): Make it accept a "start token" as argument.
3957 (smie-indent-keyword): Be careful not to misidentify tokens that span
3958 more than one line, as empty lines. Add argument `token'.
3959
3960 2010-11-27 Kenichi Handa <handa@m17n.org>
3961
3962 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3963 multipart subtypes, insert all as usual.
3964
3965 * mail/rmail.el: Require rfc2047.
3966
3967 2010-11-27 Kenichi Handa <handa@m17n.org>
3968
3969 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3970 (rmail-mime-entity-disposition)
3971 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3972 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3973 (rmail-mime-save): Handle the case that the button's `data' is a
3974 MIME entity.
3975 (rmail-mime-insert-text): New function.
3976 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3977 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3978 (rmail-mime-insert-bulk): New function mostly copied from the old
3979 rmail-mime-bulk-handler.
3980 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3981 (rmail-mime-process-multipart): New function mostly copied from
3982 the old rmail-mime-multipart-handler.
3983 (rmail-mime-show): Just call rmail-mime-process.
3984 (rmail-mime-process): New function mostly copied from the old
3985 rmail-mime-show.
3986 (rmail-mime-insert-multipart, rmail-mime-parse)
3987 (rmail-mime-insert, rmail-show-mime)
3988 (rmail-insert-mime-forwarded-message)
3989 (rmail-insert-mime-resent-message): New functions.
3990 (rmail-insert-mime-forwarded-message-function): Set to
3991 rmail-insert-mime-forwarded-message.
3992 (rmail-insert-mime-resent-message-function): Set to
3993 rmail-insert-mime-resent-message.
3994
3995 * mail/rmailsum.el: Require rfc2047.
3996 (rmail-header-summary): Handle multiline Subject: field.
3997 (rmail-summary-line-decoder): Change the default to
3998 rfc2047-decode-string.
3999
4000 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4001 (rmail-mime-feature): Change the default to `rmailmm'.
4002 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4003 (rmail-display-labels): Likewise.
4004 (rmail-show-message-1): Check rmail-enable-mime, and use
4005 rmail-show-mime-function for a MIME message. Decode the headers
4006 according to RFC2047.
4007
4008 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * progmodes/which-func.el (which-func-imenu-joiner-function):
4011 Return a string, as expected.
4012 (which-function-mode): Make sure we stop any previous timer before
4013 starting a new one.
4014
4015 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
4016
4017 * net/tramp.el (tramp-default-method-alist)
4018 (tramp-default-user-alist, tramp-default-proxies-alist):
4019 Adapt custom options type. (Bug#7445)
4020
4021 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * progmodes/python.el: Add Ipython support (Bug#5390).
4024 (python-shell-prompt-alist)
4025 (python-shell-continuation-prompt-alist): New options.
4026 (python--set-prompt-regexp): New function.
4027 (inferior-python-mode, run-python, python-shell):
4028 Require ansi-color. Use python--set-prompt-regexp to set the comint
4029 prompt based on the Python interpreter.
4030 (python--prompt-regexp): New var.
4031 (python-check-comint-prompt)
4032 (python-comint-output-filter-function): Use it.
4033 (run-python): Use a pipe (Bug#5694).
4034
4035 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * progmodes/python.el (run-python): Doc fix.
4038 (python-keep-current-directory-in-path): New var (Bug#7454).
4039
4040 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4041
4042 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4043 Prompt user before actually printing.
4044
4045 2010-11-27 Glenn Morris <rgm@gnu.org>
4046
4047 * startup.el (package-enable-at-startup, package-initialize):
4048 Remove unnecessary declarations.
4049
4050 2010-11-27 Eli Zaretskii <eliz@gnu.org>
4051
4052 * international/characters.el (glyphless-char-display-control):
4053 Exclude newline and TAB from the c0-control group.
4054
4055 2010-11-27 Glenn Morris <rgm@gnu.org>
4056
4057 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4058 (expand-mail-aliases): Remove unnecessary autoload.
4059
4060 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4061
4062 * shell.el (shell-dir-cookie-re): Move definition before use.
4063
4064 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4065 Replace undefined CL functions.
4066
4067 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4068
4069 * simple.el (prog-mode): Set bidi-paragraph-direction to
4070 left-to-right.
4071
4072 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4073
4074 2010-11-26 Glenn Morris <rgm@gnu.org>
4075
4076 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4077 diary-outlook-formats can be sensitive to calendar-date-style.
4078 (diary-outlook-formats): Simplify the default setting.
4079 (diary-from-outlook-internal): Pass subject and body as arguments.
4080 Use dolist rather than dotimes. Don't save the diary buffer.
4081 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4082 Pass subject and body as explicit arguments to the -internal function.
4083
4084 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4085
4086 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4087 parsing them. This makes mailto:...?subject=foo\nbar work.
4088
4089 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * vc/diff.el (diff): Fix last change.
4092
4093 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4096 (pcase--dontcare-upats): New var.
4097 (pcase-let, pcase-let*): Generate better code.
4098 Accept the same bodies as `let'.
4099 (pcase-dolist): New macro.
4100 (pcase--trivial-upat-p): New helper function.
4101 (pcase--expand): Strip leading "(let nil" if any.
4102
4103 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4104
4105 * mail/mailclient.el (browse-url): Require.
4106 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4107 use the external browser function to send the mail (bug#7469).
4108
4109 * net/browse-url.el (browse-url-browser-function): Revert the
4110 default back to the previous value, since the new value broke
4111 mailclient.el.
4112 (browse-url-mailto-function): New variable for mailto: URLs.
4113 (browse-url): Use the new variable for mailto: URLs.
4114
4115 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * eshell/esh-cmd.el (eshell-parse-command):
4118 * eshell/esh-arg.el (eshell-parse-arguments):
4119 * eshell/em-script.el (eshell-source-file):
4120 Use with-silent-modifications.
4121
4122 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4125 for a merge location.
4126
4127 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4128 (vc-bzr-merge-branch): Always prompt.
4129 (vc-bzr-async-command): Use the full branch filename.
4130
4131 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * shell.el (shell): Use current-buffer by default if it's already
4134 a shell mode buffer and its process is dead.
4135 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
4136
4137 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4138
4139 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4140 Mention that the keywords should be comma separated.
4141
4142 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4145 Accept optional prefix arg meaning to prompt for a command.
4146 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4147 prefix arg meaning to prompt for a command.
4148 (vc-pull): Alias for vc-update.
4149
4150 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4151 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4152 (vc-bzr-merge-branch): New functions, implementing merge-branch
4153 and pull operations.
4154
4155 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * Makefile.in: Fix up last merge.
4158
4159 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4160 (diff-sentinel): Get them as arguments instead.
4161 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4162 (diff-file-local-copy, diff-better-file-name): New funs.
4163 (diff-no-select): Rename from diff-into-buffer.
4164 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4165 Prefer closures to buffer-local variables.
4166 (diff): Adjust accordingly.
4167 (diff-buffer-with-file): Move from files.el.
4168 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4169 (diff-buffer-internal): Remove.
4170 (diff-buffer-buffer): Remove.
4171 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4172 the buffer name used, and so as not to mess up windows and frames.
4173
4174 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4175
4176 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4177 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4178 (diff-buffer-with-file): Use it.
4179 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4180 (diff): Use it.
4181
4182 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4183
4184 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4185 \ref's or \pageref's value as default instead of initial input.
4186
4187 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
4188
4189 * files.el (backup-by-copying-when-mismatch): The default value is
4190 now t.
4191
4192 * startup.el (normal-top-level):
4193 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4194 `backup-by-copying-when-mismatch'.
4195
4196 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4197
4198 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4199
4200 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4201
4202 * progmodes/python.el (python-font-lock-keywords):
4203 Highlight top-level augmented assignments (Bug#6445).
4204
4205 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4206
4207 * term/ns-win.el (ns-right-control-modifier)
4208 (ns-right-command-modifier): Defvar them.
4209
4210 * cus-start.el (all): Add ns-right-control-modifier and
4211 ns-right-command-modifier (Bug#7458).
4212
4213 2010-11-20 Glenn Morris <rgm@gnu.org>
4214
4215 * emacs-lisp/authors.el (authors-ignored-files)
4216 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4217
4218 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4219
4220 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4221 (report-emacs-bug-parse-query-results)
4222 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4223 keywords used for querying the bug database to show them in the
4224 existing bugs buffer.
4225
4226 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4227
4228 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4229
4230 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4231
4232 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4233
4234 * international/characters.el (glyphless-char-display-control):
4235 Make it a defcustom, with update-glyphless-char-display as its
4236 :set attribute.
4237 (top level): Don't call update-glyphless-char-display.
4238
4239 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4240
4241 Sync with Tramp 2.2.0.
4242
4243 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4244 `file-remote-p' (due to compatibility).
4245
4246 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4247 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4248
4249 * net/trampver.el: Update release number.
4250
4251 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4252
4253 * faces.el (glyphless-char): Define value for `pc'.
4254
4255 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4256
4257 Implemented a bug querying mechanism.
4258 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
4259 (report-emacs-bug-create-existing-bugs-buffer)
4260 (report-emacs-bug-parse-query-results)
4261 (report-emacs-bug-query-existing-bugs): New functions.
4262
4263 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4264
4265 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4266 a \ref{} or \pageref{} macro, then use its value as initial input.
4267
4268 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4269
4270 * calc/calc-units.el (math-build-units-table-buffer):
4271 calc/README: Mention that the TeX specific units won't use the
4272 `tex' prefix in TeX mode.
4273 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4274 prefix for units in TeX mode.
4275
4276 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * simple.el (kill-new, kill-append, kill-region):
4279 * comint.el (comint-kill-region): Make the yank-handler argument
4280 obsolete.
4281
4282 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4285 that are both openers (resp. closers) and something else.
4286 (smie-grammar): Loosen definition of valid values.
4287 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4288 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4289 (smie-indent-after-keyword): Adjust users.
4290 (smie-indent-keyword): Don't indent empty lines.
4291
4292 * vc-hg.el (vc-hg-program): New var.
4293 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4294 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4295
4296 2010-11-18 Glenn Morris <rgm@gnu.org>
4297
4298 * emacs-lisp/autoload.el (autoload-find-destination): The function
4299 coding-system-eol-type may return non-numeric values. (Bug#7414)
4300
4301 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
4302
4303 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4304
4305 2010-11-18 Eli Zaretskii <eliz@gnu.org>
4306
4307 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4308
4309 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
4310
4311 * textmodes/picture.el (picture-mouse-set-point): Don't use
4312 posn-col-row; explicitly compute the motion based on the posn at
4313 the window-start (Bug#7390).
4314
4315 2010-11-18 Glenn Morris <rgm@gnu.org>
4316
4317 * novice.el (disabled-command-function):
4318 Fix 2009-11-15 change. (Bug#7384)
4319
4320 2010-11-18 Glenn Morris <rgm@gnu.org>
4321
4322 * calendar/calendar.el (diary-iso-date-forms): Make elements
4323 mutually exclusive. (Bug#7377)
4324
4325 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4328 when filling the remaining "unconstrained" values.
4329
4330 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4331
4332 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4333 safety predicate.
4334
4335 * files.el (safe-local-variable-p): Gracefully handle errors.
4336
4337 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4338 Use smie-indent-virtual when indenting relative to an opener.
4339 (smie-rule-separator): Use smie-rule-parent.
4340 (smie-indent-keyword): Consult rules, even for openers at bol.
4341 (smie-indent-comment-close): Try to align closer's content.
4342
4343 2010-11-18 Glenn Morris <rgm@gnu.org>
4344
4345 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4346
4347 2010-11-18 Glenn Morris <rgm@gnu.org>
4348
4349 * printing.el (pr-menu-bind): Doc fix.
4350
4351 * speedbar.el (speedbar-toggle-images): Doc fix.
4352
4353 * progmodes/python.el (python-shell): Doc fix.
4354
4355 * wid-edit.el (widget-field-use-before-change)
4356 (widget-use-overlay-change): Doc fixes.
4357
4358 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 Minor cleanup to improve style.
4361 * textmodes/rst.el (rst-update-section): Use point-marker.
4362 (rst-get-decoration): Eliminate unneeded assignment.
4363 (rst-promote-region, rst-straighten-decorations)
4364 (rst-section-tree, rst-adjust): Use point-marker.
4365 (rst-toc-mode-mouse-goto): Avoid setq.
4366 (rst-shift-region-guts, rst-shift-region-left)
4367 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4368 (rst-convert-bullets-to-enumeration): Use copy-marker.
4369
4370 * minibuffer.el (completion-fail-discreetly): New var.
4371 (completion--do-completion): Use it.
4372
4373 * electric.el (electric-pair-pairs): New var.
4374 (electric-pair-post-self-insert-function): Use it.
4375 (electric-layout-post-self-insert-function): Don't insert a before
4376 newline unless it's actually needed.
4377
4378 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * progmodes/python.el (run-python): Explain why we remove the current
4381 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4382
4383 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4384
4385 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4388 (octave-mode-map): Don't bind ;, SPC, and LF.
4389 (octave-auto-indent, octave-auto-newline): Remove.
4390 (electric-layout-rules): Declare.
4391 (octave-mode): Set electric-layout-rules.
4392 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4393 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4394 (octave-electric-space): Remove.
4395
4396 * electric.el (electric-layout-mode): New minor mode.
4397 (electric--after-char-pos): New function.
4398 (electric-indent-post-self-insert-function): Use it.
4399 (electric-layout-rules): New var.
4400 (electric-layout-post-self-insert-function): New function.
4401 (electric-indent-mode): Make them interact better.
4402
4403 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4406 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4407 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4408
4409 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4410
4411 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4412 Make sure to check inside the word (Bug#6761).
4413
4414 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4415
4416 * startup.el (command-line): If the cursorColor resource is set,
4417 change the cursor face-spec (Bug#7392).
4418
4419 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4420
4421 The main features of the following allout.el changes are:
4422 - implement user customization for the allout key bindings
4423 - add a customization control by which the user can inhibit use of
4424 a trailing Ctrl-H, so by default it's reserved for use with
4425 describe-prefix-bindings
4426 - adapt to new version of called-interactively-p, while
4427 maintaining backwards compatibility with old version
4428 - fix hotspot navigation so i works properly with meta-modified keys.
4429
4430 * allout.el (allout-keybindings, allout-bind-keys)
4431 (allout-keybindings-binding, allout-prefixed-keybindings)
4432 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4433 (allout-keybindings-list, allout-mode-map-adjustments)
4434 (allout-setup-mode-map): Establish allout-mode keymaps as user
4435 customizable settings, and also establish a customizable setting which
4436 regulates whether or not a trailing control-h is reserved for use with
4437 describe-prefix-bindings - and inhibit it by default, so that control-h
4438 *is* reserved for describe-prefix-bindings unless the user changes it.
4439
4440 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4441 and accurately between modified and unmodified events, and handle
4442 modified events more comprehensively.
4443
4444 * allout.el (allout-substring-no-properties):
4445 Alias to use or provide version of `substring-no-properties'.
4446 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4447
4448 * allout.el (allout-next-single-char-property-change):
4449 Alias to use or provide version of `next-single-char-property-change'.
4450 (allout-annotate-hidden, allout-hide-by-annotation):
4451 Use `allout-next-single-char-property-change'.
4452
4453 * allout.el (allout-select-safe-coding-system):
4454 Alias to use or provide version of `select-safe-coding-system'.
4455 (allout-toggle-subtree-encryption):
4456 Use `allout-select-safe-coding-system'.
4457
4458 * allout.el (allout-set-buffer-multibyte):
4459 Alias to use or provide version of `set-buffer-multibyte'.
4460 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4461
4462 * allout.el (allout-called-interactively-p): Macro for using the
4463 different versions of called-interactively-p identically, depending on
4464 the subroutine's argument signature.
4465 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4466 Use `(interactive "p")' instead of `(called-interactively-p)'.
4467
4468 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4469 (allout-previous-visible-heading, allout-forward-current-level)
4470 (allout-backward-current-level, allout-show-children):
4471 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4472
4473 * allout.el (allout-before-change-handler):
4474 Exempt edits to the (overlaid) character after the allout outline
4475 bullet from edit confirmation prompt.
4476
4477 * allout.el (allout-add-resumptions):
4478 Ensure that it respects correct buffer for keybindings.
4479
4480 * allout.el (allout-beginning-of-line):
4481 Use `allout-previous-single-char-property-change' alias for the sake of
4482 diverse compatibility.
4483
4484 * allout.el (allout-end-of-line):
4485 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4486
4487 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4488
4489 * frame.el (frame-notice-user-settings): Don't clobber other
4490 user-set parameters when calling face-set-after-frame-default in
4491 response to background-color parameter (Bug#7373).
4492
4493 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4494
4495 * international/characters.el (glyphless-char-display-control):
4496 Rename from glyphless-char-control; all users changed. Doc fix.
4497 Signal an error if display method is not one of the recognized
4498 symbols.
4499
4500 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4501
4502 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4503 (tramp-compat-line-end-position): Remove them.
4504
4505 * net/tramp.el (tramp-parse-rhosts-group)
4506 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4507 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4508 (tramp-parse-netrc-group, tramp-parse-putty-group)
4509 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4510 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4511 (tramp-sh-handle-file-selinux-context)
4512 (tramp-sh-handle-file-name-all-completions)
4513 (tramp-sh-handle-insert-directory)
4514 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4515 (tramp-wait-for-output, tramp-send-command-and-read)
4516 * net/tramp-smb.el (tramp-smb-read-file-entry)
4517 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4518
4519 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4520 `point-at-bol'.
4521 (tramp-remote-coding-commands): Add an alternative using "base64
4522 -d -i". This is needed for older base64 versions from GNU
4523 coreutils. Reported by Klaus Reichl
4524 <Klaus.Reichl@thalesgroup.com>.
4525
4526 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4527
4528 * simple.el (count-words-region): New function.
4529
4530 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4531
4532 * shell.el (shell-dir-cookie-re): New custom variable.
4533 (shell-dir-cookie-watcher): New function.
4534
4535 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4536 and compilation-mode (bug#7350).
4537
4538 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4539 highlight when one of them is empty.
4540
4541 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4542 trailing space.
4543 (skeleton-newline): New function.
4544 (skeleton-internal-1): Use it.
4545
4546 * simple.el (open-line): `newline' may strip trailing space.
4547
4548 2010-11-12 Kevin Ryde <user42@zip.com.au>
4549
4550 * international/mule-cmds.el (princ-list): Use mapc.
4551
4552 2010-11-12 Glenn Morris <rgm@gnu.org>
4553
4554 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4555 Use it to replace all instances of "*Compile-Log*".
4556
4557 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4560 indentation specs.
4561
4562 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * progmodes/modula2.el: Use SMIE and skeleton.
4565 (m2-mode-syntax-table): (*..*) can be nested.
4566 Add //...\n. Fix paren syntax.
4567 (m2-mode-map): Remove LF and TAB bindings.
4568 (m2-indent): Add safety property.
4569 (m2-smie-grammar): New var.
4570 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4571 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4572 (m2-mode): Use define-derived-mode.
4573 (m2-newline, m2-tab): Remove.
4574 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4575 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4576 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4577 (m2-import): Use define-skeleton.
4578
4579 2010-11-11 Glenn Morris <rgm@gnu.org>
4580
4581 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4582
4583 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4584 (ls-lisp-verbosity): Add custom :set-after property.
4585 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4586 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4587 (ls-lisp-insert-directory): Update caller.
4588 (ls-lisp-set-options): New function.
4589 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4590 Doc fix.
4591
4592 * play/landmark.el (lm-prompt-for-move):
4593 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4594
4595 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4596
4597 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4598 (idlwave-study-twins): Prefix dynamic local variable `name'.
4599 (idlwave-routine-twin-compare): Update for above change.
4600
4601 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4602 Prefix dynamic local variables `name', `kwd', and `link'.
4603 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4604 * progmodes/idlw-complete-structtag.el
4605 (idlwave-complete-structure-tag-help):
4606 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4607 (idlwave-complete-sysvar-tag-help)
4608 (idlwave-complete-class-structure-tag-help):
4609 Update for above name changes.
4610
4611 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4612
4613 * net/browse-url.el (browse-url-browser-function): Change the
4614 default to use `browse-url-mail' on mailto: URLs.
4615
4616 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4617
4618 * emacs-lisp/package.el (package-read-all-archive-contents):
4619 Reset package-archive-contents to nil before re-reading.
4620
4621 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4622
4623 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4624 already found as misspellings by (flyspell-large-region), just
4625 do highlighting (bug#7322).
4626
4627 2010-11-10 Glenn Morris <rgm@gnu.org>
4628
4629 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4630
4631 * emulation/edt.el (edt-with-position): New macro.
4632 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4633 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4634 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4635
4636 * emulation/tpu-extras.el (tpu-with-position): New macro.
4637 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4638
4639 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4640
4641 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4642 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4643 (texinfo-master-menu, texinfo-insert-node-lines)
4644 (texinfo-multiple-files-update):
4645 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4646 Use line-beginning-position.
4647
4648 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4649 No recent Emacs supports system-type `emx'.
4650
4651 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4652 (ada-command-separator, ada-default-prj-properties)
4653 (ada-find-any-references): Update for above name change.
4654
4655 * dirtrack.el (dirtrack-directory-function)
4656 (dirtrack-canonicalize-function):
4657 * filecache.el (file-cache-completion-ignore-case)
4658 (file-cache-case-fold-search, file-cache-ignore-case):
4659 * term.el (serial-port-is-file-p): Cosmetic change.
4660
4661 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4662 Remove non-existent `windows-95' system-type.
4663 * dired.el (dired-chown-program): Remove non-existent `linux'
4664 system-type.
4665
4666 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4667 (ping-program-options): Remove non-existent `linux' system-type.
4668
4669 * startup.el (package-initialize): Update declaration.
4670
4671 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4672 (ls-lisp-handle-switches): Use time-less-p.
4673 (ls-lisp-format-time): Use float-time.
4674
4675 * textmodes/remember.el (remember-time-to-seconds): Remove.
4676 (remember-store-in-mailbox): Use float-time.
4677
4678 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4679
4680 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4681 never a real function.
4682 (with-no-warnings): Remove compat stub, now unused.
4683 (time-less-p): Doc fix.
4684 (time-to-number-of-days): Simplify.
4685
4686 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4687 Remove.
4688 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4689 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4690 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4691 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4692 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4693
4694 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4695 (eshell-shuffle-files, eshell-shorthand-tar-command)
4696 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4697 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4698 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4699 Prefix dynamic local variable `matches'.
4700
4701 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4702 Prefix dynamic local variable `skeleton'.
4703
4704 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4705
4706 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4707 in mail buffer; make yank-action always a command that yanks original
4708 buffer.
4709
4710 2010-11-09 Glenn Morris <rgm@gnu.org>
4711
4712 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4713
4714 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4717 completion field (bug#7211).
4718
4719 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4720 Fix handling of backslash escapes.
4721 (python-quote-syntax): Adjust accordingly.
4722
4723 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4724
4725 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4726 (vc-mtn-workfile-branch): Adjust to new output format.
4727
4728 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * international/mule-cmds.el (princ-list): Mark as obsolete.
4731
4732 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * emacs-lisp/smie.el: New package.
4735
4736 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4737
4738 * files.el (backup-by-copying-when-mismatch):
4739 Set `permanent-local' property.
4740
4741 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4742 `permanent-local' property for `backup-by-copying-when-mismatch'.
4743
4744 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4745
4746 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4747
4748 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4749
4750 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4751 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4752 AUTOINOUT for SV style multidimensional arrays, bug294.
4753 Reported by Eric Mastromarchi.
4754 (verilog-preprocess): Use with-current-buffer and
4755 font-lock-fontify-buffer to cleanup style issues.
4756
4757 2010-11-09 Glenn Morris <rgm@gnu.org>
4758
4759 * locate.el (locate, locate-mode): Doc fixes.
4760
4761 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4764 user for confirmation.
4765 (server-force-stop): Use it.
4766 (server-start): Use server-force-stop for kill-emacs-hook, to
4767 avoid user interaction while killing Emacs.
4768
4769 2010-11-09 Glenn Morris <rgm@gnu.org>
4770
4771 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4772 (meta-indent-line): Simplify.
4773
4774 * vc/emerge.el (emerge-line-number-in-buf):
4775 * textmodes/ispell.el (ispell-region):
4776 * textmodes/fill.el (current-fill-column):
4777 * progmodes/xscheme.el (xscheme-send-current-line):
4778 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4779 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4780 * progmodes/sh-script.el (sh-handle-prev-do):
4781 * progmodes/meta-mode.el (meta-indent-line):
4782 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4783 (idlwave-in-quote):
4784 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4785 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4786 * progmodes/fortran.el (fortran-looking-at-if-then):
4787 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4788 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4789 (cperl-find-pods-heres):
4790 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4791 * net/quickurl.el (quickurl-list-insert):
4792 * net/ldap.el (ldap-search-internal):
4793 * net/eudc.el (eudc-expand-inline):
4794 * mail/sendmail.el (sendmail-send-it):
4795 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4796 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4797 (viper-brac-function):
4798 * calc/calc-yank.el (calc-do-grab-region):
4799 * calc/calc-keypd.el (calc-keypad-press):
4800 * term.el (term-move-columns, term-insert-spaces):
4801 * speedbar.el (speedbar-highlight-one-tag-line):
4802 * simple.el (current-word):
4803 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4804 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4805 (Info-scroll-down):
4806 * hippie-exp.el (he-line-beg):
4807 * epa.el (epa--marked-keys):
4808 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4809 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4810 (dired-relist-entry):
4811 * buff-menu.el (Buffer-menu-buffer):
4812 * array.el (current-line):
4813 * allout.el (allout-resolve-xref)
4814 (allout-latex-verbatim-quote-curr-line):
4815 Replace yet more uses of end-of-line etc with line-end-position, etc.
4816
4817 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4820 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4821 (checkdoc-syntax-table): Initialize in the declaration.
4822 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4823 the mode on unconditionally.
4824
4825 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4826 (extent-end-position, extent-start-position): Remove setf method for
4827 non-existing functions (bug#7319).
4828
4829 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4830
4831 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4832 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4833 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4834 (smie-prec2->grammar): Rename from smie-prec2-levels.
4835 (smie-grammar): Rename from smie-op-levels.
4836 (smie-indent--hanging-p): Rename from smie-hanging-p.
4837 (smie-rule-hanging-p): New alias.
4838 (smie-indent--bolp): Rename from smie-bolp.
4839 (smie-indent--hanging-p): New alias.
4840 (smie--token): New dynamically bound variable.
4841 (smie-indent--parent): New function.
4842 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4843 (smie-rule-next-p): Rename from smie-next-p.
4844 (smie-rule-prev-p): Rename from smie-prev-p.
4845 (smie-rule-sibling-p, smie-rule-parent)
4846 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4847 (smie-rule-separator-outdent): New var.
4848 (smie-indent--rule): Merge with smie-indent--column.
4849 (smie-indent-forward-token, smie-indent-backward-token):
4850 Also recognize close parens.
4851 (smie-indent-keyword): Don't use smie-indent--column any more.
4852 (smie-indent-after-keyword): Ignore closers by default.
4853 (smie-indent-line): Use with-demoted-errors.
4854 * progmodes/octave-mod.el (octave-smie-grammar):
4855 Rename from octave-smie-op-levels.
4856 (octave-smie-rules): Adjust to new behavior.
4857 * progmodes/prolog.el (prolog-smie-grammar):
4858 Rename from prolog-smie-op-levels.
4859
4860 2010-11-07 Glenn Morris <rgm@gnu.org>
4861
4862 * eshell/esh-util.el (subst-char-in-string)
4863 (directory-files-and-attributes): These compatibility definitions are
4864 not needed on any version of Emacs since at least 21.4.
4865
4866 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4867 (verilog-get-end-of-line): Remove.
4868 (verilog-within-string, verilog-re-search-forward-substr)
4869 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4870 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4871 Use point-at-bol, point-at-eol.
4872 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4873 Remove.
4874 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4875 (electric-pascal-terminate-line, pascal-set-auto-comments)
4876 (pascal-indent-paramlist, pascal-indent-declaration)
4877 (pascal-get-lineup-indent, pascal-func-completion)
4878 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4879 Use point-at-bol, point-at-eol.
4880 * progmodes/flymake.el (flymake-line-beginning-position)
4881 (flymake-line-end-position): Remove.
4882 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4883 * eshell/esh-util.el (line-end-position, line-beginning-position):
4884 Remove compat definitions.
4885
4886 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4887 Use end-of-line N.
4888 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4889 Use line-end-position.
4890
4891 * emacs-lisp/chart.el (chart-zap-chars):
4892 * play/decipher.el (decipher-set-map):
4893 * progmodes/ada-mode.el (ada-get-current-indent)
4894 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4895 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4896 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4897 (ada-get-all-references):
4898 * progmodes/cperl-mode.el (cperl-electric-paren)
4899 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4900 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4901 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4902 (cperl-word-at-point-hard):
4903 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4904 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4905 (idlwave-shell-display-line):
4906 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4907 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4908 * progmodes/js.el (js--re-search-forward-inner)
4909 (js--re-search-backward-inner):
4910 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4911 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4912 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4913 * textmodes/flyspell.el (flyspell-process-localwords):
4914 * textmodes/ispell.el (ispell-buffer-local-parsing)
4915 (ispell-buffer-local-dict, ispell-buffer-local-words):
4916 Use point-at-bol and point-at-eol.
4917
4918 * speedbar.el (speedbar-generic-item-info)
4919 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4920 (speedbar-add-indicator, speedbar-check-vc-this-line)
4921 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4922 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4923 Replace more uses of end-of-line etc with line-end-position.
4924
4925 2010-11-06 Glenn Morris <rgm@gnu.org>
4926
4927 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4928 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4929 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4930 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4931 (texinfo-multiple-files-update):
4932 * textmodes/table.el (table--probe-cell-left-up)
4933 (table--probe-cell-right-bottom):
4934 * textmodes/picture.el (picture-tab-search):
4935 * textmodes/page-ext.el (pages-copy-header-and-position)
4936 (pages-directory-for-addresses):
4937 * progmodes/vera-mode.el (vera-get-offset):
4938 * progmodes/simula.el (simula-calculate-indent):
4939 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4940 * progmodes/prolog.el (end-of-prolog-clause):
4941 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4942 * progmodes/icon.el (indent-icon-exp):
4943 * progmodes/etags.el (tag-re-match-p):
4944 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4945 * progmodes/ebnf2ps.el (ebnf-begin-file):
4946 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4947 (dcl-save-local-variable):
4948 * play/life.el (life-setup):
4949 * play/gametree.el (gametree-looking-at-ply):
4950 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4951 * mail/sendmail.el (mail-mode-auto-fill):
4952 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4953 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4954 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4955 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4956 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4957 * type-break.el (type-break-file-keystroke-count):
4958 * term.el (term-replace-by-expanded-history-before-point)
4959 (term-skip-prompt, term-extract-string):
4960 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4961 (speedbar-contract-line, speedbar-toggle-line-expansion)
4962 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4963 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4964 * sort.el (sort-skip-fields):
4965 * skeleton.el (skeleton-internal-list):
4966 * simple.el (line-move-finish, line-move-to-column):
4967 * shell.el (shell-forward-command):
4968 * misc.el (copy-from-above-command):
4969 * makesum.el (double-column):
4970 * ebuff-menu.el (electric-buffer-update-highlight):
4971 * dired.el (dired-move-to-end-of-filename):
4972 * dframe.el (dframe-popup-kludge):
4973 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4974 * arc-mode.el (archive-get-lineno):
4975 Use line-end-position and line-beginning-position.
4976
4977 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4978 (idlwave-study-twins): Prefix dynamic local `class'.
4979 (idlwave-routine-twin-compare): Update for above name change.
4980
4981 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4982 Use boundp tests to silence compiler. Update for changed name of
4983 bytecomp-filename variable.
4984
4985 * emulation/viper-cmd.el (viper-read-string-with-history):
4986 Prefix dynamic local `initial'.
4987 (viper-minibuffer-standard-hook): Update for above name change.
4988
4989 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4990 (elint-init-form): Update for above name change.
4991
4992 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4993 local variables `cbeg' and `cend' a prefix.
4994 (mail-extr-voodoo): Update for above name change.
4995
4996 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4997 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4998 (reftex-toc-promote-action): Doc fix.
4999
5000 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5001 `prompt', `data' a prefix.
5002 (reftex-select-post-command-hook, reftex-select-callback)
5003 (reftex-select-mouse-accept, reftex-select-read-cite):
5004 Update for above name changes.
5005
5006 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5007 `refstyle' to reftex-refstyle.
5008 (reftex-offer-label-menu): Update for above name change.
5009 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5010 `refstyle' name change.
5011
5012 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5013 with with-current-buffer.
5014 (diff, template): Give dynamic local variables a prefix.
5015 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5016 (emerge-line-number-in-buf): Update for above name change.
5017 (emerge-combine-versions-internal): Rename local `template' to
5018 emerge-combine-template.
5019 (emerge-combine-versions-edit): Update for above name change.
5020
5021 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
5022
5023 * textmodes/reftex-cite.el
5024 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5025 entries with whitespace after \bibitem.
5026 (reftex-create-bibtex-file): Match entries containing numbers and
5027 symbol constituents. Make sure that entries with whitespace at
5028 various places are found.
5029
5030 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5031
5032 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5033
5034 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5035
5036 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5037
5038 2010-11-05 Glenn Morris <rgm@gnu.org>
5039
5040 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5041 (woman2-roff-buffer): Give local variable `request' a prefix.
5042 (woman0-macro): Rename argument `request' in the same way.
5043 (woman-request): New name for `request' dynamic variable.
5044 (woman-unquote, woman-forward-arg): Update for above name change.
5045 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5046 (woman1-unquote): New name for `unquote' dynamic variable.
5047 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5048 (woman-translations): Rename from `translations'. No longer global.
5049 (woman2-tr, woman-translate): Update for above name change.
5050 (woman-translate): Check for bound variable.
5051 (woman2-roff-buffer): Give local variable `translations' a prefix.
5052
5053 * play/doctor.el: Give all local variables a prefix. Update callers.
5054 (doc$, doctor-put-meaning): Use backquote.
5055
5056 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5057 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5058
5059 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5060 variables bytes, ptr, op a prefix.
5061 (disassemble-offset): Update for above change.
5062
5063 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5064
5065 * emacs-lisp/package.el (package-unpack): Remove no-op.
5066 (package--builtins, package--dir): Doc fix.
5067 (package-activate-1, package-activate, package-install)
5068 (package-compute-transaction): Fix error message.
5069 (package-delete): Use delete-directory. Omit system packages.
5070 (package-initialize): Set package-alist to nil first.
5071 (package-menu-mark-delete, package-menu-mark-install): Don't add
5072 symbols that are inconsistent with the package state.
5073 (package-menu-execute): Perform deletions and installations as
5074 single batch operations.
5075
5076 2010-11-03 Glenn Morris <rgm@gnu.org>
5077
5078 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5079 (props): Remove unnecessary declaration.
5080
5081 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5082 set-process-query-on-exit-flag.
5083
5084 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
5085 (reftex-toc-do-promote): Remove unused local `mpos'.
5086 (reftex-toc-restore-region): Make `mpos' local to this function.
5087
5088 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5089
5090 * play/landmark.el (lm-losing-threshold): Correct spelling.
5091 (lm-human-plays): Use new name.
5092
5093 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5094 (gomoku-human-plays): Use new name.
5095
5096 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5097 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5098 (gomoku-score-trans-table, gomoku-winning-threshold)
5099 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5100
5101 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * emacs-lisp/package.el: Don't put built-in packages in
5104 package-alist, to avoid loading inefficiencies.
5105 (package-built-in-p): Make VERSION optional, and treat it as a
5106 minimum acceptable version.
5107 (package-activate): Search separately for built-in packages.
5108 Emit a warning if a dependency fails.
5109 (define-package): Handle most common case, where there is no
5110 obsolete package, first.
5111 (package-compute-transaction): Print required version in error.
5112 (package--initialized): New variable.
5113 (list-packages): Use it.
5114 (package-initialize): Optional arg NO-ACTIVATE. Don't put
5115 built-in packages in packages-alist; keep it separate.
5116 Set package--initialized.
5117 (describe-package): Avoid activating packages as a side-effect.
5118 Search separately for built-in packages.
5119 (describe-package-1): Handle the case where an elpa package is
5120 simultaneously built-in and available/installed.
5121 (package-installed-p, package--generate-package-list):
5122 Search separately for built-in packages.
5123 (package-load-descriptor): Doc fix.
5124
5125 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5128 Handle __DATA__ and __END__.
5129
5130 2010-11-02 Noah Friedman <friedman@splode.com>
5131
5132 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5133 nil, do not ask to recompile files that are not already compiled,
5134 and do not recompile them.
5135
5136 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * emacs-lisp/package.el (package-initialize): Ensure that
5139 obsoleted built-in packages are not in package-activated-list
5140 during activation.
5141 (describe-package-1): Make the "installed" status override
5142 "built-in".
5143
5144 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5145
5146 * subr.el (version-separator, version-regexp-alist): Remove '*'
5147 from docstring.
5148 (version-list-<=, version<=, version=): Doc fix.
5149
5150 2010-11-01 Kenichi Handa <handa@m17n.org>
5151
5152 * faces.el (glyphless-char): Inherit underline for tty.
5153
5154 2010-11-01 Kenichi Handa <handa@m17n.org>
5155
5156 Implement various display methods for glyphless characters.
5157
5158 * international/characters.el (char-acronym-table): New variable.
5159 (glyphless-char-control): New variable.
5160 (update-glyphless-char-display): New function.
5161
5162 * faces.el (glyphless-char): New face.
5163
5164 2010-11-01 Glenn Morris <rgm@gnu.org>
5165
5166 * calendar/holidays.el (general-holidays, oriental-holidays)
5167 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5168 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5169 the definitions of their targets.
5170
5171 * emacs-lisp/smie.el (smie): New custom group.
5172 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5173
5174 * faces.el (xw-defined-colors, x-setup-function-keys):
5175 * mouse-sel.el (x-select-text):
5176 * term/w32console.el (x-setup-function-keys): Update declarations.
5177
5178 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5179
5180 * textmodes/ispell.el (comment-add): Declare.
5181
5182 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5183 Declare.
5184
5185 * info.el (finder-keywords-hash, package-alist): Declare.
5186
5187 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * finder.el (finder-compile-keywords): Don't use intern-soft,
5190 since package names may not yet exist in the obarray.
5191
5192 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * vc/vc-arch.el (vc-arch-checkin):
5195 * vc/vc-cvs.el (vc-cvs-checkin):
5196 * vc/vc-mtn.el (vc-mtn-checkin):
5197 * vc/vc-rcs.el (vc-rcs-checkin):
5198 * vc/vc-sccs.el (vc-sccs-checkin):
5199 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5200 since 2010-04-21 commit by Stefan Monnier.
5201
5202 2010-11-01 Glenn Morris <rgm@gnu.org>
5203
5204 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5205
5206 * startup.el (package-enable-at-startup, package-initialize):
5207 Silence compiler.
5208
5209 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5210 Silence compiler.
5211
5212 2010-10-31 Julien Danjou <julien@danjou.info>
5213
5214 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5215 (byte-recompile-directory):
5216 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
5217 Use `byte-recompile-file'.
5218
5219 2010-10-31 Glenn Morris <rgm@gnu.org>
5220
5221 * cus-start.el: Handle standard values via a keyword.
5222 Only set version property if specified.
5223 (cursor-in-non-selected-windows, menu-bar-mode)
5224 (tool-bar-mode, show-trailing-whitespace):
5225 Do not specify standard values.
5226 (transient-mark-mode, temporary-file-directory): Use :standard.
5227
5228 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5229
5230 * term/x-win.el (x-get-selection-value): New function that gets
5231 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
5232
5233 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
5234
5235 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5236 preserve owner and group when editing files. (Bug#7289)
5237
5238 2010-10-31 Glenn Morris <rgm@gnu.org>
5239
5240 * speedbar.el (speedbar-mode):
5241 * play/fortune.el (fortune-in-buffer, fortune):
5242 * play/gomoku.el (gomoku-mode):
5243 * play/landmark.el (lm-mode):
5244 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5245 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5246
5247 * select.el (x-selection): Mark it as an obsolete alias.
5248
5249 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5250
5251 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
5252 major-mode (bug#7284).
5253
5254 2010-10-31 Glenn Morris <rgm@gnu.org>
5255
5256 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5257 rather than just an unused variable that inherits from the real one.
5258
5259 2010-10-31 Alan Mackenzie <acm@muc.de>
5260
5261 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5262 This fixes bug #7185.
5263
5264 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * startup.el (command-line): Search for package directories, and
5267 don't load package.el if none are found.
5268
5269 * emacs-lisp/package.el (describe-package, list-packages):
5270 Call package-initialize if it has not been called yet.
5271
5272 2010-10-30 Alan Mackenzie <acm@muc.de>
5273
5274 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5275 which fontifies the tail of an enum.
5276 (c-basic-matchers-after): Insert a call to the above new function.
5277 This fixes bug #7264.
5278
5279 2010-10-30 Glenn Morris <rgm@gnu.org>
5280
5281 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5282 tool-bar-mode, transient-mark-mode. (Bug#7306)
5283 Include the :set property in the dumped Emacs.
5284
5285 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 SMIE: change indent rules format, improve smie-setup.
5288 * emacs-lisp/smie.el (smie-precs-precedence-table)
5289 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5290 Mark them pure so the tables gets built at compile time.
5291 (smie-bnf-precedence-table): Store the closer-alist in the table.
5292 (smie-prec2-levels): Preserve the closer-alist.
5293 (smie-blink-matching-open): Be more forgiving in case of indentation.
5294 (smie-hanging-p): Rename from smie-indent--hanging-p.
5295 (smie-bolp): Rename from smie-indent--bolp.
5296 (smie--parent, smie--after): New dynamic vars.
5297 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5298 (smie-indent-rules): Remove.
5299 (smie-indent--offset-rule): Remove fun.
5300 (smie-rules-function): New var.
5301 (smie-indent--rule): New fun.
5302 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5303 (smie-indent-exps): Use it.
5304 (smie-setup): Setup paren blinking; add keyword args for token
5305 functions; extract closer-alist from op-levels.
5306 (smie-indent-debug-log): Remove var.
5307 (smie-indent-debug): Remove fun.
5308 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5309 (prolog-smie-rules): New fun to replace it.
5310 (prolog-mode-variables): Simplify.
5311 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5312 it's setup automatically.
5313 (octave-smie-indent-rules): Remove.
5314 (octave-smie-rules): New fun to replace it.
5315 (octave-mode): Simplify.
5316
5317 2010-10-29 Glenn Morris <rgm@gnu.org>
5318
5319 * files.el (temporary-file-directory): Remove (already defined in C).
5320 * cus-start.el: Add temporary-file-directory.
5321
5322 * abbrev.el (abbrev-mode):
5323 * composite.el (auto-composition-mode):
5324 * menu-bar.el (menu-bar-mode):
5325 * simple.el (transient-mark-mode):
5326 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5327 that they do not define the associated variables twice.
5328 * simple.el (transient-mark-mode): Remove defvar.
5329 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5330 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5331 Handle multiple groups, and also custom-delayed-init-variables.
5332 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5333
5334 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5337 (pcase-if): Add one minor optimization.
5338 (pcase-split-equal): Rename from pcase-split-eq.
5339 (pcase-split-member): Rename from pcase-split-memq.
5340 (pcase-u1): Add strings to the member optimization.
5341 Add `guard' variant of predicates.
5342 (pcase-q1): Add string patterns.
5343
5344 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5347
5348 2010-10-28 Glenn Morris <rgm@gnu.org>
5349
5350 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5351 Move menu-bar related settings to ../menu-bar.el.
5352 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5353 Move ns-specific settings here from term/ns-win.el.
5354
5355 * simple.el (x-selection-owner-p): Remove unused declaration.
5356
5357 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * minibuffer.el (completion-cycling): New var (bug#7266).
5360 (minibuffer-complete, completion--do-completion):
5361 Use completion--flush-all-sorted-completions.
5362 (minibuffer-complete): Only cycle if completion-cycling is set.
5363 (completion--flush-all-sorted-completions): Unset completion-cycling.
5364 (minibuffer-force-complete): Set completion-cycling.
5365 (completion-all-sorted-completions): Move declaration before first use.
5366
5367 2010-10-28 Leo <sdl.web@gmail.com>
5368
5369 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5370 which changes the order of matches seen by users (bug#7231).
5371
5372 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
5373
5374 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5375 Don't confuse -omega as "-o mega".
5376
5377 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5380 (log-edit-author): New dynamic var.
5381 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5382 to return the author if different from committer.
5383 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5384
5385 * play/landmark.el: Adjust commenting convention.
5386 (lm-nil-score): Rename from nil-score.
5387 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5388 (OOOOscore): Move into a let in lm-score-trans-table.
5389 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5390
5391 * electric.el (electric-indent-chars): Autoload.
5392 * progmodes/octave-mod.el (octave-mode):
5393 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5394 (ruby-mode-abbrev-table): Merge initialization and declaration.
5395
5396 2010-10-27 Glenn Morris <rgm@gnu.org>
5397
5398 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5399 variable.
5400
5401 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5402
5403 * term/ns-win.el: Restore require of cl when compiling.
5404 (menu-bar-final-items): Remove non-existent `windows' menu.
5405 (ns-handle-nxopen): Optionally handle the temp-case.
5406 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5407 (ns-insert-file, ns-find-file): Use `pop'.
5408
5409 2010-10-26 Glenn Morris <rgm@gnu.org>
5410
5411 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5412
5413 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5414
5415 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5416 global map.
5417 * term/common-win.el (x-setup-function-keys): Remove most of the
5418 keymappings. Comment on the remaining ones.
5419
5420 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5421
5422 * server.el (server-port): New option. (Bug#854)
5423 (server-start): Use server-port.
5424
5425 2010-10-26 Glenn Morris <rgm@gnu.org>
5426
5427 * term/ns-win.el (ns-version-string): Remove unused declaration.
5428 (ns-invocation-args): Change to x-invocation-args.
5429 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5430 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5431 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5432 Use x-invocation-args instead of ns-invocation-args.
5433 (ns-initialize-window-system, handle-args-function-alist):
5434 Use x-handle-args instead of ns-handle-args.
5435 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5436 * startup.el (command-line-ns-option-alist): Replace
5437 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5438 ns-handle-iconic with the x- equivalents.
5439
5440 * term/common-win.el (x-select-enable-clipboard):
5441 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5442
5443 * term/ns-win.el: No need to require cl when compiling.
5444 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5445 (xw-defined-colors): Use the common-win definitions.
5446 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5447 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5448 * term/common-win.el (x-select-text, x-alternatives-map)
5449 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5450 * loadup.el [ns]: Load common-win.
5451
5452 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5453
5454 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5455 recipients; expand mail aliases (Bug#7280).
5456
5457 2010-10-25 Glenn Morris <rgm@gnu.org>
5458
5459 * term/common-win.el (x-handle-switch): Simplify with pop.
5460 Optionally handle numeric switches.
5461 (x-handle-numeric-switch): Just call x-handle-switch.
5462 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5463 (x-handle-name-switch, x-handle-display, x-handle-args):
5464 Simplify with pop.
5465
5466 * term/ns-win.el: Do not require easymenu.
5467 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5468 <spell>: Move adjustments to menu-bar.el.
5469 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5470 <separator-undo, spell>: Move ns-win's adjustments here.
5471 * loadup.el [ns]: Do not load easymenu.
5472
5473 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5476 Delete (Bug#7222).
5477
5478 * startup.el (fancy-startup-tail): Instead of using inline images,
5479 refer to image files from etc/.
5480
5481 * wid-edit.el (checkbox): Likewise.
5482 (widget-image-find): Center image specs.
5483
5484 2010-10-24 Glenn Morris <rgm@gnu.org>
5485
5486 * term/ns-win.el (x-select-text): Doc fix.
5487 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5488 (x-select-text): Move to term/common-win.
5489 * term/w32-win.el (xw-defined-colors): Move to common-win.
5490 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5491 (x-setup-function-keys, x-select-text): Move to common-win.
5492 * term/common-win.el (x-select-text, x-alternatives-map)
5493 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5494 definitions here.
5495
5496 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5497
5498 * net/mairix.el (mairix-searches-mode-map):
5499 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5500
5501 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5502
5503 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5504 auto-built for efficiency of execution and updating.
5505 (verilog-extended-complete-re): Support 'pure' fucntion & task
5506 declarations (these have no bodies).
5507 (verilog-beg-of-statement): General cleanup to enable support of
5508 'pure' fucntion & task declarations (these have no bodies).
5509 These efforts together fix Verilog bug210 from veripool; which was also
5510 noticed by Steve Pearlmutter.
5511 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5512 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5513 Support `elsif. Reported by Shankar Giri.
5514 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5515 attribute handling for lining up declarations and assignments.
5516 (verilog-beg-of-statement-1): Fix issue where continued declaration
5517 is indented differently if it is after a begin..end clock.
5518 (verilog-in-attribute-p, verilog-skip-backward-comments)
5519 (verilog-skip-forward-comment-p): Support proper treatment of
5520 attributes by indent code. Reported by Jeff Steele.
5521 (verilog-in-directive-p): Fix comment to correctly describe function.
5522 (verilog-backward-up-list, verilog-in-struct-region-p)
5523 (verilog-backward-token, verilog-in-struct-p)
5524 (verilog-in-coverage-p, verilog-do-indent)
5525 (verilog-pretty-declarations): Use verilog-backward-up-list as
5526 wrapper around backward-up-list inorder to properly skip comments.
5527 Reported by David Rogoff.
5528 (verilog-property-re, verilog-endcomment-reason-re)
5529 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5530 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5531 of if). Reported by Max Bjurling and
5532 (verilog-calc-1): Fix for clocking block in modport
5533 declaration. Reported by Brian Hunter.
5534
5535 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5536
5537 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5538 (verilog-gate-keywords, verilog-read-sub-decls)
5539 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5540 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5541 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5542 (verilog-read-decls): Fix spaces in V2K module parameters causing
5543 mis-identification as interfaces, bug287.
5544 (verilog-read-decls): Fix not treating "parameter string" as a
5545 parameter in AUTOINSTPARAM.
5546 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5547 treating `elsif similar to `endif inside AUTOSENSE.
5548 (verilog-do-indent): Implement correct automatic or static task or
5549 function end comment highlight. Reported by Steve Pearlmutter.
5550 (verilog-font-lock-keywords-2): Fix highlighting of single
5551 character pins, bug264. Reported by Michael Laajanen.
5552 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5553 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5554 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5555 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5556 (verilog-pretty-expr): Fix interactive arguments, bug272.
5557 Reported by Mark Johnson.
5558 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5559 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5560 bug269. Suggested by Gary Delp.
5561 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5562 (verilog-preprocessor, verilog-set-compile-command):
5563 Create verilog-preprocess and verilog-preprocessor to show
5564 preprocessed output.
5565 (verilog-get-beg-of-line, verilog-get-end-of-line)
5566 (verilog-modi-file-or-buffer, verilog-modi-name)
5567 (verilog-modi-point, verilog-within-string): Move defmacro's
5568 before first use to avoid warning. Reported by Steve Pearlmutter.
5569 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5570 (verilog-colorize-region, verilog-highlight-buffer)
5571 (verilog-highlight-includes, verilog-highlight-modules)
5572 (verilog-highlight-region, verilog-mode): Rename colorize to
5573 highlight to match other packages. Disable module highlighting,
5574 as received speed complaints, reenable for experimentation only
5575 using new verilog-highlight-modules.
5576 (verilog-read-decls): Fix regexp stack overflow in very large
5577 AUTO_TEMPLATEs, bug250.
5578 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5579 (verilog-scan): Create verilog-save-buffer-state to standardize
5580 making insignificant changes that shouldn't call hooks.
5581 (verilog-save-no-change-functions, verilog-save-scan-cache)
5582 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5583 Create verilog-save-no-change-functions to wrap verilog-scan
5584 preservation, and fix to work with nested preserved calls.
5585 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5586 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5587 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5588 (verilog-submit-bug-report): Update variable list to be complete.
5589 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5590 breaking on-the-fly font-locking.
5591 (verilog-colorize-buffer, verilog-colorize-include-files)
5592 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5593 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5594 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5595 AUTOINST cell instance name, middle mouse button now finds-file on
5596 it. Suggested by Brad Dobbie.
5597 (verilog-alw-get-temps, verilog-auto-reset)
5598 (verilog-auto-sense-sigs, verilog-read-always-signals)
5599 (verilog-read-always-signals-recurse): Fix loop indexes being
5600 AUTORESET. AUTORESET now assumes any variables in the
5601 initialization section of a for() should be ignored.
5602 Reported by Dan Dever.
5603 (verilog-error-font-lock-keywords)
5604 (verilog-error-regexp-emacs-alist)
5605 (verilog-error-regexp-xemacs-alist): Fix error detection of
5606 Cadence HAL, reported by David Asher. Repair drift between the
5607 three similar error variables.
5608 (verilog-modi-lookup, verilog-modi-lookup-cache)
5609 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5610 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5611 Fix slow verilog-auto expansion on very large files.
5612 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5613 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5614 "{1*2{...". Broke in last revision.
5615 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5616 submodule connections with replications "{#{a},#{b}}".
5617
5618 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5619
5620 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5621 Fix typo in docstring.
5622
5623 2010-10-24 Kenichi Handa <handa@m17n.org>
5624
5625 * face-remap.el (text-scale-adjust): Call read-event with a proper
5626 prompt.
5627
5628 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * emacs-lisp/unsafep.el: Don't mark functions that display
5631 messages as safe. Suggested by Johan Bockgård.
5632
5633 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5636 Turn comments into docstrings.
5637
5638 * minibuffer.el (completion--replace): Move point where it belongs
5639 when there's a common suffix (bug#7215).
5640
5641 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5642
5643 Merge read-color and facemenu-read-color (Bug#7242).
5644
5645 * faces.el (read-color): Use the completion code from
5646 facemenu-read-color. Require match in completion. Doc fix.
5647
5648 * facemenu.el (facemenu-read-color): Alias for read-color.
5649 (facemenu-set-foreground, facemenu-set-background):
5650 Use read-color.
5651
5652 * frame.el (set-background-color, set-foreground-color)
5653 (set-cursor-color, set-mouse-color, set-border-color):
5654 Use read-color.
5655
5656 2010-10-24 Leo <sdl.web@gmail.com>
5657
5658 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5659 argument of delete-file and delete-directory (Bug#7011).
5660
5661 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5664 button-buffer-map.
5665
5666 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5667
5668 * emacs-lisp/package.el (package--generate-package-list): Make the
5669 *Packages* buffer read-only.
5670
5671 2010-10-24 Alan Mackenzie <acm@muc.de>
5672
5673 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5674 result of `c-beginning-of-decl-1' between invocations of a lambda
5675 function (Bug #7265).
5676
5677 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5678
5679 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5680 executable is not available on the system (Bug#7268).
5681
5682 2010-10-24 Glenn Morris <rgm@gnu.org>
5683
5684 * select.el (selection-coding-system, next-selection-coding-system):
5685 Sync doc with C versions.
5686
5687 * w32-vars.el (x-select-enable-clipboard):
5688 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5689 * term/common-win.el (x-select-enable-clipboard): Move here.
5690
5691 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5692 definition of C variable.
5693
5694 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5695 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5696 Don't redefine things that are defined in C.
5697 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5698 (show-trailing-whitespace, auto-hscroll-mode)
5699 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5700 Set up the appropriate custom properties.
5701
5702 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5703
5704 Bind "C-c ]" to ...
5705 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5706 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5707 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5708 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5709
5710 2010-10-23 Glenn Morris <rgm@gnu.org>
5711
5712 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5713 say what it was.
5714
5715 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5716 Sync docs with C version.
5717
5718 * term/ns-win.el (xw-defined-colors):
5719 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5720
5721 * term/pc-win.el (x-select-enable-clipboard):
5722 * term/x-win.el (x-select-enable-clipboard):
5723 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5724
5725 * comint.el (comint-password-prompt-regexp): Make it less vague.
5726 Bump version.
5727
5728 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5729
5730 * help.el (finder-by-keyword): Remove unnecessary autoload.
5731
5732 2010-10-22 Glenn Morris <rgm@gnu.org>
5733
5734 * loadup.el: Unconditionally load float-sup.
5735 * paren.el (show-paren-delay):
5736 * emacs-lisp/float-sup.el:
5737 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5738 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5739 (lazy-lock-stealth-verbose): Assume float support.
5740 * ps-print.el: Assume float support on Emacs.
5741 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5742 Remove non-float branch.
5743
5744 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5745 src/Makefile no longer being pre-processed.
5746
5747 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * emacs-lisp/find-func.el (find-library): Use test-completion.
5750
5751 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5752
5753 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5754
5755 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5756
5757 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5758 space in stat format string.
5759 (tramp-send-command): Unset $PS1 when using here documents, in
5760 order not to get several prompts.
5761 (tramp-get-inline-coding): Return `nil' in case of errors.
5762
5763 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5764
5765 * hexl.el (hexl-mode, hexl-mode-exit):
5766 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5767 (hexl-revert-buffer-function): New function.
5768 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5769
5770 2010-10-19 Alan Mackenzie <acm@muc.de>
5771
5772 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5773 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5774 that these keywords aren't wrongly matched as identifiers.
5775
5776 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5777 setting of c-new-BEG and c-new-END from c-before-change to
5778 c-after-change. (Bug#7181)
5779
5780 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5783 Don't mark as safe.
5784
5785 * custom.el (custom-theme-set-variables): Likewise.
5786 (load-theme): Add custom-theme-set-faces and
5787 custom-theme-set-variables to safe-functions while loading.
5788 (custom-enabled-themes): Mark as risky.
5789
5790 2010-10-18 Julien Danjou <julien@danjou.info>
5791
5792 * bindings.el: Remove end dashes in default mode-line-format.
5793
5794 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5797 to delete-forward-char.
5798
5799 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5800 deletechar, and hence delete-forward-char.
5801
5802 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * repeat.el (repeat): Use read-key (bug#6256).
5805
5806 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * emacs-lisp/unsafep.el: Don't mark functions that display
5809 messages as safe. Suggested by Johan Bockgård.
5810
5811 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * minibuffer.el (completion--replace): Move point where it belongs
5814 when there's a common suffix (bug#7215).
5815
5816 2010-10-19 Kenichi Handa <handa@m17n.org>
5817
5818 * international/characters.el: Add category '|' (word breakable)
5819 to fullwidth characters.
5820
5821 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5824 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5825 order to make stat results a float. Patch by Andreas Schwab
5826 <schwab@linux-m68k.org>.
5827
5828 2010-10-18 Julien Danjou <julien@danjou.info>
5829
5830 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5831 hidden by `make-pointer-invisible'.
5832
5833 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * files.el (locate-file-completion-table): Strip non-matching elements
5836 before checking length of list (bug#7238).
5837
5838 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5839
5840 * custom.el (custom-theme-set-variables): Mark as a safe function.
5841 (load-theme): Check forms using unsafep.
5842
5843 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5844
5845 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5846
5847 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5848 Fix aspell data file searching (bug#7230).
5849
5850 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * cus-theme.el (custom-theme--migrate-settings): New var.
5853 (customize-create-theme): Allow editing the `user' theme.
5854 (custom-theme-add-variable, custom-theme-add-var-1)
5855 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5856 to the front of each variable or face widget.
5857 (custom-theme-write): Save theme settings in the correct order.
5858 Optionally, remove saved settings from user customizations.
5859 (custom-theme-write-variables, custom-theme-write-faces):
5860 Save only the checked widgets.
5861 (customize-themes): Add a link for migrating custom settings.
5862
5863 * custom.el (custom-declare-theme, provide-theme):
5864 Use custom-theme-name-valid-p.
5865 (custom-theme-name-valid-p): Remove checks that are now
5866 unnecessary since themes no longer obey load-path.
5867
5868 * cus-edit.el (custom-variable-value-create): For the simple
5869 style, hide documentation string when hidden.
5870
5871 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * cus-edit.el (custom-variable, custom-face): Combine the
5874 :inhibit-magic and :display-style properties into a single
5875 :custom-style property.
5876 (custom-toggle-hide-variable, custom-toggle-hide-face):
5877 New functions. If hiding an edited value, save it to :shown-value.
5878 (custom-variable-value-create, custom-face-value-create): Use them.
5879 (custom-magic-reset): Allow magic property to be unset.
5880
5881 * custom.el: Custom themes no longer use load-path.
5882 (custom-theme-load-path): New option. Change built-in theme
5883 directory to etc/.
5884 (custom-enabled-themes): Add custom-theme-load-path dependency.
5885 (custom-theme--load-path): New function.
5886 (load-theme, custom-available-themes): Use it.
5887
5888 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5889 (customize-themes): Link to custom-theme-load-path variable.
5890 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5891 :custom-style property.
5892
5893 * themes/*.el: Moved to etc/.
5894
5895 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5896
5897 * textmodes/reftex-cite.el
5898 (reftex-extract-bib-entries-from-thebibliography): Do not move
5899 point when searching for \bibitem entries. Match entries with
5900 spaces or tabs in front of arguments.
5901
5902 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * cus-theme.el (customize-create-theme): Delete overlays after
5905 erasing. If given a THEME arg, display only the faces of that arg
5906 instead of custom-theme--listed-faces.
5907 (custom-theme-variable-menu, custom-theme-variable-action)
5908 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5909 (custom-theme-add-variable, custom-theme-add-face): Apply value
5910 from the theme settings, instead of the current value.
5911 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5912 (custom-theme-visit-theme): Allow calling outside theme buffers.
5913 (custom-theme-merge-theme): Don't enable the theme when merging.
5914 (custom-theme-write-variables, custom-theme-write-faces): Use the
5915 :shown-value properties to save buffer values, not global ones.
5916 (customize-themes): Display a warning about user customizations.
5917
5918 * cus-edit.el (custom-variable-value-create)
5919 (custom-face-value-create): Obey new special properties
5920 :shown-value and :inhibit-magic.
5921
5922 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5923
5924 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5925 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5926 <dale@codefu.org>.
5927
5928 2010-10-14 Kenichi Handa <handa@m17n.org>
5929
5930 * mail/rmail.el (rmail-show-message-1): Catch an error of
5931 base64-decode-region and just show an error message (bug#7165).
5932
5933 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5934 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5935 a font-spec (bug#7197).
5936
5937 2010-10-14 Glenn Morris <rgm@gnu.org>
5938
5939 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5940
5941 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
5942
5943 * international/mule.el (define-coding-system):
5944 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5945 * composite.el (compose-region): Fix typo in docstring.
5946
5947 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
5948
5949 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5950 only after checking the theme-face property.
5951
5952 * faces.el (face-spec-reset-face): Reset all attributes in one
5953 single call to set-face-attribute.
5954 (face-spec-match-p): Make it a defsubst.
5955 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5956 (x-create-frame-with-faces, tty-create-frame-with-faces)
5957 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5958 frame-set-background-mode, since they are recomputed immediately
5959 afterwards in face-set-after-frame-default.
5960 (face-set-after-frame-default): Minor optimization.
5961 (cursor): Provide non-trivial defface spec.
5962
5963 * custom.el (custom-theme-recalc-face): Simplify.
5964
5965 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5966
5967 * calc/calc-alg.el (math-var): Rename from `var'.
5968 (math-is-polynomial, math-is-poly-rec): Replace `var'
5969 with `math-var'.
5970
5971 * calc/calcalg2.el (math-var): Rename from `var'.
5972 (calcFunc-table, math-scan-for-limits): Replace `var'
5973 with `math-var'.
5974
5975 2010-10-13 Glenn Morris <rgm@gnu.org>
5976
5977 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5978
5979 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
5980
5981 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5982
5983 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5984
5985 * net/tls.el (tls-program): Remove spurious %s from openssl.
5986 (tls-starttls-switches): Remove starttls hack.
5987 (open-tls-stream): Ditto.
5988 (tls-find-starttls-argument): Ditto.
5989
5990 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
5991
5992 * image.el (image-library-alist): Declare as obsolete alias.
5993 (image-type-available-p): Use `dynamic-library-alist'.
5994
5995 * term/w32-win.el (dynamic-library-alist):
5996 Use instead of `image-library-alist'.
5997
5998 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5999
6000 * subr.el (last): Make it faster. (Bug#7174)
6001
6002 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6003
6004 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6005
6006 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6007
6008 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6009 (describe-theme-1): Extract doc from unloaded themes.
6010
6011 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6012
6013 * themes/tango-theme.el:
6014 * themes/tango-dark-theme.el:
6015 * themes/wheatgrass-theme.el: New files.
6016
6017 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6018
6019 * cus-theme.el (describe-theme, customize-themes)
6020 (custom-theme-save): New commands.
6021 (custom-new-theme-mode-map): Bind C-x C-s.
6022 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6023 (customize-create-theme): New optional arg THEME.
6024 (custom-theme-revert): Use it.
6025 (custom-theme-visit-theme): Remove dead code.
6026 (custom-theme-merge-theme): Use custom-available-themes.
6027 (custom-theme-write): Make interactive.
6028 (custom-theme-write): Use custom-theme-name-valid-p.
6029 (describe-theme-1, custom-theme-choose-revert)
6030 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6031 New funs.
6032 (custom-theme-allow-multiple-selections): New option.
6033 (custom-theme-choose-mode): New major mode.
6034
6035 * custom.el (custom-theme-set-variables): Remove dead code.
6036 Obey custom--inhibit-theme-enable.
6037 (custom--inhibit-theme-enable): New var.
6038 (provide-theme): Obey it.
6039 (load-theme): Replace load with manual read/eval, in order to
6040 check for correctness. Use custom-theme-name-valid-p.
6041 (custom-theme-name-valid-p): New function.
6042 (custom-available-themes): Use it.
6043
6044 * cus-edit.el (custom--initialize-widget-variables): New function.
6045 (Custom-mode): Use it.
6046
6047 * cus-face.el (custom-theme-set-faces): Remove dead code.
6048 Obey custom--inhibit-theme-enable.
6049
6050 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6051
6052 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
6055
6056 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
6057
6058 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6059 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6060 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6061
6062 * cus-start.el (all): ns-right-alternate-modifier is new.
6063
6064 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * emacs-lisp/lisp.el (lisp-completion-at-point):
6067 Use emacs-lisp-mode-syntax-table for the whole function.
6068
6069 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
6070
6071 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
6072 instead of font-lock-mode before adding keywords.
6073 Remove hi-lock-mode off code. Remove inhibit hack.
6074 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6075 non-nil; removed hook inhibit hack.
6076
6077 2010-10-12 Glenn Morris <rgm@gnu.org>
6078
6079 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6080 (load-path-shadows-find): ... to this.
6081 (list-load-path-shadows): Update for above change.
6082
6083 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6084
6085 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6086
6087 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6088 Fix comment for declare-function.
6089
6090 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
6091
6092 * custom.el (custom-fix-face-spec): New function; code moved from
6093 custom-face-edit-fix-value.
6094 (custom-push-theme): Use it when checking if a face has been
6095 changed outside customize.
6096 (custom-available-themes): New function.
6097 (load-theme): Use it.
6098
6099 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
6100
6101 * custom.el (custom-push-theme): Cleanup (use cond).
6102 (disable-theme): Recompute the saved-face property.
6103 (custom-theme-recalc-face): Follow face alias before setting prop.
6104
6105 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6106 New variables, containing checkbox images.
6107
6108 * startup.el (fancy-startup-tail):
6109 * wid-edit.el (checkbox): Use them.
6110
6111 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6112
6113 * shell.el (shell-mode-map):
6114 * progmodes/modula2.el (m2-mode-map):
6115 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6116 * play/mpuz.el (mpuz-mode-map):
6117 * play/landmark.el (lm-mode-map):
6118 * play/decipher.el (decipher-mode-map):
6119 * play/5x5.el (5x5-mode-map):
6120 * net/telnet.el (telnet-mode-map):
6121 * net/quickurl.el (quickurl-list-mode-map):
6122 * net/mairix.el (mairix-searches-mode-map):
6123 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6124 * net/dig.el (dig-mode-map):
6125 * mail/mspools.el (mspools-mode-map):
6126 * hexl.el (hexl-mode-map):
6127 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6128 (wordstar-C-o-map, wordstar-C-q-map):
6129 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6130 * emacs-lisp/chart.el (chart-map):
6131 * edmacro.el (edmacro-mode-map):
6132 * erc/erc-list.el (erc-list-menu-mode-map):
6133 * array.el (array-mode-map): Declare and define in one step.
6134
6135 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6136
6137 2010-10-10 Daiki Ueno <ueno@unixuser.org>
6138
6139 * epa.el (epa-passphrase-callback-function): Display filename
6140 passed as the 3rd arg.
6141 * epa-file.el (epa-file-passphrase-callback-function):
6142 Pass filename to epa-passphrase-callback-function.
6143
6144 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * cus-edit.el (custom-face-widget-to-spec)
6147 (custom-face-get-current-spec, custom-face-state): New functions.
6148 (custom-face-set, custom-face-mark-to-save)
6149 (custom-face-value-create, custom-face-state-set): Use them.
6150
6151 * cus-theme.el (custom-theme--listed-faces): New var.
6152 (customize-create-theme): Use *Custom Theme* as the buffer name.
6153 Set revert-buffer-function. Optional arg BUFFER. Insert all
6154 faces listed in custom-theme--listed-faces.
6155 (custom-theme-revert): New function.
6156 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6157 bottom of the list.
6158 (custom-theme-write): Prompt for theme name if empty.
6159 (custom-theme-write-variables): Use dolist.
6160 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6161
6162 2010-10-09 Alan Mackenzie <acm@muc.de>
6163
6164 Enhance fontification of declarators to take account of the
6165 presence/absence of "typedef".
6166
6167 * cc-engine.el (c-forward-type): New &optional param
6168 "brace-block-too".
6169 (c-forward-decl-or-cast-1): cdr of return value now indicates the
6170 presence of either or both of a "struct"-like keyword and "typedef".
6171
6172 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6173 fontification of declarators which follow a "}".
6174 (c-font-lock-declarations): Fontify declarators according to the
6175 presence/absence of "typedef".
6176
6177 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6178 for "typedef".
6179 (c-typedef-decl-key): New lang variable built from
6180 c-typedef-decl-kwds.
6181
6182 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6183
6184 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6185 since that's too annoying. Move the filter groups commands to
6186 TAB/backtab.
6187
6188 * epa.el (epa-passphrase-callback-function): Say what we're
6189 querying the password for.
6190
6191 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
6192 behaviour, don't bury the ibuffer buffer when visiting other buffers.
6193
6194 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6197 (custom-magic-value-create): Pad button tags with spaces.
6198 (custom-face-edit): New variable.
6199 (custom-face-value-create): Determine whether to use the usual
6200 face editor here, instead of using custom-face-selected.
6201 Pass face defaults to custom-face-edit widget.
6202 (custom-face-selected, custom-display-unselected): Delete widgets.
6203 (custom-display-unselected-match): Function removed.
6204 (custom-face-set, custom-face-mark-to-save):
6205 Accept custom-face-edit widgets as the direct widget child.
6206
6207 * wid-edit.el (widget--completing-widget): New var.
6208 (widget-default-complete): Bind it when doing completion.
6209 (widget-string-complete, widget-file-complete): Use it.
6210
6211 2010-10-09 Glenn Morris <rgm@gnu.org>
6212
6213 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6214 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6215 (holiday-hebrew-misc): Small simplifications.
6216
6217 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6218
6219 * net/browse-url.el: Don't require thingatpt, term, dired,
6220 executable, or w3-auto when compiling.
6221 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6222 Declare.
6223 (browse-url-text-emacs): Require term.
6224
6225 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6226
6227 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6228
6229 2010-10-08 Glenn Morris <rgm@gnu.org>
6230
6231 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6232
6233 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6234 (shadows-compare-text-p): Make it an obsolete alias for...
6235 (load-path-shadows-compare-text): ... new name.
6236 (find-emacs-lisp-shadows): Update for above name change.
6237 (load-path-shadows-same-file-or-nonexistent): New name for the old
6238 shadow-same-file-or-nonexistent.
6239
6240 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * minibuffer.el (completion--some, completion--do-completion)
6243 (minibuffer-complete-and-exit, minibuffer-completion-help)
6244 (completion-basic-try-completion)
6245 (completion-basic-all-completions)
6246 (completion-pcm--find-all-completions): Use lexical-let to
6247 avoid some false matches in variable completion (Bug#7056)
6248
6249 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
6250
6251 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6252
6253 2010-10-08 Leo <sdl.web@gmail.com>
6254
6255 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6256 return non-nil if the file exists (Bug#7090).
6257
6258 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * minibuffer.el (completion--replace):
6261 Better preserve markers (bug#7138).
6262
6263 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
6264
6265 * server.el (server-process-filter): Doc fix.
6266
6267 2010-10-08 Drew Adams <drew.adams@oracle.com>
6268
6269 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6270
6271 2010-10-08 Glenn Morris <rgm@gnu.org>
6272
6273 * vc/ediff-wind.el (ediff-setup-control-frame):
6274 * vc/ediff-ptch.el (ediff-default-backup-extension):
6275 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6276 (ediff-exec-process): Remove system-types emx, windows-95.
6277
6278 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6279
6280 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * cus-edit.el (custom-variable, custom-face): Doc fix.
6283 (custom-face-edit): Add value-create attribute.
6284 (custom-face-edit-value-create)
6285 (custom-face-edit-value-visibility-action): New functions.
6286 Hide unused face attributes by default, and add a visibility toggle.
6287 (custom-face-edit-deactivate): Show empty values with shadow face.
6288 (custom-face-selected): Only use this for face specs with default
6289 attributes.
6290 (custom-face-value-create): Cleanup.
6291
6292 * wid-edit.el (widget-checklist-value-create): Use dolist.
6293 (widget-checklist-match-find): Make second arg optional.
6294
6295 2010-10-07 Glenn Morris <rgm@gnu.org>
6296
6297 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6298 Prefix things.
6299
6300 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6301 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6302 load-path-shadows-mode, update references.
6303 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6304 Rename variable and button.
6305 (list-load-path-shadows): Update button caller.
6306
6307 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6310 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6311 (smie-merge-prec2s): Handle those new entries.
6312 (smie-prec2-levels): Only set precedence to nil for actual
6313 openers/closers.
6314 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6315 that is now unnecessary.
6316
6317 2010-10-07 Miles Bader <miles@gnu.org>
6318
6319 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6320
6321 2010-10-07 Glenn Morris <rgm@gnu.org>
6322
6323 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6324 (mail-position-on-field): Remove declarations.
6325 (mail-position-on-field): Autoload it.
6326 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6327 and mail-header-end. Don't require sendmail.
6328
6329 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6330 (shadow-mode): New mode.
6331 (shadow-find-file): New button.
6332 (list-load-path-shadows): Use shadow-mode and buttons.
6333
6334 * iimage.el (iimage-version): Remove.
6335 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6336 Turn into defcustoms.
6337 (iimage-mode-map): Give it a doc string.
6338
6339 * calendar/appt.el (appt-activate): Give a warning rather than an error
6340 if there is no diary-file.
6341
6342 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
6343
6344 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6345 Use `tramp-handle-find-backup-file-name'.
6346
6347 2010-10-06 Glenn Morris <rgm@gnu.org>
6348
6349 * font-core.el (font-lock-defaults-alist): Remove variable.
6350 (font-lock-mode): Doc fix.
6351 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6352 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6353 (font-lock-set-defaults): Doc fix.
6354 Do not consult font-lock-defaults-alist.
6355
6356 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6357
6358 * emacs-lisp/cl.el: No longer provide cl-19.
6359
6360 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
6361
6362 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6363 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6364 New defuns, taken from tramp-smb.el.
6365 (tramp-coding-system-change-eol-conversion)
6366 (tramp-set-process-query-on-exit-flag): Remove.
6367
6368 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
6369 (tramp-compat-coding-system-change-eol-conversion)
6370 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6371 from tramp.el.
6372
6373 * net/tramp-gvfs.el:
6374 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6375 by `tramp-compat-set-process-query-on-exit-flag'.
6376
6377 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6378 Use `tramp-handle-directory-files-and-attributes',
6379 `tramp-handle-file-exists-p' and
6380 `tramp-handle-file-newer-than-file-p'.
6381 (tramp-imap-handle-file-exists-p)
6382 (tramp-imap-handle-file-executable-p)
6383 (tramp-imap-handle-file-readable-p)
6384 (tramp-imap-handle-directory-files-and-attributes)
6385 (tramp-imap-handle-file-newer-than-file-p): Remove.
6386
6387 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6388 by `tramp-compat-set-process-query-on-exit-flag' and
6389 `tramp-coding-system-change-eol-conversion' by
6390 `tramp-compat-coding-system-change-eol-conversion'.
6391
6392 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6393 Use `tramp-handle-directory-files-and-attributes',
6394 `tramp-handle-file-exists-p' and
6395 `tramp-handle-file-newer-than-file-p'.
6396 (tramp-smb-handle-directory-files-and-attributes)
6397 (tramp-smb-handle-file-exists-p)
6398 (tramp-smb-handle-file-newer-than-file-p): Remove.
6399 (tramp-smb-maybe-open-connection):
6400 Replace `tramp-set-process-query-on-exit-flag' by
6401 `tramp-compat-set-process-query-on-exit-flag'.
6402
6403 2010-10-05 Glenn Morris <rgm@gnu.org>
6404
6405 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6406
6407 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6408
6409 Continue reorganization of load dependencies. (Bug#7156)
6410
6411 * net/tramp.el (tramp-handle-file-local-copy-hook)
6412 (tramp-delete-temp-file-function): Move down.
6413 (tramp-exists-file-name-handler): Move up.
6414 (tramp-register-file-name-handlers): Simplify autoload.
6415 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6416 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6417 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6418 (tramp-handle-file-name-completion)
6419 (tramp-handle-file-name-directory)
6420 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6421 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6422 (tramp-handle-find-backup-file-name)
6423 (tramp-handle-insert-file-contents, tramp-handle-load)
6424 (tramp-handle-substitute-in-file-name)
6425 (tramp-handle-unhandled-file-name-directory)
6426 (tramp-mode-string-to-int, tramp-local-host-p)
6427 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6428
6429 * net/tramp-gvfs.el (top):
6430 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6431
6432 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6433 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6434
6435 2010-10-04 Glenn Morris <rgm@gnu.org>
6436
6437 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6438 (appt-activate): Give status messages.
6439
6440 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6441
6442 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6443 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6444 `gnutls-negotiate' (formerly `starttls-negotiate').
6445 Remove trivial wrapper `starttls-open-stream'.
6446
6447 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6448
6449 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6450 log-outgoing commands.
6451 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6452 to create a buffer local revert-buffer-function variable.
6453 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6454 revert-buffer-function lambda.
6455
6456 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6457
6458 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6459 `gnutls-boot'. Make TYPE the only required parameter.
6460 Allow TRUSTFILES and KEYFILES to be lists.
6461 (open-ssl-stream): Use it.
6462
6463 2010-10-03 Glenn Morris <rgm@gnu.org>
6464
6465 * subr.el (directory-sep-char): Remove obsolete variable.
6466 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6467 it is "necessary".
6468
6469 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6470 * vc/vc.el (vc-static-header-alist): Doc fix.
6471 * vc/vc-cvs.el (vc-cvs-header):
6472 * vc/vc-rcs.el (vc-rcs-header):
6473 * vc/vc-sccs.el (vc-sccs-header):
6474 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6475 * obsolete/vc-mcvs.el (vc-mcvs-header):
6476 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6477 on XEmacs.
6478
6479 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6480
6481 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6482 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6483
6484 2010-10-03 Glenn Morris <rgm@gnu.org>
6485
6486 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6487
6488 * textmodes/rst.el (rst-font-lock-keywords-function):
6489 Drop Emacs 20 code.
6490
6491 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6492
6493 * printing.el: Drop Emacs 20 code.
6494
6495 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6496 without having used appt.el already).
6497
6498 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6499 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6500 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6501 XEmacs.
6502 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6503 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6504
6505 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6506 (charset-width, find-charset-region, chars-in-region, forward-point)
6507 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6508 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6509 Remove compatibility cruft (none of these are used by ps*.el).
6510
6511 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6512
6513 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6514
6515 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6516
6517 * server.el (server-process-filter, server-return-error):
6518 Give emacsclient time to shut down after receiving an error string.
6519
6520 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6521
6522 * files.el (remote-file-name-inhibit-cache): New defcustom.
6523
6524 * time.el (display-time-file-nonempty-p):
6525 Use `remote-file-name-inhibit-cache'.
6526
6527 * net/tramp.el (tramp-completion-reread-directory-timeout):
6528 Fix docstring.
6529
6530 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6531 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6532 `remote-file-name-inhibit-cache'. Check also for an integer
6533 value. Add/increase counter when `tramp-verbose' >= 10.
6534 (tramp-set-file-property): Add/increase counter when
6535 `tramp-verbose' >= 10.
6536
6537 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6538 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6539 (tramp-bug): Set tramp-autoload cookie. Report all interned
6540 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6541 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6542 characters only in strings.
6543
6544 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6545 to backward compatibility.
6546
6547 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6548 (tramp-handle-file-name-all-completions)
6549 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6550 (tramp-open-connection-setup-interactive-shell):
6551 Call `tramp-cleanup-connection' directly.
6552
6553 2010-10-02 Glenn Morris <rgm@gnu.org>
6554
6555 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6556
6557 * subr.el (char-bytes): Remove obsolete function.
6558
6559 * isearch.el (isearch-return-char): Remove obsolete function.
6560
6561 * mouse.el: No longer provide mldrag.
6562 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6563 Remove obsolete aliases.
6564
6565 * comint.el (comint-kill-output): Remove obsolete alias.
6566
6567 * composite.el (decompose-composite-char): Remove obsolete function.
6568 * ps-def.el (decompose-composite-char): Remove unused function.
6569
6570 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6571
6572 * outline.el (outline-visible): Remove obsolete function.
6573
6574 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6575 * faces.el (internal-find-face, internal-get-face)
6576 (frame-update-faces, frame-update-face-colors)
6577 (x-frob-font-weight, x-frob-font-slant)
6578 (internal-frob-font-weight, internal-frob-font-slant)
6579 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6580 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6581 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6582 since Emacs 21.1.
6583 * emulation/viper-util.el (viper-get-face):
6584 * obsolete/lucid.el (find-face, get-face): Use facep.
6585 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6586 Remove unused functions.
6587 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6588
6589 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6590 delete tempfile if interrupted during compilation.
6591
6592 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6593
6594 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6595 gnutls-cli.
6596 (tls-program): Add --insecure to be consistent with the defaults from
6597 openssl s_client. Now all three commands are insecure.
6598
6599 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6600
6601 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6602 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6603 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6604
6605 2010-10-01 Glenn Morris <rgm@gnu.org>
6606
6607 * obsolete/sc.el: Remove file.
6608
6609 * files.el (temporary-file-directory): On darwin, also try
6610 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6611
6612 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6613
6614 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6615 Let's not break compatibility gratuitously, shall we?
6616
6617 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6618
6619 * net/tls.el (tls-starttls-switches): New variable.
6620 (tls-find-starttls-argument): Use it.
6621 (open-tls-stream): Ditto.
6622
6623 * net/netrc.el (netrc-credentials): Return the value of the "default"
6624 entry.
6625 (netrc-machine): Ditto.
6626
6627 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6628
6629 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6630
6631 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6632
6633 * server.el (server-start): Don't write pid to the authentication file.
6634 (server-create-tty-frame): Don't send pid.
6635 (server-process-filter): Send pid at the start of every connection.
6636
6637 2010-09-30 Glenn Morris <rgm@gnu.org>
6638
6639 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6640 (show-all-diary-entries): Remove obsolete function aliases.
6641
6642 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6643 Remove options, obsolete since 22.1.
6644 (appt-display-format, appt-display-message):
6645 Remove backwards-compatibility code.
6646 (appt-check): No longer check appt-issue-message.
6647 (appt-make-list): No longer autoload it. Doc fix. No longer
6648 activate the package.
6649
6650 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6651
6652 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6653 (starttls-negotiate): Just call boot, and let the handshake be
6654 triggered from the read loop.
6655
6656 2010-09-29 Glenn Morris <rgm@gnu.org>
6657
6658 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6659 not displaying the diary.
6660 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6661 * calendar/appt.el (appt-check): No longer need to kill diary.
6662
6663 * calendar/diary-lib.el (diary-list-entries): Move the
6664 "Preparing..." message entirely here.
6665 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6666 messages to diary-list-entries.
6667 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6668 diary-display-function.
6669
6670 * calendar/diary-lib.el (diary-include-other-diary-files):
6671 Trap some recursive includes.
6672
6673 * calendar/appt.el (appt-activate): Check diary file.
6674
6675 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6676
6677 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6678 construction.
6679
6680 * calendar/time-date.el: No need to require cl for Emacs 21.
6681
6682 2010-09-28 Glenn Morris <rgm@gnu.org>
6683
6684 * calendar/appt.el (appt-check): Minor simplification.
6685
6686 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6687
6688 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6689 citation prefix.
6690
6691 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6692
6693 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6694 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6695
6696 2010-09-27 Kenichi Handa <handa@m17n.org>
6697
6698 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6699 "ustar" format.
6700
6701 2010-09-27 Kenichi Handa <handa@m17n.org>
6702
6703 * international/mule.el (define-coding-system): Docstring fixed.
6704
6705 * international/mule-diag.el (describe-character-set): Use princ
6706 with proper print-length and print-level instead of insert.
6707
6708 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * window.el (walk-windows): Doc fix (bug#7105).
6711
6712 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * emacs-lisp/float-sup.el (e): Remove.
6715
6716 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6717
6718 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6719 variable.
6720 (starttls-negotiate): Use it.
6721
6722 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6723
6724 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6725 back.
6726
6727 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6730
6731 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6732
6733 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6734
6735 * net/netrc.el (netrc-store-data): New function.
6736
6737 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6738
6739 * net/gnutls.el: GnuTLS glue code to set up a connection.
6740
6741 2010-09-25 Julien Danjou <julien@danjou.info>
6742
6743 * notifications.el: Call dbus-register-signal only if it is bound.
6744
6745 2010-09-25 Glenn Morris <rgm@gnu.org>
6746
6747 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6748 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6749 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6750 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6751 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6752 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6753 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6754 * eshell/esh-util.el, eshell/esh-var.el:
6755 Remove leading `*' from docs of faces and defcustoms.
6756
6757 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6758
6759 * eshell/em-ls.el (eshell-ls-archive-regexp):
6760 * eshell/esh-util.el (eshell-tar-regexp):
6761 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6762 * info.el (Info-suffix-list):
6763 * international/mule.el (auto-coding-alist):
6764 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6765 * progmodes/etags.el (tags-compression-info-list):
6766 Support xz compression.
6767
6768 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6769
6770 * files.el (get-free-disk-space): Don't assume the "df" output
6771 columns line up (Bug#6995).
6772
6773 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * finder.el (finder-unknown-keywords):
6776 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6777 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6778
6779 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6780
6781 * server.el (server-start): Revert part of 2010-08-08 change. Using
6782 address 127.0.0.1 for local host is now done in Fmake_network_process.
6783
6784 2010-09-24 Glenn Morris <rgm@gnu.org>
6785
6786 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6787 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6788 * textmodes/css-mode.el, textmodes/dns-mode.el:
6789 Move autoloaded auto-mode-alist entries to files.el.
6790 * files.el (auto-mode-alist): Move entries here.
6791
6792 2010-09-23 Glenn Morris <rgm@gnu.org>
6793
6794 * isearch.el (isearch-lazy-highlight-cleanup)
6795 (isearch-lazy-highlight-initial-delay)
6796 (isearch-lazy-highlight-interval)
6797 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6798 * net/net-utils.el (ipconfig-program-options):
6799 Move aliases to options before the associated definitions.
6800
6801 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * newcomment.el (comment-normalize-vars): Better test validity of
6804 comment-end-skip.
6805
6806 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6809 (float-e): New name for `e'.
6810 (degrees-to-radians, radians-to-degrees):
6811 * calendar/solar.el (solar-longitude):
6812 * calculator.el (calculator-registers, calculator-funcall):
6813 * textmodes/artist.el (artist-spray-random-points):
6814 * play/bubbles.el (bubbles--initialize-images): Use new names.
6815
6816 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6817
6818 Update to CEDET 1.0's version of EIEIO.
6819
6820 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6821 New function.
6822 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6823 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6824 (class-precedence-list): If class is nil, return nil.
6825 (eieio-generic-call): If class of first input arg is nil, don't
6826 look up static methods, and do check for primary methods.
6827 (initialize-instance): See if the default needs to be evaluated
6828 during the constructor.
6829 (eieio-perform-slot-validation-for-default): Don't do the check
6830 for values that will eventually be evaluated.
6831 (eieio-eval-default-p): New function.
6832 (eieio-default-eval-maybe): Use it.
6833
6834 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6835
6836 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6837 method-invocation-order.
6838 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6839 (eieio-class-precedence-dfs): Compute class precedence list using
6840 dfs algorithm.
6841 (eieio-class-precedence-bfs): Compute class precedence list using
6842 bfs algorithm.
6843 (eieio-class-precedence-c3): Compute class precedence list using
6844 c3 algorithm.
6845 (class-precedence-list): New function.
6846 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6847 (inconsistent-class-hierarchy): New error symbol.
6848 (call-next-method): Stow the replacement argument list for future
6849 call-next-method invocations.
6850
6851 2010-09-23 Glenn Morris <rgm@gnu.org>
6852
6853 * calendar/appt.el (appt-check): If not displaying the diary,
6854 use (diary 1) to only get the entries we need.
6855 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6856 that it is in day order. (Bug#7019)
6857
6858 * calendar/appt.el (appt-check): Rather than showing the diary,
6859 just turn off invisible display, and only if needed.
6860
6861 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6862
6863 2010-09-23 Glenn Morris <rgm@gnu.org>
6864
6865 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6866 (byte-compile-defvar, byte-compile-cl-warn):
6867 Start warnings with lower-case, like the majority.
6868
6869 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6870
6871 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6872
6873 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6874 * files.el (auto-mode-alist): Move ld-script entries here, further down
6875 the list.
6876
6877 * vc/add-log.el: Don't require timezone when compiling.
6878 (timezone-make-date-sortable): Autoload it.
6879 (change-log-sortable-date-at): Don't require timezone.
6880 Use `ignore-errors'.
6881
6882 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6883 Move alias before definition, so it does not need autoloading.
6884
6885 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6886 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6887 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6888 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6889 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6890 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6891 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6892 * textmodes/tex-mode.el, textmodes/two-column.el:
6893 Remove leading `*' from docs of defcustoms etc.
6894
6895 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6896
6897 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6898
6899 2010-09-22 Dan Christensen <jdc@uwo.ca>
6900
6901 * calendar/time-date.el (date-to-time): Try using parse-time-string
6902 first before using the slower timezone-make-date-arpa-standard.
6903
6904 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6905
6906 * calendar/time-date.el (format-seconds): Comment fix.
6907
6908 2010-09-22 Glenn Morris <rgm@gnu.org>
6909
6910 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6911 is not automatically buffer-local.
6912
6913 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6916 (smie-indent-comment): Be more careful with comment-start-skip.
6917 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6918 (smie-indent-functions): Use them.
6919
6920 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6921
6922 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6923
6924 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6925
6926 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6927 tool-bar-position. Don't modify frame parameters here.
6928 (menu-bar-options-save): Add tool-bar-position.
6929
6930 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6931
6932 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6933
6934 * textmodes/reftex-parse.el (reftex-what-macro)
6935 (reftex-context-substring): Let-bind forward-sexp-function to nil
6936 since we don't need/want to treat \begin...\end as a block (bug#7053).
6937
6938 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6939
6940 * simple.el (blink-matching-open): Use syntax-class.
6941
6942 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6943 Set invisibility spec for pascal's outline mode.
6944 (pascal-outline-change): Clean up calling convention.
6945 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6946
6947 * progmodes/prolog.el (prolog-smie-forward-token)
6948 (prolog-smie-backward-token): New functions.
6949 (prolog-mode-variables): Use them to parse "!," correctly.
6950 Set up smie-blink-matching for ".".
6951
6952 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6953 and `end'.
6954 (ispell-region, ispell-process-line): Update users.
6955
6956 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6957 point-min==1.
6958
6959 * textmodes/ispell.el: Fix commenting convention.
6960 (ispell-parse-output): Simplify, use push.
6961 (ispell-region): Use match-string-no-properties.
6962 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6963 (ispell-minor-mode): Use define-minor-mode.
6964 (ispell-message): Remove unused var `skip-regexp'.
6965 (ispell-add-per-file-word-list): Use dynamic let-binding.
6966 Try and use the proper comment marker.
6967
6968 * mail/sendmail.el: Fix commenting convention.
6969 (sendmail-send-it): Use line-beginning-position.
6970
6971 * help-fns.el (describe-variable): Add original value, if applicable.
6972
6973 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
6974
6975 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6976
6977 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6978
6979 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6982 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6983 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6984 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6985 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6986 something like "." can also be a closer.
6987 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6988 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6989 Rename internal functions to use "--". Update callers.
6990
6991 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6992
6993 * fringe.el (fringe-styles): New var.
6994 (fringe-mode, fringe-query-style): Use it.
6995
6996 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6997
6998 * progmodes/sql.el: Version 2.8
6999 (sql-login-params): Update widget structure; changes still needed.
7000 (sql-product-alist): Add :list-all and :list-table features for
7001 SQLite, Postgres and MySQL products.
7002 (sql-redirect): Handle default value.
7003 (sql-execute, sql-execute-feature): New functions.
7004 (sql-read-table-name): New function.
7005 (sql-list-all, sql-list-table): New functions. User API.
7006 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7007 for above functions.
7008 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7009 for above functions.
7010 (sql-postgres-login-params): Add user and database defaults.
7011 (sql-buffer-live-p): Bug fix.
7012 (sql-product-history): New variable.
7013 (sql-read-product): New function. Use it.
7014 (sql-set-product, sql-product-interactive): Use it.
7015 (sql-connection-history): New variable.
7016 (sql-read-connection): New function. Use it.
7017 (sql-connect): New function.
7018 (sql-for-each-login): Redesign function interface.
7019 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
7020 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7021 (sql-comint): Check for program. Existing live buffer.
7022 (sql-comint-postgres): Add port parameter.
7023
7024 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7025
7026 * emacs-lisp/warnings.el: Fix commenting convention.
7027 (display-warning): Use special mode and make the buffer read-only.
7028
7029 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7030
7031 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7032 empty string when it follows a repeated or optional pattern.
7033
7034 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7037 (indent-region): Use indent-according-to-mode.
7038
7039 2010-09-18 Eli Zaretskii <eliz@gnu.org>
7040
7041 * fringe.el (fringe-mode): Doc fix.
7042
7043 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7044
7045 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7046 refreshing the preview buffer.
7047
7048 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7051 (latex-syntax-propertize-rules): New consts; replace
7052 tex-font-lock-syntactic-keywords.
7053 (tex-env-mark, latex-env-before-change): New functions.
7054 (latex-electric-env-pair-mode): New minor mode.
7055 (tex-font-lock-verb): Change arguments; do move point.
7056 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7057 representation as a form of comment.
7058 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7059 (doctex-syntax-propertize-rules): New const; replaces
7060 doctex-font-lock-syntactic-keywords.
7061 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7062
7063 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7064 (fortran-make-syntax-propertize-function): New function; replaces
7065 fortran-font-lock-syntactic-keywords.
7066 (fortran-mode): Use it.
7067 (fortran-line-length): Use it. Improve interactive spec.
7068
7069 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7070 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7071 when adding surrounding \(..\).
7072
7073 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7074
7075 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7078 Use with-current-buffer.
7079
7080 * isearch.el (isearch-face): Rename from `isearch'.
7081 (isearch-highlight): Use new name.
7082
7083 2010-09-17 Eli Zaretskii <eliz@gnu.org>
7084
7085 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7086 5, for `half' width fringes. (Bug#6933)
7087
7088 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7091 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7092
7093 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7094
7095 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
7096
7097 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7098 in calculating new frame position. Add more space between new and
7099 parent on the left (Bug#7048).
7100
7101 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
7102
7103 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7104 defmacro.
7105
7106 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
7107
7108 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
7109
7110 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7111 obsolete alias for x-selection-value.
7112
7113 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7114
7115 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7118 cookie.
7119
7120 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
7121
7122 * net/tramp-compat.el (tramp-compat-with-temp-message)
7123 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7124 (tramp-compat-process-put): New defuns.
7125
7126 * net/tramp.el (top):
7127 * net/tramp-gvfs.el (top):
7128 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7129
7130 * net/tramp.el (tramp-progress-reporter-update):
7131 Use `tramp-compat-funcall'.
7132
7133 * net/tramp.el (tramp-process-actions):
7134 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7135 * net/tramp-sh.el (tramp-handle-vc-registered)
7136 (tramp-get-remote-stat, tramp-get-remote-readlink):
7137 Use `tramp-compat-with-temp-message'.
7138
7139 * net/tramp-sh.el (top): Require 'cl.
7140 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
7141 (tramp-open-connection-setup-interactive-shell):
7142 Use `tramp-compat-process-put'.
7143
7144 2010-09-15 Alan Mackenzie <acm@muc.de>
7145
7146 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7147 indentation.
7148 (c-forward-<>-arglist-recur): Fix an infinite recursion.
7149
7150 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7153 `lexical' for warnings related to lexical scoping.
7154 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7155 global vars which don't have a prefix and could hence affect lexical
7156 scoping in unrelated files.
7157
7158 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7159
7160 * net/imap.el: Revert back to version
7161 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7162 seem problematic.
7163
7164 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7165
7166 * obsolete/old-whitespace.el (whitespace-unload-function):
7167 Explicitly pass `obarray' to `unintern' to avoid a warning.
7168
7169 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7172 Add `when' argument. Update callers.
7173
7174 * subr.el (unintern): Declare the obarray arg mandatory.
7175
7176 2010-09-14 Glenn Morris <rgm@gnu.org>
7177
7178 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7179 Doc fixes.
7180
7181 * calendar/diary-lib.el (diary-included-files): New variable.
7182 (diary-list-entries): Maybe initialize diary-included-files.
7183 (diary-include-other-diary-files): Append to diary-included-files.
7184 * calendar/appt.el (appt-update-list): Also check the members of
7185 diary-included-files. (Bug#6999)
7186 (appt-check): Doc fix.
7187
7188 2010-09-14 David Reitter <david.reitter@gmail.com>
7189
7190 * simple.el (line-move-visual): Do not truncate goal column to
7191 integer size. (Bug#7020)
7192
7193 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * repeat.el (repeat): Allow repeating when the last event is a click.
7196 Suggested by Drew Adams (bug#6256).
7197
7198 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
7199
7200 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
7201 Replace setting HGRCPATH to "" by some less invasive --config options.
7202
7203 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7204
7205 * font-lock.el (font-lock-beginning-of-syntax-function):
7206 Mark as obsolete.
7207
7208 2010-09-14 Glenn Morris <rgm@gnu.org>
7209
7210 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7211 and tool-bar modes. (Bug#6211)
7212 (menu-bar-mode): Move setting of standard-value after the
7213 minor-mode definition, otherwise it seems to have no effect.
7214
7215 2010-09-14 Masatake YAMATO <yamato@redhat.com>
7216
7217 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7218 Fix typo. (Bug#6976)
7219
7220 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7221
7222 * whitespace.el: Allow cleaning up blanks without blank
7223 visualization (Bug#6651). Adjust help window for
7224 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7225 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7226 (whitespace-style): Add new value 'face. Adjust docstring.
7227 (whitespace-space, whitespace-hspace, whitespace-tab):
7228 Adjust foreground property face.
7229 (whitespace-line-column): Adjust docstring and type declaration.
7230 (whitespace-style-value-list, whitespace-toggle-option-alist)
7231 (whitespace-help-text): Adjust const initialization.
7232 (whitespace-toggle-options, global-whitespace-toggle-options):
7233 Adjust docstring.
7234 (whitespace-display-window, whitespace-interactive-char)
7235 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7236 (whitespace-help-scroll): New fun.
7237
7238 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7239
7240 * calendar/time-date.el (format-seconds): Comment fix.
7241
7242 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7243
7244 * progmodes/sql.el: Version 2.7.
7245 (sql-buffer-live-p): Improve detection.
7246 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7247 (sql-set-sqli-buffer): Use it.
7248 (sql-product-interactive): Run `sql-set-sqli-hook'.
7249 (sql-rename-buffer): Code cleanup.
7250 (sql-redirect, sql-redirect-value): New functions. More to come.
7251
7252 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
7253
7254 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
7255 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7256 (TRAMP_SRC): New macro.
7257 ($(lisp)/net/tramp-loaddefs.el): New target.
7258
7259 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
7260
7261 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7262
7263 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7264
7265 * net/tramp.el (top): Don't show loading message. Require just
7266 'tramp-compat, everything else is required there.
7267 Use `ignore-errors' where appropriate.
7268 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7269 (tramp-terminal-type, tramp-end-of-output)
7270 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7271 (tramp-completion-function-alist-ssh)
7272 (tramp-completion-function-alist-telnet)
7273 (tramp-completion-function-alist-su)
7274 (tramp-completion-function-alist-putty, tramp-remote-path)
7275 (tramp-remote-process-environment, tramp-sh-extra-args)
7276 (tramp-actions-before-shell, tramp-uudecode)
7277 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7278 (tramp-perl-file-attributes)
7279 (tramp-perl-directory-files-and-attributes)
7280 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7281 (tramp-perl-encode, tramp-perl-decode)
7282 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7283 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7284 (tramp-handle-make-symbolic-link, tramp-handle-load)
7285 (tramp-handle-file-name-as-directory)
7286 (tramp-handle-file-name-directory)
7287 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7288 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7289 (tramp-do-file-attributes-with-ls)
7290 (tramp-do-file-attributes-with-perl)
7291 (tramp-do-file-attributes-with-stat)
7292 (tramp-handle-set-visited-file-modtime)
7293 (tramp-handle-verify-visited-file-modtime)
7294 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7295 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7296 (tramp-handle-file-selinux-context)
7297 (tramp-handle-set-file-selinux-context)
7298 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7299 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7300 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7301 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7302 (tramp-handle-file-ownership-preserved-p)
7303 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7304 (tramp-handle-directory-files-and-attributes)
7305 (tramp-do-directory-files-and-attributes-with-perl)
7306 (tramp-do-directory-files-and-attributes-with-stat)
7307 (tramp-handle-file-name-all-completions)
7308 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7309 (tramp-handle-copy-file, tramp-handle-copy-directory)
7310 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7311 (tramp-do-copy-or-rename-file-via-buffer)
7312 (tramp-do-copy-or-rename-file-directly)
7313 (tramp-do-copy-or-rename-file-out-of-band)
7314 (tramp-handle-make-directory, tramp-handle-delete-directory)
7315 (tramp-handle-delete-file)
7316 (tramp-handle-dired-recursive-delete-directory)
7317 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7318 (tramp-handle-insert-directory)
7319 (tramp-handle-unhandled-file-name-directory)
7320 (tramp-handle-expand-file-name)
7321 (tramp-handle-substitute-in-file-name)
7322 (tramp-handle-executable-find, tramp-process-sentinel)
7323 (tramp-handle-start-file-process, tramp-handle-process-file)
7324 (tramp-handle-call-process-region, tramp-handle-shell-command)
7325 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7326 (tramp-handle-insert-file-contents)
7327 (tramp-handle-insert-file-contents-literally)
7328 (tramp-handle-find-backup-file-name)
7329 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7330 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7331 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7332 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7333 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7334 (tramp-find-file-exists-command, tramp-open-shell)
7335 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7336 (tramp-open-connection-setup-interactive-shell)
7337 (tramp-local-coding-commands, tramp-remote-coding-commands)
7338 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7339 (tramp-inline-compress-commands, tramp-find-inline-compress)
7340 (tramp-compute-multi-hops, tramp-maybe-open-connection)
7341 (tramp-send-command, tramp-wait-for-output)
7342 (tramp-send-command-and-check, tramp-barf-unless-okay)
7343 (tramp-send-command-and-read, tramp-mode-string-to-int)
7344 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7345 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7346 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7347 (tramp-method-out-of-band-p, tramp-local-host-p)
7348 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7349 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7350 (tramp-get-test-command, tramp-get-test-nt-command)
7351 (tramp-get-file-exists-command, tramp-get-remote-ln)
7352 (tramp-get-remote-perl, tramp-get-remote-stat)
7353 (tramp-get-remote-readlink, tramp-get-remote-trash)
7354 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7355 (tramp-get-local-uid, tramp-get-local-gid)
7356 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
7357 tramp-sh.el.
7358 (tramp-methods, tramp-default-method-alist)
7359 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7360 Move initialization to tramp-sh.el.
7361 (tramp-temp-name-prefix): Make it a defconst.
7362 (tramp-dissect-file-name): Don't check anymore for multi-hop
7363 methods.
7364 (tramp-debug-outline-regexp): Add a docstring.
7365 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
7366 (tramp-get-debug-buffer): Use it.
7367
7368 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7369 initialization forms.
7370 (tramp-set-connection-property): Don't protect `tramp-message'
7371 call, it isn't necessary any longer.
7372 (tramp-dump-connection-properties): Use `ignore-errors'.
7373
7374 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7375 'password-cache and 'auth-source.
7376
7377 * net/tramp-gvfs.el (top):
7378 * net/tramp-smb.el (top): Require 'tramp-sh.
7379
7380 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7381
7382 * net/tramp-sh.el: New file, derived from tramp.el.
7383 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7384 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7385 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7386 Use `ignore-errors' where appropriate.
7387 (tramp-sh-file-name-handler-alist): Rename from
7388 `tramp-file-name-handler-alist'.
7389 (tramp-send-command-and-check): Return t or nil. Remove all
7390 `zerop' checks, where called.
7391 (tramp-handle-set-file-modes)
7392 (tramp-do-copy-or-rename-file-directly)
7393 (tramp-handle-delete-directory, tramp-handle-delete-file)
7394 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7395 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7396 (tramp-get-remote-ln): Set tramp-autoload cookie.
7397
7398 * net/tramp-fish.el: Remove file.
7399
7400 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7401
7402 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7403 buffer-file-name to avoid file-locking. (Bug#7026)
7404
7405 2010-09-13 Julien Danjou <julien@danjou.info>
7406
7407 * notifications.el (notifications-notify): Add support for
7408 image-path and sound-name.
7409 (notifications-specification-version): Add this variable.
7410
7411 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7414
7415 2010-09-12 Leo <sdl.web@gmail.com>
7416
7417 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7418 (rcirc-completion-start): New variables.
7419 (rcirc-nick-completions): Rename to rcirc-completions.
7420 (rcirc-nick-completion-start-offset): Delete.
7421 (rcirc-completion-at-point): New function for constructing
7422 completion data for both nicks and irc commands. Add to
7423 completion-at-point-functions in rcirc mode.
7424 (rcirc-complete): Rename from rcirc-nick-complete; use
7425 rcirc-completion-at-point.
7426 (defun-rcirc-command): Update rcirc-client-commands.
7427
7428 2010-09-11 Glenn Morris <rgm@gnu.org>
7429
7430 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7431 atomically, to avoid parallel build errors. (Bug#4196)
7432
7433 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7434
7435 * progmodes/sql.el: Version 2.6
7436 (sql-dialect): Synonym for "sql-product".
7437 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7438 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7439 Set "sql-buffer" to buffer name not buffer object so multiple sql
7440 interactive buffers work properly. Reverts misguided changes in
7441 earlier work.
7442 (sql-comint): Make sure different buffer name is used if "*SQL*"
7443 buffer is for a different product.
7444 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7445 login param.
7446 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7447 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7448 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7449 Accept new buffer name or prompt for one.
7450 (sql-port): Default to zero.
7451 (sql-comint-mysql): Handle "sql-port" as a numeric.
7452 (sql-port-history): Delete unused variable.
7453 (sql-get-login): Default "sql-port" to a number.
7454 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7455 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7456 "sqlite3" executables.
7457 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7458 (sql-buffer-live-p): New function.
7459 (sql-mode-menu, sql-send-string): Use it.
7460 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7461 syntax pattern.
7462 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7463 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7464
7465 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7466
7467 * net/netrc.el (netrc-credentials): New convenience function.
7468
7469 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7472 to replace texinfo-font-lock-syntactic-keywords.
7473 (texinfo-mode): Use it.
7474
7475 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7476 Use syntax-propertize-function.
7477
7478 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7479 replace sgml-font-lock-syntactic-keywords.
7480 (sgml-mode): Use it.
7481
7482 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7483 since we don't use it.
7484
7485 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7486
7487 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7488 if available.
7489 (vhdl-fontify-buffer): Adjust.
7490
7491 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7492 replace tcl-font-lock-syntactic-keywords.
7493 (tcl-mode): Use it.
7494
7495 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7496 replace simula-font-lock-syntactic-keywords.
7497 (simula-mode): Use it.
7498
7499 * progmodes/sh-script.el (sh-st-symbol): Remove.
7500 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7501 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7502 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7503 (sh-font-lock-paren): Set syntax-multiline.
7504 (sh-font-lock-syntactic-keywords): Remove.
7505 (sh-syntax-propertize-function): New function to replace it.
7506 (sh-mode): Use it.
7507
7508 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7509 Define while compiling.
7510 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7511 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7512 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7513 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7514 (ruby-here-doc-end-syntax): Only define when
7515 syntax-propertize is not available.
7516 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7517 New functions.
7518 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7519 (electric-indent-chars): Silence bytecompiler.
7520 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7521 electric-indent-chars.
7522
7523 * progmodes/python.el (python-syntax-propertize-function): New var to
7524 replace python-font-lock-syntactic-keywords.
7525 (python-mode): Use it.
7526 (python-quote-syntax): Simplify and adjust to new use.
7527
7528 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7529 replace perl-font-lock-syntactic-keywords.
7530 (perl-syntax-propertize-special-constructs): New fun to replace
7531 perl-font-lock-special-syntactic-constructs.
7532 (perl-font-lock-syntactic-face-function): New fun.
7533 (perl-mode): Use it.
7534
7535 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7536 to replace octave-font-lock-close-quotes.
7537 (octave-syntax-propertize-function): New function to replace
7538 octave-font-lock-syntactic-keywords.
7539 (octave-mode): Use it.
7540
7541 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7542 replaces mixal-font-lock-syntactic-keywords.
7543 (mixal-mode): Use it.
7544
7545 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7546 New var; replaces makefile-font-lock-syntactic-keywords.
7547 (makefile-mode): Use it.
7548 (makefile-imake-mode): Adjust.
7549
7550 * progmodes/js.el (js--regexp-literal): Define while compiling.
7551 (js-syntax-propertize-function): New var; replaces
7552 js-font-lock-syntactic-keywords.
7553 (js-mode): Use it.
7554
7555 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7556 replaces gdb-script-font-lock-syntactic-keywords.
7557 (gdb-script-mode): Use it.
7558
7559 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7560 (fortran--font-lock-syntactic-keywords): New var.
7561 (fortran-line-length): Update syntax-propertize-function and
7562 fortran--font-lock-syntactic-keywords.
7563
7564 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7565
7566 * progmodes/cfengine.el (cfengine-mode):
7567 Use syntax-propertize-function.
7568 (cfengine-font-lock-syntactic-keywords): Remove.
7569
7570 * progmodes/autoconf.el (autoconf-mode):
7571 Use syntax-propertize-function.
7572 (autoconf-font-lock-syntactic-keywords): Remove.
7573
7574 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7575 (ada-after-change-function, ada-initialize-syntax-table-properties)
7576 (ada-handle-syntax-table-properties): Only define when
7577 syntax-propertize is not available.
7578 (ada-mode): Use syntax-propertize-function.
7579
7580 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7581 (font-lock-fontify-syntactic-keywords-region): Move handling of
7582 font-lock-syntactically-fontified to...
7583 (font-lock-default-fontify-region): ...here.
7584 Let syntax-propertize-function take precedence.
7585 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7586
7587 * emacs-lisp/syntax.el (syntax-propertize-function)
7588 (syntax-propertize-chunk-size, syntax-propertize--done)
7589 (syntax-propertize-extend-region-functions): New vars.
7590 (syntax-propertize-wholelines, syntax-propertize-multiline)
7591 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7592 (syntax-propertize): New functions.
7593 (syntax-propertize-rules): New macro.
7594 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7595 (syntax-ppss): Call syntax-propertize.
7596
7597 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7598
7599 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7600
7601 * textmodes/ispell.el (ispell-init-process): Improve comments.
7602 XEmacs compatibility changes regarding (add-hook) 'local option
7603 and (set-process-query-on-exit-flag).
7604
7605 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7606
7607 * net/tramp-cache.el (tramp-parse-connection-properties):
7608 Set tramp-autoload cookie.
7609
7610 2010-09-09 Glenn Morris <rgm@gnu.org>
7611
7612 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7613 (imagemagick-register-types): Doc fix.
7614
7615 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7618
7619 * progmodes/js.el (require): Require is already "eval-and-compile".
7620 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7621 (js--re-search-backward): Use js--re-search-forward.
7622
7623 * progmodes/fortran.el (fortran-line-length): Don't recompute
7624 syntactic keywords redundantly a second time.
7625
7626 * progmodes/ada-mode.el: Replace "(set '" with setq.
7627 (ada-mode): Simplify.
7628 (ada-create-case-exception, ada-adjust-case-interactive)
7629 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7630 (ada-search-ignore-string-comment, ada-move-to-start)
7631 (ada-move-to-end): Use with-syntax-table.
7632
7633 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7634 (font-lock-unfontify-region, font-lock-default-fontify-region):
7635 Update usage correspondingly.
7636 (font-lock-fontify-syntactic-keywords-region):
7637 Set parse-sexp-lookup-properties buffer-locally here.
7638 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7639
7640 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7641
7642 2010-09-08 Glenn Morris <rgm@gnu.org>
7643
7644 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7645 Error if not compiled with -DBYTE_CODE_METER.
7646
7647 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7648 Ignore dir-locals-file.
7649
7650 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7653 Not a const.
7654 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7655 for the `gnu' messages.
7656 (compilation-set-skip-threshold): New command.
7657 (compilation-start): Use \' rather than $.
7658 (compilation-forget-errors): Use clrhash.
7659
7660 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7661
7662 * textmodes/ispell.el (ispell-valid-dictionary-list):
7663 Simplify logic.
7664
7665 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7666
7667 Migrate to Tramp 2.2. Rearrange load dependencies.
7668 (Bug#1529, Bug#5448, Bug#5705)
7669
7670 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7671 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7672 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7673
7674 * net/tramp.el (top): Remove all other tramp-* loads except
7675 tramp-compat.el. Remove all changes to tramp-unload-hook for
7676 other tramp-* packages. Rearrange defun order. Change calls of
7677 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7678 `tramp-compat-octal-to-decimal' to new function names.
7679 (tramp-terminal-type, tramp-initial-end-of-output)
7680 (tramp-methods, tramp-foreign-file-name-handler-alist)
7681 (tramp-tramp-file-p, tramp-completion-mode-p)
7682 (tramp-send-command-and-check, tramp-get-remote-path)
7683 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7684 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7685 (with-file-property, with-connection-property): Move to
7686 tramp-cache.el.
7687 (tramp-local-call-process, tramp-decimal-to-octal)
7688 (tramp-octal-to-decimal): Move to tramp-compat.el.
7689 (tramp-handle-shell-command): Do not require 'shell.
7690 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7691 symbols.
7692 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7693
7694 * net/tramp-cache.el (top): Require 'tramp. Add to
7695 `tramp-unload-hook'.
7696 (tramp-cache-data, tramp-get-file-property)
7697 (tramp-set-file-property, tramp-flush-file-property)
7698 (tramp-flush-directory-property, tramp-get-connection-property)
7699 (tramp-set-connection-property, tramp-flush-connection-property)
7700 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7701 cookie.
7702 (with-file-property, with-connection-property): New defuns, moved
7703 from tramp.el.
7704 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7705 macro.
7706
7707 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7708 (tramp-version): Set tramp-autoload cookie.
7709
7710 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7711 changes to tramp-unload-hook for other tramp-* packages. Add to
7712 `tramp-unload-hook'.
7713 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7714 (tramp-compat-call-process): New defuns, moved from tramp.el.
7715
7716 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7717 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7718 Add to `tramp-unload-hook'. Change call of
7719 `tramp-compat-decimal-to-octal' to new function name.
7720 (tramp-fish-method): Make it a defconst.
7721 (tramp-fish-file-name-p): Make it a defsubst.
7722 (tramp-fish-method, tramp-fish-file-name-handler)
7723 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7724
7725 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7726 `tramp-foreign-file-name-handler-alist'. Add to
7727 `tramp-unload-hook'.
7728 (tramp-ftp-method): Make it a defconst.
7729 (tramp-ftp-file-name-p): Make it a defsubst.
7730 (tramp-ftp-method, tramp-ftp-file-name-handler)
7731 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7732
7733 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7734 `tramp-foreign-file-name-handler-alist'. Add to
7735 `tramp-unload-hook'. Change checks, whether package can be
7736 loaded.
7737 (tramp-gvfs-file-name-p): Make it a defsubst.
7738 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7739 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7740 (tramp-gvfs-handle-file-directory-p): New defun.
7741 (tramp-gvfs-file-name-handler-alist): Use it.
7742
7743 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7744 `tramp-foreign-file-name-handler-alist'. Add to
7745 `tramp-unload-hook'.
7746 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7747 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7748 defconst.
7749 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7750 (tramp-gw-open-connection): Set tramp-autoload cookie.
7751
7752 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7753 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7754 Add to `tramp-unload-hook'. Change checks, whether package can be
7755 loaded.
7756 (tramp-imap-file-name-p): Make it a defsubst.
7757 (tramp-imap-method, tramp-imaps-method)
7758 (tramp-imap-file-name-handler)
7759 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7760
7761 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7762 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7763 Add to `tramp-unload-hook'. Change checks, whether package can be
7764 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7765 function name.
7766 (tramp-smb-tunnel-method): Make it a defconst.
7767 (tramp-smb-file-name-p): Make it a defsubst.
7768 (tramp-smb-method, tramp-smb-file-name-handler)
7769 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7770
7771 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7772 (tramp-uuencode-region): Set tramp-autoload cookie.
7773
7774 * net/trampver.el (top) Add to `tramp-unload-hook'.
7775 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7776 cookie. Update release number.
7777
7778 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7779
7780 * textmodes/ispell.el (ispell-start-process): Make sure original
7781 arg list is properly initialized (Bug#6993, Bug#6994).
7782
7783 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7784
7785 * files.el (directory-abbrev-alist): Use \` as default regexp.
7786
7787 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7788 chars like - or ] (bug#6984).
7789 (rx-any-condense-range): Explode 2-char ranges.
7790
7791 2010-09-06 Glenn Morris <rgm@gnu.org>
7792
7793 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7794
7795 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7796
7797 * textmodes/bibtex.el:
7798 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7799
7800 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7801
7802 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7803 since no callers use it.
7804 (imap-message-get): Ditto.
7805 (imap-message-put): Ditto.
7806 (imap-mailbox-map): Ditto.
7807 (imap-mailbox-put): Ditto.
7808 (imap-mailbox-get): Ditto.
7809 (imap-mailbox-get): Revert last change for this function.
7810
7811 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7812
7813 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7814 callers to use `imap-fetch' instead. According to the comments, this
7815 should be safe, since all other IMAP clients use the 1:* syntax.
7816 (imap-enable-exchange-bug-workaround): Remove.
7817 (imap-debug): Remove -- doesn't seem very useful.
7818
7819 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7820
7821 * net/imap.el (imap-log): New convenience function used throughout
7822 instead of repeating the same code all over the place.
7823
7824 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7825
7826 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7827 when mouse-drag-copy-region is non-nil (Bug#6956).
7828
7829 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7830
7831 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7832 Improve regexps (Bug#6987).
7833 (dired-sort-toggle): Search more robustly for -t flag.
7834
7835 * files.el (get-free-disk-space): Search more robustly for
7836 "available" column. Suggested by Ehud Karni
7837 <ehud@unix.mvs.co.il>.
7838
7839 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7840
7841 * international/uni-bidi.el:
7842 * international/uni-category.el:
7843 * international/uni-combining.el:
7844 * international/uni-decimal.el:
7845 * international/uni-mirrored.el:
7846 * international/uni-name.el: Regenerate.
7847
7848 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * electric.el (electric-indent-post-self-insert-function):
7851 Don't reindent with a sloppy indentation function.
7852
7853 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7854 border case in change-log-mode.
7855
7856 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7857
7858 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7859 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7860 Recognize leading tab in gcc-include regexp. Ignore names with
7861 leading "from" or "in" in gnu regexp (Bug#6937).
7862
7863 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7866 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7867 (ispell-start-process): Avoid setq and simplify logic.
7868 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7869 (kill-buffer-hook): Don't use it globally with code that uses
7870 expand-file-name since that may call kill-buffer via
7871 code_conversion_restore.
7872
7873 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7874
7875 * emacs-lisp/package.el (package-directory-list): Only call
7876 file-name-nondirectory on a string.
7877
7878 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * emacs-lisp/package.el (package--download-one-archive):
7881 Ensure that archive-contents is valid before saving it.
7882 (package-activate-1, package-mark-obsolete, define-package)
7883 (package-compute-transaction, package-list-maybe-add): Use push.
7884
7885 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 Use SMIE's blink-paren for octave-mode.
7888 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7889 Backslashes do not escape single-quotes, single-quotes do.
7890 (octave-block-else-regexp, octave-block-end-regexp)
7891 (octave-block-match-alist): Remove.
7892 (octave-smie-bnf-table): New var, with old content.
7893 (octave-smie-op-levels): Use it.
7894 (octave-smie-closer-alist): New var.
7895 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7896 (octave-blink-matching-block-open): Remove.
7897 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7898 (octave-electric-space): Let self-insert-command run expand-abbrev and
7899 blink parens.
7900
7901 * electric.el (electricity): New group.
7902 (electric-indent-chars): New var.
7903 (electric-indent-post-self-insert-function): New fun.
7904 (electric-indent-mode): New minor mode.
7905 (electric-pair-skip-self): New custom.
7906 (electric-pair-post-self-insert-function): New function.
7907 (electric-pair-mode): New minor mode.
7908
7909 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7910 calcAlg-blink-matching-open.
7911 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7912 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7913 Use the new blink-matching-check-function.
7914
7915 Provide blink-matching support to SMIE.
7916 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7917 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7918 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7919
7920 * simple.el (newline): Fix last change to properly remove itself from
7921 the hook.
7922
7923 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * simple.el (newline): Eliminate optimization.
7926 Use post-self-insert-hook to set hard-newline and things before
7927 running post-self-insert-hook.
7928 (blink-matching-check-mismatch): New function.
7929 (blink-matching-check-function): New variable.
7930 (blink-matching-open): Use them.
7931 Skip back forward over prefix chars skipped by forward-sexp.
7932 Don't check if the parens are backslash escaped.
7933 (blink-paren-post-self-insert-function): Check backslash escaping here.
7934
7935 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7936
7937 * emacs-lisp/package.el (package-menu-mode-map):
7938 Change package-menu-revert bindings to revert-buffer.
7939 (package-menu-mode): Set revert-buffer-function.
7940 (package-menu-revert): Doc fix.
7941
7942 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7943
7944 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7945 `default-directory' unless using Ispell per-directory personal
7946 dictionaries and not in a mini-buffer under XEmacs.
7947 (kill-buffer-hook): Do not kill ispell process on exit when
7948 `ispell-process-directory' is "~/". (Bug#6143)
7949
7950 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7951
7952 * simple.el (kill-new): Call interprogram-cut-function with only
7953 one argument.
7954
7955 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7956 Remove cut buffer from error message.
7957
7958 * term/x-win.el (x-select-text):
7959 * term/pc-win.el (x-selection-value):
7960 * term/ns-win.el (x-selection-value):
7961 * eshell/em-term.el:
7962 * w32-fns.el (x-get-selection-value):
7963 * mouse-sel.el (mouse-sel-set-selection-function):
7964 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7965
7966 * term/x-win.el: Update documentation for x-last-selected-text-*.
7967 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7968 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7969 (x-select-text): Remove argument PUSH, update documentation.
7970 Remove cut-buffer code.
7971 (x-selection-value-internal): Was previously x-selection-value.
7972 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7973 Update documentation, remove cut-buffer code.
7974 Call x-selection-value-internal.
7975 (x-clipboard-yank): Call x-selection-value-internal.
7976 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7977
7978 * term/pc-win.el (x-last-selected-text):
7979 x-cut-buffer-or-selection-value renamed to x-selection-value
7980 (x-select-text): Remove argument PUSH, update documentation.
7981
7982 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7983 x-cut-buffer-or-selection-value renamed to x-selection-value
7984 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7985 (x-select-text): Remove argument PUSH, update documentation.
7986
7987 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7988
7989 * w32-fns.el (x-last-selected-text):
7990 x-cut-buffer-or-selection-value renamed to x-selection-value.
7991 (x-cut-buffer-max): Remove.
7992 (x-select-text): Remove argument PUSH, update documentation.
7993
7994 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7995
7996 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7997
7998 * mouse-sel.el (mouse-sel-get-selection-function):
7999 x-cut-buffer-or-selection-value renamed to x-selection-value.
8000 (x-select-text): Remove optional push.
8001
8002 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * simple.el (blink-paren-function): Move from C to here.
8005 (blink-paren-post-self-insert-function): New function.
8006 (post-self-insert-hook): Use it.
8007
8008 * emacs-lisp/pcase.el (pcase-split-memq):
8009 Fix overenthusiastic optimisation.
8010 (pcase-u1): Handle the case of a lambda pred.
8011
8012 2010-08-31 Kenichi Handa <handa@m17n.org>
8013
8014 * international/mule-cmds.el (standard-display-european-internal):
8015 Setup standard-display-table for 8-bit characters by storing 8-bit
8016 characters in the element vector.
8017
8018 * disp-table.el (standard-display-8bit):
8019 Setup standard-display-table for 8-bit characters by storing 8-bit
8020 characters in the element vector.
8021 (standard-display-european): Likewise.
8022
8023 2010-08-31 Masatake YAMATO <yamato@redhat.com>
8024
8025 * textmodes/nroff-mode.el (nroff-view): New command.
8026 (nroff-mode-map): Bind it to C-c C-c.
8027
8028 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * emacs-lisp/smie.el (smie-down-list): New command.
8031
8032 Remove old indentation and navigation code on octave-mode.
8033 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8034 smie-down-list rather than add a binding for octave-down-block.
8035 (octave-mark-block, octave-blink-matching-block-open):
8036 Rely on forward-sexp-function.
8037 (octave-fill-paragraph): Don't narrow, so you can use
8038 indent-according-to-mode.
8039 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8040 (octave-in-block-p, octave-re-search-forward-kw)
8041 (octave-re-search-backward-kw, octave-indent-calculate)
8042 (octave-end-as-array-index-p, octave-block-end-offset)
8043 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8044 (octave-down-block, octave-backward-up-block, octave-up-block)
8045 (octave-before-magic-comment-p, octave-indent-line): Remove.
8046
8047 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
8048
8049 * emacs-lisp/package.el (package--read-archive-file): Just use
8050 `read', to avoid copying an additional string.
8051 (package-menu-mode): Set header-line-format here.
8052 (package-menu-refresh, package-menu-revert): Signal an error if
8053 not in the Package Menu.
8054 (package-menu-package-list): New var.
8055 (package--generate-package-list): Operate on the current buffer;
8056 don't assume that it is *Packages*, since the user may rename it.
8057 Allow persistent package listings and sort keys using
8058 package-menu-package-list and package-menu-package-sort-key.
8059 (package-menu--version-predicate): Fix version calculation.
8060 (package-menu-sort-by-column): Don't select the window.
8061 (package--list-packages): Create the *Packages* buffer.
8062 Set package-menu-package-list-key.
8063 (list-packages): Sorting by status is now the default.
8064 (package-buffer-info): Use match-string-no-properties.
8065 (define-package): Add a &rest argument for future proofing, but
8066 don't use it yet.
8067 (package-install-from-buffer, package-install-buffer-internal):
8068 Merge into a single function, package-install-from-buffer.
8069 (package-install-file): Change caller.
8070
8071 * finder.el: Load finder-inf using `require'.
8072 (finder-list-matches): Sorting by status is now the default.
8073 (finder-compile-keywords): Simpify printing.
8074
8075 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8078 (octave-mode-map): Remove special bindings for forward/backward-block
8079 and octave-backward-up-block. Use smie-close-block.
8080 (octave-continuation-marker-regexp): New var.
8081 (octave-continuation-regexp): Use it.
8082 (octave-operator-table, octave-smie-op-levels)
8083 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8084 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8085 (octave-mode): Use SMIE.
8086 (octave-close-block): Delete.
8087
8088 2010-08-30 Eli Zaretskii <eliz@gnu.org>
8089
8090 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8091 CLIPBOARD, not in PRIMARY. (Bug#6944)
8092
8093 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8096 a list of parents.
8097 (smie-indent-column): Allow indirection through variables.
8098
8099 * composite.el (save-buffer-state): Delete, unused.
8100 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8101 (font-lock-default-fontify-region): Use with-syntax-table.
8102 * jit-lock.el (with-buffer-unmodified): Remove.
8103 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8104
8105 Use `declare' in defmacros.
8106 * window.el (save-selected-window):
8107 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8108 * progmodes/python.el (def-python-skeleton):
8109 * net/dbus.el (dbus-ignore-errors):
8110 * jka-cmpr-hook.el (with-auto-compression-mode):
8111 * international/mule.el (with-category-table):
8112 * emacs-lisp/timer.el (with-timeout):
8113 * emacs-lisp/lisp-mnt.el (lm-with-file):
8114 * emacs-lisp/eieio.el (with-slots):
8115 * emacs-lisp/easymenu.el (easy-menu-define):
8116 * emacs-lisp/debug.el (debugger-env-macro):
8117 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8118 (Multiple-value-call, Multiple-value-prog1):
8119 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8120 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8121 edebug rule to definition.
8122 * emacs-lisp/lisp-mode.el (save-selected-window)
8123 (with-current-buffer, combine-after-change-calls)
8124 (with-output-to-string, with-temp-file, with-temp-buffer)
8125 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8126 (dolist, dotimes, when, unless):
8127 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8128
8129 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8130
8131 * finder.el: Require `package'.
8132 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8133 (finder-package-info): Var deleted.
8134 (finder-keywords-hash, finder--builtins-alist): New vars.
8135 (finder-compile-keywords): Compute package--builtins and
8136 finder-keywords-hash instead of finder-keywords-hash, respecting
8137 the "Package" header.
8138 (finder-unknown-keywords, finder-list-matches):
8139 Use finder-keywords-hash and package--list-packages.
8140 (finder-mode): Don't set font-lock-defaults.
8141 (finder-exit): We don't use "*Finder-package*" and "*Finder
8142 Category*" buffers anymore.
8143
8144 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8145 (package--builtins): Set default value to nil.
8146 (package-initialize): Load precomputed value of package--builtins
8147 from finder-inf.el.
8148 (package-alist, package-compute-transaction)
8149 (package-download-transaction): Improve docstring.
8150 (package-read-all-archive-contents): Do not change
8151 package--builtins here.
8152 (list-packages): Make package-list-packages an alias for this.
8153 Sort by status by default.
8154 (package--list-packages): Add optional PACKAGES arg.
8155 (describe-package-1): Use font-lock-face property. For built-in
8156 packages, insert file commentary.
8157 (package--generate-package-list): Rename from
8158 package-list-packages-internal; all callers changed. Add optional
8159 PACKAGES arg. Add alphabetical sort fallbacks.
8160 (package-menu--version-predicate, package-menu--status-predicate)
8161 (package-menu--description-predicate)
8162 (package-menu--name-predicate): New functions.
8163
8164 * info.el (Info-finder-find-node): Search package-alist instead of
8165 finder-package-info.
8166
8167 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8168
8169 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8170 "alpha" and "beta".
8171 (version-to-list): Handle versions like "10.3d".
8172
8173 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8176 (macroexp-accumulate): Use `declare'.
8177
8178 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8179
8180 * whitespace.el (whitespace-style): Adjust type declaration.
8181
8182 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8183
8184 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8185
8186 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8187
8188 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8189 (Bug#6907).
8190
8191 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8192
8193 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8194 (js-paren-indent-offset, js-square-indent-offset)
8195 (js-curly-indent-offset): New options.
8196 (js--proper-indentation): Use them.
8197
8198 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8199
8200 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8201 instead of inspecting font-lock properties (Bug#6916).
8202
8203 2010-08-26 David Reitter <david.reitter@gmail.com>
8204
8205 * server.el (server-visit-files): Run pre-command-hook and
8206 post-command-hook for each buffer while it is current (Bug#6910).
8207 (server-execute): Do not run hooks here.
8208
8209 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
8210
8211 Sync with Tramp 2.1.19.
8212
8213 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8214 deleting tmpfile.
8215 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
8216
8217 * net/tramp.el (tramp-handle-expand-file-name)
8218 (tramp-completion-handle-file-name-all-completions)
8219 (tramp-completion-handle-file-name-completion):
8220 Use `tramp-connectable-p'.
8221
8222 * net/trampver.el: Update release number.
8223
8224 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8225
8226 * help.el (help-map): Bind `C-h P' to describe-package.
8227
8228 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8229
8230 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8231 when downloading archives.
8232 (describe-package-1): Add package commentary.
8233 (package-install-button-action): New function.
8234 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8235 (package-menu-view-commentary): Function removed.
8236 (package-list-packages-internal): Hide the `package' package too.
8237
8238 2010-08-25 Kenichi Handa <handa@m17n.org>
8239
8240 * language/misc-lang.el ("Arabic"): New language environment.
8241 Setup composition-function-table for Arabic characters.
8242
8243 * international/fontset.el (setup-default-fontset): Fix typo for
8244 arabic OTF spec (fini->fina).
8245
8246 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8247
8248 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8249 on all frames.
8250
8251 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8252
8253 * whitespace.el: Allow cleaning up blanks without blank
8254 visualization (Bug#6651). Adjust help window for
8255 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8256 instead of whitespace-line-column (from EmacsWiki). New version
8257 13.1.
8258 (whitespace-style): Add new value 'face. Adjust docstring.
8259 (whitespace-space, whitespace-hspace, whitespace-tab):
8260 Adjust foreground property face.
8261 (whitespace-line-column): Adjust docstring and type declaration.
8262 (whitespace-style-value-list, whitespace-toggle-option-alist)
8263 (whitespace-help-text): Adjust const initialization.
8264 (whitespace-toggle-options, global-whitespace-toggle-options):
8265 Adjust docstring.
8266 (whitespace-display-window, whitespace-interactive-char)
8267 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8268 (whitespace-help-scroll): New fun.
8269
8270 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8271
8272 * emacs-lisp/package.el (list-packages): Alias for
8273 package-list-packages.
8274
8275 2010-08-24 Kevin Ryde <user42@zip.com.au>
8276
8277 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8278 (Bug#5651).
8279
8280 * progmodes/ruby-mode.el (ruby): Add defgroup.
8281
8282 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8283
8284 * progmodes/python.el: Add Ipython support (Bug#5390).
8285 (python-shell-prompt-alist)
8286 (python-shell-continuation-prompt-alist): New options.
8287 (python--set-prompt-regexp): New function.
8288 (inferior-python-mode, run-python, python-shell):
8289 Require ansi-color. Use python--set-prompt-regexp to set the comint
8290 prompt based on the Python interpreter.
8291 (python--prompt-regexp): New var.
8292 (python-check-comint-prompt)
8293 (python-comint-output-filter-function): Use it.
8294 (run-python): Use a pipe (Bug#5694).
8295
8296 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8297
8298 * progmodes/python.el (python-send-region): Send a different
8299 Python command if Ipython is in use.
8300 (python-check-version): Use a Python command to find the version.
8301
8302 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * mouse.el (mouse-yank-primary): Avoid setting primary when
8305 deactivating the mark (Bug#6872).
8306
8307 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
8308
8309 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8310 with "else" (Bug#3991).
8311
8312 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
8313
8314 * net/dbus.el: Accept UNIX domain sockets as bus address.
8315 (top): Don't initialize `dbus-registered-objects-table' anymore,
8316 this is done in dbusbind.c.
8317 (dbus-check-event): Adapt test for bus.
8318 (dbus-return-values-table, dbus-unregister-service)
8319 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8320 Adapt doc string.
8321
8322 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
8323
8324 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8325
8326 2010-08-22 Juri Linkov <juri@jurta.org>
8327
8328 * simple.el (read-extended-command): New function with the logic
8329 for `completing-read' moved to Elisp from `execute-extended-command'.
8330 Use `function-called-at-point' in `minibuffer-default-add-function'
8331 to get a command name for M-n (bug#5364, bug#5214).
8332
8333 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8334
8335 * startup.el (command-line-1): Issue warning for ignored arguments
8336 --unibyte, etc (Bug#6886).
8337
8338 2010-08-22 Leo <sdl.web@gmail.com>
8339
8340 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8341 (ignore, bright, dim, keyword): Split list of nicknames before
8342 passing to rcirc-add-or-remove (Bug#6894).
8343
8344 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8345
8346 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8347
8348 2010-08-22 Leo <sdl.web@gmail.com>
8349
8350 Fix buffer-list rename&refresh after killing a buffer in ido.
8351 * ido.el: Revert Óscar's.
8352 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8353 Remember the buffers at head, rather than their name.
8354 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
8355
8356 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8357 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8360 extra backslash added to each line (bug#6890).
8361
8362 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8365
8366 2010-08-22 Glenn Morris <rgm@gnu.org>
8367
8368 * menu-bar.el (menu-bar-games-menu): Add landmark.
8369
8370 2010-08-22 Glenn Morris <rgm@gnu.org>
8371
8372 * align.el (align-regexp): Make group and spacing arguments
8373 use the interactive defaults when non-interactive. (Bug#6698)
8374
8375 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8376 expansion, so as not to need sendmail.
8377 (mail-text-start): Remove declaration.
8378 (rmail-retry-failure): Require sendmail.
8379
8380 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8383
8384 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
8385
8386 * progmodes/flymake.el (flymake-start-syntax-check-process):
8387 Use `start-file-process' in order to let it run also on remote hosts.
8388
8389 2010-08-22 Kenichi Handa <handa@m17n.org>
8390
8391 * files.el: Add `word-wrap' as safe local variable.
8392
8393 2010-08-22 Glenn Morris <rgm@gnu.org>
8394
8395 * woman.el (woman-translate): Case matters. (Bug#6849)
8396
8397 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * simple.el (kill-region): Doc fix (Bug#6787).
8400
8401 2010-08-22 Glenn Morris <rgm@gnu.org>
8402
8403 * calendar/diary-lib.el (diary-header-line-format):
8404 Fit it to the window, not the frame.
8405
8406 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8407
8408 * subr.el (ignore-errors): Add debug declaration.
8409
8410 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8411
8412 * whitespace.el (whitespace-color-off): Remove post-command-hook
8413 locally.
8414
8415 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8418
8419 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8420
8421 * cus-edit.el (custom-group-value-create): Add extra newline
8422 before end line (Bug#6876).
8423
8424 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8425
8426 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8427 when extending it. Before killing on the second click, check if
8428 the buffer is the correct one. Doc fix.
8429 (mouse-secondary-save-then-kill): Allow usage without first
8430 calling mouse-start-secondary, by defaulting to point. Don't save
8431 an empty secondary selection. Doc fix.
8432
8433 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8434
8435 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8436 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8437 New version 13.0.
8438 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8439 Adjust initialization.
8440 (whitespace-bob-marker, whitespace-eob-marker)
8441 (whitespace-buffer-changed): New vars.
8442 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8443 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8444 (whitespace-post-command-hook, whitespace-display-char-on):
8445 Adjust code.
8446 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8447 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8448
8449 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * files.el (locate-file-completion-table): Only list the .el and .elc
8452 extensions if there's no other choice (bug#5955).
8453
8454 * facemenu.el (facemenu-self-insert-data): New var.
8455 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8456 New functions.
8457 (facemenu-add-face): Use them.
8458
8459 * simple.el (blink-matching-open): Obey forward-sexp-function.
8460
8461 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * simple.el (prog-mode-map): New var.
8464 (prog-indent-sexp): New command.
8465
8466 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8467
8468 * progmodes/prolog.el (smie): Require.
8469
8470 * emacs-lisp/smie.el (smie-default-backward-token)
8471 (smie-default-forward-token): Strip properties.
8472 (smie-next-sexp): Be more careful with associative operators.
8473 (smie-forward-sexp-command): Generalize.
8474 (smie-backward-sexp-command): Simplify.
8475 (smie-closer-alist): New var.
8476 (smie-close-block): New command.
8477 (smie-indent-debug-log): New var.
8478 (smie-indent-offset-rule): Add a few more cases.
8479 (smie-indent-column): New function.
8480 (smie-indent-after-keyword): Use it.
8481 (smie-indent-keyword): Use it.
8482 Fix up the opener code's point position.
8483 (smie-indent-comment): Only applies at BOL.
8484 (smie-indent-debug): New command.
8485
8486 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8487 declarations that are useful before running the macro.
8488
8489 2010-08-18 Joakim Verona <joakim@verona.se>
8490
8491 * image.el (imagemagick-types-inhibit): New variable.
8492 (imagemagick-register-types): New function.
8493 * image-mode.el (image-transform-properties): New function.
8494 (image-transform-set-scale, image-transform-fit-to-height)
8495 (image-transform-set-rotation, image-transform-set-resize)
8496 (image-transform-fit-to-width, image-transform-fit-to-height):
8497 New functions.
8498 (image-toggle-display-image): Support image transforms.
8499
8500 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8501
8502 * image.el (create-animated-image): Don't add heuristic mask to image
8503 (Bug#6839).
8504
8505 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8506
8507 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8508 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8509
8510 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8513
8514 Font-lock '...' strings, plus various simplifications and fixes.
8515 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8516 (octave-font-lock-close-quotes): New function.
8517 (octave-font-lock-syntactic-keywords): New var.
8518 (octave-mode): Use it. Set beginning-of-defun-function.
8519 (octave-mode-map): Don't override the <foo>-defun commands.
8520 (octave-mode-menu): Pass it directly to easy-menu-define;
8521 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8522 (octave-block-match-alist): Fix up last change so that
8523 octave-close-block uses the more specific keyword.
8524 (info-lookup-mode): Silence byte-compiler.
8525 (octave-beginning-of-defun): Not interactive any more.
8526 Optimize slightly.
8527 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8528 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8529 (octave-completion-at-point-function): Make sure point is within
8530 beg..end.
8531 (octave-reindent-then-newline-and-indent):
8532 Use reindent-then-newline-and-indent.
8533 (octave-add-octave-menu): Remove.
8534
8535 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8536
8537 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8538 (report-emacs-bug-can-use-xdg-email): New functions.
8539 (report-emacs-bug): Set can-xdg-email to result of
8540 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8541 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8542 about it.
8543
8544 * net/browse-url.el (browse-url-default-browser): Add cond
8545 for browse-url-xdg-open.
8546 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8547
8548 2010-08-17 Glenn Morris <rgm@gnu.org>
8549
8550 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8551 (c-fontify-recorded-types-and-refs): Define for compiler.
8552 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8553 before use.
8554
8555 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8556 Fix format call.
8557
8558 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8559
8560 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8561 properties.
8562 (tramp-handle-process-file): Call the program in a subshell, in
8563 order to preserve working directory.
8564 (tramp-action-password): Hide password prompt before next run.
8565 (tramp-process-actions): Widen connection buffer for the trace.
8566
8567 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8568
8569 * net/rcirc.el (rcirc-log-process-buffers): New option.
8570 (rcirc-print): Use it.
8571 (rcirc-generate-log-filename): New function.
8572 (rcirc-log-filename-function): Change default to
8573 rcirc-generate-log-filename (Bug#6828).
8574
8575 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * simple.el (deactivate-mark): If select-active-regions is `only',
8578 only set selection for temporarily active regions.
8579
8580 * cus-start.el: Change defcustom for select-active-regions.
8581
8582 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8583
8584 * mouse.el (mouse--drag-set-mark-and-point): New function.
8585 (mouse-drag-track): Use LOCATION arg to push-mark.
8586 Use mouse--drag-set-mark-and-point to take click-count into
8587 consideration when updating point and mark (Bug#6840).
8588
8589 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8590
8591 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8592 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8593
8594 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8595
8596 * font-lock.el (lisp-font-lock-keywords-2):
8597 Add combine-after-change-calls, condition-case-no-debug,
8598 with-demoted-errors, and with-silent-modifications (Bug#6025).
8599
8600 2010-08-14 Kevin Ryde <user42@zip.com.au>
8601
8602 * emacs-lisp/copyright.el (copyright-update-year)
8603 (copyright-update): Temporary switch-to-buffer to ensure the
8604 buffer change being queried is visible (Bug#5394).
8605
8606 2010-08-14 Tom Tromey <tromey@redhat.com>
8607
8608 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8609 (Bug#6733).
8610
8611 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8612
8613 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8614 MS-DOS. (Bug#6689)
8615
8616 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8617
8618 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8619 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8620 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8621 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8622 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8623 Call menu-bar-set-tool-bar-position.
8624
8625 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8628 comment style (bug#6834).
8629 * progmodes/scheme.el (scheme-mode-syntax-table):
8630 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8631 "b" flag in "' 14b" syntax.
8632
8633 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8634 for (un)commenting the region and performing completion.
8635 (octave-mode-menu): Use standard commands for help and completion.
8636 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8637 (octave-mode): Use define-derived-mode.
8638 Set completion-at-point-functions and don't set columns.
8639 Don't disable adaptive-fill-regexp.
8640 (octave-describe-major-mode, octave-comment-region)
8641 (octave-uncomment-region, octave-comment-indent)
8642 (octave-indent-for-comment): Remove.
8643 (octave-indent-calculate): Rename from calculate-octave-indent.
8644 (octave-indent-line, octave-fill-paragraph): Update caller.
8645 (octave-initialize-completions): No need to make an alist.
8646 (octave-completion-at-point-function): New function.
8647 (octave-complete-symbol): Use it.
8648 (octave-insert-defun): Use define-skeleton.
8649
8650 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8651 (octave-mode-map): Use comment-dwim (bug#6829).
8652
8653 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8654
8655 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8656 indentation of inserted comment.
8657
8658 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8659
8660 * faces.el (region): Add type gtk that uses gtk colors.
8661
8662 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8663 Handle theme-name change.
8664
8665 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8666
8667 * progmodes/sql.el: Version 2.5
8668 (sql-product-alist): Add :prompt-cont-regexp property for several
8669 database products.
8670 (sql-prompt-cont-regexp): New variable.
8671 (sql-output-newline-count, sql-output-by-send):
8672 New variables. Record number of newlines in input text.
8673 (sql-send-string): Handle multiple filters and count newlines.
8674 (sql-send-magic-terminator): Count terminator newline.
8675 (sql-interactive-remove-continuation-prompt): Filters output to
8676 remove continuation prompts; one for each newline.
8677 (sql-interactive-mode): Set up new variables, prompt regexp and
8678 output filter.
8679 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8680 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8681
8682 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * emacs-lisp/pcase.el: New file.
8685
8686 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8687
8688 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8689 as here-document, otherwise the command could exceed maximum
8690 length of command line.
8691 (tramp-handle-vc-registered): Call script accordingly.
8692 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8693
8694 2010-08-10 Kenichi Handa <handa@m17n.org>
8695
8696 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8697 composable pattern.
8698
8699 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8700
8701 * emacs-lisp/package.el (package-version-split)
8702 (package--version-first-nonzero, package-version-compare):
8703 Functions removed.
8704 (package-directory-list, package-load-all-descriptors)
8705 (package--built-in, package-activate, define-package)
8706 (package-installed-p, package-compute-transaction)
8707 (package-read-all-archive-contents)
8708 (package--add-to-archive-contents, package-buffer-info)
8709 (package-tar-file-info, package-list-packages-internal):
8710 Use version-to-list and version-list-*.
8711
8712 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8713 Use version-to-list.
8714 (package-upload-buffer-internal): Use version-list-<=.
8715
8716 2010-08-09 Kenichi Handa <handa@m17n.org>
8717
8718 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8719 composable pattern.
8720
8721 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8722
8723 * tutorial.el (tutorial--default-keys): C-d is now bound to
8724 delete-forward-char (Bug#6826).
8725
8726 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8727 for `double' value of mouse-1-click-follows-link (Bug#6807).
8728
8729 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8730
8731 * replace.el (replace-highlight): Bind isearch-forward and
8732 isearch-error, ensuring that highlighting is updated if the user
8733 switches the search direction (Bug#6808).
8734
8735 * isearch.el (isearch-lazy-highlight-forward): New var.
8736 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8737 (isearch-lazy-highlight-update): Use it.
8738
8739 2010-08-08 Kenichi Handa <handa@m17n.org>
8740
8741 * international/mule.el (define-charset): Store NAME as :base property.
8742 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8743 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8744 current priority. Force using the designation of the specific
8745 charset by adding `charset' text property. Improve the whole algorithm.
8746
8747 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8748
8749 * emulation/pc-select.el (pc-selection-mode-hook)
8750 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8751 (pc-selection-mode): Fix typos in docstrings.
8752
8753 2010-08-08 Kenichi Handa <handa@m17n.org>
8754
8755 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8756 ctext-non-standard-encodings-alist here.
8757
8758 * international/mule.el (ctext-non-standard-encodings-alist):
8759 Add "koi8-r" and "microsoft-cp1251".
8760 (ctext-standard-encodings): New variable.
8761 (ctext-non-standard-encodings-table): List only elements for
8762 non-standard encodings.
8763 (ctext-pre-write-conversion): Adjust for the above change.
8764 Check ctext-standard-encodings.
8765
8766 * international/mule-conf.el (compound-text): Doc fix.
8767 (ctext-no-compositions): Doc fix.
8768 (compound-text-with-extensions): Doc fix.
8769
8770 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8773
8774 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8775
8776 * progmodes/which-func.el (which-func-format): Split help-echo text
8777 into lines, like other mode-line tooltips.
8778
8779 * server.el (server-start): When using TCP sockets, force IPv4
8780 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8781
8782 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8785
8786 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8787
8788 * term.el (term-delimiter-argument-list): Reflow docstring.
8789 (term-read-input-ring, term-write-input-ring, term-send-input)
8790 (term-bol, term-erase-in-display, serial-supported-or-barf):
8791 Fix typos in docstrings.
8792
8793 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8796
8797 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8798
8799 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8800
8801 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8802
8803 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8804 Fix typo in docstring (bug#6747).
8805
8806 2010-08-08 Leo <sdl.web@gmail.com>
8807
8808 * eshell/esh-io.el (eshell-get-target): Better detection of
8809 read-only file (Bug#6762).
8810
8811 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8812
8813 * align.el (align-default-spacing): Doc fix.
8814 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8815
8816 2010-08-08 Stephen Peters <speters@itasoftware.com>
8817
8818 * calendar/icalendar.el
8819 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8820 (icalendar--get-weekday-numbers): New.
8821 (icalendar--convert-recurring-to-diary): Handle multiple byday
8822 values in weekly rules. (Bug#6766)
8823
8824 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8825
8826 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8827 (icalendar--create-uid, icalendar-export-region)
8828 (icalendar--parse-summary-and-rest): Code formatting.
8829
8830 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8831
8832 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8833 to italicize headers.
8834 (calc-highlight-selections-with-faces): New variable.
8835 (calc-selected-face, calc-nonselected-face): New faces.
8836
8837 * calc/calccomp.el (math-comp-highlight-string): Use
8838 `calc-highlight-selections-with-faces' to determine how to highlight
8839 sub-formulas.
8840
8841 * calc/calc-sel.el (calc-show-selections): Change message to when
8842 using faces to highlight selections.
8843
8844 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8845
8846 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8847 Add SQLite 3 keywords, functions and datatypes.
8848 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8849 (Bug#6686).
8850
8851 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8852
8853 * simple.el (select-active-regions): Move to keyboard.c.
8854 (deactivate-mark): Used saved-region-selection.
8855 (select-active-region): Function removed.
8856 (activate-mark, set-mark, push-mark-command)
8857 (handle-shift-selection): Don't call it.
8858 (keyboard-quit): Avoid adding the region to the window selection.
8859
8860 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8861 select-active-regions implementation.
8862 (mouse-yank-at-click): Doc fix.
8863
8864 * cus-start.el: Add custom declaration for select-active-regions.
8865
8866 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8867
8868 * simple.el (delete-forward-char): Doc fix.
8869
8870 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8871 after reading the tutorial.
8872
8873 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8874
8875 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8876 Fix for the case that a C style comment has its delimiters alone on
8877 their respective lines. (Bug#193)
8878
8879 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8880
8881 * net/tramp.el (tramp-handle-start-file-process): Set connection
8882 property "vec".
8883 (tramp-process-sentinel): Use it for flushing the cache.
8884 We cannot do it via the process buffer, the buffer could be deleted
8885 already when running the sentinel.
8886
8887 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8888
8889 * comint.el (comint-mode): Make directory tracking functions
8890 functional on remote files. (Bug#6764)
8891
8892 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8893
8894 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8895
8896 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8897
8898 * emacs-lisp/find-gc.el (find-gc-source-files):
8899 Rename unexec.c => unexcoff.c.
8900
8901 * emacs-lisp/authors.el (authors-fixed-entries):
8902 Rename unexec.c => unexcoff.c.
8903
8904 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8905
8906 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8907 cache, not only file cache.
8908 (tramp-process-sentinel): New defun.
8909 (tramp-handle-start-file-process): Use it, in order to invalidate
8910 file caches.
8911
8912 2010-08-03 Leo <sdl.web@gmail.com>
8913
8914 * server.el (server-start): Simplify loop.
8915
8916 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * frame.el (screen-height, screen-width, set-screen-width)
8919 (set-screen-height): Remove ancient compatibility aliases.
8920
8921 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8922 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8923
8924 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8925 that change current buffer.
8926
8927 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8928
8929 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8930 beginning of the string. Use `string-match-p'. (Bug#6765)
8931
8932 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8933
8934 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8935
8936 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8937
8938 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8939 (package--builtins): Tweak descriptions.
8940 (package-print-package): Upcase descriptions if necessary.
8941 Show all built-in packages in font-lock-builtin-face.
8942 (package-list-packages-internal): Omit "emacs" package.
8943 Show status of built-in packages as "built-in".
8944
8945 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8946
8947 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8948 before killing to preserve the primary selection (Bug#6701).
8949
8950 * term/x-win.el (x-select-text): Doc fix.
8951
8952 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8953
8954 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8955 (objc-font-lock-extra-types):
8956 * progmodes/cc-mode.el (c-basic-common-init):
8957 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8958 (c++-make-template-syntax-table)
8959 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8960 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8961 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8962 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8963 * progmodes/cc-fonts.el (c-make-inverse-face)
8964 (c-basic-matchers-after):
8965 * progmodes/cc-engine.el (c-forward-keyword-clause)
8966 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8967 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8968 (c-guess-continued-construct, c-guess-basic-syntax):
8969 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8970 The above functions were modified or created.
8971
8972 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8973
8974 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8975
8976 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8977
8978 * files.el (bidi-paragraph-direction): Define safe local values.
8979
8980 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8981 language-info-alist. Remove outdated FIXME in a comment.
8982
8983 2010-07-31 Alan Mackenzie <acm@muc.de>
8984
8985 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8986 Auto-fill broken in C/C++ modes.
8987
8988 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8989
8990 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8991 (menu-bar-showhide-tool-bar-menu-customize-disable)
8992 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8993 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8994 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8995 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8996 make a menu for Options => toolbar that can move it.
8997
8998 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8999
9000 * emacs-lisp/package-x.el (package--make-rss-entry):
9001 (package-maint-add-news-item, package--update-news)
9002 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9003
9004 * emacs-lisp/package.el (package-archive-url): Rename from
9005 package-archive-id.
9006 (package-install): Doc fix.
9007 (package-download-single, package-download-tar, package-install)
9008 (package-menu-view-commentary): Callers changed.
9009
9010 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
9011
9012 * net/tramp.el (tramp-handle-start-file-process): Check only for
9013 `remote-tty' process property.
9014 (tramp-open-shell): Don't check for tty.
9015 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9016 process property.
9017
9018 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9019 host.
9020
9021 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
9022
9023 * emacs-lisp/package.el (package-load-list, package-archives)
9024 (package-archive-contents, package-user-dir)
9025 (package-directory-list, package--builtins, package-alist)
9026 (package-activated-list, package-obsolete-alist): Mark as risky.
9027
9028 2010-07-28 Phil Hagelberg <phil@evri.com>
9029
9030 Add support for non-default package repositories.
9031 * emacs-lisp/package.el (package-archive-base): Var deleted.
9032 (package-archives): New variable.
9033 (package-archive-contents): Doc fix.
9034 (package-load-descriptor): Do nothing if descriptor file is missing.
9035 (package--write-file-no-coding): New function.
9036 (package-unpack-single): Use it.
9037 (package-archive-id): New function.
9038 (package-download-single, package-download-tar)
9039 (package-menu-view-commentary): Use it.
9040 (package-installed-p): Make second argument optional.
9041 (package-read-all-archive-contents): New function.
9042 (package-initialize): Use it.
9043 (package-read-archive-contents): Add ARCHIVE argument.
9044 (package--add-to-archive-contents): New function.
9045 (package-install): Don't call package-read-archive-contents.
9046 (package--download-one-archive): Store archive file in a
9047 subdirectory of package-user-dir.
9048 (package-menu-execute): Remove spurious line movement.
9049
9050 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9051
9052 * cus-start.el (tool-bar-style): Add text-image-horiz.
9053
9054 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9055
9056 * progmodes/gud.el (gud-common-init): Check for remoteness of
9057 `file', and not of `default-directory'.
9058
9059 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9060
9061 * net/tramp.el (tramp-methods): Move hostname to the end in all
9062 ssh `tramp-login-args'.
9063 (tramp-verbose): Describe verbose level 9.
9064 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9065 (tramp-open-connection-setup-interactive-shell): Trace stty
9066 settings if `tramp-verbose' >= 9.
9067 (tramp-handle-start-file-process): Implement tty setting.
9068 (Bug#4604, Bug#6360)
9069
9070 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9071 `tramp-verbose' to 9.
9072
9073 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9074
9075 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9076 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9077 Remove references to package `lisp-re' (bug#4369).
9078
9079 2010-07-27 Tom Tromey <tromey@redhat.com>
9080
9081 * progmodes/js.el (js-mode):
9082 * progmodes/make-mode.el (makefile-mode):
9083 * progmodes/simula.el (simula-mode):
9084 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9085
9086 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
9087
9088 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9089
9090 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9091 (display-time-world-buffer-name, display-time-world-mode-map):
9092 Fix typos in docstrings.
9093
9094 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
9095
9096 * image-mode.el (image-display-size): New function.
9097 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9098 (image-mode-fit-frame): Use it (Bug#6639).
9099
9100 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
9101
9102 * dired.el (dired-buffers-for-dir): Handle list values of
9103 dired-directory (Bug#6636).
9104
9105 2010-07-26 Sam Steingold <sds@gnu.org>
9106
9107 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9108 Do not call `x-get-selection' the second time, reuse the value.
9109
9110 2010-07-26 Daiki Ueno <ueno@unixuser.org>
9111
9112 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
9113 which consist of control chars only. Suggested by Richard Stallman.
9114
9115 2010-07-25 Daiki Ueno <ueno@unixuser.org>
9116
9117 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9118 exists before passing an error to find-file-not-found-functions
9119 (bug#6723).
9120
9121 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
9122
9123 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9124 Remove leading nil element, adjust values.
9125 (tetris-shapes, tetris-shape-scores):
9126 Change representation of shapes and remove some redundancy.
9127 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9128 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9129 Adjust for working with new representation of shapes.
9130 (tetris-shape-rotations): New function.
9131 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9132 (tetris-rotate-prev, tetris-rotate-next):
9133 Adjust for working with the new version of tetris-test-shape.
9134
9135 2010-07-23 Markus Triska <markus.triska@gmx.at>
9136
9137 * progmodes/ps-mode.el: Use comint (bug#5954).
9138 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9139 (ps-mode-other-newline): Simplify.
9140 (ps-run-mode): Derive from comint-mode instead of
9141 fundamental-mode, yielding input history etc.
9142 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9143 (ps-run-send-string): Adapt for comint-mode.
9144 (ps-run-newline): Remove now unneeded function.
9145
9146 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9147
9148 * net/tramp.el (tramp-methods): Move hostname to the end in all
9149 plink `tramp-login-args'.
9150
9151 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9152
9153 * net/tramp.el (tramp-open-shell): New defun.
9154 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9155 Use it.
9156
9157 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9158
9159 * net/tramp.el (tramp-file-name-regexp-unified)
9160 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9161 not regard the volume letter as remote filename. (Bug#5447)
9162
9163 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
9164
9165 * custom.el (custom-declare-variable): Give a clearer error message
9166 when the docstring is missing (bug#6476).
9167
9168 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9169
9170 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9171 (sql-login-params): New widget definition.
9172 (sql-oracle-login-params, sql-mysql-login-params)
9173 (sql-solid-login-params, sql-sybase-login-params)
9174 (sql-informix-login-params, sql-ingres-login-params)
9175 (sql-ms-login-params, sql-postgres-login-params)
9176 (sql-interbase-login-params, sql-db2-login-params)
9177 (sql-linter-login-params): Use it.
9178 (sql-sqlite-login-params): Use it; Define "database" parameter as
9179 a file name.
9180 (sql-sqlite-program): Change to "sqlite3".
9181 (sql-comint-sqlite): Make sure database name is complete.
9182 (sql-for-each-login): New function.
9183 (sql-connect, sql-save-connection): Use it.
9184 (sql-get-login-ext): New function.
9185 (sql-get-login): Use it.
9186 (sql-make-alternate-buffer-name): Handle :file parameters.
9187
9188 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
9189
9190 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9191 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9192
9193 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9194
9195 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9196
9197 2010-07-22 Lawrence Mitchell <wence@gmx.li>
9198
9199 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9200
9201 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
9202
9203 * net/tramp.el (tramp-get-ls-command)
9204 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9205 instead of "/".
9206
9207 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9208
9209 * progmodes/sql.el: Version 2.3.
9210 (sql-connection-alist): Change keys from symbols to strings;
9211 enhanced the widget definition.
9212 (sql-mode-menu): Add submenu to select connections.
9213 (sql-interactive-mode-menu): Add "Save Connection" item.
9214 (sql-add-product): Fix menu item.
9215 (sql-get-product-feature): Improved error handling.
9216 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
9217 (sql-make-alternate-buffer-name): Simplified.
9218 (sql-product-interactive): Handle missing product.
9219 (sql-connect): Support string keys, minor improvements.
9220 (sql-save-connection): New function.
9221 (sql-connection-menu-filter): New function.
9222
9223 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9224
9225 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
9226 (tramp-open-connection-setup-interactive-shell):
9227 Apply workaround for IRIX64 bug. Move argument of last
9228 `tramp-send-command' where it belongs to.
9229
9230 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9231
9232 * net/tramp.el (tramp-perl-file-attributes)
9233 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9234 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9235 front of `login-args'.
9236
9237 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
9238
9239 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9240 Set `show-trailing-whitespace' to nil.
9241 (display-time-world-display): Simplify.
9242
9243 2010-07-18 Alan Mackenzie <acm@muc.de>
9244
9245 Enhance `c-file-style' in file/directory local variables.
9246 * progmodes/cc-mode.el (c-count-cfss): New function.
9247 (c-before-hack-hook): Call `c-set-style' differently according to
9248 whether c-file-style was set in file or directory local
9249 variables.
9250
9251 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9252
9253 * progmodes/sql.el: Version 2.2.
9254 (sql-product, sql-user, sql-database, sql-server, sql-port):
9255 Use defcustom :safe keyword rather than putting safe-local-variable
9256 property.
9257 (sql-password): Use defcustom :risky keyword rather than putting
9258 risky-local-variable property.
9259 (sql-oracle-login-params, sql-sqlite-login-params)
9260 (sql-solid-login-params, sql-sybase-login-params)
9261 (sql-informix-login-params, sql-ingres-login-params)
9262 (sql-ms-login-params, sql-postgres-login-params)
9263 (sql-interbase-login-params, sql-db2-login-params)
9264 (sql-linter-login-params): Add `port' option.
9265 (sql-get-product-feature): Add NO-INDIRECT parameter.
9266 (sql-comint-oracle, sql-comint-sybase)
9267 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9268 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9269 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
9270 (sql-comint-linter): Rename sql-connect-* functions to
9271 sql-comint-*.
9272 (sql-product-alist, sql-mode-menu): Rename as above and
9273 :sqli-connect-func to :sqli-comint-func.
9274 (sql-connection): New variable.
9275 (sql-interactive-mode): Set it.
9276 (sql-connection-alist): New variable.
9277 (sql-connect): New function.
9278 (sql--alt-buffer-part, sql--alt-if-not-empty)
9279 (sql-make-alternate-buffer-name): Improved alternative buffer name.
9280
9281 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9282
9283 * image-mode.el (image-bookmark-make-record): Do not set context
9284 in an image (Bug#6650).
9285
9286 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * simple.el (select-active-region): New function.
9289 (push-mark-command, set-mark, activate-mark)
9290 (handle-shift-selection): Use it.
9291 (deactivate-mark): Don't check for size of region.
9292
9293 * mouse.el (mouse-drag-track): Use select-active-region.
9294
9295 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9298 "--dired" stronger.
9299
9300 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9301
9302 * term/x-win.el (x-select-enable-primary): Change default to nil.
9303 (x-select-enable-clipboard): Add :version keyword.
9304
9305 * mouse.el (mouse-drag-copy-region):
9306 * simple.el (select-active-regions): Likewise.
9307
9308 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9309
9310 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
9311 (vc-coding-system-for-diff): Use it to decide whether to inherit
9312 from the file the EOL format for reading the diffs of that file.
9313 (Bug#4451)
9314
9315 2010-07-16 Eli Zaretskii <eliz@gnu.org>
9316
9317 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9318 unibyte, so compressed attachments are not compressed again.
9319
9320 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
9321
9322 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9323 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9324 (tramp-find-shell): Simplify setting connection property.
9325 (tramp-get-ls-command): Make test for "--color=never" stronger.
9326
9327 2010-07-15 Simon South <ssouth@member.fsf.org>
9328
9329 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9330 blocks within record declarations (i.e. variant parts) correctly.
9331
9332 2010-07-15 Simon South <ssouth@member.fsf.org>
9333
9334 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9335 over literal tokens when parsing so newlines aren't "absorbed" by
9336 single-line comments. Corrects the indentation of case blocks
9337 that have a comment on the first line.
9338
9339 2010-07-14 Karl Fogel <kfogel@red-bean.com>
9340
9341 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9342 by Drew Adams (Bug#5504).
9343
9344 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9345
9346 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
9347 now that Unicode is used (Bug#6594).
9348
9349 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
9350
9351 * term/x-win.el (x-select-enable-clipboard): Default to t.
9352 (x-initialize-window-system): Don't overwrite Paste menu item.
9353
9354 * simple.el (select-active-regions): Default to t.
9355 (push-mark-command): Don't overwrite primary with empty string.
9356
9357 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9358 (mouse-drag-copy-region): Default to nil.
9359
9360 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9361 Cut/Copy/Paste menu bar items.
9362
9363 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9364
9365 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9366 Patch applied by Karl Fogel.
9367
9368 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9369 and `bookmark-current-buffer' if they have been already set in
9370 another buffer (e.g gnus-art).
9371
9372 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9373 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9374
9375 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9376
9377 * bookmark.el (bookmark-make-record-default): Allow unneeded
9378 information to be omitted from the record.
9379
9380 Adjust declarations and calls:
9381
9382 * info.el (bookmark-make-record-default): Adjust declaration.
9383 (Info-bookmark-make-record): Adjust call.
9384
9385 * woman.el (bookmark-make-record-default): Adjust declaration.
9386 (woman-bookmark-make-record): Adjust call.
9387
9388 * man.el (bookmark-make-record-default): Adjust declaration.
9389 (Man-bookmark-make-record): Adjust call.
9390
9391 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9392
9393 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9394
9395 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9396
9397 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9398 This is also from Thierry Volpiatto's patch in bug #6444. However,
9399 because it was extraneous to the functional change in that patch,
9400 and causes a re-indendation, I am committing it separately.
9401
9402 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9403
9404 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9405 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9406 Patch applied by Karl Fogel (Bug#6444).
9407
9408 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9409
9410 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9411
9412 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9413
9414 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9415 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9416 (ns-alternatives-map): Change S-tab binding to backtab
9417 (bug#6616).
9418
9419 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9420 under ns.
9421
9422 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9423
9424 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9425 (Bug#5806)
9426
9427 * language/tv-util.el (tai-viet-re): Remove format.
9428
9429 2010-07-12 Kenichi Handa <handa@m17n.org>
9430
9431 * language/hebrew.el: Remove no-byte-compile declaration.
9432 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9433 composition-function-table for 3-character looking back.
9434 (hebrew-font-get-precomposed): New function.
9435 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9436
9437 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9438
9439 * mouse.el (mouse-drag-track): Handle select-active-regions
9440 (Bug#6612).
9441
9442 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9443
9444 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9445 empty argument to gvfs-copy.
9446
9447 2010-07-10 Glenn Morris <rgm@gnu.org>
9448
9449 * calendar/calendar.el (calendar-week-end-day): New function.
9450 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9451 Respect calendar-week-start-day. (Bug#6606)
9452 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9453 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9454 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9455 respect calendar-week-start-day.
9456
9457 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * simple.el (use-region-p): Doc fix (Bug#6607).
9460
9461 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9462
9463 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9464 Add regexps for cucumber and ruby.
9465
9466 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9467
9468 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9469 (epa-file-insert-file-contents): Hack to prevent
9470 find-file from opening empty buffer when decryption failed
9471 (bug#6568).
9472
9473 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9474
9475 * textmodes/ispell.el (ispell-alternate-dictionary):
9476 Use file-readable-p.
9477 Return nil if no word-list is found at default locations.
9478 (ispell-complete-word-dict): Default to nil.
9479 (ispell-command-loop): Use 'word-list' when using lookup-words.
9480 (lookup-words): Use ispell-complete-word-dict or
9481 ispell-alternate-dictionary. Check for word-list availability
9482 and handle errors if needed with better messages (Bug#6539).
9483 (ispell-complete-word): Use ispell-complete-word-dict or
9484 ispell-alternate-dictionary.
9485
9486 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9487
9488 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9489 builtins (BufferError, BytesWarning, WindowsError; callables
9490 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9491
9492 2010-07-07 Glenn Morris <rgm@gnu.org>
9493
9494 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9495 (zone-shift-left): Ignore intangibility, and any errors from
9496 forward-char.
9497 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9498 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9499 deleting, and copying text properties.
9500 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9501 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9502 to point-max is hard.
9503 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9504 (zone-fill-out-screen): Ignore intangibility.
9505
9506 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9507
9508 * menu-bar.el (menu-bar-mode):
9509 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9510 if it has been set.
9511
9512 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9513 word/line selection (Bug#6565).
9514
9515 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9516
9517 * net/dbus.el (dbus-send-signal): Declare function.
9518
9519 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9520
9521 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9522 (dbus-register-property): New optional argument EMITS-SIGNAL.
9523 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9524
9525 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9526
9527 * mouse.el (mouse-drag-overlay): Variable deleted.
9528 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9529 (mouse--remap-link-click-p): New function.
9530 (mouse-drag-track): Handle dragging by using temporary Transient
9531 Mark mode, instead of a special overlay.
9532 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9533 mouse-show-mark.
9534
9535 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9536 deleted.
9537
9538 2010-07-02 Juri Linkov <juri@jurta.org>
9539
9540 * autoinsert.el (auto-insert-alist): Fix readability
9541 by using dotted pair notation for lambda.
9542
9543 2010-07-02 Juri Linkov <juri@jurta.org>
9544
9545 * faces.el (read-face-name): Rename arg `string-describing-default'
9546 to `default'. Doc fix. Display the default value in quotes
9547 in the prompt. With empty input, return the `default' arg,
9548 unless the default value is a string (in which case return nil).
9549 (describe-face): Replace the string `default' arg of `read-face-name'
9550 with the symbol `default'.
9551
9552 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9553
9554 * emulation/viper-cmd.el (viper-delete-backward-char)
9555 (viper-del-backward-char-in-insert)
9556 (viper-del-backward-char-in-replace, viper-change)
9557 (viper-backward-indent): Replace delete-backward-char with
9558 delete-char (Bug#6552).
9559
9560 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9561
9562 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9563
9564 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9567 argument passed to frame-creation-function (Bug#5378).
9568
9569 * faces.el (x-handle-named-frame-geometry)
9570 (x-handle-reverse-video, x-create-frame-with-faces)
9571 (face-set-after-frame-default, tty-create-frame-with-faces):
9572 Don't separately consult default-frame-alist. It is now passed as the
9573 PARAMETER argument.
9574
9575 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9576
9577 * startup.el (command-line): Don't call tool-bar-setup in a
9578 tty-only build.
9579
9580 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9581
9582 * ruler-mode.el (ruler--save-header-line-format): New fun.
9583 (ruler-mode): Use it as a setter function, so as not to overwrite
9584 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9585
9586 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9589 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9590 (vc-log-outgoing): Use it.
9591 (vc-diff-internal): Set diff-vc-backend.
9592
9593 * vc/diff-mode.el (diff-vc-backend): New var.
9594
9595 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9596
9597 * dynamic-setting.el (font-setting-change-default-font):
9598 Remove call to message.
9599
9600 2010-06-28 Kenichi Handa <handa@m17n.org>
9601
9602 * international/quail.el (quail-insert-kbd-layout): Fix the
9603 showing of untranslated characters.
9604
9605 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9606
9607 * simple.el (delete-active-region): New option.
9608 (delete-backward-char): Implement in Lisp.
9609 (delete-forward-char): New command.
9610
9611 * mouse.el (mouse-region-delete-keys): Delete.
9612 (mouse-show-mark): Simplify.
9613
9614 * bindings.el (global-map): Bind delete and DEL, the former to
9615 delete-forward-char.
9616
9617 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9618
9619 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9620 (ruby-mode): Bind indent-line-function (Bug#5119).
9621
9622 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9623
9624 * startup.el (command-line): Recognize "0" X resource value.
9625
9626 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * startup.el (command-line): Use X resources to set the value of
9629 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9630
9631 * menu-bar.el (menu-bar-mode):
9632 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9633 Set init-value to t.
9634
9635 * frame.el (frame-notice-user-settings): Don't change
9636 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9637 vice versa (Bug#2249).
9638
9639 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9640
9641 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9642
9643 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9644
9645 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9646 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9647
9648 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9649 default directories are expanded (Bug#6143).
9650
9651 2010-06-24 Juri Linkov <juri@jurta.org>
9652
9653 * minibuffer.el (completions-format): Change default from nil to
9654 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9655
9656 2010-06-24 Juri Linkov <juri@jurta.org>
9657
9658 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9659 buffer-locally to lambda that re-runs the vc diff command.
9660 (Bug#6447)
9661
9662 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9663
9664 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9665 echo area is in use (Bug#3412).
9666
9667 2010-06-22 Glenn Morris <rgm@gnu.org>
9668
9669 * textmodes/texinfmt.el (texinfo-format-region)
9670 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9671 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9672 (texinfo-format-option, texinfo-noindent):
9673 Use line-beginning-position and line-end-position.
9674
9675 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9676 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9677 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9678 utf-8 characters.
9679
9680 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9681
9682 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9683 forward-line fallout.
9684
9685 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9686
9687 * mouse.el (mouse-appearance-menu): Add docstring.
9688
9689 * help.el (describe-key): Print up-event using key-description.
9690
9691 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9692
9693 * net/zeroconf.el (zeroconf-resolve-service)
9694 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9695 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9696
9697 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9698
9699 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9700
9701 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9702
9703 Avoid displaying files with a nil state in vc-dir.
9704 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9705 cases that cause insertion.
9706 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9707 with a nil state.
9708
9709 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9710
9711 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9712
9713 2010-06-29 Leo <sdl.web@gmail.com>
9714
9715 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9716
9717 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9718
9719 * generic-x.el (bat-generic-mode): Fix regexp for command line
9720 switches (Bug#5719).
9721
9722 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9723
9724 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9725 of nconc to avoid pure storage error (Bug#6239).
9726
9727 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9728
9729 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9730 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9731 bindings of bookmark-automatically-show-annotations (Bug#6515).
9732
9733 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9734
9735 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9736 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9737
9738 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9739
9740 * comint.el (make-comint, make-comint-in-buffer): Mention return
9741 value in the docstrings. (Bug#6498)
9742
9743 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9744
9745 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9746 since it is not present when using some non-default switches.
9747
9748 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9749
9750 * simple.el (compose-mail): Fix doc string to refer to
9751 `compose-mail-user-agent-warnings', instead of to the
9752 nonexistent `compose-mail-check-user-agent'.
9753
9754 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9755
9756 Fix an indentation bug:
9757
9758 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9759 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9760 of existing values.
9761
9762 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9763 (c-clear->-pair-props-if-match-before): now return t when they've
9764 cleared properties, nil otherwise.
9765 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9766 by taking account of the existing value.
9767
9768 * progmodes/cc-defs.el
9769 (c-clear-char-property-with-value-function): Fix this to clear the
9770 property rather than overwriting it with nil.
9771
9772 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9773
9774 * emacs-lisp/package.el (package-print-package): Add link to
9775 package description via describe-package.
9776 (describe-package-1): List package requirements. Add button to
9777 perform installation.
9778 (package-menu-describe-package): New command.
9779
9780 * help-mode.el (help-package): New button type.
9781
9782 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9783
9784 * emacs-lisp/package.el: Move package-list-packages binding to
9785 menu-bar.el.
9786 (describe-package, describe-package-1, package--dir): New funs.
9787 (package-activate-1): Use package--dir.
9788
9789 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9790
9791 * help-mode.el (help-package-def): New button type.
9792
9793 * menu-bar.el: Move package-list-packages binding here from
9794 package.el.
9795
9796 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9797
9798 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9799
9800 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * emacs-lisp/edebug.el (edebug-read-list):
9803 Phase out old-style backquotes.
9804
9805 2010-06-17 Juri Linkov <juri@jurta.org>
9806
9807 * help-mode.el (help-mode): Set buffer-local variable
9808 revert-buffer-function to help-mode-revert-buffer.
9809 (help-mode-revert-buffer): New function.
9810
9811 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9812 before popping to "*info*" (like in other Info functions).
9813 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9814 old-history-forward. Pop to old-buffer-name or "*info*" to
9815 recreate the killed buffer. Set Info-history-forward from
9816 old-history-forward.
9817 (Info-breadcrumbs-depth): Add :group and :version.
9818
9819 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9820
9821 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9822
9823 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9824
9825 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9826 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9827
9828 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9829
9830 * emacs-lisp/package.el (package-menu-mode-map):
9831 Move initialization into declaration.
9832
9833 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9834
9835 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9836
9837 * emacs-lisp/package.el (package-archive-base): Point to
9838 elpa.gnu.org.
9839 (package-enable, package-load-list): New defcustoms.
9840 (package-user-dir, package-directory-list): Turn into defcustoms.
9841 Don't include package-user-dir in package-directory-list.
9842 (package--builtins-base): Don't include Emacs as a "package".
9843 (package-subdirectory-regexp): New var.
9844 (package-load-all-descriptors, package-compute-transaction)
9845 (package-download-transaction): Obey package-load-list.
9846 (package-activate-1): Rename from package-do-activate.
9847 (package-list-packages-internal): Check package-load-list.
9848 (package-load-descriptor, package-generate-autoloads)
9849 (package-unpack, package-unpack-single)
9850 (package--read-archive-file, package-delete):
9851 Use expand-file-name.
9852
9853 * emacs-lisp/package-x.el: New file. Package uploading
9854 functionality split out from package.el.
9855
9856 * startup.el (command-line): Load packages after reading init file.
9857
9858 2010-06-17 Tom Tromey <tromey@redhat.com>
9859
9860 * emacs-lisp/package.el: New file.
9861
9862 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9863
9864 Fix vc-annotate for renamed files when using Git.
9865 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9866 ls-files. Doe not pass the object as a file name to cat-file, it
9867 is not a file name.
9868 (vc-git-annotate-command): Pass the file name using -- to avoid
9869 ambiguity with the revision.
9870 (vc-git-previous-revision): Pass a relative file name.
9871
9872 2010-06-22 Glenn Morris <rgm@gnu.org>
9873
9874 * progmodes/js.el (js-mode-map): Use standard capitalization and
9875 ellipses for menu entries.
9876
9877 * wid-edit.el (widget-complete): Doc fix.
9878
9879 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9880
9881 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9882
9883 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9884
9885 Fix annotating other revisions for renamed files in vc-annotate.
9886 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9887 VC backend. Use it when non-nil.
9888 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9889 (Bug#6487).
9890
9891 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9892 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9893 Do not pass the file name to the 'previous-revision call when we
9894 don't want a file diff. (Bug#6489)
9895
9896 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9897
9898 Fix finding revisions for renamed files in vc-annotate.
9899 * vc/vc.el (vc-find-revision): Add an optional argument for
9900 the VC backend. Use it when non-nil.
9901 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9902 backend to vc-find-revision. (Bug#6487)
9903
9904 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9905
9906 Fix reading file names in Git annotate buffers.
9907 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9908 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9909
9910 2010-06-20 Alan Mackenzie <acm@muc.de>
9911
9912 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9913 in file local variables, set it first.
9914
9915 2010-06-19 Glenn Morris <rgm@gnu.org>
9916
9917 * descr-text.el (describe-char-unicode-data): Insert separating
9918 space when needed. (Bug#6422)
9919
9920 * progmodes/idlwave.el (idlwave-action-and-binding):
9921 Fix typo in 2009-12-03 change. (Bug#6450)
9922
9923 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9926 handling for `lambda' (misunderstanding).
9927
9928 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9929
9930 * calc/calc-poly.el (math-accum-factors): Make sure that
9931 constants aren't distributed after they are factored out.
9932
9933 2010-06-16 Juri Linkov <juri@jurta.org>
9934
9935 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9936 `list-colors-print'. (Bug#6332)
9937
9938 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9939
9940 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9943 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9944
9945 * font-lock.el (font-lock-major-mode): Rename from
9946 font-lock-mode-major-mode to distinguish it from
9947 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9948 (font-lock-set-defaults):
9949 * font-core.el (font-lock-default-function): Adjust users.
9950 (font-lock-mode): Don't set it at all.
9951
9952 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9955
9956 2010-06-16 Glenn Morris <rgm@gnu.org>
9957
9958 * calendar/appt.el (appt-time-msg-list): Doc fix.
9959 (appt-check): Let-bind appt-warn-time.
9960 (appt-add): Make the 3rd argument optional.
9961 Simplify argument names. Doc fix. Check for integer WARNTIME.
9962 Only add WARNTIME to the output list if non-nil.
9963
9964 2010-06-16 Ivan Kanis <apple@kanis.eu>
9965
9966 * calendar/appt.el (appt-check): Let the 3rd element of
9967 appt-time-msg-list specify the warning time.
9968 (appt-add): Add new argument with the warning time. (Bug#5176)
9969
9970 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9971
9972 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9973 older than version 1.6. (Bug#6361)
9974
9975 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9976
9977 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9978 used by cl-do-arglist. (Bug#6408)
9979
9980 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9981
9982 * textmodes/ispell.el (ispell-dictionary-base-alist):
9983 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9984 Suggested by Rolando Pereira (bug#6434).
9985
9986 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9987
9988 * facemenu.el (list-colors-sort): Doc fix.
9989
9990 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9991
9992 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9993
9994 2010-06-14 Juri Linkov <juri@jurta.org>
9995
9996 Add sort option `list-colors-sort'. (Bug#6332)
9997 * facemenu.el (color-rgb-to-hsv): New function.
9998 (list-colors-sort): New defcustom.
9999 (list-colors-sort-key): New function.
10000 (list-colors-display): Doc fix. Sort list according to the option
10001 `list-colors-sort'.
10002 (list-colors-print): Add HSV values to `help-echo' property of
10003 RGB strings.
10004
10005 2010-06-14 Juri Linkov <juri@jurta.org>
10006
10007 * compare-w.el: Move to the "vc" subdirectory.
10008
10009 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * image-mode.el (image-mode-map): Remap left-char and right-char.
10012
10013 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10014
10015 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
10016
10017 * term/common-win.el (x-colors): Add all the color names defined
10018 in rgb.txt (Bug#6332).
10019
10020 * facemenu.el (list-colors-print): Don't print extra names if it
10021 will overflow the window width.
10022
10023 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
10024 change (Bug#6343).
10025
10026 2010-06-12 Eli Zaretskii <eliz@gnu.org>
10027
10028 * files.el (make-directory): Doc fix (bug#6396).
10029
10030 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
10031
10032 * net/tramp.el (tramp-remote-process-environment): Protect version
10033 string by apostroph.
10034 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10035 XEmacs.
10036 (tramp-file-name-for-operation): Add `call-process-region'.
10037 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10038
10039 * net/tramp-compat.el (top): Do not autoload
10040 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10041 only when `start-file-process' is not bound.
10042 (tramp-advice-file-expand-wildcards): Do not use
10043 `tramp-handle-file-remote-p'.
10044 (tramp-compat-make-temp-file): Handle the case, that
10045 `make-temp-file' has no third argument EXTENSION.
10046
10047 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
10048
10049 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10050
10051 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10052
10053 2010-06-11 Juri Linkov <juri@jurta.org>
10054
10055 * finder.el (finder-known-keywords): Add keyword "vc"
10056 for version control.
10057
10058 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10059 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10060 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10061 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10062
10063 2010-06-11 Juri Linkov <juri@jurta.org>
10064
10065 Move version control related files to the "vc" subdirectory.
10066 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10067 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10068 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10069 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10070 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10071 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10072 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10073 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10074 Move files to the "vc" subdirectory.
10075
10076 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
10077
10078 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10079 (Bug#6367).
10080
10081 2010-06-11 Stephen Eglen <stephen@gnu.org>
10082
10083 * shell.el: Bind `shell-resync-dirs' to M-RET.
10084
10085 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
10086
10087 * notifications.el: Move file from lisp/net, because it is
10088 supposed to talk locally to the user.
10089
10090 2010-06-10 Julien Danjou <julien@danjou.info>
10091
10092 * net/notifications.el (notifications-on-action-signal)
10093 (notifications-on-closed-signal): Pass notification id as first
10094 argument to the callback functions. Add docstrings.
10095 (notifications-notify): Fix docstring.
10096
10097 2010-06-10 Glenn Morris <rgm@gnu.org>
10098
10099 * emacs-lisp/authors.el (authors-ignored-files)
10100 (authors-valid-file-names): Add some files.
10101
10102 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10105 merge conflict, giving preference to the emacs-23 version of the code.
10106
10107 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * emacs-lisp/advice.el (ad-compile-function):
10110 Define warning-suppress-types before we let-bind it (bug#6275).
10111
10112 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10113 declare it, make it buffer-local and permanent-local (bug#6324).
10114 (vc-resynch-window): Adjust name.
10115 * vc-hooks.el (vc-find-file-hook): Adjust name.
10116
10117 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
10118
10119 * net/notifications.el (notifications-notify): Fix docstring.
10120
10121 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10122
10123 Update to Unicode 6.0.0 beta.
10124 * international/charprop.el: Update copyright.
10125 * international/mule-cmds.el (ucs-names): Update character ranges.
10126 * international/uni-bidi.el:
10127 * international/uni-category.el:
10128 * international/uni-combining.el:
10129 * international/uni-comment.el:
10130 * international/uni-decimal.el:
10131 * international/uni-decomposition.el:
10132 * international/uni-digit.el:
10133 * international/uni-lowercase.el:
10134 * international/uni-mirrored.el:
10135 * international/uni-name.el:
10136 * international/uni-numeric.el:
10137 * international/uni-old-name.el:
10138 * international/uni-titlecase.el:
10139 * international/uni-uppercase.el: Regenerate.
10140
10141 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10142
10143 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10144 (smie-precs-precedence-table): Fix typo in docstring.
10145
10146 * vc-mtn.el (log-edit-extract-headers): Declare function.
10147
10148 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10149
10150 * net/notifications.el (dbus-register-signal): Declare function.
10151 (notifications-notify): Fix typos and reflow docstring.
10152
10153 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10154
10155 Improve VC create/retrieve tag/branch.
10156 * vc.el (vc-create-tag): Do not read the directory name for VCs
10157 with repository revision granularity. Adjust the tag/branch
10158 prompt. Reset VC properties.
10159 (vc-retrieve-tag): Do not read the directory name for VCs
10160 with repository revision granularity. Reset VC properties.
10161
10162 2010-06-09 Julien Danjou <julien@danjou.info>
10163
10164 * net/notifications.el: New file.
10165
10166 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10167
10168 Add optional support for resetting VC properties.
10169 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10170 call vc-file-clearprops when true.
10171 (vc-resynch-buffer): Add new optional argument, pass it down.
10172 (vc-resynch-buffers-in-directory): Likewise.
10173
10174 Improve support for special markup in the VC commit message.
10175 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10176 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10177 * vc-git.el (vc-git-checkin):
10178 * vc-bzr.el (vc-bzr-checkin): Likewise.
10179
10180 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10183 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10184
10185 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10186
10187 * iimage.el: Remove images as soon as the underlying text is modified.
10188 (iimage-modification-hook): New function.
10189 (iimage-mode-buffer): Use it.
10190
10191 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10194 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10195 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10196 (smie-indent-keyword): Add handling of open-paren keywords.
10197 (smie-indent-comment-continue): Don't assume comment-continue.
10198
10199 2010-06-07 Martin Rudalics <rudalics@gmx.at>
10200
10201 * window.el (pop-to-buffer): Remove the conditional that
10202 compares new-window and old-window, so it will reselect
10203 the selected window unconditionally.
10204 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10205
10206 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * emacs-lisp/smie.el (smie-indent-offset-after)
10209 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10210 (smie-indent-after-keyword): Use them.
10211 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10212 (smie-indent-keyword): Tweak the black magic.
10213 (smie-indent-comment-continue): Strip comment-continue before use.
10214 (smie-indent-functions): Indent comments before keywords.
10215
10216 2010-06-06 Juri Linkov <juri@jurta.org>
10217
10218 * isearch.el (isearch-lazy-highlight-search): Fix looping
10219 by checking for empty match. This syncs this loop with the
10220 similar loop in `isearch-search'. (Bug#6362)
10221
10222 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
10223
10224 * net/dbus.el (dbus-register-method): Declare function.
10225 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10226 (dbus-introspect): Doc fix.
10227 (dbus-event-bus-name, dbus-introspect-get-interface)
10228 (dbus-introspect-get-argument): Reflow docstrings.
10229
10230 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10231
10232 vc-log-incoming/vc-log-outgoing fixes for Git.
10233 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10234 incoming/outgoing logs.
10235 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10236 instead of vc-git-compute-remote.
10237 (vc-git-compute-remote): Remove.
10238
10239 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
10240
10241 * term/common-win.el (x-colors): Add "dark green" and "dark
10242 turquoise" (Bug#6332).
10243
10244 2010-06-04 Juri Linkov <juri@jurta.org>
10245
10246 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10247 Instead of setting `replace' to t and replacing the same string
10248 with itself, don't do certain actions when
10249 kill-do-not-save-duplicates is non-nil and string is equal to car
10250 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10251 interprogram-paste strings to kill-ring, and don't push the input
10252 argument `string' to kill-ring.
10253 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10254
10255 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10256
10257 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10258
10259 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
10260
10261 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10262 (tramp-gvfs-handler-mounted-unmounted)
10263 (tramp-gvfs-connection-mounted-p): Handle default-location.
10264
10265 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10266 move files to trash.
10267
10268 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10269
10270 * international/mule-cmds.el (nonascii-insert-offset)
10271 (nonascii-translation-table): Add obsolescence information.
10272
10273 * international/mule.el (make-translation-table-from-vector): Doc fix.
10274
10275 2010-06-03 Glenn Morris <rgm@gnu.org>
10276
10277 * desktop.el (desktop-clear-preserve-buffers):
10278 Add "*Warnings*" buffer. (Bug#6336)
10279
10280 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10281
10282 vc-log-incoming/vc-log-outgoing improvements for Git.
10283 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10284 short log.
10285 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10286
10287 Add bindings for vc-log-incoming and vc-log-outgoing.
10288 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10289 and vc-log-outgoing.
10290 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10291 and vc-log-outgoing.
10292
10293 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10294
10295 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10296 (rcirc-handler-366): Always sort nicknames.
10297
10298 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
10299
10300 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10301
10302 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10303
10304 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
10305
10306 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10307
10308 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10309 (rcirc-sort-nicknames-join): Avoid setq.
10310
10311 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10312
10313 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10314 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10315 (rcirc-handler-366): Use them.
10316
10317 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 Split smie-indent-calculate into more manageable chunks.
10320 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10321 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10322 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10323 (smie-indent-exps): Extract from smie-indent-calculate.
10324 (smie-indent-functions): New var.
10325 (smie-indent-functions): Use them.
10326
10327 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10330 (smie-indent-calculate): Simplify and cleanup.
10331
10332 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
10333
10334 * net/tramp-gvfs.el (top): Require url-util.
10335 (tramp-gvfs-mount-point): Remove.
10336 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10337 New defuns.
10338 (with-tramp-dbus-call-method): Format trace message.
10339 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
10340 Implement backup call, when operation on local files fails.
10341 Use progress reporter. Flush properties of changed files.
10342 (tramp-gvfs-handle-make-directory): Make more traces.
10343 (tramp-gvfs-url-file-name): Hexify file name in url.
10344 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10345 into account for the resulting file name.
10346 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10347 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10348 (tramp-gvfs-handler-mounted-unmounted)
10349 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10350 attribute "default_location". Set "prefix" property.
10351 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10352 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10353 exists. Raise an error, if not (due to a corresponding answer
10354 "no" in interactive questions, for example).
10355
10356 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
10357
10358 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10359
10360 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
10361
10362 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10363 right-*. (Bug#6265)
10364
10365 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10366
10367 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10368 * vc-git.el (vc-git-compute-remote): New function.
10369 (vc-git-log-outgoing): Use it instead of hard coding a value.
10370 (vc-git-log-incoming): New function.
10371
10372 Improve state updating for VC tag commands.
10373 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10374 to update the state of all buffers in the directory.
10375
10376 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10377
10378 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10381 `file-directory-p' to the filename part rather than to the whole text.
10382
10383 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10386
10387 2010-05-31 Drew Adams <drew.adams@oracle.com>
10388
10389 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10390
10391 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * subr.el (momentary-string-display): Just use read-event to read
10394 the exit event (Bug#6238).
10395
10396 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10397
10398 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10399
10400 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10401
10402 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10403 Suggested by Eli Zaretskii <eliz@gnu.org>.
10404
10405 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * minibuffer.el (completion-file-name-table): Don't return a boundary
10408 past the end of `string' (bug#6299).
10409 (completion--file-name-table): Delegate to completion-file-name-table
10410 for the `boundaries' case.
10411
10412 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10413
10414 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10415 movement commands.
10416
10417 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10418 `path-separator', but maintain compatibility with Emacs 20.2.
10419
10420 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10421
10422 * server.el (server-process-filter): Receive parent-id argument
10423 from emacsclient.
10424 (server-create-window-system-frame): New arg. Pass parent-id as
10425 frame parameter.
10426
10427 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10428
10429 Bidi-sensitive word movement with arrow keys.
10430 * subr.el (right-arrow-command, left-arrow-command): Move to
10431 bindings.el.
10432
10433 * bindings.el (right-char, left-char): Move from subr.el and
10434 rename from right-arrow-command and left-arrow-command.
10435 (right-word, left-word): New functions.
10436 (global-map) <right>: Bind to right-char.
10437 (global-map) <left>: Bind to left-char.
10438 (global-map) <C-right>: Bind to right-word.
10439 (global-map) <C-left>: Bind to left-word.
10440
10441 * ls-lisp.el (ls-lisp-classify-file): New function.
10442 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10443 (ls-lisp-classify): Call ls-lisp-classify-file.
10444 (insert-directory): Remove blanks from switches.
10445
10446 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10447
10448 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10449 (ansi-color-drop-regexp): New constant.
10450 (ansi-color-apply, ansi-color-filter-region)
10451 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10452 (ansi-color-apply): Build string list before calling concat.
10453
10454 2010-05-28 Juri Linkov <juri@jurta.org>
10455
10456 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10457 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10458 (Bug#5270)
10459
10460 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10461
10462 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10463 to ignored backtrace functions.
10464 (with-progress-reporter): Expand docstring.
10465 (tramp-handle-delete-file): Implement TRASH argument.
10466 (tramp-get-remote-trash): New defun.
10467
10468 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10469
10470 * net/tramp-compat.el (tramp-compat-delete-file):
10471 Use `symbol-value' for backward compatibility.
10472
10473 * net/tramp.el (tramp-handle-make-symbolic-link)
10474 (tramp-handle-load)
10475 (tramp-do-copy-or-rename-file-via-buffer)
10476 (tramp-do-copy-or-rename-file-directly)
10477 (tramp-do-copy-or-rename-file-out-of-band)
10478 (tramp-handle-process-file, tramp-handle-call-process-region)
10479 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10480 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10481 (tramp-delete-temp-file-function): Use `delete-file' instead
10482 of `tramp-compat-delete-file'.
10483
10484 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10485 (tramp-fish-handle-make-symbolic-link)
10486 (tramp-fish-handle-process-file): Use `delete-file' instead
10487 of `tramp-compat-delete-file'.
10488
10489 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10490 Use `delete-file' instead of `tramp-compat-delete-file'.
10491
10492 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10493 `delete-file' instead of `tramp-compat-delete-file'.
10494
10495 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10496 Use `delete-file' instead of `tramp-compat-delete-file'.
10497
10498 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10499 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10500 (tramp-smb-handle-write-region): Use `delete-file' instead of
10501 `tramp-compat-delete-file'.
10502 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10503
10504 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10505
10506 * dired.el (dired-delete-file): New arg TRASH.
10507 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10508 (dired-do-flagged-delete, dired-do-delete): Use trash.
10509
10510 * speedbar.el (speedbar-item-delete): Allow trashing.
10511
10512 * files.el (delete-directory): New arg TRASH.
10513
10514 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10515 (ange-ftp-rename-remote-to-remote)
10516 (ange-ftp-rename-local-to-remote)
10517 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10518 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10519 `delete-file'.
10520 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10521 allow trashing.
10522
10523 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10524 handle new TRASH arg of `delete-file'.
10525
10526 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10527 (tramp-handle-make-symbolic-link, tramp-handle-load)
10528 (tramp-do-copy-or-rename-file-via-buffer)
10529 (tramp-do-copy-or-rename-file-directly)
10530 (tramp-do-copy-or-rename-file-out-of-band)
10531 (tramp-handle-process-file, tramp-handle-call-process-region)
10532 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10533 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10534 (tramp-delete-temp-file-function): Use null TRASH arg in
10535 tramp-compat-delete-file call.
10536
10537 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10538 (tramp-fish-handle-delete-file)
10539 (tramp-fish-handle-make-symbolic-link)
10540 (tramp-fish-handle-process-file): Use null TRASH arg in
10541 `tramp-compat-delete-file' call.
10542
10543 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10544 arg in `tramp-compat-delete-file' call.
10545
10546 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10547 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10548 `tramp-compat-delete-file' call.
10549
10550 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10551 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10552 `tramp-compat-delete-file' call.
10553
10554 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10555 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10556 (tramp-smb-handle-write-region): Use null TRASH arg in
10557 tramp-compat-delete-file call.
10558 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10559 (tramp-smb-handle-delete-file): Rename arg.
10560
10561 * diff.el (diff-sentinel):
10562 * epg.el (epg--make-temp-file, epg-decrypt-string)
10563 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10564 * jka-compr.el (jka-compr-partial-uncompress)
10565 (jka-compr-call-process, jka-compr-write-region):
10566 * server.el (server-sentinel): Remove optional arg from
10567 delete-file, reverting 2010-05-03 change.
10568
10569 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10572 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10573
10574 2010-05-27 Kenichi Handa <handa@m17n.org>
10575
10576 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10577 element of GSTRING is nil.
10578
10579 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * emacs-lisp/smie.el (smie-forward-token-function)
10582 (smie-backward-token-function): New vars.
10583 (smie-backward-sexp, smie-forward-sexp)
10584 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10585 (smie-default-backward-token): Rename from smie-backward-token and
10586 skip comments.
10587 (smie-default-forward-token): Rename from smie-forward-token and
10588 skip comments.
10589 (smie-next-sexp): Handle nil results from next-token.
10590 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10591
10592 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10593
10594 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10595 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10596
10597 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10598
10599 * htmlfontify.el (hfy-face-resolve-face): New function.
10600 (hfy-face-to-style): Use it (Bug#6279).
10601
10602 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10603
10604 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10605 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10606
10607 2010-05-26 Glenn Morris <rgm@gnu.org>
10608
10609 * emulation/edt.el (edt-load-keys): Use locate-library.
10610
10611 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10612
10613 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10614 (log-edit-changelog-entries): Doc fix.
10615 (log-edit-changelog-insert-entries): Args changed.
10616 Rename relative filenames in ChangeLog entries. Delete tabs.
10617 (log-edit-insert-changelog-entries): Reorganize return value of
10618 `log-edit-changelog-entries' to pass filenames to
10619 log-edit-changelog-insert-entries.
10620
10621 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10622
10623 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10624 `image-dired-dired-insert-marked-thumbs' to
10625 `image-dired-dired-toggle-marked-thumbs'.
10626
10627 * image-dired.el: Require cl when compiling.
10628 (image-dired-dired-toggle-marked-thumbs): Rename from
10629 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10630 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10631 to 'no-dir. Skip files whose names don't match
10632 `image-file-name-regexp'. When file has a thumbnail overlay,
10633 delete it. (Bug#5270)
10634
10635 2010-05-25 Juri Linkov <juri@jurta.org>
10636
10637 * image-mode.el (image-mode): Add image-after-revert-hook to
10638 after-revert-hook.
10639 (image-after-revert-hook): New function. (Bug#5669)
10640
10641 2010-05-25 Juri Linkov <juri@jurta.org>
10642
10643 * image.el (image-animated-p): When delay between animated images
10644 is 0, set it to 10 (0.1 sec). (Bug#6258)
10645
10646 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10647
10648 * net/tramp.el (tramp-handle-insert-directory): Don't use
10649 `forward-word', its default syntax could be changed.
10650
10651 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10652
10653 * net/tramp.el (tramp-progress-reporter-update): New defun.
10654 (with-progress-reporter): Use it.
10655 (tramp-process-actions):
10656 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10657 Preserve current message, in order to let progress reporter continue
10658 afterwards. (Bug#6257)
10659
10660 2010-05-25 Glenn Morris <rgm@gnu.org>
10661
10662 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10663 Add :version.
10664
10665 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10666
10667 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10668 (rcirc-default-full-name): Change to "unknown".
10669 (rcirc-user-name-history): Add variable.
10670
10671 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10672 Jonathan Rockway <jon@jrock.us>
10673
10674 * net/rcirc.el (rcirc-server-alist): Add :pass.
10675 (rcirc): When prompting for connection parameters, also prompt for
10676 username and password.
10677 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10678 value to server when connecting.
10679
10680 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10683 (smie-merge-prec2s): Pass the tables as separate args.
10684 (smie-bnf-precedence-table): Adjust call accordingly.
10685 (smie-prec2-levels): Set levels at the end.
10686
10687 Replace Lisp calls to delete-backward-char by delete-char.
10688 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10689 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10690 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10691 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10692 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10693 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10694 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10695 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10696 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10697 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10698 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10699 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10700 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10701 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10702 delete-backward-char by calls to delete-char.
10703
10704 2010-05-25 Kenichi Handa <handa@m17n.org>
10705
10706 * language/hebrew.el (hebrew-shape-gstring): New function.
10707 Register it in composition-function-table for all Hebrew combining
10708 characters.
10709
10710 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * epa.el (epa--select-keys): Don't explicitly delete the window since
10713 that can fail (e.g. sole window in frame). Use dedication instead.
10714
10715 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10716
10717 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10718
10719 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10720
10721 * image.el (image-refresh): Define as an alias for image-flush.
10722
10723 * image-mode.el (image-toggle-display-image): Caller changed.
10724
10725 2010-05-21 Juri Linkov <juri@jurta.org>
10726
10727 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10728 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10729 whitespace, call wildcard-to-regexp on substrings and concat them
10730 with "\\|". (Bug#6114)
10731
10732 2010-05-21 Alan Mackenzie <acm@muc.de>
10733
10734 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10735 Replace parameter `here' with `here-' and `here-plus', which sandwich
10736 any pertinent CPP construct.
10737 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10738 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10739 CPP construct from taking part in the scanning.
10740
10741 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10742
10743 * net/tramp.el (tramp-do-copy-or-rename-file)
10744 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10745 Tune `with-progress-reporter' messages.
10746 (tramp-handle-vc-registered):
10747 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10748 (tramp-fish-handle-insert-file-contents)
10749 (tramp-fish-maybe-open-connection):
10750 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10751 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10752 (tramp-imap-handle-insert-file-contents)
10753 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10754
10755 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10756
10757 * add-log.el (change-log-font-lock-keywords):
10758 Highlight all authors in multi-author entries.
10759
10760 * smerge-mode.el (smerge-refine-ignore-whitespace)
10761 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10762 Fix typos in docstrings.
10763 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10764
10765 2010-05-21 Glenn Morris <rgm@gnu.org>
10766
10767 * progmodes/fortran.el (fortran-mode):
10768 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10769
10770 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10771 having a relative path in src/Makefile.in.
10772
10773 2010-05-20 Kevin Ryde <user42@zip.com.au>
10774
10775 * help-mode.el (help-make-xrefs): For Info node links turn
10776 newlines into spaces. Link node names with newlines are matched
10777 by help-xref-info-regexp and buttonized, this change ensures they
10778 can be followed successfully with RET. (Bug#6206)
10779
10780 2010-05-20 Juri Linkov <juri@jurta.org>
10781
10782 * locate.el (locate): Use pop-to-buffer instead of
10783 switch-to-buffer-other-window. (Bug#6204)
10784
10785 2010-05-20 Juri Linkov <juri@jurta.org>
10786
10787 * replace.el (replace-highlight): Fix lazy-highlighting
10788 for `M-s w str M-% str RET'.
10789
10790 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10791
10792 * isearch.el (isearch-yank-word-or-char): Pull next subword
10793 when `subword-mode' is activated. (Bug#6220)
10794
10795 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10796
10797 * isearch.el (isearch-update-post-hook): New hook.
10798 (isearch-update): Use the new hook. (Bug#6225)
10799
10800 2010-05-20 Juri Linkov <juri@jurta.org>
10801
10802 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10803 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10804 (Bug#6222)
10805
10806 2010-05-20 Juri Linkov <juri@jurta.org>
10807
10808 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10809 (Bug#6223)
10810
10811 2010-05-20 Juri Linkov <juri@jurta.org>
10812
10813 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10814 FILE-NAME to read from the minibuffer when called interactively
10815 with prefix argument instead of using buffer-file-name.
10816 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10817
10818 * dired.el: Update autoloads.
10819
10820 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10823 nxml-finish-element, for consistency with SGML mode.
10824
10825 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10826 octave-close-block.
10827
10828 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10829
10830 * composite.el: Require cl when compiling.
10831 (reference-point-alist, compose-gstring-for-graphic)
10832 (compose-gstring-for-terminal): Fix typos in docstrings.
10833
10834 2010-05-19 Juri Linkov <juri@jurta.org>
10835
10836 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10837 set-window-parameter.
10838
10839 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10840
10841 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10842 where appropriate.
10843 (tramp-maybe-open-connection): Use it.
10844
10845 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10846
10847 * simple.el (move-end-of-line): Make sure we are at line beginning
10848 before backing up to end of previous line.
10849
10850 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10851
10852 * password-cache.el (password-cache-remove): Fix docstring.
10853
10854 * net/secrets.el: Autoload the widget functions.
10855 (secrets-search-items, secrets-create-item)
10856 (secrets-get-attributes, secrets-expand-item): Attributes will be
10857 stored on the password database without leading ":", as all other
10858 clients do as well.
10859 (secrets-mode): Fix docstring.
10860 (secrets-show-secrets): Provide it as autoloaded command only when
10861 D-Bus support is available. Check existence of Secret Service API.
10862
10863 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * indent.el (indent-region): Deactivate region (bug#6200).
10866
10867 2010-05-19 Glenn Morris <rgm@gnu.org>
10868
10869 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10870
10871 2010-05-19 Kenichi Handa <handa@m17n.org>
10872
10873 * composite.el: Register compose-gstring-for-graphic in
10874 composition-function-table only for combining characters (Mn, Mc, Me).
10875
10876 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10877
10878 * calc/calc-trail.el (calc-trail-isearch-forward)
10879 (calc-trail-isearch-backward): Ensure that the new window
10880 point is set correctly.
10881
10882 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * subr.el (read-quoted-char): Resolve modifiers after key
10885 remapping (bug#6212).
10886
10887 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10888
10889 Add visualization code for secrets.
10890 * net/secrets.el (secrets-mode): New major mode.
10891 (secrets-show-secrets, secrets-show-collections)
10892 (secrets-expand-collection, secrets-expand-item)
10893 (secrets-tree-widget-after-toggle-function)
10894 (secrets-tree-widget-show-password): New defuns.
10895
10896 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10899 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10900 handled in smie-next-sexp.
10901 (smie-indent-calculate): Provide a starting indentation (so the
10902 recursion is well-founded ;-).
10903
10904 Fix handling of non-associative equal levels.
10905 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10906 when it's not needed.
10907 (smie-op-left, smie-op-right): New functions.
10908 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10909 Better handle equal levels to distinguish the associative case from
10910 the "multi-keyword construct" case.
10911 (smie-backward-sexp, smie-forward-sexp): Use it.
10912
10913 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10914
10915 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10916
10917 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10918 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10919
10920 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 Provide a simple generic indentation engine and use it for Prolog.
10923 * emacs-lisp/smie.el: New file.
10924 * progmodes/prolog.el (prolog-smie-op-levels)
10925 (prolog-smie-indent-rules): New var.
10926 (prolog-mode-variables): Use them to configure SMIE.
10927 (prolog-indent-line, prolog-indent-level): Remove.
10928
10929 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10930
10931 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10932 order before computing the averages.
10933
10934 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10935
10936 * calc/calc-vec.el (calc-histogram):
10937 (calcFunc-histogram): Allow vectors as inputs.
10938 (math-vector-avg): New function.
10939
10940 * calc/calc-ext.el (math-group-float): Have the number of digits
10941 being grouped depend on the radix (Bug#6189).
10942
10943 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10944
10945 * version.el (emacs-copyright, emacs-version): Don't define here,
10946 now that emacs.c defines it.
10947
10948 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10949
10950 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10951 "Describe Language Environment" menu item.
10952
10953 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10954
10955 Bidi-sensitive movement with arrow keys.
10956 * subr.el (right-arrow-command, left-arrow-command): New functions.
10957
10958 * bindings.el (global-map): Bind them to right and left arrow keys.
10959
10960 Don't override standard definition of convert-standard-filename.
10961 * files.el (convert-standard-filename):
10962 Call w32-convert-standard-filename and dos-convert-standard-filename on
10963 the corresponding systems.
10964
10965 * w32-fns.el (w32-convert-standard-filename): Rename from
10966 convert-standard-filename. Doc fix.
10967
10968 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10969 (convert-standard-filename): Don't defalias.
10970 (register-name-alist, make-register, register-value)
10971 (set-register-value, intdos): Obsolete aliases for the
10972 corresponding dos-* functions and variables.
10973 (dos-intdos): Add a doc string.
10974
10975 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10976
10977 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10978 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10979 (math-compose-tex-func):
10980 * calc/calccomp.el (math-compose-expr):
10981 * calc/calc-ext.el (math-format-flat-expr-fancy):
10982 * calc/calc-store.el (calc-read-var-name):
10983 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10984
10985 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10986 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10987 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10988 (math-standard-units): Add units.
10989
10990 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * progmodes/asm-mode.el (asm-mode):
10993 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10994
10995 * pcomplete.el (pcomplete-completions-at-point): New function,
10996 extracted from pcomplete-std-complete.
10997 (pcomplete-std-complete): Use it.
10998
10999 2010-05-15 Glenn Morris <rgm@gnu.org>
11000
11001 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11002 Remove references to CVS, RCS and Old directories.
11003
11004 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11005
11006 * calc/calc-bin.el (math-format-twos-complement): Group digits when
11007 appropriate.
11008
11009 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11012 (sh-mode-syntax-table): Give it a default value instead.
11013 (sh-header-marker): Make buffer-local.
11014 (sh-mode): Move make-local-variable to the corresponding setq.
11015 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11016 Use complete-with-action.
11017
11018 * simple.el (prog-mode): New (abstract) major mode.
11019 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11020 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11021
11022 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
11023
11024 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11025 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11026 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11027 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11028 (sql-escape-newlines-filter, sql-input-sender)
11029 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11030
11031 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
11032
11033 Add TeX open-block and close-block keybindings to SGML, and vice versa.
11034
11035 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11036 latex-open-block and C-c / to latex-close-block.
11037
11038 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11039 and C-c C-e to sgml-close-tag.
11040
11041 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
11042
11043 * net/tramp.el (with-progress-reporter): Create reporter object
11044 only when the message would be displayed. Handle nested calls.
11045 (tramp-handle-load, tramp-handle-file-local-copy)
11046 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11047 (tramp-maybe-send-script, tramp-find-shell):
11048 Use `with-progress-reporter'.
11049 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11050 Fix message text.
11051
11052 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11053 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11054 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11055 Use `with-progress-reporter'.
11056
11057 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11058
11059 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11060 process everytime when spellchecking from the minibuffer (bug#6143).
11061
11062 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11065
11066 * dos-fns.el: Add "dos-" prefix for namespace control.
11067 (convert-standard-filename): Define as alias for
11068 dos-convert-standard-filename but only if applicable.
11069
11070 2010-05-12 Alan Mackenzie <acm@muc.de>
11071
11072 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11073 Push the mark at the start of these functions when appropriate.
11074
11075 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * minibuffer.el (completion-cycle-threshold): New custom var.
11078 (completion--do-completion): Use it.
11079 (minibuffer-complete): Use cycling if appropriate.
11080
11081 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
11082
11083 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11084 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11085
11086 2010-05-11 Juri Linkov <juri@jurta.org>
11087
11088 * scroll-all.el (scroll-all-check-to-scroll):
11089 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11090
11091 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * iimage.el (iimage-mode-map): Move initialization into declaration.
11094 (iimage-mode-buffer): Use with-silent-modifications.
11095 Simplify calling convention. Adjust callers.
11096 (iimage-mode): Don't run hook redundantly.
11097
11098 * minibuffer.el (completion-pcm--pattern->regex):
11099 Fix last change (bug#6160).
11100
11101 2010-05-10 Juri Linkov <juri@jurta.org>
11102
11103 Remove nodes visited during Isearch from the Info history.
11104 * info.el (Info-isearch-initial-history)
11105 (Info-isearch-initial-history-list): New variables.
11106 (Info-isearch-start): Record initial values of
11107 Info-isearch-initial-history and Info-isearch-initial-history-list.
11108 Add Info-isearch-end to isearch-mode-end-hook.
11109 (Info-isearch-end): New function.
11110
11111 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
11112
11113 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
11114 format string, in order to work around a bug in pdksh.
11115 Reported by Gilles Pion <gpion@lfdj.com>.
11116 (tramp-handle-verify-visited-file-modtime): Do not send a command
11117 when the connection is not established.
11118 (tramp-handle-set-file-times): Simplify the check for utc.
11119
11120 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
11121
11122 Fix use of `filter-buffer-substring' (rework previous change).
11123 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11124 (cua-repeat-replace-region):
11125 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11126 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11127 (cua-cut-region-to-global-mark): Use it.
11128
11129 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11130
11131 * progmodes/sql.el: Version 2.1.
11132 (sql-product-alist): Redesign structure of product info.
11133 (sql-product, sql-user, sql-server, sql-database): Safe variables.
11134 (sql-port, sql-port-history): New variables.
11135 (sql-interactive-product): New variable.
11136 (sql-send-terminator): New variable.
11137 (sql-imenu-generic-expression): Add "Types" imenu entry.
11138 (sql-oracle-login-params, sql-sqlite-login-params)
11139 (sql-mysql-login-params, sql-solid-login-params)
11140 (sql-sybase-login-params, sql-informix-login-params)
11141 (sql-ingres-login-params, sql-ms-login-params)
11142 (sql-postgres-login-params, sql-interbase-login-params)
11143 (sql-db2-login-params, sql-linter-login-params)
11144 (sql-oracle-scan-on): New variables.
11145 (sql-mode-map): Add C-c C-i to start interactive mode.
11146 (sql-mode-menu): Update existing menu entries.
11147 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
11148 (sql-mode-oracle-font-lock-keywords)
11149 (sql-mode-postgres-font-lock-keywords)
11150 (sql-mode-ms-font-lock-keywords)
11151 (sql-mode-sybase-font-lock-keywords)
11152 (sql-mode-informix-font-lock-keywords)
11153 (sql-mode-interbase-font-lock-keywords)
11154 (sql-mode-ingres-font-lock-keywords)
11155 (sql-mode-solid-font-lock-keywords)
11156 (sql-mode-mysql-font-lock-keywords)
11157 (sql-mode-sqlite-font-lock-keywords)
11158 (sql-mode-db2-font-lock-keywords)
11159 (sql-mode-linter-font-lock-keywords): Update initialization to
11160 reduce run-time complexity.
11161 (sql-add-product, sql-del-product): New functions.
11162 (sql-set-product-feature, sql-get-product-feature): New functions.
11163 (sql-product-font-lock): Update product API.
11164 (sql-add-product-keywords): New function.
11165 (sql-highlight-product): Update product API.
11166 (sql-help-list-products): New function.
11167 (sql-help): Dynamically lists free and non-free products.
11168 (sql-get-login): Correct bug in handling history and added
11169 prompt for port.
11170 (sql-copy-column): Copy without properties.
11171 (sqli-input-sender): Apply filters to SQLi input.
11172 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11173 Implement as a filter.
11174 (sql-escape-newlines-filter): Implement as a filter.
11175 (sql-remove-tabs-filter): New function.
11176 (sql-send-magic-terminator): New function.
11177 (sql-send-string): Implement magic terminator.
11178 (sql-send-region): Use `sql-send-string'.
11179 (sql-interactive-mode): Use product API.
11180 (sql-product-interactive): Use product API.
11181 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11182 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11183 (sql-db2, sql-linter): Use `sql-product-interactive'.
11184 (sql-connect): New function.
11185 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11186 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11187 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
11188 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11189 Use `sql-connect'.
11190
11191 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11192
11193 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11194 New custom variable.
11195 (completion-pcm--string->pattern): Use it.
11196 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11197 Make it handle any symbol as `any'.
11198 (completion-pcm--merge-completions): Extract common suffix for the new
11199 `prefix' symbol as well.
11200 (completion-substring--all-completions): Use the new `prefix' symbol.
11201
11202 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
11203
11204 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11205 not bound.
11206 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11207 (tramp-compat-funcall): New defmacro.
11208 (tramp-compat-line-beginning-position)
11209 (tramp-compat-line-end-position)
11210 (tramp-compat-temporary-file-directory)
11211 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11212 (tramp-compat-copy-file, tramp-compat-copy-directory)
11213 (tramp-compat-delete-file, tramp-compat-delete-directory)
11214 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11215 * net/tramp.el (top, with-progress-reporter)
11216 (tramp-rfn-eshadow-setup-minibuffer)
11217 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11218 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11219 (tramp-completion-mode-p, tramp-check-for-regexp)
11220 (tramp-open-connection-setup-interactive-shell)
11221 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11222 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11223 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11224 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11225 (tramp-reporter-dump-variable, tramp-load-report-modules)
11226 (tramp-append-tramp-buffers)
11227 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11228
11229 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11230
11231 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11234 buffer-modtime. Adjust users.
11235
11236 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11237
11238 * international/mule.el (auto-coding-alist): Only purecopy
11239 car of each item, not the whole list (Bug#6083).
11240
11241 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * progmodes/js.el (js-mode): Make paragraph variables local before
11244 calling c-setup-paragraph-variables (Bug#6071).
11245
11246 2010-05-08 Eli Zaretskii <eliz@gnu.org>
11247
11248 * composite.el (compose-region, reference-point-alist): Fix typos
11249 in the doc strings.
11250
11251 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11252
11253 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11254 gnuplot's "set" command.
11255
11256 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11257
11258 * abbrev.el (last-abbrev-text): Doc fix.
11259 (abbrev-prefix-mark): Don't escape parenthesis.
11260
11261 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
11262
11263 * composite.el (find-composition): Doc fix.
11264
11265 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11266
11267 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11268 (sql-oracle-program, sql-sqlite-options)
11269 (sql-query-placeholders-and-send): Doc fixes.
11270 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11271 (sql-imenu-generic-expression, sql-buffer)
11272 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11273 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11274 (sql-mode-sybase-font-lock-keywords)
11275 (sql-mode-informix-font-lock-keywords)
11276 (sql-mode-interbase-font-lock-keywords)
11277 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11278 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11279 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11280 (sql-product-feature, sql-highlight-product)
11281 (comint-line-beginning-position, sql-rename-buffer)
11282 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11283 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
11284 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11285 Fix typos in docstrings.
11286
11287 2010-05-08 Juri Linkov <juri@jurta.org>
11288
11289 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11290 property instead of `invisible' and `after-string' (bug#5998).
11291
11292 2010-05-08 Juri Linkov <juri@jurta.org>
11293
11294 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11295
11296 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11297
11298 * filecache.el (file-cache-add-directory-list)
11299 (file-cache-add-directory-recursively): Fix typos in docstrings.
11300
11301 2010-05-08 Kenichi Handa <handa@m17n.org>
11302
11303 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
11304 (gujarati-composable-pattern): Fix typo.
11305
11306 2010-05-08 Kenichi Handa <handa@m17n.org>
11307
11308 * language/indian.el (oriya-composable-pattern)
11309 (tamil-composable-pattern, malayalam-composable-pattern):
11310 Add two-part vowels to "v" (vowel sign).
11311
11312 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11313
11314 * files.el (copy-directory): Handle symlinks (Bug#5982).
11315
11316 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11317
11318 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11319 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11320 (Bug#5846).
11321
11322 2010-05-08 Glenn Morris <rgm@gnu.org>
11323
11324 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11325
11326 * minibuffer.el (completion-at-point): Doc fix.
11327
11328 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 * electric.el (Electric-command-loop): Minor tweak.
11331
11332 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11333 better with dedicated windows.
11334
11335 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
11336
11337 * Version 23.2 released.
11338
11339 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
11340 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 Highlight vendor specific properties.
11343 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11344 (css-proprietary-property): New face.
11345 (css-font-lock-keywords): Use them.
11346
11347 2010-05-07 Eli Zaretskii <eliz@gnu.org>
11348
11349 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11350
11351 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11354 * files.el (auto-mode-alist): Remove redundant entries.
11355
11356 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11357 * simple.el (auto-save-mode): Move from files.el.
11358 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11359
11360 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11361
11362 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
11363
11364 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11365
11366 * mail/binhex.el (binhex-decode-region-internal)
11367 * mail/uudecode.el (uudecode-decode-region-internal)
11368 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11369 (dns-read-type, dns-query)
11370 * pgg-parse.el (pgg-parse-armor)
11371 * pgg.el (pgg-verify-region)
11372 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11373 XEmacs.
11374
11375 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11376
11377 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
11378
11379 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11380
11381 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11382 * emulation/cua-base.el (cua-repeat-replace-region):
11383 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11384 (cua-cut-region-to-global-mark):
11385 Remove text properties with `set-text-properties'.
11386
11387 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
11388
11389 * net/tramp.el (top, with-progress-reporter):
11390 Use `symbol-function' inside `funcall'.
11391
11392 * net/tramp-compat.el (tramp-compat-file-attributes)
11393 (tramp-compat-delete-file, tramp-compat-delete-directory):
11394 Handle only `wrong-number-of-arguments' error.
11395
11396 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11397 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11398 inside `funcall'.
11399
11400 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * minibuffer.el (completion--sreverse, completion--common-suffix):
11403 New functions.
11404 (completion-pcm--merge-completions): Extract common suffix when safe.
11405
11406 * emacs-lisp/easy-mmode.el (define-minor-mode):
11407 Make :variable more flexible.
11408 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11409
11410 2010-05-05 Juri Linkov <juri@jurta.org>
11411
11412 Add `slow' and `history' tags to the desktop data.
11413
11414 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11415 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11416 (Info-finder-find-node): Require `finder.el' to be able
11417 to restore node from the desktop.
11418 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11419 data `Info-history' and `slow' tag in the assoc list.
11420 (Info-restore-desktop-buffer): Don't restore nodes with the
11421 `slow' tag. Restore `Info-history'.
11422
11423 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11424
11425 Add FORCE argument to `delete-file'.
11426
11427 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11428 forcing to delete the temporary file.
11429 (ange-ftp-delete-file): Add FORCE arg.
11430 (ange-ftp-rename-remote-to-remote)
11431 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11432 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11433 Force file deletion.
11434
11435 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11436
11437 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11438 (tramp-handle-make-symbolic-link, tramp-handle-load)
11439 (tramp-do-copy-or-rename-file-via-buffer)
11440 (tramp-do-copy-or-rename-file-directly)
11441 (tramp-do-copy-or-rename-file-out-of-band)
11442 (tramp-handle-process-file, tramp-handle-call-process-region)
11443 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11444 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11445 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11446
11447 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11448 (tramp-fish-handle-make-symbolic-link)
11449 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11450
11451 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11452 Use `tramp-compat-delete-file'.
11453
11454 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11455 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11456
11457 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11458 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11459
11460 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11461 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11462 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11463 Use `tramp-compat-delete-file'.
11464
11465 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 Minor cleanups.
11468 * subr.el (add-minor-mode): Use push.
11469 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11470 * emulation/edt.el (edt-select-mode): Simplify.
11471
11472 Use define-minor-mode in more cases.
11473 * term/tvi970.el (tvi970-set-keypad-mode):
11474 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11475 (normal-erase-is-backspace-mode):
11476 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11477 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11478 (get-scroll-bar-mode): New function.
11479 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11480
11481 Use define-minor-mode for less obvious cases.
11482 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11483 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11484 * international/iso-ascii.el (iso-ascii-mode):
11485 * frame.el (auto-raise-mode, auto-lower-mode):
11486 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11487
11488 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11489
11490 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11491 in order to see error messages for failed logins.
11492
11493 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11494
11495 * diff.el (diff-sentinel):
11496
11497 * epg.el (epg--make-temp-file, epg-decrypt-string)
11498 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11499
11500 * jka-compr.el (jka-compr-partial-uncompress)
11501 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11502
11503 * server.el (server-sentinel): Use delete-file's new FORCE arg
11504 (Bug#6070).
11505
11506 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 Use define-minor-mode where applicable.
11509 * view.el (view-mode):
11510 * type-break.el (type-break-query-mode)
11511 (type-break-mode-line-message-mode):
11512 * textmodes/reftex.el (reftex-mode):
11513 * term/vt100.el (vt100-wide-mode):
11514 * tar-mode.el (tar-subfile-mode):
11515 * savehist.el (savehist-mode):
11516 * ibuf-ext.el (ibuffer-auto-mode):
11517 * composite.el (auto-composition-mode):
11518 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11519 Use define-minor-mode.
11520 (vhdl-mode): Use static mode-line format.
11521 (vhdl-mode-line-update): Delete.
11522 (vhdl-create-mode-menu, vhdl-activate-customizations)
11523 (vhdl-hs-minor-mode): Don't bother calling it.
11524
11525 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * simple.el (with-wrapper-hook): Move.
11528 (buffer-substring-filters): Mark obsolete.
11529 (filter-buffer-substring-functions): New variable.
11530 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11531
11532 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11533 Michael Albinus <michael.albinus@gmx.de>
11534
11535 Implement compression for inline methods.
11536
11537 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11538 (tramp-copy-size-limit): Allow also nil.
11539 (tramp-inline-compress-commands): New defconst.
11540 (tramp-find-inline-compress, tramp-get-inline-compress)
11541 (tramp-get-inline-coding): New defuns.
11542 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11543 replaced by `tramp-get-inline-coding'.
11544 (tramp-handle-file-local-copy, tramp-handle-write-region)
11545 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11546
11547 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11550 Remove unused functions.
11551
11552 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11553 Set find-tag-default-function as a variable rather than a property.
11554
11555 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11556 * progmodes/etags.el (tags-completion-at-point-function):
11557 Remove left over interactive spec. Add autoloading stub.
11558 (complete-tag): Use tags-completion-at-point-function.
11559
11560 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11561
11562 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11563
11564 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11565
11566 * ido.el (ido-init-completion-maps): Remove C-v binding.
11567 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11568
11569 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11570
11571 * minibuffer.el (tags-completion-at-point-function): New function.
11572 (completion-at-point-functions): Use it.
11573
11574 * progmodes/etags.el (complete-tag): Revert last change.
11575
11576 2010-04-29 Alan Mackenzie <acm@muc.de>
11577
11578 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11579 off-by-one error (in end of macro position).
11580
11581 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11582
11583 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11584 firefox is absent. Don't autoload.
11585 (browse-url-galeon-program): Don't autoload.
11586
11587 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11588
11589 * bindings.el (complete-symbol): Move into minibuffer.el.
11590
11591 * minibuffer.el (complete-tag): Move from etags.el. If tags
11592 completion cannot be performed, return nil instead of signalling
11593 an error.
11594 (completion-at-point): Make it an alias for complete-symbol.
11595 (complete-symbol): Move from bindings.el, and replace with the
11596 body of completion-at-point.
11597
11598 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11599
11600 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11601
11602 * net/tramp.el (tramp-remote-selinux-p): New defun.
11603 (tramp-handle-file-selinux-context)
11604 (tramp-handle-set-file-selinux-context): Use it.
11605
11606 2010-04-28 Sam Steingold <sds@gnu.org>
11607
11608 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11609 `safe-local-variable' if the value is a string or a symbol with
11610 the property `bug-reference-url-format'.
11611
11612 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11613
11614 * progmodes/bug-reference.el (bug-reference-url-format):
11615 Revert 2010-04-27 change due to security risk.
11616
11617 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 Make it possible to locally disable a globally enabled mode.
11620 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11621 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11622 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11623 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11624 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11625 that subsequent hooks get a chance to disable it.
11626
11627 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11630 Avoid re-enabling a minor mode after the user turned the minor mode
11631 off if MODE-enable-in-buffers is run twice (typically once from
11632 fundamental-mode's after-change-major-mode-hook and a second time from
11633 run-mode-hook's own after-change-major-mode-hook).
11634
11635 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11636
11637 2010-04-27 Sam Steingold <sds@gnu.org>
11638
11639 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11640 `safe-local-variable' if the value is a string or a function, as
11641 documented and implemented on 2010-04-02.
11642
11643 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11644
11645 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11646 when method is 'kill.
11647
11648 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11649
11650 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11651 condition in default directory check.
11652 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11653 Kill ispell process when killing its associated buffer.
11654
11655 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11656
11657 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11658 but we aren't using it.
11659
11660 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11661
11662 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11663 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11664
11665 2010-04-24 Glenn Morris <rgm@gnu.org>
11666
11667 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11668 Ignore VCS-ignore files, and deleted nextstep preferences files.
11669 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11670 (authors-ambiguous-files): New list.
11671 (authors-valid-file-names): Add some deleted files.
11672 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11673 (authors-disambiguate-file-name): New function. (Bug#5501)
11674 (authors-canonical-file-name): Doc fix.
11675 Don't warn about obsolete files.
11676 (authors-canonical-file-name, authors-scan-el):
11677 Use authors-disambiguate-file-name.
11678
11679 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11680 Add autoload cookies.
11681 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11682 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11683 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11684 They have definitions / compiler macros in cl.el.
11685 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11686 Replace manual autoloads with generated ones.
11687 (htmlfontify-unload-rgb-file): Remove autoload.
11688 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11689
11690 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11691
11692 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11693 (byte-compile-setq-default): Optimize for the
11694 single-var case and don't call byte-compile-form in this case to avoid
11695 inf-loop with byte-compile-set-default.
11696
11697 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11698
11699 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11700
11701 Implement SELINUX backends.
11702
11703 * net/tramp.el (tramp-file-name-handler-alist):
11704 Add `file-selinux-context' and `set-file-selinux-context'.
11705 (tramp-handle-file-selinux-context)
11706 (tramp-handle-set-file-selinux-context): New defuns.
11707 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11708 Handle PRESERVE-SELINUX-CONTEXT.
11709
11710 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11711 Add `file-selinux-context' and `set-file-selinux-context'.
11712 (tramp-gvfs-handle-file-selinux-context)
11713 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11714 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11715
11716 * net/ange-ftp.el (ange-ftp-copy-file):
11717 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11718 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11719 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11720 Add PRESERVE-SELINUX-CONTEXT.
11721
11722 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11723
11724 Synchronize with Tramp repository.
11725
11726 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11727 (tramp-action-process-alive, tramp-action-out-of-band)
11728 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11729 (tramp-exists-file-name-handler): Fix docstring.
11730 (with-progress-reporter): New defmacro.
11731 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11732 (tramp-maybe-open-connection): Use it.
11733
11734 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11735
11736 Detect ssh 'ControlMaster' argument automatically in some cases.
11737
11738 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11739 (tramp-default-method): Use it.
11740
11741 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11742
11743 * net/tramp.el (tramp-handle-copy-file): Add new optional
11744 parameter `preserve-selinux-context'.
11745 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11746
11747 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11748
11749 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11750 Ensure, that non remote files are still checked. Oops.
11751
11752 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11753
11754 Fix Bug#5840.
11755
11756 * icomplete.el (icomplete-completions): Use `non-essential'.
11757
11758 * net/tramp.el (tramp-connectable-p): New defun.
11759 (tramp-handle-expand-file-name)
11760 (tramp-completion-handle-file-name-all-completions)
11761 (tramp-completion-handle-file-name-completion): Use it.
11762
11763 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11766
11767 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11768
11769 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11770
11771 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11772
11773 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11774 is present.
11775
11776 * info.el (info-tool-bar-map): Add labels.
11777
11778 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11779
11780 * cus-edit.el (custom-commands): Add labels for tool bar.
11781 (custom-buffer-create-internal, Custom-mode): Adjust for
11782 labels in custom-commands.
11783
11784 * dynamic-setting.el: Renamed from font-setting.el.
11785
11786 2010-04-21 John Wiegley <jwiegley@gmail.com>
11787
11788 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11789 toggles the use of virtual buffers.
11790 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11791 (ido-toggle-virtual-buffers): New function.
11792
11793 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11794
11795 Use `define-derived-mode'; fix window selection; doc fixes.
11796 * play/tetris.el (tetris, tetris-update-speed-function)
11797 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11798 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11799 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11800 (tetris-pause-game): Fix typos in docstrings.
11801 (tetris-mode-map, tetris-null-map):
11802 Move initialization into declaration.
11803 (tetris-mode): Define with `define-derived-mode';
11804 set show-trailing-whitespace to nil.
11805 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11806
11807 2010-04-21 Karel Klíč <kklic@redhat.com>
11808
11809 * files.el (backup-buffer): Handle SELinux context, and return it
11810 if a backup was made by renaming.
11811 (backup-buffer-copy): Set SELinux context to the target file.
11812 (basic-save-buffer): Set SELinux context of the newly written file.
11813 (basic-save-buffer-1): Now it also returns any SELinux context.
11814 (basic-save-buffer-2): Set SELinux context of the newly created file,
11815 and return it.
11816 * net/tramp.el (tramp-file-name-for-operation):
11817 Add file-selinux-context.
11818
11819 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11820
11821 Make the log-edit comments use RFC822 format throughout.
11822
11823 * vc.el (vc-checkin, vc-modify-change-comment):
11824 Adjust to new vc-start/finish-logentry.
11825 (vc-find-conflicted-file): New command.
11826 (vc-transfer-file): Adjust to new vc-checkin.
11827 (vc-next-action): Improve scoping.
11828
11829 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11830 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11831
11832 * vc-git.el (vc-git-log-edit-mode): Remove.
11833 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11834 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11835
11836 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11837 (vc-start-logentry): Remove argument `extra'.
11838 (vc-finish-logentry): Remove extra args.
11839
11840 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11841 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11842 (vc-bzr-conflicted-files): New function.
11843
11844 * log-edit.el (log-edit-extra-flags)
11845 (log-edit-before-checkin-process): Remove.
11846 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11847 (log-edit-headers-alist): New var.
11848 (log-edit-header-contents-regexp): New const.
11849 (log-edit-match-to-eoh): New function.
11850 (log-edit-font-lock-keywords): Use them.
11851 (log-edit): Insert a "Summary:" header as default.
11852 (log-edit-mode): Mark font-lock rules as case-insensitive.
11853 (log-edit-done): Cleanup headers.
11854 (log-view-process-buffer): Remove.
11855 (log-edit-extract-headers): New function to replace it.
11856
11857 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11858
11859 * subr.el (default-direction-reversed): Remove obsolescence info.
11860
11861 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11864 windows/frames.
11865
11866 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11867 I.e. include text after point in the completion region.
11868 Also, return nil when we're not after/in a symbol.
11869
11870 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11871 default enable-multibyte-characters.
11872
11873 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * international/mule.el: Help the user choose a valid coding-system.
11876 (read-buffer-file-coding-system): New function.
11877 (set-buffer-file-coding-system): Use it. Prompt the user if the
11878 coding-system cannot encode all the chars.
11879
11880 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11881 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11882 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11883 Don't use *vc-bzr-shelve*.
11884
11885 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11886
11887 Fix the version number for added files.
11888 * vc-hg.el (vc-hg-working-revision): Check if the file is
11889 registered after hg parent fails (Bug#5961).
11890
11891 2010-04-19 Glenn Morris <rgm@gnu.org>
11892
11893 * htmlfontify.el (htmlfontify-buffer)
11894 (htmlfontify-copy-and-link-dir): Autoload entry points.
11895
11896 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11897
11898 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11899 name relative to the project root (Bug#5960).
11900
11901 2010-04-19 Glenn Morris <rgm@gnu.org>
11902
11903 * vc-git.el (vc-git-print-log): Doc fix.
11904
11905 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11906
11907 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11908
11909 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11910
11911 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11912 default settings (Bug#5928).
11913
11914 2010-04-19 Glenn Morris <rgm@gnu.org>
11915
11916 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11917 New function.
11918 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11919
11920 2010-04-19 Kenichi Handa <handa@m17n.org>
11921
11922 * language/indian.el (malayalam-composable-pattern): Fix previous
11923 change (add U+0D4D "SIGN VIRAMA").
11924 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11925 (tamil-composable-pattern): Fix typo in the regexp.
11926 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11927 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11928 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11929
11930 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11931
11932 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11933 paragraph-separate (Bug#5821).
11934
11935 2010-04-19 Juri Linkov <juri@jurta.org>
11936
11937 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11938
11939 * info.el (Info-find-node-2): Comment out code that skips
11940 breadcrumbs line.
11941 (Info-mouse-follow-link): New command.
11942 (Info-link-keymap): New keymap.
11943 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11944 Return a string with links instead of inserting breadcrumbs
11945 to the Info buffer.
11946 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11947 Instead of putting the `invisible' text property over the Info
11948 header, make an overlay over the Info header with the `invisible'
11949 property and `after-string' set to the string returned by
11950 `Info-breadcrumbs'.
11951
11952 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11953
11954 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11955 Reported by monkey@sandpframing.com.
11956
11957 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11960 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11961 available in the "keyseq cache" any more.
11962
11963 * custom.el (defcustom): Add edebug spec.
11964
11965 2010-04-18 Juri Linkov <juri@jurta.org>
11966
11967 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11968
11969 * view.el (view-file, view-buffer): Move test for special mode-class
11970 from view-file to view-buffer.
11971
11972 * tar-mode.el (tar-extract): Turn if's into one cond
11973 like in arc-mode.el.
11974
11975 2010-04-18 Juri Linkov <juri@jurta.org>
11976
11977 Add 7z archive format support (bug#5475).
11978
11979 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11980 (archive-7z-extract): New defcustom.
11981 (archive-find-type): Add magic string for 7z.
11982 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11983 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11984 `buffer' arg of `call-process'.
11985 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11986 call the function `archive-7z-extract' with the variable
11987 `archive-7z-extract' let-bound to `archive-zip-extract'.
11988 (archive-7z-summarize, archive-7z-extract): New functions.
11989
11990 * international/mule.el (auto-coding-alist):
11991 * files.el (auto-mode-alist): Add 7z file extension.
11992
11993 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * loadup.el: Setup hash-cons for pure data.
11996
11997 Fix duplicate entries in cedet's loaddefs.el files.
11998 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11999 Should make most file-local generated-autoload-file unnecessary.
12000 (print-readably): Silence warnings.
12001 (autoload-find-destination): Take load-name as an arg to make sure
12002 it's the same as the one that will be in the file.
12003 (autoload-generate-file-autoloads): Adjust to above changes.
12004 Try to make the dataflow a bit simpler.
12005
12006 * cvs-status.el (cvs-refontify): Remove unused.
12007
12008 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12009
12010 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
12011
12012 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
12013 twos-complement mode.
12014
12015 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12016
12017 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12018 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
12019 (calc-inverse): Add "Option" to message, as appropriate.
12020 (calc-hyperbolic): Add "Option" to message, as appropriate.
12021 (calc-option, calc-is-option): New functions.
12022
12023 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
12024 (calc-option-prefix-help): New function.
12025
12026 * calc/calc-misc.el (calc-help): Add "Option" entry.
12027
12028 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
12029 (calc-option-flag): New variable.
12030 (calc-do): Set `calc-option-flag to nil.
12031 (calc-set-mode-line): Add "Opt " as appropriate.
12032
12033 2010-04-16 Juri Linkov <juri@jurta.org>
12034
12035 Move scrolling commands from simple.el to window.el
12036 because their primitives are implemented in window.c.
12037
12038 * simple.el (scroll-error-top-bottom)
12039 (scroll-up-command, scroll-down-command, scroll-up-line)
12040 (scroll-down-line, scroll-other-window-down)
12041 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12042 * window.el (scroll-error-top-bottom)
12043 (scroll-up-command, scroll-down-command, scroll-up-line)
12044 (scroll-down-line, scroll-other-window-down)
12045 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12046 Move from simple.el to window.el because their primitives are
12047 implemented in window.c.
12048
12049 2010-04-16 Juri Linkov <juri@jurta.org>
12050
12051 * isearch.el (isearch-lookup-scroll-key): Check both
12052 `isearch-scroll' and `scroll-command' properties.
12053 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12054
12055 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12056
12057 * simple.el (scroll-up-command, scroll-down-command)
12058 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12059
12060 2010-04-15 Juri Linkov <juri@jurta.org>
12061
12062 * simple.el (scroll-up-command, scroll-down-command)
12063 (scroll-up-line, scroll-down-line): Put `scroll-command'
12064 property on the these symbols. Remove them from
12065 `scroll-preserve-screen-position-commands'.
12066
12067 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12068 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12069 Remove it from `scroll-preserve-screen-position-commands'.
12070
12071 * isearch.el (isearch-allow-scroll): Doc fix.
12072
12073 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
12074
12075 * net/tramp.el (tramp-error-with-buffer): Don't show the
12076 connection buffer when we are in completion mode.
12077 (tramp-file-name-handler): Catch the error for some operations
12078 when we are in completion mode. This gives the user the chance to
12079 correct the file name in the minibuffer.
12080
12081 2010-04-15 Glenn Morris <rgm@gnu.org>
12082
12083 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12084
12085 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
12086
12087 Simplify by using `define-derived-mode'.
12088 * info.el (Info-mode):
12089 * calendar/todo-mode.el (todo-mode):
12090 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12091 (gomoku-mode-map): Move initialization into declaration.
12092
12093 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
12094
12095 Fix Bug#5840.
12096 * ido.el (ido-file-name-all-completions-1):
12097 * minibuffer.el (minibuffer-completion-help):
12098 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12099
12100 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12101
12102 * simple.el (non-essential): New var.
12103
12104 Add a new field `location' to bookmarks for non-file bookmarks.
12105 * bookmark.el (bookmark-location): Use the new field, if present.
12106 (bookmark-insert-location): Undo last change, not needed any more.
12107 * man.el (Man-bookmark-make-record):
12108 * woman.el (woman-bookmark-make-record): Add `location' field.
12109
12110 2010-04-14 Juri Linkov <juri@jurta.org>
12111
12112 * simple.el (scroll-error-top-bottom): New defcustom.
12113 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12114
12115 * emulation/pc-select.el (pc-select-override-scroll-error):
12116 Obsolete in favor of `scroll-error-top-bottom'.
12117
12118 2010-04-14 Juri Linkov <juri@jurta.org>
12119
12120 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12121 `scroll-up-command' and `M-v' to `scroll-down-command'.
12122
12123 * emulation/cua-rect.el (cua--init-rectangles):
12124 * forms.el (forms--change-commands):
12125 * image-mode.el (image-mode-map):
12126 Remap scroll-down-command and scroll-up-command
12127 in addition to scroll-down and scroll-up.
12128
12129 2010-04-14 Juri Linkov <juri@jurta.org>
12130
12131 * mwheel.el (scroll-preserve-screen-position-commands):
12132 Add mwheel-scroll to this list of commands.
12133
12134 * simple.el (scroll-preserve-screen-position-commands):
12135 Add scroll-up-command, scroll-down-command, scroll-up-line,
12136 scroll-down-line to this list of commands.
12137
12138 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * obsolete/complete.el: Move from lisp/complete.el.
12141
12142 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12143
12144 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12145 to the minor mode function now turns the mode ON unconditionally.
12146
12147 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 * vc-dir.el (vc-dir-kill-line): New command.
12150 (vc-dir-mode-map): Bind it to C-k.
12151
12152 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12153
12154 * woman.el: Add bookmark declarations to silence the compiler.
12155 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12156 step to compatibility between man and woman bookmarks.
12157 Adjust for Man-default-bookmark-title renaming.
12158 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12159
12160 * man.el: Add bookmark declarations to silence the compiler.
12161 (Man-name-local-regexp): Make it match NAME as well.
12162 (Man-getpage-in-background): Return the buffer.
12163 (Man-notify-when-ready): Use `case'.
12164 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12165 Don't hardcode "NAME". Simplify.
12166 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12167 Rename from Man-bookmark-make-record.
12168 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12169 we have the actual man-args. Use Man-getpage-in-background rather
12170 than `man' since the arg is already processed. Let bookmark.el do the
12171 window handling. Only wait for the relevant process.
12172 Don't forget to autoload.
12173
12174 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12175
12176 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12177
12178 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12179 New functions.
12180 (woman-mode): Setup bookmark support.
12181
12182 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12183 (man-bookmark-jump): New functions.
12184 (Man-mode): Setup bookmark support.
12185
12186 2010-04-10 Jari Aalto <jari.aalto@cante.net>
12187
12188 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12189 recognize ssh-keygen prompt (Bug#2817).
12190
12191 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12192
12193 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12194
12195 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12196
12197 Synchronize with Tramp repository.
12198
12199 * net/tramp.el (tramp-completion-function-alist)
12200 (tramp-file-name-regexp, tramp-chunksize)
12201 (tramp-local-coding-commands, tramp-remote-coding-commands):
12202 Fix docstring.
12203 (tramp-remote-process-environment): Use `format' instead of `concat'.
12204 (tramp-handle-directory-files-and-attributes)
12205 (tramp-get-remote-path): Use `copy-tree'.
12206 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12207 compatibility: Use `completion-ignore-case' if
12208 `read-file-name-completion-ignore-case' does not exist.
12209 (tramp-do-copy-or-rename-file-directly): Do not use
12210 `tramp-handle-file-remote-p'.
12211 (tramp-do-copy-or-rename-file-out-of-band):
12212 Use `tramp-compat-delete-directory'.
12213 (tramp-do-copy-or-rename-file-out-of-band)
12214 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12215 Use `format-spec-make'.
12216 (tramp-find-foreign-file-name-handler)
12217 (tramp-advice-make-auto-save-file-name)
12218 (tramp-set-auto-save-file-modes): Remove superfluous check for
12219 `stringp'. This is done inside `tramp-tramp-file-p'.
12220 (tramp-debug-outline-regexp): New defconst.
12221 (tramp-get-debug-buffer): Use it.
12222 (tramp-check-for-regexp): Use (forward-line 1).
12223 (tramp-set-auto-save-file-modes): Adapt version check.
12224
12225 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12226 Wrap call of `featurep' for 2nd argument.
12227 (tramp-compat-make-temp-file): Simplify fallback implementation.
12228 (tramp-compat-copy-tree): Remove function.
12229 (tramp-compat-delete-directory): Provide implementation for older
12230 Emacsen.
12231
12232 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12233 Do not use `tramp-fish-handle-file-attributes.
12234
12235 * net/trampver.el: Update release number.
12236
12237 2010-04-10 Glenn Morris <rgm@gnu.org>
12238
12239 * progmodes/compile.el (compilation-save-buffers-predicate):
12240 Add missing :version tag.
12241
12242 2010-04-09 Sam Steingold <sds@gnu.org>
12243
12244 * progmodes/compile.el (compilation-save-buffers-predicate):
12245 Remove the "autoload" cookie.
12246
12247 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12248 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12249 and `bug-reference-prog-mode' can be used in hooks directly.
12250
12251 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12252
12253 Add --author support to git commit.
12254 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12255 (vc-git-log-edit-mode): New minor mode.
12256 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12257 New declarations.
12258
12259 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12260
12261 * vc-hooks.el, vc-git.el: Improve documentation comments.
12262
12263 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 Fix some of the problems in defsubst* (bug#5728).
12266 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12267 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12268
12269 2010-04-07 Sam Steingold <sds@gnu.org>
12270
12271 * progmodes/compile.el (compilation-save-buffers-predicate):
12272 New custom variable.
12273 (compile, recompile): Pass it to `save-some-buffers'.
12274
12275 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12276
12277 * wid-edit.el (widget-choose): Move cursor to the second line of
12278 the buffer (Bug#5695).
12279
12280 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12281
12282 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12283 * vc.el (vc-print-log-setup-buttons): New function split out from
12284 vc-print-log-internal.
12285 (vc-log-internal-common): New function, a parametrized version of
12286 vc-print-log-internal.
12287 (vc-print-log-internal): Just call vc-log-internal-common with the
12288 right arguments.
12289 (vc-incoming-outgoing-internal):
12290 (vc-log-incoming, vc-log-outgoing): New functions.
12291 (vc-log-view-type): New permanent local variable.
12292
12293 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12294
12295 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12296 of the dynamic bound vc-short-log.
12297 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12298
12299 * vc-git.el (vc-git-log-outgoing): New function.
12300 (vc-git-log-view-mode): Use vc-log-view-type instead
12301 of the dynamic bound vc-short-log.
12302
12303 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12304 of the dynamic bound vc-short-log. Highlight the tag.
12305 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12306 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12307 (vc-hg-incoming-mode): Remove.
12308 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12309
12310 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12311
12312 Fix default-directory for vc-root-diff.
12313 * vc.el (vc-root-diff): Bind default-directory to the root
12314 directory for the diff command.
12315
12316 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
12317
12318 * progmodes/verilog-mode.el (verilog-forward-sexp):
12319 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12320 word keywords, suggested by Steve Pearlmutter.
12321 (verilog-pretty-declarations): Support lineup of declarations in
12322 port lists.
12323 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
12324 fix bug for /* / comments.
12325 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
12326 Speed up and simplfy as this is never called with a bound.
12327 (verilog-pretty-declarations): Enhance to line up declarations
12328 inside a parameter list, suggested by Alan Morgan.
12329 (verilog-pretty-expr): Tune assignment regular expression match
12330 string for corner cases; also use markers instead of character
12331 number as indent changes the later.
12332
12333 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12334
12335 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12336 as missing keyword.
12337 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12338 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12339 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12340 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12341 Tennant.
12342 (verilog-keywords):
12343 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12344 1800-2009 keywords, including "global.".
12345
12346 2010-04-06 John Wiegley <jwiegley@gmail.com>
12347
12348 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
12349 appearing in buffer list (if a live buffer name matched a recentf
12350 file basename). Should use uniquify to offer a real solution.
12351
12352 2010-04-06 John Wiegley <jwiegley@gmail.com>
12353
12354 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12355 comment to code, and add a :version tag.
12356 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
12357
12358 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
12359
12360 Enable recentf-mode if using virtual buffers.
12361 * ido.el (recentf-list): Declare for byte-compiler.
12362 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
12363 (ido-make-buffer-list): Simplify.
12364 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12365
12366 2010-04-05 Juri Linkov <juri@jurta.org>
12367
12368 Scrolling commands which scroll a line instead of full screen.
12369 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12370
12371 * simple.el (scroll-up-line, scroll-down-line): New commands.
12372 Put property isearch-scroll=t on them.
12373
12374 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12375 Remove commands.
12376
12377 2010-04-05 Juri Linkov <juri@jurta.org>
12378
12379 Scrolling commands which do not signal errors at top/bottom.
12380 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12381
12382 * simple.el (scroll-up-command, scroll-down-command): New commands.
12383 Put property isearch-scroll=t on them.
12384
12385 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12386 `scroll-down-command' and [next] from `scroll-up' to
12387 `scroll-up-command'.
12388
12389 * emulation/cua-base.el: Put property CUA=move on
12390 `scroll-up-command' and `scroll-down-command'.
12391 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12392 and `scroll-down-command' to `cua-scroll-down'.
12393
12394 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
12395
12396 * help.el (describe-mode): Return nil.
12397
12398 2010-04-04 John Wiegley <jwiegley@gmail.com>
12399
12400 * ido.el (ido-use-virtual-buffers): New variable to indicate
12401 whether "virtual buffer" support is enabled for IDO.
12402 (ido-virtual): Face used to indicate virtual buffers in the list.
12403 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12404 exists, but a virtual buffer of that name does (which would be why
12405 it was in the list), recreate the buffer by reopening the file.
12406 (ido-make-buffer-list): If virtual buffers are being used, call
12407 `ido-add-virtual-buffers-to-list' before the make list hook.
12408 (ido-virtual-buffers): New variable which contains a copy of the
12409 current contents of the `recentf-list', albeit pared down for the
12410 sake of speed, and with proper faces applied.
12411 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12412 create a list of "virtual buffers" to present to the user in
12413 addition to the currently open set. Note that this logic could
12414 get rather slow if that list is too large. With the default
12415 `recentf-max-saved-items' of 200, there is little speed penalty.
12416
12417 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * font-lock.el: Require CL when compiling.
12420 (font-lock-turn-on-thing-lock): Use `case'.
12421
12422 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12423
12424 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12425 Zaretskii.
12426
12427 2010-04-02 Juri Linkov <juri@jurta.org>
12428
12429 * ehelp.el (electric-help-orig-major-mode):
12430 New buffer-local variable.
12431 (electric-help-mode): Set it to original major-mode. Doc fix.
12432 (with-electric-help): Use `electric-help-orig-major-mode' instead
12433 of (default-value 'major-mode). Doc fix.
12434 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12435
12436 2010-04-02 Sam Steingold <sds@gnu.org>
12437
12438 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12439 `vc-hg-command' with a list of flags.
12440
12441 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12442 Also accept "patch" and "RFE".
12443 (bug-reference-fontify): `bug-reference-url-format' can also be a
12444 function to be able to handle the bug kind.
12445 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12446
12447 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12448
12449 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12450 value to fboundp, it may not be a symbol.
12451
12452 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12453
12454 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12455
12456 2010-03-31 Juri Linkov <juri@jurta.org>
12457
12458 * simple.el (next-line, previous-line): Re-throw a signal
12459 with `signal' instead of using `ding'.
12460 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12461
12462 2010-03-31 Juri Linkov <juri@jurta.org>
12463
12464 * simple.el (keyboard-escape-quit): Raise deselecting the active
12465 region higher than exiting the minibuffer.
12466 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12467
12468 2010-03-31 Juri Linkov <juri@jurta.org>
12469
12470 * image.el (image-animated-p): Use `image-metadata' instead of
12471 `image-extension-data'. Get GIF extenstion data from metadata
12472 property `extension-data'.
12473
12474 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * simple.el (append-to-buffer): Simplify.
12477
12478 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12479
12480 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12481 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12482
12483 2010-03-31 Kenichi Handa <handa@m17n.org>
12484
12485 * language/sinhala.el (composition-function-table): Fix regexp for
12486 the new Unicode specification.
12487
12488 * language/indian.el (devanagari-composable-pattern)
12489 (tamil-composable-pattern, kannada-composable-pattern)
12490 (malayalam-composable-pattern): Adjust for the new Unicode
12491 specification.
12492 (bengali-composable-pattern, gurmukhi-composable-pattern)
12493 (gujarati-composable-pattern, oriya-composable-pattern)
12494 (telugu-composable-pattern): New variables to cope with the new
12495 Unicode specification. Use them in composition-function-table.
12496
12497 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 Make tmm-menubar work for the Buffers menu again (bug#5726).
12500 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12501 vectors rather than cons cells, as used in menu-bar-update-buffers.
12502
12503 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12504
12505 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12506 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12507 electric punctuation for "{}();,:" (Bug#5586).
12508
12509 * mail/sendmail.el (mail-default-directory): Doc fix.
12510
12511 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12512
12513 * mail/sendmail.el (mail-default-directory): Doc fix.
12514
12515 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12516
12517 * subr.el (version-regexp-alist, version-to-list)
12518 (version-list-<, version-list-=, version-list-<=)
12519 (version-list-not-zero, version<, version<=, version=): Doc fix.
12520 (Bug#5744).
12521
12522 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12523
12524 * vc.el (vc-root-diff): Doc fix.
12525
12526 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12527
12528 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12529
12530 * simple.el (append-to-buffer): Fix last change.
12531
12532 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12533
12534 * simple.el (append-to-buffer): Ensure that point is preserved if
12535 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12536 (Bug#5749)
12537
12538 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * files.el (auto-mode-case-fold): Change default to t.
12541
12542 2010-03-30 Juri Linkov <juri@jurta.org>
12543
12544 * dired-x.el (dired-omit-mode): Doc fix.
12545
12546 2010-03-30 Juri Linkov <juri@jurta.org>
12547
12548 * replace.el (occur-accumulate-lines): Move occur-engine related
12549 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12550 to be located after `occur-engine'.
12551
12552 2010-03-30 Juri Linkov <juri@jurta.org>
12553
12554 Make occur handle multi-line matches cleanly with context.
12555 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12556
12557 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12558 (occur-engine): Add local variables `ret', `prev-after-lines',
12559 `prev-lines'. Use more arguments for `occur-context-lines'.
12560 Set first elem of its returned list to `data', and the second elem
12561 to `prev-after-lines'. Don't print the separator line.
12562 In the end, print remaining context after-lines.
12563 (occur-context-lines): Add new arguments `begpt', `endpt',
12564 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12565 after-lines of the previous match with before-lines of the
12566 current match and not overlap them. Return a list with two
12567 values: the output line and the list of context after-lines.
12568
12569 2010-03-30 Juri Linkov <juri@jurta.org>
12570
12571 * replace.el (occur-accumulate-lines): Fix a bug where the first
12572 context line at the beginning of the buffer was missing.
12573
12574 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12575
12576 * files.el: Make bidi-display-reordering safe variable for boolean
12577 values.
12578
12579 2010-03-29 Phil Hagelberg <phil@evri.com>
12580 Chong Yidong <cyd@stupidchicken.com>
12581
12582 * subr.el: Extend progress reporters to perform "spinning".
12583 (progress-reporter-update, progress-reporter-do-update):
12584 Handle non-numeric value arguments.
12585 (progress-reporter--pulse-characters): New var.
12586
12587 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12588
12589 * progmodes/compile.el (compilation-start): Fix regexp detection
12590 of initial cd command (Bug#5771).
12591
12592 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12593
12594 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12595
12596 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12597
12598 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12599 * progmodes/gdb-mi.el: Restore.
12600 * progmodes/gdb-ui.el: Remove.
12601 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12602
12603 2010-03-25 Glenn Morris <rgm@gnu.org>
12604
12605 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12606 all dired buffers, even tramp ones. (Bug#5755)
12607
12608 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 Add "union tags" in mpc.el.
12611 * mpc.el: Remove backward compatibility code.
12612 (mpc-browser-tags): Change default.
12613 (mpc--find-memoize-union-tags): New var.
12614 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12615 (mpc-cmd-find): Handle the case where the playlist does not exist.
12616 Handle union-tags.
12617 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12618 (mpc-cmd-add): Use mpc-cmd-flush.
12619 (mpc-tagbrowser-tag-name): New fun.
12620 (mpc-tagbrowser-buf): Use it.
12621 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12622
12623 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 Misc cleanup.
12626 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12627 Use replace-regexp-in-string.
12628 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12629 (makefile-imake-mode-syntax-table): Move init into defvar.
12630 (makefile-mode): Use define-derived-mode.
12631
12632 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12633 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12634 not be present any more.
12635
12636 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12637
12638 * faces.el (set-face-attribute): Fix typo in docstring.
12639 (face-valid-attribute-values): Reflow docstring.
12640
12641 2010-03-24 Glenn Morris <rgm@gnu.org>
12642
12643 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12644
12645 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12646
12647 * indent.el (indent-for-tab-command): Doc fix.
12648
12649 2010-03-24 Alan Mackenzie <acm@muc.de>
12650
12651 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12652 Fix off-by-one error. Fixes bug #5747.
12653
12654 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12655
12656 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12657 (image-dired-read-comment): Doc fix.
12658
12659 * json.el (json-object-type, json-array-type, json-key-type)
12660 (json-false, json-null, json-read-number):
12661 * minibuffer.el (completion-in-region-functions):
12662 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12663 (cal-tex-cursor-week):
12664 * emacs-lisp/trace.el (trace-function):
12665 * eshell/em-basic.el (eshell/printnl):
12666 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12667 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12668 * obsolete/levents.el (allocate-event, event-key, event-object)
12669 (event-point, event-process, event-timestamp, event-to-character)
12670 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12671 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12672 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12673 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12674 (reftex-highlight-selection): Fix typos in docstrings.
12675
12676 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12677
12678 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12679
12680 2010-03-24 Glenn Morris <rgm@gnu.org>
12681
12682 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12683 2008-02-13 without comment; mark it obsolete.
12684 (rmail-highlight-headers): Use rmail-highlight-face once more.
12685
12686 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12687
12688 * woman.el (woman2-process-escapes): Only consume the newline if
12689 the filler character is on a line by itself (Bug#5729).
12690
12691 2010-03-24 Kenichi Handa <handa@m17n.org>
12692
12693 * language/indian.el (devanagari-composable-pattern): Add more
12694 consonants.
12695
12696 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12697
12698 * net/trampver.el: Update release number.
12699
12700 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12701
12702 * net/tramp.el (tramp-find-executable):
12703 Use `tramp-get-connection-buffer'. Make the regexp for checking
12704 output of "wc -l" more robust.
12705 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12706 (tramp-open-connection-setup-interactive-shell): Remove workaround
12707 for OpenSolaris bug, it is not needed anymore.
12708
12709 2010-03-24 Glenn Morris <rgm@gnu.org>
12710
12711 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12712
12713 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12714
12715 * files.el (auto-mode-alist): Accept more verilog file patterns.
12716
12717 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12718
12719 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12720
12721 2010-03-24 Glenn Morris <rgm@gnu.org>
12722
12723 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12724 log-edit-before-checkin-process.
12725
12726 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12727
12728 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12729
12730 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12731 (log-view-process-buffer, log-edit-extra-flags): Declare.
12732
12733 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12734
12735 2010-03-23 Sam Steingold <sds@gnu.org>
12736
12737 Fix bug#5620: recalculate all markers on compilation buffer
12738 modifications, not on file modifications.
12739 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12740 variable: the buffer modification time, for buffers not associated with
12741 files.
12742 (compilation-mode): Create it.
12743 (compilation-filter): Update it.
12744 (compilation-next-error-function): Use it instead of
12745 `visited-file-modtime' for timestamp.
12746
12747 2010-03-23 Juri Linkov <juri@jurta.org>
12748
12749 Implement Occur multi-line matches.
12750 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12751
12752 * replace.el (occur): Doc fix.
12753 (occur-engine): Set `begpt' to the beginning of the first line.
12754 Set `endpt' to the end of the last match line. At first, count
12755 line numbers between `origpt' and `begpt'. Split out code from
12756 `out-line' variable to new let-bindings `match-prefix' and
12757 `match-str'. In `out-line' add non-numeric prefix to all
12758 non-first lines of multi-line matches. Finally, count lines
12759 between `begpt' and `endpt' and add to `lines'.
12760
12761 2010-03-23 Juri Linkov <juri@jurta.org>
12762
12763 * replace.el (occur-accumulate-lines, occur-engine):
12764 Use `occur-engine-line' instead of duplicate code.
12765 (occur-engine-line): New function created from duplicate code
12766 in `occur-accumulate-lines' and `occur-engine'.
12767
12768 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12769 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12770
12771 2010-03-23 Juri Linkov <juri@jurta.org>
12772
12773 * finder.el: Remove TODO tasks.
12774
12775 * info.el (Info-finder-find-node): Add node "all"
12776 with all package info. Handle a list of multiple keywords
12777 separated by comma.
12778 (info-finder): In interactive use with a prefix argument,
12779 use `completing-read-multiple' to read a list of keywords
12780 separated by comma.
12781
12782 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 Add a new completion style `substring'.
12785 * minibuffer.el (completion-basic--pattern): New function.
12786 (completion-basic-try-completion, completion-basic-all-completions):
12787 Use it.
12788 (completion-substring--all-completions)
12789 (completion-substring-try-completion)
12790 (completion-substring-all-completions): New functions.
12791 (completion-styles-alist): New style `substring'.
12792
12793 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 Get rid of .elc files after removal of the corresponding .el.
12796 * Makefile.in (compile-clean): New target.
12797 (compile-main): Use it.
12798
12799 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12800
12801 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12802 don't do make there. When compiling with separate object dir, there
12803 is no Makefile there.
12804
12805 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 Get rid of the ELCFILES abomination, again.
12808 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12809 (all, compile): Don't call compile-last.
12810 (compile-main): Build the "elcfiles" list dynamically.
12811 (compile-targets): New (internal) target.
12812
12813 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12814
12815 * Makefile.in (top_srcdir): Define.
12816 (abs_top_builddir): Define.
12817 (srcdir): Don't append `/..'.
12818 (EMACS): Use ${abs_top_builddir}.
12819 (all, compile, compile-always, compile-last): Don't set emacswd.
12820 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12821 $(srcdir).
12822 (lisp): Use $(srcdir) instead of @srcdir@.
12823
12824 2010-03-21 Juri Linkov <juri@jurta.org>
12825
12826 Fix message of multi-line occur regexps and multi-buffer header lines.
12827 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12828
12829 * replace.el (occur-1): Don't display regexp if it is longer
12830 than window-width. Use `query-replace-descr' to display regexp.
12831 (occur-engine): Don't display regexp in the buffer header for
12832 multi-buffer occur. Display a separate header line with total
12833 match count and regexp for multi-buffer occur.
12834 Use `query-replace-descr' to display regexp.
12835
12836 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12837
12838 * net/secrets.el: Fix parenthesis.
12839 (secrets-enabled): Fix parenthesis.
12840
12841 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12842
12843 Use more relative file and directory names.
12844 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12845 (setwins, setwins_almost, setwins_for_subdirs):
12846 Don't `cd'; output relative names.
12847 (all, compile, compile-always, compile-last): Set emacswd.
12848 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12849 Just cd to the lisp source dir so we can use relative file names.
12850
12851 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12852
12853 2010-03-20 Glenn Morris <rgm@gnu.org>
12854
12855 * textmodes/rst.el: Use faces for font-lock customization, and make the
12856 old -face variables obsolete.
12857 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12858 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12859 (rst-block-face, rst-external-face, rst-definition-face)
12860 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12861 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12862 Make obsolete.
12863 (rst-font-lock-keywords-function): Update for above changes.
12864
12865 2010-03-20 Juri Linkov <juri@jurta.org>
12866
12867 * s-region.el:
12868 * obsolete/s-region.el: Move to obsolete.
12869
12870 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12871
12872 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12873
12874 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12875
12876 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12877
12878 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12879
12880 Add special markup processing for commit logs.
12881 * log-edit.el (log-edit-extra-flags): New variable.
12882 (log-edit): Add new argument MODE. Use that mode when non-nil
12883 instead of the log-view-mode.
12884 (log-view-process-buffer): New function.
12885
12886 * vc.el: Document that the checkin method takes optional
12887 arguments. Document new backend specific method: log-view-mode.
12888 (vc-default-log-edit-mode): New function.
12889 (vc-checkin): Use a backend specific log-view-mode.
12890 Pass extra arguments to the checkin method.
12891 (vc-modify-change-comment): Pass a dummy extra argument.
12892
12893 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12894 log-edit.
12895 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12896 (vc-finish-logentry): Process the log buffer before passing it
12897 down. Pass log-edit-extra-flags.
12898
12899 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12900 command.
12901 (log-edit-extra-flags, log-edit-before-checkin-process):
12902 New declarations.
12903
12904 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12905 command.
12906 (log-edit-extra-flags, log-edit-before-checkin-process):
12907 New declarations.
12908 (vc-hg-log-edit-mode): New derived mode.
12909
12910 * vc-arch.el (vc-arch-checkin):
12911 * vc-cvs.el (vc-cvs-checkin):
12912 * vc-git.el (vc-git-checkin):
12913 * vc-mtn.el (vc-mtn-checkin):
12914 * vc-rcs.el (vc-rcs-checkin):
12915 * vc-sccs.el (vc-sccs-checkin):
12916 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12917
12918 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12921 parent typo).
12922
12923 2010-03-19 Glenn Morris <rgm@gnu.org>
12924
12925 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12926
12927 2010-03-18 Glenn Morris <rgm@gnu.org>
12928
12929 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12930
12931 * replace.el (query-replace-history): Give it a doc string.
12932 (map-query-replace-regexp): Use query-replace-from-history-variable
12933 and query-replace-to-history-variable.
12934
12935 * mail/hashcash.el (declare-function): Remove duplicate definition.
12936
12937 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12938 Make it an obsolete alias for report-emacs-bug-address.
12939 (message-strip-special-text-properties): Declare.
12940 (report-emacs-bug): Remove test for a pretest bug address.
12941 Combine message-mode-specific code.
12942
12943 * mail/supercite.el: Don't require sendmail.
12944 (mh-in-header-p): Declare rather than using with-no-warnings.
12945 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12946 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12947
12948 * calendar/cal-french.el: Convert to utf-8.
12949
12950 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12951 Emacs scripts.
12952
12953 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12954
12955 * net/secrets.el (secrets-enabled): New variable. Use it instead
12956 of a subfeature.
12957
12958 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12959
12960 * net/secrets.el (top): Register the D-Bus signals only when the
12961 service "org.freedesktop.secrets" can be pinged.
12962 Provide subfeature `enabled'.
12963
12964 2010-03-14 Juri Linkov <juri@jurta.org>
12965
12966 Add finder unknown keywords.
12967
12968 * finder.el (finder-unknown-keywords): New function.
12969
12970 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12971 to create a Finder node with unknown keywords.
12972
12973 2010-03-14 Juri Linkov <juri@jurta.org>
12974
12975 * finder.el (finder-compile-keywords): Replace `princ' with
12976 `prin1' on a list of symbols interned from keyword strings.
12977
12978 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12979 a comma, then split keywords using a comma and optional whitespace.
12980 Otherwise, split by whitespace.
12981
12982 * complete.el:
12983 * face-remap.el:
12984 * log-view.el:
12985 * net/hmac-def.el:
12986 * net/hmac-md5.el:
12987 * net/netrc.el:
12988 * progmodes/mixal-mode.el: Fix keywords.
12989
12990 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12991
12992 * Makefile.in (ELCFILES): Add net/secrets.elc.
12993
12994 * net/secrets.el: New file.
12995
12996 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12997
12998 * facemenu.el (list-colors-display, list-colors-print): New arg
12999 callback. Use it to allow selecting colors.
13000
13001 * wid-edit.el (widget-image-insert): Insert image prop even if the
13002 current display is non-graphic.
13003 (widget-field-value-set): New fun.
13004 (editable-field): Use it.
13005 (widget-field-value-get): Clean up unused var.
13006 (widget-color-value-create, widget-color--choose-action):
13007 New funs. Allow using list-colors-display to choose color.
13008
13009 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13010
13011 * cus-edit.el: Resort topmost custom groups.
13012 (custom-buffer-sort-alphabetically): Default to t.
13013 (customize-apropos): Use apropos-parse-pattern.
13014 (custom-search-field): New var.
13015 (custom-buffer-create-internal): Add custom-apropos search field.
13016 (custom-add-parent-links): Don't display parent doc.
13017 (custom-group-value-create): Don't sort top-level custom group.
13018 (custom-magic-value-create): Show visibility button before option name.
13019
13020 (custom-variable-state): New fun, from custom-variable-state-set.
13021 (custom-variable-state-set): Use it.
13022 (custom-group-value-create): Hide options with standard values
13023 using the :hidden-states property. Use progress reporter.
13024
13025 (custom-show): Simplify.
13026 (custom-visibility): Disable images by default.
13027 (custom-variable): New property :hidden-states.
13028 (custom-variable-value-create): Enable images for
13029 custom-visibility widgets. Use :hidden-states property to
13030 determine initial visibility.
13031
13032 * wid-edit.el (widget-image-find): Give images center ascent.
13033 (visibility): Add :on-image and :off-image properties.
13034 (widget-visibility-value-create): Use them.
13035
13036 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * cus-edit.el (processes): Remove from development group.
13039 (oop, hypermedia): Delete group.
13040 (comm): Promote to top-level group.
13041
13042 * net/browse-url.el (browse-url):
13043 * net/xesam.el (xesam):
13044 * net/tramp.el (tramp):
13045 * net/goto-addr.el (goto-address):
13046 * net/ange-ftp.el (ange-ftp): Put in comm group.
13047
13048 * view.el (view): Remove from editing group.
13049
13050 * uniquify.el (uniquify): Put in files group.
13051
13052 * net/browse-url.el (browse-url):
13053 * ps-print.el (postscript): Put in external group.
13054
13055 * cus-edit.el (outlines):
13056 * textmodes/text-mode.el (text-mode-hook):
13057 * textmodes/table.el (table):
13058 * textmodes/picture.el (picture):
13059 * outline.el (outlines): Put in wp group.
13060
13061 * nxml/nxml-mode.el (nxml): Remove from wp group.
13062
13063 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13064
13065 * mail/metamail.el (metamail): Remove from hypermedia group.
13066
13067 * cus-edit.el (abbrev):
13068 * whitespace.el (whitespace):
13069 * vcursor.el (vcursor):
13070 * reveal.el (reveal):
13071 * hl-line.el (hl-line): Put in convenience group.
13072
13073 * epg-config.el (epg): Put in data group.
13074
13075 * emulation/pc-select.el (pc-select): Put in emulations group.
13076
13077 * calculator.el (calculator): Put in applications group.
13078
13079 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13080
13081 Add .dir-locals.el support for file-less buffers.
13082 * files.el (hack-local-variables): Split out code to apply local
13083 variable settings ...
13084 (hack-local-variables-apply): ... here. New function.
13085 (hack-dir-local-variables): Use the default directory for when the
13086 buffer does not have an associated file.
13087 (hack-dir-local-variables-non-file-buffer): New function.
13088 * diff-mode.el (diff-mode):
13089 * vc-annotate.el (vc-annotate-mode):
13090 * vc-dir.el (vc-dir-mode):
13091 * log-edit.el (log-edit-mode):
13092 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13093
13094 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13095
13096 Add support for shelving snapshots and for showing shelves.
13097 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13098 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13099 New functions.
13100 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13101 (vc-bzr-extra-menu-map): Map them.
13102
13103 2010-03-11 Glenn Morris <rgm@gnu.org>
13104
13105 * cus-edit.el (customize-changed-options-previous-release):
13106 Bump to 23.1.
13107
13108 * image.el (image-animate-max-time): Fix :version tag.
13109
13110 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
13111
13112 * Branch for 23.2.
13113
13114 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13115
13116 * vc-git.el (vc-git-revision-table): Include remote branches.
13117
13118 2010-03-10 Kim F. Storm <storm@cua.dk>
13119
13120 Animated image API.
13121 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13122
13123 * image.el (image-animate-max-time): New defcustom.
13124 (image-animated-types): New defconst.
13125 (create-animated-image, image-animate-timer)
13126 (image-animate-start, image-animate-stop, image-animate-timeout)
13127 (image-animated-p): New functions.
13128
13129 * image-mode.el (image-toggle-display-image):
13130 Replace `create-image' with `create-animated-image'.
13131
13132 2010-03-09 Miles Bader <miles@gnu.org>
13133
13134 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13135 instead of "format:"; this ensures that the output is
13136 newline-terminated.
13137
13138 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
13139
13140 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13141 that all errors are caught, and that the return value is always a
13142 list (Bug#5692).
13143
13144 2010-03-08 Kenichi Handa <handa@m17n.org>
13145
13146 * language/misc-lang.el (windows-1256): New coding system.
13147 (cp1256): New alias of windows-1256 (bug#5690).
13148
13149 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13150
13151 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13152 call to rfc822-bad-address. (Bug#5692)
13153
13154 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13155
13156 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13157 Use vc-git-root as default directory for revision path (Bug#5657).
13158
13159 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
13160
13161 * calculator.el (calculator): Don't bind split-window-keep-point
13162 (Bug#5674).
13163
13164 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * vc-git.el: Re-flow to fit into 80 columns.
13167 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13168 Remove spurious `quote' element in each case alternative.
13169 (vc-git-show-log-entry): Use prog1.
13170 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13171
13172 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13173
13174 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13175
13176 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
13177
13178 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13179 definition, not the name (Bug#5481).
13180
13181 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
13182
13183 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13184 argument with a local variable. (Bug#5670)
13185
13186 2010-03-02 Juri Linkov <juri@jurta.org>
13187
13188 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13189
13190 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
13191
13192 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13193 error when FILENAME and NEWNAME are existing remote directories.
13194
13195 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13196 parameter DIR-FLAG.
13197
13198 2010-03-02 Glenn Morris <rgm@gnu.org>
13199
13200 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13201 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13202
13203 2010-03-01 Kenichi Handa <handa@m17n.org>
13204
13205 * language/burmese.el (burmese-composable-pattern): Rename from
13206 myanmar-composable-pattern.
13207
13208 * international/characters.el (script-list):
13209 * international/fontset.el (script-representative-chars):
13210 Change myanmar to burmese.
13211 (otf-script-alist): Likewise.
13212 (setup-default-fontset): Likewise. Re-fix :otf spec.
13213
13214 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13215
13216 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13217
13218 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13219
13220 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13221
13222 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13223
13224 * net/tramp.el (tramp-handle-write-region): START can be a string.
13225 Take care in the checks. Reported by Dan Davison
13226 <davison@stats.ox.ac.uk>.
13227
13228 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13229
13230 * net/dbus.el (dbus-introspect, dbus-get-property)
13231 (dbus-set-property, dbus-get-all-properties):
13232 Use `dbus-call-method' when noninteractive. (Bug#5645)
13233
13234 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
13235
13236 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13237 * emacs-lisp/elint.el (elint-add-required-env):
13238 * calendar/icalendar.el (icalendar--add-diary-entry):
13239 * calc/calcalg2.el (math-tracing-integral):
13240 * files.el (recover-session-finish): Use with-current-buffer
13241 instead of save-excursion.
13242
13243 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 Fix in-buffer completion when after-change-functions modify the buffer.
13246 * minibuffer.el (completion--replace): New function.
13247 (completion--do-completion): Use it and use relative movement.
13248
13249 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
13250
13251 * international/fontset.el (setup-default-fontset): Fix :otf spec.
13252
13253 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13254
13255 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13256 Allow the characters _<> in the stack entry (Bug#5653).
13257
13258 2010-02-26 Kenichi Handa <handa@m17n.org>
13259
13260 * language/burmese.el: Fix entries in composition-function-table.
13261 (myanmar-composable-pattern): New variable.
13262
13263 * international/fontset.el (setup-default-fontset): Add an entry
13264 for myanmar.
13265
13266 * international/characters.el (script-list): Add Myanmar
13267 Extended-A.
13268
13269 2010-02-26 Glenn Morris <rgm@gnu.org>
13270
13271 * custom.el (custom-initialize-delay): Doc fix.
13272
13273 * mail/sendmail.el (send-mail-function): Autoload the call
13274 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13275
13276 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
13277
13278 * files.el (hack-local-variables-filter): For eval forms, also
13279 check safe-local-variable-p (Bug#5636).
13280
13281 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
13282
13283 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13284 setting the modes by `ignore-errors'. It might fail, for example
13285 if the file is not owned by the user but the group.
13286 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13287
13288 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
13289
13290 * files.el (directory-listing-before-filename-regexp):
13291 Use stricter matching for iso-style dates, to avoid false matches with
13292 date-like filenames (Bug#5597).
13293
13294 * htmlfontify.el (htmlfontify): Doc fix.
13295
13296 * eshell/eshell.el (eshell): Doc fix.
13297
13298 * startup.el (fancy-about-screen): In mode-line, apply
13299 mode-line-buffer-id face only to the buffer name (Bug#5613).
13300
13301 2010-02-20 Kevin Ryde <user42@zip.com.au>
13302
13303 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13304 In `watcom' anchor regexp to start of line, to avoid slowness
13305 (Bug#5599).
13306
13307 2010-02-20 Eli Zaretskii <eliz@gnu.org>
13308
13309 * subr.el (remove-yank-excluded-properties): Explain in a comment
13310 why `category' property is removed.
13311
13312 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * isearch.el (isearch-update-post-hook, isearch-update):
13315 Revert 2010-02-17 change.
13316
13317 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
13318
13319 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13320 (icalendar--convert-weekly-to-ical)
13321 (icalendar--convert-yearly-to-ical)
13322 (icalendar--convert-block-to-ical)
13323 (icalendar--convert-cyclic-to-ical)
13324 (icalendar--convert-anniversary-to-ical): Take care of time
13325 specifications where hour has 1-digit only (Bug#5549).
13326
13327 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
13328
13329 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13330 of disassemble output in GDB 7.1.
13331
13332 2010-02-19 Glenn Morris <rgm@gnu.org>
13333
13334 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13335 property. (Bug#5593)
13336
13337 2010-02-18 Sam Steingold <sds@gnu.org>
13338
13339 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13340
13341 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13342
13343 Use abbreviated file names in bookmarks (bug#5591).
13344 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13345 calls to expand-file-name.
13346 (bookmark-relocate): Use abbreviated file names in bookmarks.
13347 (bookmark-load): Use abbreviated file names in messages.
13348
13349 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13350
13351 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13352 expand "." and "..". Reported by Thierry Volpiatto
13353 <thierry.volpiatto@gmail.com>.
13354
13355 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13356
13357 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13358 permissions of the temporary file to "0600". In case the remote
13359 file has no read permissions for the owner, there might be
13360 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13361
13362 22010-02-18 Glenn Morris <rgm@gnu.org>
13363
13364 * emacs-lisp/authors.el (authors-renamed-files-alist):
13365 Add entries for INSTALL.CVS.
13366
13367 2010-02-17 Mark A. Hershberger <mah@everybody.org>
13368
13369 * vc-bzr.el: Fix typo in Known Bugs section.
13370
13371 * isearch.el (isearch-update-post-hook): New hook.
13372 (isearch-update): Use the new hook.
13373
13374 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
13375
13376 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13377 Fix errors in copying directories.
13378 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13379 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13380 (tramp-handle-delete-file)
13381 (tramp-handle-dired-recursive-delete-directory)
13382 (tramp-handle-write-region): Flush also the cache for the upper
13383 directory.
13384
13385 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
13386
13387 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13388
13389 * cus-edit.el (hardware): Doc fix.
13390
13391 * man.el (man): Add to external custom group.
13392
13393 * delim-col.el (columns): Move to wp custom group.
13394
13395 * doc-view.el (doc-view): Add to data custom group.
13396
13397 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13398
13399 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13400 by ispell-parse-output (Bug#5575).
13401
13402 2010-02-16 Kenichi Handa <handa@m17n.org>
13403
13404 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13405 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13406 (skkdic-convert): Use `euc-japan' coding system for writing.
13407
13408 2010-02-16 Glenn Morris <rgm@gnu.org>
13409
13410 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13411 tex-main-file before using it. (Bug#5562)
13412
13413 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13414
13415 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13416 warnings, since it is annoying for the user to see them each time he
13417 runs the code.
13418
13419 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13420
13421 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13422 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13423 instead of PROC for caching "first-password-request". Otherwise,
13424 new processes would not profit from passwords already entered.
13425
13426 * net/tramp-cache.el (tramp-dump-connection-properties):
13427 Don't save "first-password-request" property.
13428
13429 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13430
13431 * outline.el (outline-head-from-level):
13432 * simple.el (with-wrapper-hook):
13433 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13434 (elint-defun, elint-buffer-env, elint-top-form-logged)
13435 (elint-unbound-variable):
13436 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13437 Fix typos in docstrings.
13438
13439 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13440
13441 * files.el (insert-directory): When WILDCARD-REGEXP and
13442 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13443 whole directory. (Bug#5551)
13444
13445 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13446 dired's alignment sanity. (Bug#5516)
13447
13448 2010-02-14 Juri Linkov <juri@jurta.org>
13449
13450 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13451 Remove remaining ^H with their preceding chars. (Bug#5566)
13452
13453 2010-02-13 Glenn Morris <rgm@gnu.org>
13454
13455 * simple.el (transpose-subr): Give it a doc-string.
13456
13457 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13458 Doc fixes.
13459
13460 2010-02-12 Juri Linkov <juri@jurta.org>
13461
13462 * arc-mode.el (archive-unique-fname): Make directories for nested
13463 archives. (Bug#5540)
13464
13465 2010-02-12 Juri Linkov <juri@jurta.org>
13466
13467 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13468
13469 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13470
13471 * subr.el (copy-overlay): Handle deleted overlays.
13472
13473 * man.el (Man-completion-table): Don't signal an error if we can't run
13474 manual-program (bug#4056).
13475
13476 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13477
13478 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13479
13480 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13481
13482 * info.el (Info-bookmark-jump): Simplify.
13483
13484 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13485 (bookmark-default-handler): Accept new bookmark field `buffer'.
13486
13487 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13488
13489 * iswitchb.el (iswitchb-completions): Revert last change.
13490
13491 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13492
13493 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13494 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13495 This prevents file names like "~/" being listed literally.
13496
13497 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13498
13499 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13500 Remove dead code. (Bug#5546)
13501
13502 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13503
13504 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13505 correctly (Bug#5548).
13506
13507 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13508
13509 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13510 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13511
13512 2010-02-08 Kenichi Handa <handa@m17n.org>
13513
13514 * international/mule-util.el (with-coding-priority): Add autoload
13515 cookie for putting `lisp-indent-function'.
13516
13517 2010-02-07 Glenn Morris <rgm@gnu.org>
13518
13519 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13520 Move F2003 named interfaces from keywords-2 to keywords-1, and
13521 use function-name-face rather than constant-face.
13522 Simplify "abstract interface" regexp.
13523
13524 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13525
13526 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13527 ID-FORMAT. Pass it to `file-attributes'.
13528
13529 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13530
13531 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13532
13533 * faces.el (set-face-attribute): Allow calling
13534 internal-set-lisp-face-attribute with 'unspecified family and
13535 foundry argument (Bug#5536).
13536
13537 2010-02-07 Glenn Morris <rgm@gnu.org>
13538
13539 * progmodes/f90.el (f90-font-lock-keywords-2)
13540 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13541 Handle F2003 named interfaces.
13542
13543 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13544
13545 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13546 beg and end before calling c-get-state-before-change-functions.
13547
13548 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13549
13550 * vc-bzr.el (vc-bzr-dir-extra-headers):
13551 Disable the pending merges header.
13552
13553 2010-02-05 Juri Linkov <juri@jurta.org>
13554
13555 * doc-view.el (doc-view-mode):
13556 * image-mode.el (image-mode): Put property mode-class=special.
13557 (Bug#4896)
13558
13559 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13560
13561 * vc-svn.el (vc-svn-revision-table): New function.
13562
13563 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13564
13565 * net/ange-ftp.el (ange-ftp-insert-directory):
13566 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13567 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13568 Handle also directories. (Bug#5478)
13569
13570 2010-02-05 Glenn Morris <rgm@gnu.org>
13571
13572 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13573
13574 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13575
13576 * startup.el (command-line-1): Convert options beginning with a
13577 single dash as well (Bug#5519).
13578
13579 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13582 * minibuffer.el (completion-initials-expand): Only check the presence
13583 of delims *within* the boundaries, since otherwise the / delim is
13584 always found for files.
13585
13586 Fix up various corner case problems.
13587 * doc-view.el (doc-view-last-page-number): New function.
13588 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13589 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13590 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13591 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13592 (doc-view-convert-current-doc): Don't create the resolution.el file
13593 here any more.
13594 (doc-view-pdf/ps->png): Do it here instead.
13595 (doc-view-already-converted-p): Check that resolution.el is present.
13596 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13597 windows that are not yet showing images.
13598
13599 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13600
13601 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13602 `dired-uncache' for every elemnt which is an absolute file name.
13603
13604 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13605 directory, handle its directory component.
13606 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13607 function is called permanently and creates noise, otherwise.
13608
13609 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13610 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13611 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13612
13613 2010-02-04 David Burger <dburger@google.com> (tiny change)
13614
13615 * macros.el (apply-macro-to-region-lines):
13616 Minor simplification. (Bug#5485)
13617
13618 2010-02-04 Glenn Morris <rgm@gnu.org>
13619
13620 * mail/rmail.el (rmail-show-message-1): Handle malformed
13621 quoted-printable text. (Bug#5441)
13622
13623 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13624
13625 * simple.el (visual-line-mode): Capitalize lighter.
13626
13627 2010-02-03 John Wiegley <jwiegley@gmail.com>
13628
13629 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13630 list of files considered for "virtual buffer" completions.
13631
13632 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13633
13634 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13635 also in case of (and (not full) (not wildcard)). This is needed
13636 when dired is called with a list of files, which are not in
13637 `default-directory'. (Bug#5478)
13638
13639 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13640
13641 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13642
13643 2010-02-02 Juri Linkov <juri@jurta.org>
13644
13645 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13646 from unidiff to allow function-line after @@.
13647
13648 2010-02-02 Juri Linkov <juri@jurta.org>
13649
13650 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13651 '(RCS SCCS) with inverted condition.
13652
13653 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13654
13655 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13656 messages.
13657
13658 2010-02-01 Juri Linkov <juri@jurta.org>
13659
13660 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13661 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13662 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13663 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13664
13665 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13666
13667 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13668 (doc-view-revert-buffer): New command.
13669 (doc-view-mode-map): Use it.
13670
13671 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13672
13673 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13674 pending merge is detected.
13675
13676 2010-01-31 Juri Linkov <juri@jurta.org>
13677
13678 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13679 beginning of interactive spec like all other grep commands do.
13680 Put "all" in front of "gz". (Bug#5260)
13681
13682 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13683
13684 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13685
13686 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13687
13688 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13689 regexp is incorrect (Bug#5476).
13690
13691 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13692
13693 * net/tramp.el (tramp-handle-insert-directory): Handle also
13694 symlinks, when FILENAME is not in `default-directory'.
13695
13696 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13697
13698 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13699 FILE is not in `default-directory'. (Bug#5478)
13700
13701 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13702 of SWITCHES. Handle the case, FILENAME is not in
13703 `default-directory'. (Bug#5478)
13704 (tramp-register-file-name-handlers): Add safe-magic property.
13705
13706 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13707
13708 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13709 unzip (Bug#5475).
13710
13711 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13712
13713 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13714 (flymake-master-make-header-init): Add other C++ filename masks.
13715 (flymake-find-possible-master-files)
13716 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13717
13718 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13719
13720 Fix some busybox annoyances.
13721
13722 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13723 not responding." string.
13724 (tramp-open-connection-setup-interactive-shell): Dump stty
13725 settings. Enable "neveropen" arg for all `tramp-send-command'
13726 calls. Handle "=" in variable values properly.
13727 (tramp-find-inline-encoding): Raise an error, when no encoding is
13728 found.
13729 (tramp-wait-for-output): Check, whether PROC buffer is available.
13730 Remove spurious " ^H" sequences, sent by busybox.
13731 (tramp-get-ls-command): Suppress coloring, if possible.
13732
13733 2010-01-28 Glenn Morris <rgm@gnu.org>
13734
13735 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13736
13737 * log-edit.el (log-edit-strip-single-file-name): Add missing
13738 :safe, :group, and :version tags.
13739
13740 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13741
13742 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13743 buffers. (Bug#5477)
13744
13745 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13746
13747 * files.el (delete-directory): Handle moving to trash without
13748 first doing recursion (Bug#5436).
13749
13750 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13751
13752 * vc-hooks.el (vc-path): Mark as obsolete.
13753
13754 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13755
13756 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13757 names too.
13758
13759 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13760 for the short log.
13761 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13762
13763 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13764
13765 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13766
13767 * vc-bzr.el (vc-bzr-revision-table): New function.
13768
13769 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13770
13771 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13772 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13773
13774 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13775
13776 Remove support for adding --signoff on commit.
13777 Future support will use an incompatible generic mechanism.
13778 * vc-git.el (vc-git-add-signoff): Remove variable.
13779 (vc-git-toggle-signoff): Remove function.
13780 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13781
13782 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13783 Rename from xterm-set-background-mode. Return t if the background mode
13784 was set.
13785 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13786 earlier, call it again in case the background mode has changed.
13787
13788 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13789
13790 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13791 (Bug#3541).
13792
13793 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13794
13795 * emacs-lisp/assoc.el (aelement): Doc fix.
13796 (aput, adelete, amake): Use lexical-let (Bug#5450).
13797
13798 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13799
13800 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13801 is the same as subprogram call, not declaration. (Bug#5435).
13802
13803 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13804
13805 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13806 (tramp-smb-maybe-open-connection): Use it.
13807
13808 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13809
13810 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13811
13812 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13813
13814 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13815 just because we see "encoding: 8bit".
13816 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13817
13818 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13819
13820 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13821
13822 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13823
13824 * jka-compr.el (jka-compr-load): If load-file is not in
13825 load-history, try its file-truename version. (bug#5447)
13826
13827 2010-01-21 Alan Mackenzie <acm@muc.de>
13828
13829 Fix a situation where deletion of a cpp construct throws an error.
13830 * progmodes/cc-engine.el (c-invalidate-state-cache):
13831 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13832 special cpp construct is still in the buffer.
13833 (c-parse-state): Record the special cpp with markers, not numbers.
13834
13835 2010-01-21 Kenichi Handa <handa@m17n.org>
13836
13837 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13838 process last-command-event, as it is now decoded first (Bug#5380).
13839
13840 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13841
13842 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13843
13844 2010-01-20 Glenn Morris <rgm@gnu.org>
13845
13846 * indent.el (tab-always-indent): Fix custom-type.
13847
13848 2010-01-19 Alan Mackenzie <acm@muc.de>
13849
13850 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13851 buffer throws "args out of range".
13852 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13853 playing the role of delimiter.
13854
13855 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13856
13857 * progmodes/ada-mode.el: Fix bug#5400.
13858 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13859 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13860 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13861 Improve comments in "is" portion. Handle null procedure declaration.
13862 (ada-move-to-end): Improve doc string.
13863
13864 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13865
13866 * ido.el (ido-cur-list): Initialize to nil.
13867 Remove obsolete information from commentary.
13868 (ido-choice-list): Initialize to nil.
13869 (ido-get-bufname): Reject minibuffers.
13870 (ido-make-buffer-list): If "default" is a nonexistent
13871 buffer, ignore it, as per the function's comment.
13872 (ido-kill-buffer-internal): New function.
13873 (ido-kill-buffer-at-head): Use it.
13874 (ido-visit-buffer): Likewise.
13875
13876 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13877
13878 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13879
13880 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13881
13882 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13883 Fix typos in chart titles.
13884
13885 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13886 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13887 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13888 (describe-class, eieio-describe-generic, describe-generic):
13889 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13890 (eieio-speedbar-expand):
13891 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13892 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13893 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13894 (viper-del-backward-char-in-replace, viper-backward-indent)
13895 (viper-brac-function, viper-register-to-point, viper-submit-report):
13896 * net/tramp.el (tramp-remote-coding-commands):
13897 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13898 Fix typos in docstrings.
13899
13900 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13901
13902 * mail/sendmail.el (mail-yank-original): Set the mark if the
13903 specified function for yanking does not do it.
13904
13905 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13906
13907 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13908
13909 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13910 resyncing a directory.
13911
13912 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13913
13914 * progmodes/ada-mode.el: Fix bug#1920.
13915 (ada-ident-re): Delete ., allow multibyte characters.
13916 (ada-goto-label-re): New; matches goto labels.
13917 (ada-block-label-re): New; matches block labels.
13918 (ada-label-re): New; matches both.
13919 (ada-named-block-re): Delete; callers changed to use
13920 `ada-block-label-re' instead.
13921 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13922 Use `ada-block-label-re'.
13923 (ada-indent-on-previous-lines): Improve handling of goto labels.
13924 (ada-get-indent-block-start): Special-case block label.
13925 (ada-get-indent-label): Split into `ada-indent-block-label' and
13926 `ada-indent-goto-label'.
13927 (ada-goto-stmt-start, ada-goto-next-non-ws):
13928 Optionally ignore goto labels.
13929 (ada-goto-next-word): Simplify.
13930 (ada-indent-newline-indent-conditional): Insert newline before
13931 trying to fix indentation; doc fix.
13932
13933 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13934
13935 * calc/calc.el (calc-command-flags): Give it an initial value.
13936
13937 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13938
13939 * files.el (minibuffer-with-setup-hook):
13940 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13941 (artist-key-draw-continously, artist-key-do-continously-continously)
13942 (artist-key-set-point-continously, artist-mouse-draw-continously):
13943 Fix typos in docstrings.
13944
13945 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13946
13947 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13948 Never return t (Bug#3898).
13949
13950 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13951
13952 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13953 can parse the output of the external commands (Bug#5279).
13954
13955 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13956
13957 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13958
13959 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13960
13961 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13962
13963 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13964
13965 * startup.el (command-line): Remove unused --icon-type arg.
13966 Handle --display arg, passing it to command-line-1 (Bug#5392).
13967
13968 2010-01-16 Mario Lang <mlang@delysid.org>
13969
13970 * emacs-lisp/chart.el (chart-translate-namezone):
13971 * textmodes/artist.el (artist-compute-popup-menu-table):
13972 Remove duplicated words in doc-strings.
13973
13974 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13975
13976 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13977 to mairix-search to suppress threading (Bug#5342).
13978
13979 2010-01-15 Kenichi Handa <handa@m17n.org>
13980
13981 * international/mule-cmds.el (canonicalize-coding-system-name):
13982 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13983
13984 2010-01-15 Glenn Morris <rgm@gnu.org>
13985
13986 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13987
13988 * wid-edit.el (widget-keymap): Doc fix.
13989
13990 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13991 former seems to be more widely accepted by various svn versions.
13992
13993 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13994
13995 * find-cmd.el (find-constituents):
13996 * vc-arch.el (vc-arch-root):
13997 * window.el (window-body-height, pop-up-frames):
13998 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13999 * progmodes/ada-stmt.el (ada-if):
14000 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14001 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14002 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14003 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14004
14005 * progmodes/flymake.el (flymake-post-syntax-check):
14006 Fix typo in error message.
14007
14008 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14009
14010 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14011 which is always a string. (Bug#5313)
14012
14013 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14014
14015 * progmodes/ada-xref.el (ada-default-prj-properties):
14016 Simplify previous change.
14017
14018 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14019
14020 * progmodes/ada-xref.el (ada-default-prj-properties):
14021 Default ada_project_path to $ADA_PROJECT_PATH.
14022
14023 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14024
14025 * progmodes/ada-mode.el (ada-create-keymap):
14026 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14027
14028 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14029
14030 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14031 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14032 (ada-get-current-indent, ada-imenu-generic-expression)
14033 (ada-which-function): Check for it.
14034
14035 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14036
14037 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14038 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14039
14040 2010-01-14 Glenn Morris <rgm@gnu.org>
14041
14042 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14043
14044 2010-01-14 Kenichi Handa <handa@m17n.org>
14045
14046 * composite.el (auto-composition-mode): Make it a buffer local
14047 variable (permanent-local).
14048 (auto-composition-function): Set the default value to
14049 auto-compose-chars.
14050 (auto-composition-mode): Make it a simple function, not a minor mode.
14051 (global-auto-composition-mode): Likewise.
14052 (turn-on-auto-composition-if-enabled): Delete it.
14053
14054 2010-01-13 Karl Fogel <kfogel@red-bean.com>
14055
14056 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
14057
14058 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
14059
14060 * files.el (copy-directory): Compute target for recursive
14061 directories with identical names. (Bug#5343)
14062
14063 2010-01-12 Glenn Morris <rgm@gnu.org>
14064
14065 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14066 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
14067
14068 2010-01-11 Sam Steingold <sds@gnu.org>
14069
14070 * imenu.el (imenu-default-create-index-function): Detect infinite
14071 loops caused by imenu-prev-index-position-function.
14072
14073 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14074
14075 * htmlfontify.el (htmlfontify-load-rgb-file)
14076 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14077 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14078 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14079 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14080 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14081 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14082 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14083 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14084 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14085 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14086 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14087 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14088 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14089 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14090 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14091 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14092 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14093 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14094 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14095 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14096 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14097 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14098 backslash-quoting from parentheses, etc.
14099
14100 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
14101
14102 * progmodes/js.el: Autoload javascript-mode alias.
14103
14104 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14105
14106 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14107 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14108 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14109 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14110 Fix typos in docstrings.
14111 (ffap-url-regexp): Doc fix.
14112 (ffap-at-mouse): Fix typo in message.
14113
14114 2010-01-11 Glenn Morris <rgm@gnu.org>
14115
14116 * version.el (emacs-copyright): Set copyright year to 2010.
14117
14118 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14119
14120 * format.el (format-annotate-function): Only set
14121 write-region-post-annotation-function after running to-fn so as not to
14122 affect nested write-region calls (bug#5273).
14123
14124 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
14125
14126 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14127 wisent/python.el.
14128
14129 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14130
14131 * man.el (Man-goto-section): Signal error if the section is not
14132 found (Bug#5317).
14133
14134 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
14135
14136 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14137 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14138
14139 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14140
14141 * progmodes/compile.el: Don't treat compile-command as safe if
14142 compilation-read-command might be nil (Bug#4218).
14143
14144 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14145
14146 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14147 NS options.
14148
14149 2010-01-08 Kenichi Handa <handa@m17n.org>
14150
14151 * international/fontset.el (build-default-fontset-data):
14152 Exclude characters in scripts kana, hangul, han, or cjk-misc.
14153
14154 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
14155
14156 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14157 to `create-file-buffer' as it expects, not just a buffer name.
14158 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14159 to help uniquify. (Bug#3224)
14160
14161 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14162
14163 * font-setting.el (font-setting-change-default-font): Use user-spec
14164 instead of name.
14165
14166 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14167
14168 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14169
14170 2010-01-05 Tom Tromey <tromey@redhat.com>
14171
14172 * progmodes/python.el (python-font-lock-keywords):
14173 Handle qualified decorators (Bug#881).
14174
14175 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14176
14177 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14178 in a lightweight checkout.
14179
14180 2010-01-05 Kenichi Handa <handa@m17n.org>
14181
14182 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
14183
14184 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14185
14186 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14187
14188 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14189
14190 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14191 checkouts. (Bug#618)
14192 (vc-bzr-log-view-mode): Also highlight the author.
14193 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14194 (vc-bzr-shelve-menu-map):
14195 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14196 (vc-bzr-shelve-apply): Make prompt more explicit.
14197
14198 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
14199
14200 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14201 They are valid characters in URL paths (rfc3986), and at least
14202 Firefox does not understand the encoded version (Bug#3166).
14203
14204 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14205
14206 * progmodes/octave-mod.el (octave-end-keywords)
14207 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14208 Add "end" keyword (Bug#3061).
14209 (octave-end-as-array-index-p): New function.
14210 (calculate-octave-indent): Use it.
14211
14212 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14213
14214 * bookmark.el: Consistently put the text property on the bookmark name.
14215 (bookmark-bmenu-marks-width): Bump back to 2, to include
14216 annotation marks.
14217 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14218 property on the bookmark name, instead of not putting it at all.
14219 (bookmark-bmenu-list): Fix where we put the text property.
14220
14221 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14222
14223 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14224 for showing buffer modified state (as added in the previous change).
14225
14226 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14227
14228 * bookmark.el: Show modified state of bookmark buffer more accurately.
14229 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14230 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14231 (with-buffer-modified-unmodified): New macro.
14232 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14233 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
14234 Use new macro to preserve the buffer modified state.
14235
14236 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14237
14238 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
14239 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14240 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14241 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14242 (bookmark-bmenu-rename, bookmark-bmenu-locate)
14243 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14244 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
14245
14246 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14247
14248 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14249 Make the lines in the generated doc string shorter. (Bug#4668)
14250
14251 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
14252
14253 * net/rcirc.el: Add follow-link binding (Bug#4738).
14254
14255 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14256
14257 * Makefile.in (bzr-update): Rename from cvs-update.
14258 (cvs-update): New target for backward compatibility.
14259
14260 * makefile.w32-in (bzr-update): Rename from cvs-update.
14261 (cvs-update): New target for backward compatibility.
14262
14263 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14264
14265 * bookmark.el: Remove gratuitous gratitude.
14266
14267 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14268
14269 * bookmark.el (bookmark-bmenu-any-marks): New function.
14270 (bookmark-bmenu-save): Clear buffer modification if no marks.
14271
14272 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14273
14274 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
14275 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14276 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14277 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14278
14279 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14280 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14281 To: emacs-devel {_AT_} gnu.org
14282 Subject: bookmark.el bug report
14283 Date: Mon, 28 Dec 2009 14:19:16 +0800
14284 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14285
14286 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14287
14288 * bookmark.el: Improvements suggested by Drew Adams:
14289 (bookmark-bmenu-ensure-position): New name for
14290 `bookmark-bmenu-check-position'. Just ensure the position,
14291 don't return any meaningful value.
14292 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14293 New constants.
14294
14295 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
14296
14297 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14298 (bookmark-yank-point, bookmark-bmenu-check-position):
14299 Fix typos in docstrings.
14300 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14301 (bookmark-name-from-full-record, bookmark-get-position)
14302 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14303 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14304 Remove useless quoting of parenthesis, etc. in docstrings.
14305
14306 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14307 (ediff-append-custom-diff): Fix typo in error message.
14308 (ediff-meta-mark-equal-files): Fix typos in messages.
14309
14310 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14311
14312 * net/imap-hash.el (imap-hash-make): Doc fix.
14313 (imap-hash-test): Fix typo in error message; reflow docstring.
14314 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14315 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14316 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14317 Fix typos in docstrings.
14318 (imap-hash-open-connection): Fix typo in error message.
14319
14320 * play/gomoku.el (gomoku): Fix typos in docstring.
14321
14322 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14323 (gdb-jsonify-buffer): Fix typos in docstring.
14324 (gdb-goto-breakpoint): Fix typo in error message.
14325 ("Display Other Windows"): Fix typo in help message.
14326 (gdb-speedbar-expand-node): Fix typo in question.
14327
14328 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14329 (idlwave-html-system-help-location, idlwave-html-help-location)
14330 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14331 (idlwave-help-browser-generic-args, idlwave-help-directory)
14332 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14333 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14334 (idlwave-online-help, idlwave-help-html-link)
14335 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14336 Fix typos in docstrings.
14337 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14338 Reflow docstrings.
14339 (idlwave-help-assistant-start): Fix typo in error message.
14340
14341 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14342 (octave-electric-space): Fix typos in docstrings.
14343
14344 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
14345
14346 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14347
14348 2010-01-01 Juri Linkov <juri@jurta.org>
14349
14350 * comint.el (comint-input-ring-size): Make it a defcustom and
14351 increase the default to 500 (Bug#5148).
14352
14353 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
14354
14355 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14356 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14357 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14358
14359 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
14360
14361 Show working revision correctly for mercurial.
14362 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
14363 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
14364
14365 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
14366
14367 Declare some functions for the byte-compiler.
14368 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14369 (speedbar-timer-fn, speedbar-change-expand-button-char)
14370 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14371
14372 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
14373
14374 This changeset reverts GDB Graphical Interface to use annotations.
14375 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14376
14377 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14378
14379 Make vc-dir work on subdirectories of the bzr root.
14380 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14381 Return file names relative to it.
14382 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14383 relative directory to vc-bzr-after-dir-status.
14384
14385 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14386
14387 * font-lock.el (font-lock-refresh-defaults): New function, which
14388 can be used to let font-lock react to external changes in
14389 variables like font-lock-defaults and keywords.
14390 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14391
14392 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14393
14394 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14395
14396 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14397
14398 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14399
14400 Supersede color.diff settings in git log (bug#5211).
14401
14402 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14403 escape chars in its output when the user has color.diff set to `always'.
14404 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14405
14406 2009-12-26 Kevin Ryde <user42@zip.com.au>
14407
14408 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14409 node. Keep previous "Index" name to work with past coreutils too.
14410
14411 * man.el (man): Revise docstring a bit to show -a and -l as
14412 examples. Add -k description since support for it has otherwise
14413 been a secret. (Further to bug#3717.)
14414 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14415 "no matches" rather than "Can't find manpage", as the latter reads
14416 like -k was interpreted as a page name, which is not so. (Bug#5431)
14417
14418 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14419
14420 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14421 switches. Check also for //SUBDIRED// line.
14422
14423 2009-12-25 Kenichi Handa <handa@m17n.org>
14424
14425 * language/indian.el (devanagari-composable-pattern): Fix to
14426 handle ZWNJ and ZWJ. Use it in composition-function-table for
14427 Devanagari.
14428 (malayalam-composable-pattern): Fix previous change.
14429
14430 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14431
14432 * ps-print.el (ps-face-attributes): It was not returning the
14433 attribute face for faces specified as string. Reported by harven
14434 <harven@free.fr>. (Bug#5254)
14435 (ps-print-version): New version 7.3.5.
14436
14437 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14438
14439 * calendar/icalendar.el (icalendar--convert-tz-offset):
14440 Fix timezone names.
14441 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14442 (icalendar--add-diary-entry): Remove the trailing blank that
14443 diary-make-entry inserts.
14444
14445 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14446
14447 Make `file-expand-wildcards' work for remote files.
14448
14449 * files.el (file-expand-wildcards): In case of remote files, check
14450 only local file name part for wildcards. Provide feature 'files
14451 and subfeature 'remote-wildcards. (Bug#5198)
14452
14453 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14454 if there is already an established connection.
14455 (tramp-advice-file-expand-wildcards): Remove it.
14456
14457 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14458 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14459 Activate advice for older GNU Emacs versions. (Bug#5237)
14460
14461 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14462
14463 Some doc fixes (more needed).
14464
14465 * find-cmd.el (find-constituents): Reflow docstring.
14466 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14467 (find-generic): Doc fix.
14468
14469 2009-12-17 Juri Linkov <juri@jurta.org>
14470
14471 Fix regression from 23.1 to allow multiple modes in Local Variables.
14472
14473 * files.el (hack-local-variables-filter): While ignoring duplicates,
14474 don't take `mode' into account.
14475 (hack-local-variables-filter, hack-dir-local-variables):
14476 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14477
14478 2009-12-17 Juri Linkov <juri@jurta.org>
14479
14480 Make `dired-diff' safer. (Bug#5225)
14481
14482 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14483 `current' or when `file' is a directory of the `current' file.
14484
14485 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14486
14487 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14488 unconditionally preloaded files.
14489
14490 2009-12-16 Juri Linkov <juri@jurta.org>
14491
14492 Revert to old 23.1 logic of using the file at the mark as default.
14493 * dired-aux.el (dired-diff): Use the file at the mark as default
14494 if it's not the same as the current file, and the target dir is
14495 the current dir or the mark is active. Add the current file
14496 as the arg of `dired-dwim-target-defaults'. Use the default file
14497 in the prompt. (Bug#5225)
14498
14499 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14500
14501 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14502 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14503 (tramp-check-for-regexp): Check also, when an echoing shell stops
14504 to echo sent commands.
14505
14506 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14507
14508 * Makefile.in: Revert last change (Bug#5191).
14509
14510 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14511
14512 * vc-hg.el (vc-hg-print-log): Fix argument order.
14513 (vc-hg-working-revision): Make sure the command is executed in a
14514 known environment so that we can parse the output. (Bug#4417)
14515
14516 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14517
14518 * progmodes/python.el (python-symbol-completions): Remove text
14519 properties from symbol string before calling python-send-receive.
14520
14521 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14522
14523 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14524 when there are values for both file and line. (Bug#5060)
14525
14526 2009-12-14 Juri Linkov <juri@jurta.org>
14527
14528 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14529 whitespace after the file name of the first line of unified format,
14530 because git-diff doesn't output whitespace and file modification time
14531 after the file name.
14532
14533 2009-12-14 David Kastrup <dak@gnu.org>
14534
14535 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14536 check if it already has the `display' property added by
14537 `Info-display-images-node', and not put the `invisible' property
14538 in this case.
14539
14540 2009-12-13 Glenn Morris <rgm@gnu.org>
14541
14542 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14543 (report-emacs-bug): In message-mode, sort manually before storing
14544 original report text. (Bug#5178)
14545 Remove superfluous save-excursion.
14546
14547 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14548
14549 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14550 when responding to "GetAll" properties.
14551
14552 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14553
14554 * simple.el (compose-mail): Remove mail-setup-with-from from
14555 customization checks.
14556
14557 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14558
14559 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14560 RAR archives created on Unix systems.
14561
14562 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14563
14564 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14565 the varalias that was accidentally removed by the 2009-11-19 change
14566 (bug#5186).
14567
14568 2009-12-12 Kenichi Handa <handa@m17n.org>
14569
14570 * language/indian.el (indian-compose-regexp): New function.
14571 (malayalam-composable-pattern): Fix the pattern.
14572 (composition-function-table): Set malayalam-composable-pattern for
14573 Malayalam characters.
14574
14575 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14576
14577 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14578 rather than down-mouse-1, based on follow-link conventions.
14579
14580 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14581 are compiled.
14582
14583 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14584
14585 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14586 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14587 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14588 (verilog-leap-to-head, verilog-backward-token):
14589 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14590
14591 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14592
14593 * progmodes/verilog-mode.el (verilog-auto-lineup)
14594 (verilog-nameable-item-re): Cleanup user-visible spelling and
14595 documentation errors. One reported by Gary Delp.
14596 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14597 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14598 package, bug195. Reported by Pierre-David Pfister.
14599
14600 2009-12-11 Glenn Morris <rgm@gnu.org>
14601
14602 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14603
14604 * mail/emacsbug.el: No longer require sendmail.
14605 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14606 (report-emacs-bug-orig-text): Doc fix.
14607 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14608 New local variables, to adapt to different mail-user-agents.
14609 (report-emacs-bug): Fix test for a gnu.org address.
14610 Use overlays for emphasis, since font-lock defeats 'face property.
14611 Pretest bugs also end up at the newsgroup these days.
14612 Stop message-mode stripping text properties.
14613 Set and use the new buffer-local variables.
14614 (report-emacs-bug-hook): Add doc-string.
14615 Remove some unnecessary save-excursions and simplify.
14616 Use the appropriate hook and send-command.
14617
14618 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14619 capitalization of some menu entries.
14620
14621 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14622
14623 * whitespace.el (whitespace-display-char-on):
14624 Ensure `buffer-display-table' is unique when two or more windows are
14625 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14626 New version 12.1.
14627
14628 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14629
14630 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14631 characters in the Attribute field.
14632
14633 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14634
14635 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14636
14637 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14638
14639 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14640 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14641 Disregard autoload-excludes.
14642 (update-directory-autoloads): Obey autoload-excludes here instead.
14643 But don't store its contents in no-autoloads and remove entries that
14644 refer to excludes files.
14645
14646 2009-12-10 Glenn Morris <rgm@gnu.org>
14647
14648 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14649 (expand-mail-aliases): Define for compiler.
14650
14651 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14652 Define for compiler.
14653
14654 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14655 appropriate for the mail-user-agent in use.
14656
14657 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14658
14659 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14660
14661 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14662
14663 Fix short log parsing and fontification.
14664 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14665 Fix fontification for the [merge] label.
14666
14667 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14668
14669 Drop some properties to avoid surprises (bug#5002).
14670 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14671 (hfy-fontify-buffer): Use it.
14672
14673 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14674
14675 Minor cleanup.
14676 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14677 Adjust all callers.
14678 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14679 args compulsory. Adjust callers.
14680 (ffap-gopher-at-point): Remove unused var `name'.
14681
14682 Get rid of the ELCFILES abomination.
14683 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14684 (compile-elcfiles): New phony target.
14685 (compile-main): Compute ELCFILES dynamically.
14686 (compile-clean): New target to remove left-over elc files.
14687 (compile, all): Use it.
14688
14689 2009-12-09 Kenichi Handa <handa@etlken>
14690
14691 * international/mule-diag.el: Require help-mode instead of help-fns.
14692
14693 2009-12-09 Kenichi Handa <handa@m17n.org>
14694
14695 * international/mule-cmds.el (ucs-names): Supply sufficiently
14696 fine ranges instead of pre-calculating accurate ranges.
14697 Iterate with bigger gc-cons-threshold.
14698
14699 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14700
14701 Add support for stashing a snapshot of the current tree.
14702 * vc-git.el (vc-git-stash-snapshot): New function.
14703 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14704
14705 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14706
14707 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14708 instead of `(beginning|end)-of-line'.
14709
14710 2009-12-08 Glenn Morris <rgm@gnu.org>
14711
14712 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14713
14714 * Makefile.in (ELCFILES): Regenerate.
14715
14716 2009-12-07 Juri Linkov <juri@jurta.org>
14717
14718 Don't lazy-highlight the comint output in history Isearch mode.
14719
14720 * comint.el (comint-history-isearch-search): Instead of
14721 `comint-line-beginning-position', use `comint-after-pmark-p'
14722 to check if point if before the process mark, and go to
14723 `process-mark' in this case.
14724
14725 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * textmodes/tex-mode.el (latex-complete)
14728 (latex-indent-or-complete): Remove.
14729 (latex-mode): Set completion-at-point-functions instead.
14730
14731 Provide a standard completion command and hook it into TAB.
14732 * minibuffer.el (completion-at-point-functions): New var.
14733 (completion-at-point): New command.
14734 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14735 * progmodes/python.el (python-mode-map): Use completion-at-point.
14736 (python-completion-at-point): Rename from python-partial-symbol and
14737 adjust for use in completion-at-point-functions.
14738 (python-mode): Setup completion-at-point for Python completion.
14739 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14740 extracted from lisp-complete-symbol.
14741 (lisp-complete-symbol): Use it.
14742 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14743 setup completion-at-point for Elisp completion.
14744 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14745 Use completion-at-point.
14746 * ielm.el (ielm-map): Use completion-at-point.
14747 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14748 * progmodes/sym-comp.el: Move to...
14749 * obsolete/sym-comp.el: Move from progmodes.
14750
14751 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14752
14753 Prevent save-buffer in Rmail buffers from using the coding-system
14754 of the current message, and from clobbering the encoding mnemonics
14755 in the mode line (Bug#4623).
14756
14757 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14758 flag, too.
14759 (rmail-message-encoding): New variable.
14760 (rmail-write-region-annotate): Record the encoding of the current
14761 message in rmail-message-encoding.
14762 (rmail-after-save-hook): New function, restores the encoding of
14763 the current message after the message collection is saved.
14764
14765 2009-12-07 Juri Linkov <juri@jurta.org>
14766
14767 * progmodes/grep.el (grep-read-files): Use `completing-read'
14768 instead of `read-string'. Set its `collection' arg to
14769 `read-file-name-internal'. (Bug#4301)
14770
14771 2009-12-07 Juri Linkov <juri@jurta.org>
14772
14773 Correctly restore original Isearch point. (Bug#4994)
14774
14775 * isearch.el (isearch-mode): Move `isearch-push-state' after
14776 `(run-hooks 'isearch-mode-hook)'.
14777 (isearch-cancel): When `isearch-push-state-function' is defined,
14778 let-bind `isearch-cmds' to the first state (the last element of
14779 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14780 function and restores the original point). Otherwise, move point
14781 to `isearch-opoint'.
14782
14783 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14786 chars that don't have names, so the table can be built much faster at
14787 run-time.
14788
14789 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14790
14791 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14792 change. Suggested by David Kastrup.
14793
14794 * simple.el (compose-mail): Check for incompatibilities and warn.
14795 (compose-mail-user-agent-warnings): New option.
14796
14797 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14798
14799 Support showing a single log entry from vc-annotate.
14800 * vc.el (print-log): Add a new argument: START-REVISION.
14801 (vc-print-log-internal): Add a new optional argument and
14802 pass it to the backend.
14803 (vc-print-log, vc-print-root-log): Adjust callers.
14804 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14805 buffer already displays the requested log entry, use it.
14806 Otherwise display only the log entry in question.
14807 * vc-svn.el (vc-svn-print-log):
14808 * vc-mtn.el (vc-mtn-print-log):
14809 * vc-hg.el (vc-hg-state):
14810 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14811 (vc-git-show-log-entry): Return t on success.
14812 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14813 (vc-bzr-show-log-entry): Return t on success.
14814 * vc-rcs.el (vc-rcs-print-log):
14815 * vc-sccs.el (vc-sccs-print-log):
14816 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14817
14818 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14819
14820 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14821 Add menus to the meta mode. (Bug#5043)
14822
14823 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14824
14825 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14826 event-key.
14827
14828 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14829
14830 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14831
14832 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14833 Berbain <raphael.berbain@gmail.com>.
14834
14835 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14836 characters.
14837 (tramp-initial-end-of-output): New defconst.
14838 (tramp-methods, tramp-find-shell)
14839 (tramp-open-connection-setup-interactive-shell)
14840 (tramp-maybe-open-connection): Use it.
14841 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14842 Handle existence of `#' and `$'.
14843
14844 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14845 Use `tramp-initial-end-of-output'.
14846
14847 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14848
14849 Get the background mode from the terminal for xterm, and set
14850 faces accordingly.
14851 * term/xterm.el (xterm-set-background-mode): New function.
14852 (terminal-init-xterm): Use it in case xterm supports background
14853 color queries. Recompute faces after getting the background
14854 color.
14855
14856 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14857
14858 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14859 number comment back on its own line, for easier parsing.
14860
14861 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 Make it work for non-file buffers (bug#5102).
14864 * doc-view.el (doc-view-current-cache-dir):
14865 Use doc-view-buffer-file-name rather than buffer-file-name.
14866 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14867
14868 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14869
14870 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14871 author field is too short.
14872
14873 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14874
14875 * vc-git.el (vc-git-print-log): Handle a limit argument.
14876 Display the short log in graph form and with labels.
14877 (vc-git-log-view-mode): Handle labels.
14878
14879 Make vc-revert change VC state from 'added to 'unregistered.
14880 * vc-git.el (vc-git-revert): Call git reset first.
14881
14882 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14883
14884 * net/newst-backend.el, net/newst-plainview.el:
14885 * net/newst-reader.el, net/newst-ticker.el:
14886 * net/newst-treeview.el, net/newsticker.el:
14887 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14888
14889 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14890
14891 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14892
14893 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14894 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14895 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14896 Update annotation regexp.
14897
14898 * simple.el (beginning-of-visual-line): Constrain to field
14899 boundaries (Bug#5106).
14900
14901 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14902
14903 * xml.el (xml-substitute-numeric-entities):
14904 Move newsticker--decode-numeric-entities in newst-backend.el to
14905 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14906 * net/newst-backend.el (newsticker--parse-generic-feed)
14907 (newsticker--parse-generic-items)
14908 (newsticker--decode-numeric-entities):
14909 Move newsticker--decode-numeric-entities in newst-backend.el to
14910 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14911
14912 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14913
14914 * progmodes/js.el (js--js-not): Add null to the list of values.
14915
14916 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14917
14918 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14919
14920 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14921
14922 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14923 delimiter if it is at the end of the current line.
14924 (bibtex-generate-url-list): Fix docstring.
14925
14926 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14927
14928 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14929 minibuffer's content with itself.
14930 Fold the confirm-after-completion case into the `confirm' case.
14931 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14932
14933 2009-12-06 Kevin Ryde <user42@zip.com.au>
14934
14935 * ffap.el (ffap-rfc-path): Make this a defcustom since
14936 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14937
14938 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14939 manuals, similar to existing setup for help-mode. (Bug#3913.)
14940
14941 2009-12-05 Juri Linkov <juri@jurta.org>
14942
14943 Save and restore dired buffer's point positions too. (Bug#4880)
14944
14945 * dired.el (dired-save-positions): Return in the first element
14946 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14947 Doc fix.
14948 (dired-restore-positions): First restore buffer's position.
14949 While restoring window's positions, check if window still displays
14950 the original buffer.
14951
14952 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14953
14954 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14955 if possible.
14956
14957 * shell.el (shell): Require ansi-color (Bug#5113).
14958
14959 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14960
14961 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14962
14963 2009-12-05 Alan Mackenzie <acm@muc.de>
14964
14965 * progmodes/cc-mode.el (c-before-hack-hook)
14966 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14967 `c-file-style' to work again. This reversion restores the current
14968 software to its state in Emacs 23.1. (Bug#4146)
14969
14970 2009-12-05 Kevin Ryde <user42@zip.com.au>
14971
14972 * textmodes/sgml-mode.el (sgml-lexical-context):
14973 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14974
14975 2009-12-05 Juri Linkov <juri@jurta.org>
14976
14977 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14978 for virtual nodes. (Bug#4147)
14979 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14980 when moving from a virtual node.
14981 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14982 (Info-mode): Add `Info-virtual-index' to the docstring.
14983
14984 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14985
14986 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14987 track of the buffer position of the end of a BibTeX entry as this
14988 position may change during reformatting.
14989 (bibtex-format-entry): Remove whitespace before processing
14990 numerical fields so that we recognize the latter properly.
14991 (bibtex-reformat): Do not use push which changes the global value
14992 of bibtex-entry-format.
14993 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14994 (bibtex-field-re-init): Replace only space characters by regexp
14995 for whitespace.
14996 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14997 (bibtex-initialize): Also update bibtex-strings.
14998 (bibtex-kill-field): Preserve white space at end of entry.
14999 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15000 Update bibtex-reference-keys.
15001
15002 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15003
15004 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15005 point after a star, if that's the only place where modifications can
15006 make progress.
15007
15008 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15009
15010 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15011 in docstrings.
15012
15013 2009-12-04 Juri Linkov <juri@jurta.org>
15014
15015 * proced.el (proced): Call `(proced-update t)' to update process
15016 information instead of only running proced-post-display-hook.
15017 (proced-send-signal): Add a leading space to the buffer name
15018 " *Marked Processes*" to make this buffer ephemeral.
15019
15020 2009-12-04 Juri Linkov <juri@jurta.org>
15021
15022 * dired.el (dired-auto-revert-buffer): New defcustom.
15023 (dired-internal-noselect): Use it.
15024
15025 2009-12-04 Juri Linkov <juri@jurta.org>
15026
15027 Change roles of modes and functions in image-mode.el (Bug#5062).
15028
15029 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15030 in `auto-mode-alist'.
15031 (image-mode-previous-major-mode): New variable.
15032 (image-minor-mode-map): Rename from `image-mode-text-map'.
15033 (image-mode): Move graceful error-handling code from
15034 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15035 (image-minor-mode): Remove all image-handling code.
15036 Replace `image-mode-text-map' with `image-minor-mode-map'.
15037 Check for `image-type' in mode-line format string.
15038 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15039 (image-mode-as-text): New function with most code from
15040 `image-mode-maybe'.
15041 (image-toggle-display-text): Move code that removes image
15042 properties from `image-toggle-display' to here.
15043 (image-toggle-display-image): New function with code that adds
15044 image properties copied from `image-toggle-display'.
15045 (image-toggle-display): Remove most code with leaving only code
15046 that toggles between `image-mode-as-text' and `image-mode'.
15047
15048 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
15049
15050 * net/newst-treeview.el
15051 (newsticker--treeview-list-highlight-start): Restored call to
15052 save-excursion: Selected item was stuck.
15053 (newsticker--treeview-list-select): New.
15054 (newsticker--treeview-item-show-text)
15055 (newsticker--treeview-item-show)
15056 (newsticker--treeview-item-update): Use new
15057 newsticker-treeview-item-mode.
15058 (newsticker-treeview-update): Keep current item.
15059 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15060 (newsticker--treeview-first-feed): Doc change.
15061 (newsticker-treeview-list-menu)
15062 (newsticker-treeview-item-menu): Add menu entries.
15063 (newsticker-treeview-item-mode): New.
15064
15065 * net/newst-backend.el (newsticker-customize): Delete other
15066 windows.
15067
15068 2009-12-04 Sam Steingold <sds@gnu.org>
15069
15070 * log-view.el (log-view-mode-map): "q" calls quit-window,
15071 like in all the other non-self-insert buffers.
15072
15073 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15074
15075 Minor cleanup.
15076 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15077 key decoding rather than do it manually via last-input-event +
15078 ascii-character.
15079 (term-exec): Use delete-and-extract-region.
15080 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15081 (term-process-pager): Remove unused var `i'.
15082 (term-dynamic-simple-complete): Make obsolete.
15083 (serial-update-config-menu): Remove unused vars `y' and `str'.
15084 (term-update-mode-line): Remove unused var `temp'.
15085
15086 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15087
15088 Limit the number of log entries displayed by default.
15089 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15090 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15091 using a prefix argument.
15092
15093 2009-12-03 Glenn Morris <rgm@gnu.org>
15094
15095 * progmodes/idlwave.el (class): Restore still useful declaration.
15096
15097 2009-12-03 Alan Mackenzie <acm@muc.de>
15098
15099 Enhance `c-parse-state' to run efficiently in "brace deserts".
15100
15101 * progmodes/cc-mode.el (c-basic-common-init):
15102 Call c-state-cache-init.
15103 (c-neutralize-syntax-in-and-mark-CPP): Rename from
15104 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
15105 placing `category' properties value 'c-cpp-delimiter at its boundaries.
15106
15107 * progmodes/cc-langs.el (c-before-font-lock-function):
15108 c-extend-and-neutralize-syntax-in-CPP has been renamed
15109 c-neutralize-syntax-in-and-mark-CPP.
15110
15111 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15112 with `category' properties now, not `syntax-table' ones.
15113
15114 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15115 enhanced (but slower) version of c-end-of-macro that won't land
15116 inside a literal or on another awkward character.
15117 (c-state-cache-too-far, c-state-cache-start)
15118 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15119 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15120 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15121 (c-state-min-scan-pos, c-state-brace-pair-desert)
15122 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15123 buffer local variables.
15124 (c-state-literal-at, c-state-lit-beg)
15125 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15126 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15127 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15128 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15129 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15130 (c-renarrow-state-cache)
15131 (c-append-lower-brace-pair-to-state-cache)
15132 (c-state-push-any-brace-pair, c-append-to-state-cache)
15133 (c-remove-stale-state-cache)
15134 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15135 (c-invalidate-state-cache-1, c-parse-state-1)
15136 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
15137 (c-parse-state): Enhance and refactor.
15138 (c-debug-parse-state): Amend to deal with all the new variables.
15139
15140 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15141 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
15142 modify to use category text properties rather than syntax-table ones.
15143 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
15144 to switch off/on the syntactic paren property of C++ template
15145 delimiters using the category property.
15146 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15147 template delims suppressed.
15148 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15149 New constant/macros which apply category properties to the start
15150 and end of preprocessor constructs.
15151 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
15152 "comment out" the syntactic value of characters in preprocessor
15153 constructs.
15154 (c-with-cpps-commented-out)
15155 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15156 with characters in all or all but one preprocessor constructs
15157 "commented out".
15158
15159 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15160
15161 * proced.el (proced-filter-alist): Use regexp-quote.
15162
15163 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
15164
15165 Cleanup.
15166 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15167 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15168 arguments. Expand `default-directory'.
15169
15170 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15171 the benefit of returning an expanded localname.
15172 (tramp-tramp-file-p): Handle the case NAME is not a string.
15173
15174 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15175
15176 Add support for bzr shelve/unshelve.
15177 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15178 (vc-bzr-extra-menu-map): New variables.
15179 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15180 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15181 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15182 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15183 (vc-bzr-dir-extra-headers): Display shelves.
15184
15185 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15186
15187 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15188
15189 * textmodes/bibtex.el (bibtex-complete-internal):
15190 Use completion-in-region.
15191 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15192
15193 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15194
15195 Support applying stashes. Improve UI.
15196 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15197 (vc-git-stash-apply, vc-git-stash-pop)
15198 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15199 (vc-git-stash-menu): New functions.
15200 (vc-git-stash-menu-map): New variable.
15201 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15202
15203 2009-12-03 Glenn Morris <rgm@gnu.org>
15204
15205 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15206 (vc-print-log-internal): Fix previous change.
15207 (vc-revert): Correct pluralization.
15208
15209 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15210
15211 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15212 it to be an alist any more.
15213 (makefile-complete): Use completion-in-region.
15214
15215 * progmodes/octave-mod.el (octave-complete-symbol):
15216 Use completion-in-region.
15217
15218 Misc cleanup.
15219 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15220 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15221 (idlwave-complete-class): Don't quote lambda.
15222 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15223 (idlwave-mode-map): Move initialization into declaration.
15224 (idlwave-action-and-binding): Use backquotes.
15225 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15226 Simplify.
15227 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15228 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15229 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15230 `parts', and `all-parts'.
15231 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15232 (idlwave-convert-xml-system-routine-info): Remove unused string
15233 `version-string'.
15234 (idlwave-display-user-catalog-widget): Use dolist.
15235 (idlwave-scanning-lib): Declare dynamically-scoped var.
15236 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15237 (completion-highlight-first-word-only): Declare to silence bytecomp.
15238 (idlwave-popup-select): Tighten scope of `resp'.
15239 (idlwave-find-struct-tag): Remove unused var `beg'.
15240 (idlwave-after-load-rinfo-hook): Declare.
15241 (idlwave-sintern-class-info): Remove unused var `taglist'.
15242 (idlwave-find-class-definition): Remove unused var `list'.
15243 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15244 (idlwave-what-module-find-class): Remove unused var `classes'.
15245
15246 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
15247
15248 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15249
15250 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15253 buffers visited. Remove redundant current-buffer-saving.
15254
15255 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15256
15257 Use completion-in-buffer and remove uses of dynamic scoping.
15258 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15259 (pascal-buffer-to-use, pascal-flag): Don't declare.
15260 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15261 (pascal-get-completion-decl, pascal-keyword-completion):
15262 Add `pascal-str' argument, save-excursion,
15263 return the found completions, and don't filter with pascal-pred.
15264 (pascal-completion-cache): New var.
15265 (pascal-completion): Don't switch buffer any more (it was never
15266 necessary). Don't save-excursion any more (it's done by the called
15267 subroutines). Use a cache to avoid redundant computations.
15268 Use complete-with-action rather than pascal-completion-response and
15269 let it apply the predicate as well.
15270 (pascal-complete-word): Use completion-in-buffer when
15271 pascal-toggle-completions is nil.
15272 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15273 not used any more.
15274 (pascal-comp-defun): Don't change buffer any more.
15275 Use complete-with-action rather than pascal-completion-response and
15276 let it apply the predicate as well.
15277 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15278 when neded.
15279
15280 2009-12-02 Kenichi Handa <handa@m17n.org>
15281
15282 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15283 shape for all Indic scripts.
15284
15285 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15286
15287 Use completion-in-buffer.
15288 * wid-edit.el (widget-field-text-end): New function.
15289 (widget-field-value-get): Use it.
15290 (widget-string-complete, widget-file-complete)
15291 (widget-color-complete): Use it and completion-in-region.
15292 (widget-complete): Don't narrow the buffer.
15293
15294 2009-12-02 Glenn Morris <rgm@gnu.org>
15295
15296 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15297 (rmail-select-summary): Use rmail-pop-to-buffer.
15298 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15299 rmail-pop-to-buffer, to prevent horizontal splits.
15300
15301 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15302 save-excursion with save-current-buffer.
15303 Widen before searching. (Bug#5093)
15304 (diary-list-sexp-entries): Remove superfluous save-excursion.
15305
15306 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
15307
15308 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15309 name. (Bug#5038)
15310
15311 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15312
15313 * ido.el (ido-file-internal): Handle filenames at point that do
15314 not have a directory part. (Bug#5049)
15315
15316 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
15317
15318 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15319 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15320
15321 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15322
15323 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15324 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15325 any more.
15326
15327 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15328
15329 * comint.el (comint-insert-input): Ignore clicks to the right of
15330 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15331
15332 * vc.el (vc-print-log-internal): Don't wait for the process to
15333 terminate before setting up the major mode.
15334
15335 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15336 in case.
15337
15338 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15339 the last element.
15340
15341 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15342
15343 2009-12-01 Glenn Morris <rgm@gnu.org>
15344
15345 * window.el (window--display-buffer-2): Fix previous changes.
15346
15347 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
15348
15349 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15350
15351 2009-12-01 Glenn Morris <rgm@gnu.org>
15352
15353 * Makefile.in (ELCFILES): Add mpc.elc.
15354
15355 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * mpc.el: New file.
15358
15359 2009-12-01 Glenn Morris <rgm@gnu.org>
15360
15361 * window.el (window-to-use): Define for compiler.
15362
15363 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15364 consistent with others (no final period).
15365
15366 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15367 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15368
15369 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15370
15371 Make vc-print-log buttons work.
15372 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
15373
15374 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15375
15376 * savehist.el (savehist-autosave-interval): Allow setting to nil
15377 through customize. (Bug#5056)
15378
15379 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
15380
15381 Fix references to jit-lock properties.
15382 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15383 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15384 (perl-font-lock-special-syntactic-constructs):
15385 Quote jit-lock-defer-multiline property.
15386
15387 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15388
15389 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15390
15391 2009-11-30 Juri Linkov <juri@jurta.org>
15392
15393 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15394 value `buffer' of `multi-isearch-next-buffer-current-function'.
15395 Use `(current-buffer)' when `buffer' is nil.
15396 (multi-isearch-next-buffer-from-list): Don't fallback to
15397 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15398
15399 2009-11-30 Juri Linkov <juri@jurta.org>
15400
15401 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15402 of buffers with `get-buffer' to `multi-isearch-buffers'.
15403 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15404 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15405 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15406 FILES with `expand-file-name' converting relative file names
15407 to absolute. Doc fix. (Bug#4727)
15408
15409 2009-11-30 Juri Linkov <juri@jurta.org>
15410
15411 * misearch.el (multi-isearch-read-buffers)
15412 (multi-isearch-read-matching-buffers): New functions.
15413 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15414 Use them in the `interactive' spec. Doc fix.
15415 (multi-isearch-read-files, multi-isearch-read-matching-files):
15416 New functions.
15417 (multi-isearch-files, multi-isearch-files-regexp):
15418 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15419
15420 2009-11-30 Juri Linkov <juri@jurta.org>
15421
15422 * doc-view.el (doc-view-continuous):
15423 Rename from `doc-view-continuous-mode'.
15424 (doc-view-menu): Move "Toggle display" to the top.
15425 Add submenu "Continuous" with radio buttons "Off"/"On"
15426 and "Save as Default".
15427 (doc-view-scroll-up-or-next-page)
15428 (doc-view-scroll-down-or-previous-page)
15429 (doc-view-next-line-or-next-page)
15430 (doc-view-previous-line-or-previous-page):
15431 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15432
15433 2009-11-30 Juri Linkov <juri@jurta.org>
15434
15435 * comint.el (comint-mode-map): Rebind `M-r' from
15436 `comint-previous-matching-input' to
15437 `comint-history-isearch-backward-regexp'.
15438 Unbind `M-s' to allow global key binding `M-s'.
15439 Add menu items for `comint-history-isearch-backward' and
15440 `comint-history-isearch-backward-regexp'. (Bug#3746)
15441
15442 2009-11-30 Juri Linkov <juri@jurta.org>
15443
15444 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15445 For def=recenter, replace `recenter' with `recenter-top-bottom'
15446 that is called with `this-command' and `last-command' let-bound
15447 to `recenter-top-bottom'. When the last `def' was not `recenter',
15448 set `recenter-last-op' to nil. (Bug#4981)
15449
15450 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 Minor cleanup and simplification.
15453 * filecache.el (file-cache-add-directory)
15454 (file-cache-add-directory-recursively)
15455 (file-cache-add-from-file-cache-buffer)
15456 (file-cache-delete-file-regexp, file-cache-delete-directory)
15457 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15458 (file-cache-temp-minibuffer-message): Delete function.
15459 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15460
15461 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15462 Don't signal an error when bumping into EOB in tr, s, or y.
15463
15464 2009-11-29 Juri Linkov <juri@jurta.org>
15465
15466 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15467 (Bug#4960)
15468
15469 * descr-text.el (describe-char-unidata-list): Use lowercase name
15470 for "Unicode name" like in other tags.
15471
15472 2009-11-29 Juri Linkov <juri@jurta.org>
15473
15474 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15475 New compatibility macro.
15476 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15477
15478 2009-11-29 Juri Linkov <juri@jurta.org>
15479
15480 Add defcustom to define the cycling order of `recenter-top-bottom'.
15481 (Bug#4981)
15482
15483 * window.el (recenter-last-op): Doc fix.
15484 (recenter-positions): New defcustom.
15485 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15486 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15487
15488 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15489
15490 Improve integration of Tramp and ange-ftp in eshell.
15491
15492 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15493 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15494 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15495
15496 * eshell/esh-util.el (top): Require also Tramp when compiling.
15497 (eshell-directory-files-and-attributes): Check for FTP remote
15498 connection.
15499 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15500 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15501 (eshell-file-attributes): Handle ".". Return `entry'.
15502
15503 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15504 (ange-ftp-directory-files-and-attributes)
15505 (ange-ftp-real-directory-files-and-attributes): New defuns.
15506
15507 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15508 shell with "exec" when possible. This prevents trailing prompts
15509 in `start-file-process'.
15510
15511 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 Try and remove assumptions about point-min==1.
15514 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15515 (rng-compute-mode-line-string): Show the validation percentage in
15516 terms of the narrowed text, not the widened text.
15517 (rng-do-some-validation): Don't catch internal errors when debugging.
15518 (rng-first-error): Simplify.
15519 (rng-after-change-function): Remove work around. AFAIK the bug has
15520 been fixed a while ago.
15521
15522 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15523 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15524
15525 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15526
15527 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15528 `cd' doesn't always do it for us (bug#5067).
15529
15530 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15531 on 2009-10-25 as part of some other change (bug#5067).
15532
15533 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15536 `suspicious'.
15537 (byte-compile-warnings): Use byte-compile-warning-types.
15538 (byte-compile-save-excursion): Warn about use of set-buffer right
15539 after save-excursion.
15540
15541 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15542 the excursion as well.
15543
15544 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15545
15546 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15547 providing a Tramp related implementation of "su" and "sudo".
15548 (eshell-unix-initialize): Add "su" and "sudo".
15549
15550 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15551
15552 * net/socks.el (socks-send-command): Convert binary request to
15553 unibyte before sending. This fixes mishandling of some port
15554 numbers such as 129.
15555
15556 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * help.el (describe-bindings-internal): Remove `interactive'.
15559
15560 * man.el (Man-completion-table): Trim a terminating "(".
15561 Remove the space between name page a section.
15562 Add the command's description on the `help-echo' property.
15563 Remove `process-connection-type' binding since it's unused by
15564 call-process.
15565 Provide completion for the "<section> <name>" format as well.
15566 (Man-default-man-entry): Remove spurious var shadowing the argument.
15567
15568 2009-11-26 Kevin Ryde <user42@zip.com.au>
15569
15570 * log-view.el: Add "Keywords: tools", since its other keywords
15571 aren't in finder-known-keywords, and following vc.el.
15572
15573 * sha1.el (sha1-string-external): default-directory "/" in case
15574 otherwise non-existent. process-connection-type pipe for touch of
15575 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15576
15577 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 Misc coding convention cleanups.
15580 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15581 hfy-init-kludge-hooks.
15582 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15583 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15584 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15585 and push.
15586 (hfy-slant, hfy-weight): Use tables rather than code.
15587 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15588 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15589 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15590 (hfy-face-to-css): Remove `nconc' with single arg.
15591 (hfy-p-to-face-lennart): Use `or'.
15592 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15593 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15594 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15595 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15596 (hfy-force-fontification): Use run-hooks.
15597
15598 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15599
15600 Various minor fixes.
15601 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15602 Javascript belongs in the header, not the body.
15603 (hfy-javascript): Remove.
15604 (hfy-fontify-buffer): Don't insert it any more.
15605 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15606 Fix bug in invis handling when there were no invis props in a chunk.
15607
15608 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15609
15610 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15611
15612 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15613
15614 * finder.el (finder-mode-map): Add a menu.
15615
15616 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15617
15618 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15619 "unsigned" structs.
15620
15621 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15622 fork" statement better.
15623
15624 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15625
15626 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15627 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15628 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15629 Reported by Clay Douglass.
15630
15631 (verilog-auto-inst, verilog-auto-star-safe)
15632 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15633 Fix removing "// Interfaces" when saving .* expansions.
15634 Reported by Pierre-David Pfister.
15635
15636 2009-11-26 Glenn Morris <rgm@gnu.org>
15637
15638 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15639 the scope.
15640
15641 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15642
15643 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15644 Really use previous revision.
15645
15646 2009-11-25 Kevin Ryde <user42@zip.com.au>
15647
15648 * man.el (Man-completion-table): default-directory "/" in case
15649 doesn't otherwise exist. process-environment COLUMNS=999 so as
15650 not to truncate long names. process-connection-type pipe to avoid
15651 any chance of hitting the pseudo-tty TIOCGWINSZ.
15652 (man): completion-ignore-case t for friendliness and since man
15653 itself is case-insensitive on the command line.
15654 Further to Bug#3717.
15655
15656 * arc-mode.el: Add "Keywords: files", so the details in its
15657 commentary can be reached from finder-by-keyword.
15658 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15659 editing mode, but it's comms related and sgml-mode.el has "comm"
15660 on that basis too.
15661 * textmodes/bibtex-style.el: Add "Keywords: tex".
15662 * international/isearch-x.el, international/ja-dic-cnv.el:
15663 * international/ja-dic-utl.el, international/kkc.el:
15664 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15665
15666 2009-11-25 Juri Linkov <juri@jurta.org>
15667
15668 * man.el (Man-completion-table): Modify regexp to include
15669 section names to completion strings. (Bug#3717)
15670
15671 2009-11-25 Juri Linkov <juri@jurta.org>
15672
15673 Search recursively in gzipped files. (Bug#4982)
15674
15675 * progmodes/grep.el (grep-highlight-matches): Add new options
15676 `always' and `auto'. Doc fix.
15677 (grep-process-setup): Check `grep-highlight-matches' for
15678 `auto-detect' to determine the need to compute grep defaults.
15679 Move Windows/DOS specific --colors settings handling
15680 to `grep-compute-defaults'. Check `grep-highlight-matches'
15681 to get the value of "--color=".
15682 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15683 has the value `auto-detect'. Move Windows/DOS specific settings
15684 from `grep-process-setup'.
15685 (zrgrep): New command with alias `rzgrep'.
15686
15687 2009-11-25 Juri Linkov <juri@jurta.org>
15688
15689 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15690 to nil instead of switching off view-mode. (Bug#4896)
15691
15692 2009-11-25 Juri Linkov <juri@jurta.org>
15693
15694 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15695
15696 * mwheel.el (mwheel-scroll-up-function)
15697 (mwheel-scroll-down-function): New defvars.
15698 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15699 `scroll-up', and `mwheel-scroll-down-function' instead of
15700 `scroll-down'.
15701
15702 * doc-view.el (doc-view-scroll-up-or-next-page)
15703 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15704 Use this ARG in the call to image-scroll-up/image-scroll-down.
15705 Change `interactive' spec to "P". Goto next/previous page only
15706 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15707 SPC/DEL case). Doc fix.
15708 (doc-view-next-line-or-next-page)
15709 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15710 for consistency.
15711 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15712 `doc-view-scroll-up-or-next-page', and buffer-local
15713 `mwheel-scroll-down-function' to
15714 `doc-view-scroll-down-or-previous-page'.
15715
15716 2009-11-25 Juri Linkov <juri@jurta.org>
15717
15718 Provide additional default values (directories at other Dired
15719 windows) via M-n in the minibuffer of some Dired commands.
15720
15721 * dired-aux.el (dired-diff, dired-compare-directories)
15722 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15723 `minibuffer-default' in `minibuffer-with-setup-hook'.
15724 (dired-dwim-target-directory): Find a window that displays Dired
15725 buffer instead of failing when the next window is not Dired.
15726 Use `get-window-with-predicate' to find for the next Dired window.
15727 (dired-dwim-target-defaults): New function.
15728
15729 * ediff-util.el (ediff-read-file-name):
15730 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15731 in `minibuffer-with-setup-hook'.
15732
15733 2009-11-25 Juri Linkov <juri@jurta.org>
15734
15735 Provide additional default values (file name at point or at the
15736 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15737
15738 * minibuffer.el (read-file-name-defaults): New function.
15739 (read-file-name): Reset `minibuffer-default' to nil when
15740 it duplicates initial input `insdef'.
15741 Bind `minibuffer-default-add-function' to lambda that
15742 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15743 (minibuffer-insert-file-name-at-point): New command.
15744
15745 * files.el (file-name-at-point-functions): New defcustom.
15746 (find-file-default): Remove defvar.
15747 (find-file-read-args): Don't use `find-file-default'.
15748 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15749 to `read-file-name'.
15750 (find-file-literally): Use `read-file-name' with
15751 `confirm-nonexistent-file-or-buffer'.
15752
15753 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15754
15755 * dired.el (dired-read-dir-and-switches):
15756 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15757 to `read-file-name'.
15758 (dired-file-name-at-point): New function.
15759 (dired-mode): Add hook `dired-file-name-at-point' to
15760 `file-name-at-point-functions'.
15761
15762 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 Really make the *Completions* window soft-dedicated (bug#5030).
15765 * window.el (window--display-buffer-2): Add `dedicated' argument.
15766 (display-buffer): Pass it when needed so the dedicated flag is set
15767 after calling set-window-buffer, which would otherwise reset it.
15768
15769 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15770
15771 * progmodes/meta-mode.el (meta-complete-symbol):
15772 * progmodes/etags.el (complete-tag):
15773 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15774 Use completion-in-region.
15775
15776 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15777 (dabbrev-completion): Use completion-in-region.
15778 (dabbrev--abbrev-at-point): Simplify regexp.
15779
15780 * abbrev.el (abbrev--before-point): Use word-motion functions
15781 if :regexp is not specified (bug#5031).
15782
15783 * subr.el (string-prefix-p): New function.
15784
15785 * man.el (Man-completion-cache): New var.
15786 (Man-completion-table): Use it.
15787
15788 * vc.el (vc-print-log-internal): Make `limit' optional for better
15789 compatibility (e.g. with vc-annotate.el).
15790
15791 2009-11-24 Kevin Ryde <user42@zip.com.au>
15792
15793 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15794 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15795
15796 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15797 when .el source file not found or other error.
15798
15799 2009-11-24 Markus Triska <markus.triska@gmx.at>
15800
15801 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15802
15803 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15804
15805 Handle the [back] button properly (bug#4979).
15806 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15807 Use help-setup-xref, help-buffer, and with-help-window.
15808 (describe-char): Add `buffer' argument.
15809 Pass proper command to help-setup-xref. Don't meddle with
15810 help-xref-stack-item directly.
15811 (describe-text-category): Use with-help-window and help-buffer.
15812
15813 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15814 for the displayed buffer (bug#4887).
15815
15816 * man.el (Man-completion-table): New function.
15817 (man): Use it.
15818
15819 2009-11-24 David Reitter <david.reitter@gmail.com>
15820
15821 * vc-git.el (vc-git-registered): Use checkout directory (where
15822 .git is) rather than the file's directory and a relative path spec
15823 to work around a bug in git.
15824
15825 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15826
15827 Improve handling of processes on remote hosts.
15828
15829 * eshell/esh-util.el (eshell-path-env): New defvar.
15830 (eshell-parse-colon-path): New defun.
15831 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15832
15833 * eshell/esh-ext.el (eshell-search-path):
15834 Use `eshell-parse-colon-path'.
15835 (eshell-remote-command): Remove argument HANDLER.
15836 (eshell-external-command): Check for FTP remote connection.
15837
15838 * eshell/esh-proc.el (eshell-gather-process-output):
15839 Use `file-truename', in order to start also symlinked files.
15840 Apply `start-file-process' instead of `start-process'.
15841 Shorten `command' to the local file name part.
15842
15843 * eshell/em-cmpl.el (eshell-complete-commands-list):
15844 Use `eshell-parse-colon-path'.
15845
15846 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15847
15848 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15849 to `eshell-directory-change-hook'.
15850
15851 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15852
15853 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15854 because it could be enabled automatically if view-read-only is non-nil.
15855
15856 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15857
15858 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15859 made on 2009-11-22.
15860
15861 2009-11-24 Glenn Morris <rgm@gnu.org>
15862
15863 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15864 deleted variable bookmark-bmenu-bookmark-column.
15865
15866 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15867
15868 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15869
15870 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15871
15872 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15873 two slashes to the "file:" prefix.
15874 (browse-url-file-url): De-munge Cygwin filenames before passing
15875 them to Windows browser.
15876 (browse-url-default-windows-browser): Use call-process.
15877
15878 2009-11-23 Juri Linkov <juri@jurta.org>
15879
15880 Implement DocView Continuous mode. (Bug#4896)
15881 * doc-view.el (doc-view-continuous-mode): New defcustom.
15882 (doc-view-mode-map): Bind C-n/<down> to
15883 `doc-view-next-line-or-next-page', C-p/<up> to
15884 `doc-view-previous-line-or-previous-page'.
15885 (doc-view-next-line-or-next-page)
15886 (doc-view-previous-line-or-previous-page): New commands.
15887
15888 2009-11-23 Juri Linkov <juri@jurta.org>
15889
15890 Implement Isearch in comint input history. (Bug#3746)
15891 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15892 `isearch-mode-hook'.
15893 (comint-history-isearch): New defcustom.
15894 (comint-history-isearch-backward)
15895 (comint-history-isearch-backward-regexp): New commands.
15896 (comint-history-isearch-message-overlay): New buffer-local variable.
15897 (comint-history-isearch-setup, comint-history-isearch-end)
15898 (comint-goto-input, comint-history-isearch-search)
15899 (comint-history-isearch-message, comint-history-isearch-wrap)
15900 (comint-history-isearch-push-state)
15901 (comint-history-isearch-pop-state): New functions.
15902
15903 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15904
15905 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15906 return.
15907 (tramp-handle-make-symbolic-link)
15908 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15909 Quote file names.
15910 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15911 (tramp-handle-process-file): Use it.
15912
15913 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15914
15915 * window.el (move-to-window-line-last-op): Remove.
15916 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15917
15918 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15919
15920 Make M-r mirror the new cycling behavior of C-l.
15921 * window.el (move-to-window-line-last-op): New var.
15922 (move-to-window-line-top-bottom): New command.
15923 (global-map): Bind M-r move-to-window-line-top-bottom.
15924
15925 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15926
15927 * dired-x.el (dired-guess-shell-alist-default):
15928 Support xz format. (Bug#4953)
15929
15930 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15931
15932 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15933 last-command-char/last-command-event.
15934 (viper-prefix-arg-value): Do correct conversion of event-char for
15935 XEmacs.
15936
15937 * emulation/viper-util.el, emulation/viper.el:
15938 Use viper-last-command-char instead of
15939 last-command-char/last-command-event.
15940
15941 * ediff-init.el, ediff-mult.el, ediff-util.el:
15942 Replace last-command-char and last-command-event
15943 with (ediff-last-command-char) everywhere.
15944
15945 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15946 created in fundamental mode.
15947
15948 * ediff.el (ediff-version): Revert the change of interactive-p to
15949 called-interactively-p.
15950
15951 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15952
15953 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15954 generation from word-movement command names.
15955
15956 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15957
15958 * cus-start.el (all): Add native condition for font-use-system-font.
15959
15960 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15961
15962 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15963 Correct the patch from 2009-11-18. (Bug#3910)
15964
15965 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15966
15967 * progmodes/subword.el: Rename from lisp/subword.el.
15968
15969 * subword.el: Rename to progmodes/subword.el.
15970
15971 * Makefile.in (ELCFILES): Adapt to subword.el move.
15972
15973 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15974 Stefan Monnier <monnier@iro.umontreal.ca>
15975
15976 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15977 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15978 (bookmark-bmenu-show-filenames): Use push.
15979 (bookmark-bmenu-hide-filenames): Use local var instead of
15980 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15981 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15982 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15983 filenames now that the bookmark names are always available.
15984
15985 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15988 (bookmark-search-pattern): Move and leave unbound.
15989 (bookmark-bmenu-mode-map): Change binding.
15990 (bookmark-read-search-input): Simplify.
15991 Don't use text-char-description. Don't error on non-char events.
15992 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15993 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15994 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15995 Use a local var for the timer.
15996 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15997 (i.e. bookmark-bmenu-search).
15998
15999 2009-11-21 Glenn Morris <rgm@gnu.org>
16000
16001 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16002
16003 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16004
16005 * net/browse-url.el (browse-url-default-windows-browser):
16006 Use cygstart for cygwin.
16007
16008 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16009
16010 * bookmark.el: Formatting and doc fixes only:
16011 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16012 (bookmark-bmenu-search): Wrap to fit within 80 columns.
16013 Minor grammar and punctuation fixes in doc string.
16014 (bookmark-read-search-input): Adjust to fit within 80 columns.
16015
16016 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16017
16018 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16019 (c-backward-into-nomenclature): Adapt to subword renaming.
16020
16021 * subword.el (subword-forward, subword-backward, subword-mark)
16022 (subword-kill, subword-backward-kill, subword-transpose)
16023 (subword-downcase, subword-upcase, subword-capitalize)
16024 (subword-forward-internal, subword-backward-internal):
16025 Rename from forward-subword, backward-subword, mark-subword,
16026 kill-subword, backward-kill-subword, transpose-subwords,
16027 downcase-subword, upcase-subword, capitalize-subword,
16028 forward-subword-internal, backward-subword-internal.
16029
16030 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16031
16032 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16033 New options.
16034 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16035 New vars.
16036 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16037 (bookmark-bmenu-filter-alist-by-regexp)
16038 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16039 (bookmark-bmenu-search): New command.
16040 (bookmark-bmenu-mode-map): Bind it.
16041
16042 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16043
16044 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16045 backward-subword to quit the byte-compiler.
16046
16047 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16048
16049 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16050
16051 * progmodes/cc-cmds.el (c-update-modeline)
16052 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16053 Refer to subword.el functions instead of cc-subword.el.
16054
16055 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16056 subword.el functions instead of cc-subword.el.
16057
16058 * progmodes/cc-subword.el: Rename to subword.el.
16059 * subword.el: Rename from progmodes/cc-subword.el.
16060 (subword-mode-map): Rename from c-subword-mode-map.
16061 (subword-mode): Rename from c-subword-mode.
16062 (global-subword-mode): New global minor mode.
16063 (forward-subword): Rename from c-forward-subword.
16064 (backward-subword): Rename from c-backward-subword.
16065 (mark-subword): Rename from c-mark-subword.
16066 (kill-subword): Rename from c-kill-subword.
16067 (backward-kill-subword): Rename from c-backward-kill-subword.
16068 (transpose-subwords): Rename from c-tranpose-subword.
16069 (downcase-subword): Rename from c-downcase-subword.
16070 (capitalize-subword): Rename from c-capitalize-subword.
16071 (forward-subword-internal): Rename from c-forward-subword-internal.
16072 (backward-subword-internal): Rename from c-backward-subword-internal.
16073
16074 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16075
16076 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16077 from a dired buffer.
16078 (vc-dired-deduce-fileset): New function.
16079 (vc-root-diff, vc-print-root-log): Use it.
16080
16081 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16082 nil LIMIT argument to vc-print-log-internal.
16083
16084 2009-11-20 Glenn Morris <rgm@gnu.org>
16085
16086 * Makefile.in (ELCFILES): Regenerate.
16087
16088 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16089
16090 * calc/calc.el (calc-set-mode-line):
16091 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16092 (math-format-number): Rename `math-format-complement-signed' to
16093 `math-format-twos-complement'.
16094
16095 * calc/calc-bin.el (math-format-twos-complement): Rename from
16096 math-format-complement-signed.
16097 (calc-radix): Rename `calc-complement-signed-mode' to
16098 `calc-twos-complement-mode'.
16099 (calc-octal-radix, calc-hex-radix): Add an argument for
16100 two's complement.
16101
16102 * calc/calc-embed.el (calc-embedded-mode-vars):
16103 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16104
16105 * calc/calc-ext.el (calc-init-extensions):
16106 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16107 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16108
16109 * calc/calc-units.el (math-build-units-table-buffer):
16110 Let `calc-twos-complement-mode' be nil.
16111
16112 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16113 entries.
16114
16115 * calc/calc-vec.el (calcFunc-vunpack):
16116 * calc/calc-aent.el (calc-do-calc-eval):
16117 * calc/calc-forms.el (math-format-date):
16118 * calc/calc-graph.el (calc-graph-plot):
16119 * calc/calc-math.el (math-use-emacs-fn):
16120 * calc/calccomp.el (math-compose-expr):
16121 Let `calc-twos-complement-mode' be nil.
16122
16123 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16126 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16127 * minibuffer.el (completion-in-region-functions): New hook.
16128 (completion-in-region): New function.
16129 * emacs-lisp/lisp.el (lisp-complete-symbol):
16130 * pcomplete.el (pcomplete-std-complete): Use it.
16131
16132 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16133
16134 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16135 (latex-complete-alist): New vars.
16136 (latex-string-prefix-p, latex-complete-bibtex-keys)
16137 (latex-complete-envnames, latex-complete-refkeys)
16138 (latex-complete-data): New functions.
16139 (latex-complete, latex-indent-or-complete): New commands.
16140
16141 * window.el (display-buffer-mark-dedicated): New var.
16142 (display-buffer): Obey it.
16143 * minibuffer.el (minibuffer-completion-help): Use it.
16144
16145 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16146
16147 * filecache.el (file-cache-add-file): Use push and cons.
16148 (file-cache-delete-file-regexp): Use push.
16149 (file-cache-complete): Use completion-in-region.
16150
16151 * simple.el (with-wrapper-hook): Fix thinko.
16152
16153 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16154 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16155 Use with-current-buffer and string-to-number.
16156 (hfy-fallback-colour-values): Use assoc-string.
16157 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16158 (hfy-face-at): Remove unused var `found-face'.
16159 (hfy-compile-stylesheet): Remove unused var `css'.
16160 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16161 and `orig-buffer'.
16162 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16163 Use with-current-buffer.
16164 (hfy-text-p): Use expand-file-name and fewer setq.
16165
16166 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16167
16168 * htmlfontify.el, hfy-cmap.el: New files.
16169
16170 2009-11-19 Juri Linkov <juri@jurta.org>
16171
16172 * minibuffer.el (completions-format): New defcustom.
16173 (completion--insert-strings): Implement vertical format.
16174
16175 * simple.el (switch-to-completions): Move point to the first
16176 completion when point was at the beginning of the buffer.
16177
16178 2009-11-19 Juri Linkov <juri@jurta.org>
16179
16180 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16181
16182 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16183
16184 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
16185
16186 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16187 (mail-signature): Change default to t.
16188 (mail-from-style): Deprecate `system-default' value.
16189 (mail-insert-from-field): For default value of mail-from-style,
16190 default to `angles' unless `angles' needs quoting and `parens'
16191 does not.
16192 (mail-citation-prefix-regexp): Use citation regexp from
16193 message-mode.
16194
16195 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
16196
16197 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16198 Set variables for computing the prompt for reading password.
16199
16200 2009-11-19 Glenn Morris <rgm@gnu.org>
16201
16202 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16203
16204 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16205
16206 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16207 (newsticker-treeview-listwindow-height): Fix custom type.
16208
16209 2009-11-19 Kenichi Handa <handa@m17n.org>
16210
16211 * descr-text.el (describe-char-padded-string): Compose with TAB
16212 only if there's a font for CH.
16213 (describe-char): Fix the condition for detecting a trivial composition.
16214
16215 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
16216
16217 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
16218 more accurate version of the regexp. (Bug#3910)
16219
16220 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16221
16222 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16223
16224 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
16225
16226 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16227 (font-setting-change-default-font): Fix typo in docstring.
16228
16229 2009-11-18 Alan Mackenzie <acm@muc.de>
16230
16231 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16232
16233 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16234
16235 * font-setting.el (font-use-system-font): Move ...
16236
16237 * cus-start.el (all): ... to here.
16238
16239 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
16240
16241 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16242 Don't set `ad-return-value' if `ad-do-it' doesn't.
16243
16244 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16245 modification time.
16246
16247 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16248
16249 * menu-bar.el: Put "Use system font" in Option-menu.
16250 (menu-bar-options-save): Add font-use-system-font.
16251
16252 * loadup.el: If feature system-font-setting or font-render-setting is
16253 there, load font-setting.
16254
16255 * Makefile.in (ELCFILES): Add font-settings.el.
16256 * font-setting.el: New file.
16257
16258 2009-11-17 Glenn Morris <rgm@gnu.org>
16259
16260 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16261
16262 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16263 Preserve point in the list buffer. (Bug#4939)
16264 Use point-at-eol.
16265 (newsticker--treeview-list-update-highlight)
16266 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16267
16268 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16269
16270 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16271 Remove.
16272
16273 * calc/calc-ext.el (calc-init-extensions): Remove references to
16274 symclip.
16275
16276 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16277
16278 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
16279 * calc/calc-help.el (calc-b-prefix-help): Remove references to
16280 `calc-symclip'.
16281
16282 2009-11-16 Kevin Ryde <user42@zip.com.au>
16283
16284 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16285 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
16286
16287 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16288 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16289 Ignore trailing spaces by omit-nulls to split-string (fixing
16290 regression from Emacs 21 due to the incompatible split-string
16291 change). (Bug #4928.)
16292
16293 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16294
16295 * vc.el (vc-log-show-limit): Default to 2000.
16296 (vc-print-log-internal): Insert buttons to request more entries
16297 when limiting the output.
16298
16299 * vc-sccs.el (vc-sccs-print-log):
16300 * vc-rcs.el (vc-rcs-print-log):
16301 * vc-cvs.el (vc-cvs-print-log):
16302 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16303 LIMIT is non-nil.
16304
16305 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16306
16307 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16308 error when `tramp-gvfs-dbus-event-vector' is set.
16309 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16310
16311 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16312
16313 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16314
16315 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16316
16317 * net/dbus.el (dbus-unregister-service): New defun.
16318 (dbus-register-property): Register the handlers of
16319 "org.freedesktop.DBus.Properties" for SERVICE.
16320 (dbus-property-handler): Fix docstring.
16321
16322 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16323
16324 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16325 Quote doc string reference in defvaralias as it is not in special form.
16326 (byte-compile-output-docform): Doc fix.
16327
16328 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16329
16330 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16331 (calc-complement-signed-mode): New variables.
16332 (calc-set-mode-line): Add indicator for twos-complements.
16333 (math-format-number): Format twos-complement notation.
16334
16335 * calc/calc-bin.el (calc-word-size): Reset the variables
16336 `math-2-word-size' and `math-half-2-word-size'.
16337 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16338 (calc-symclip): New functions.
16339
16340 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16341
16342 * calc/calc-embed.el (calc-embedded-mode-vars):
16343 Add `calc-complement-signed-mode' to the list of modes.
16344
16345 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
16346 (calc-b-oper-keys): Add `calc-symclip' to list.
16347
16348 * calc/calc-ext.el (math-read-number-fancy): Read complement
16349 signed numbers.
16350 (calc-init-extensions): Add binding for `calc-symclip'.
16351 Add autoload for `calcFunc-symclip' and `calc-symclip'.
16352
16353 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16354 `calc-symclip'.
16355 (calc-modes-menu): Add item for twos complement mode.
16356
16357 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
16358
16359 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16360
16361 * register.el (jump-to-register, insert-register): Handle Semantic
16362 tags. From commented-out advice in semantic/senator.el.
16363
16364 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16365
16366 * vc.el (vc-log-show-limit): New variable.
16367 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16368 when using a prefix argument.
16369 (vc-print-log-internal): Add new argument LIMIT.
16370
16371 * vc-svn.el (vc-svn-print-log):
16372 * vc-mtn.el (vc-mtn-print-log):
16373 * vc-hg.el (vc-hg-print-log):
16374 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
16375 pass it to the log command when set. Make the BUFFER argument
16376 non-optional.
16377
16378 * vc-sccs.el (vc-sccs-print-log):
16379 * vc-rcs.el (vc-rcs-print-log):
16380 * vc-git.el (vc-git-print-log):
16381 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16382 ignore it. Make the BUFFER argument non-optional.
16383
16384 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16385
16386 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16387
16388 * dired.el (dired-mode-map): Move encryption items to "Operate"
16389 menu (Bug#4703).
16390
16391 * strokes.el (strokes-update-window-configuration): Make strokes
16392 buffer current before erasing (Bug#4906).
16393
16394 2009-11-15 Juri Linkov <juri@jurta.org>
16395
16396 * simple.el (set-mark-default-inactive): Add :type, :group
16397 and :version. (Bug#4876)
16398
16399 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16400
16401 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16402 (archive-unique-fname): ... here. (Bug#4929)
16403
16404 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16405
16406 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16407 with a real fix.
16408
16409 * novice.el (disabled-command-function): Add useful args.
16410 Setup the help buffer so that [back] works.
16411 Remove redundant call to help-mode.
16412 (disabled-command-function): Use `case'.
16413 (en/disable-command): New function extracted from enable-command.
16414 (enable-command, disable-command): Use it.
16415
16416 2009-11-14 Glenn Morris <rgm@gnu.org>
16417
16418 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16419 constants. (Bug#4913)
16420
16421 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16422
16423 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16424
16425 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16426 defined in C that have no doc-strings. (Bug#1063)
16427
16428 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16429
16430 * cus-edit.el (data, files):
16431 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16432
16433 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16434
16435 * simple.el (shell-command): Doc fix (Bug#4891).
16436
16437 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16438
16439 2009-11-14 Glenn Morris <rgm@gnu.org>
16440
16441 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16442 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16443 If they are already loaded, eval-after-load will do the right thing.
16444
16445 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16446 compiling.
16447
16448 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16449
16450 * simple.el (x-selection-owner-p): Declare.
16451 (read-mail-command): Use custom radio type rather than choice.
16452 (completion-no-auto-exit): Doc fix.
16453
16454 * custom.el (defgroup):
16455 * epg-config.el (epg): Doc fixes.
16456
16457 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16458
16459 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16460 * international/ccl.el (define-ccl-program): Do not purecopy the
16461 docstring, defconst does it anyway.
16462
16463 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16464
16465 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16466 a second time.
16467
16468 * x-dnd.el (x-dnd-maybe-call-test-function):
16469 * window.el (split-window-vertically):
16470 * whitespace.el (whitespace-help-on):
16471 * vc-rcs.el (vc-rcs-consult-headers):
16472 * userlock.el (ask-user-about-lock-help)
16473 (ask-user-about-supersession-help):
16474 * type-break.el (type-break-force-mode-line-update):
16475 * time-stamp.el (time-stamp-conv-warn):
16476 * terminal.el (te-set-output-log, te-more-break, te-filter)
16477 (te-sentinel, terminal-emulator):
16478 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16479 (term-write-input-ring, term-check-source, term-start-output-log):
16480 (term-display-buffer-line, term-dynamic-list-completions):
16481 (term-ansi-make-term, serial-term):
16482 * subr.el (selective-display):
16483 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16484 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16485 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16486 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16487 (speedbar-remove-localized-speedbar-support)
16488 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16489 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16490 (speedbar-buffers-line-directory):
16491 * simple.el (shell-command-on-region, append-to-buffer)
16492 (prepend-to-buffer):
16493 * shadowfile.el (shadow-save-todo-file):
16494 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16495 (scroll-bar-maybe-set-window-start):
16496 * sb-image.el (speedbar-image-dump):
16497 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16498 (load-save-place-alist-from-file):
16499 * ps-samp.el (ps-print-message-from-summary):
16500 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16501 (ps-background-image, ps-begin-job, ps-do-despool):
16502 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16503 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16504 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16505 (pr-call-process, pr-file-list, pr-interface-save):
16506 * novice.el (disabled-command-function)
16507 (enable-command, disable-command):
16508 * mouse.el (mouse-buffer-menu-alist):
16509 * mouse-copy.el (mouse-kill-preserving-secondary):
16510 * macros.el (kbd-macro-query):
16511 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16512 * informat.el (batch-info-validate):
16513 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16514 * hippie-exp.el (try-expand-dabbrev-visible):
16515 * help-mode.el (help-make-xrefs):
16516 * help-fns.el (describe-variable):
16517 * generic-x.el (bat-generic-mode-run-as-comint):
16518 * finder.el (finder-mouse-select):
16519 * find-dired.el (find-dired-sentinel):
16520 * filesets.el (filesets-file-close):
16521 * files.el (list-directory):
16522 * faces.el (list-faces-display, describe-face):
16523 * facemenu.el (list-colors-display):
16524 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16525 * epg.el (epg--process-filter, epg-cancel):
16526 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16527 (epa--read-signature-type):
16528 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16529 (emerge-file-names):
16530 * ehelp.el (electric-helpify):
16531 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16532 * ediff-vers.el (rcs-ediff-view-revision):
16533 * ediff-util.el (ediff-setup):
16534 * ediff-mult.el (ediff-append-custom-diff):
16535 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16536 (ediff-wordify):
16537 * echistory.el (Electric-command-history-redo-expression):
16538 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16539 * disp-table.el (describe-display-table):
16540 * dired.el (dired-find-buffer-nocreate):
16541 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16542 * dabbrev.el (dabbrev--same-major-mode-p):
16543 * chistory.el (list-command-history):
16544 * apropos.el (apropos-documentation):
16545 * allout.el (allout-obtain-passphrase):
16546 (allout-copy-exposed-to-buffer):
16547 (allout-verify-passphrase): Use with-current-buffer.
16548
16549 2009-11-13 Glenn Morris <rgm@gnu.org>
16550
16551 * Makefile.in (ELCFILES): Regenerate.
16552
16553 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16554
16555 * net/dbus.el (dbus-registered-objects-table): Rename from
16556 `dbus-registered-functions-table', because it contains also properties.
16557 (dbus-unregister-object): Unregister also properties.
16558 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16559 Use a timeout of 500 msec, in order to not block.
16560 (dbus-register-property, dbus-property-handler): New defuns.
16561
16562 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * simple.el (minibuffer-default-add-completions): Drop deprecated
16565 4th arg.
16566
16567 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16568
16569 * textmodes/artist.el (artist-mouse-choose-operation):
16570 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16571 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16572 (artist-compute-up-event-key): New function.
16573 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16574
16575 2009-11-13 Kenichi Handa <handa@m17n.org>
16576
16577 * language/japan-util.el: Make sure that the value of jisx0208
16578 property is jisx0208 character.
16579
16580 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16581
16582 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16583 car or each item, not the whole list.
16584
16585 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16586
16587 * minibuffer.el (minibuffer-completion-help):
16588 Use minibuffer-hide-completions.
16589
16590 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16591
16592 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16593 (dired-revert): Use them (bug#4880).
16594
16595 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16596
16597 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16598
16599 2009-11-12 Juri Linkov <juri@jurta.org>
16600
16601 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16602 New functions.
16603 (find-file-literally-at-point): Alias of `ffap-literally'.
16604
16605 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16606
16607 * textmodes/ispell.el (ispell-skip-region-alist):
16608 * textmodes/css-mode.el (auto-mode-alist):
16609 * progmodes/compile.el (auto-mode-alist):
16610 * international/mule.el (ctext-non-standard-encodings-alist)
16611 (ctext-non-standard-encodings-regexp):
16612 * simple.el (shell-command-switch, text-read-only):
16613 * replace.el (occur-mode-map):
16614 * paths.el (rmail-file-name):
16615 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16616 * find-file.el (ff-special-constructs):
16617 * files.el (file-name-handler-alist):
16618 * composite.el: Purecopy strings.
16619
16620 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16621
16622 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16623
16624 * widget.el (define-widget): Purecopy the docstring.
16625 * international/mule-cmds.el (charset): Do not purecopy the
16626 docstring here, define-widget does it.
16627
16628 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16629 * textmodes/bibtex-style.el (auto-mode-alist):
16630 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16631 * progmodes/compile.el (compile-command):
16632 * language/korea-util.el (default-korean-keyboard):
16633 * international/mule-conf.el (file-coding-system-alist):
16634 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16635 * tooltip.el (tooltip-frame-parameters):
16636 * newcomment.el (comment-end, comment-padding):
16637 * dired.el (dired-trivial-filenames):
16638 * comint.el (comint-file-name-prefix): Purecopy initial values.
16639
16640 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16641
16642 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16643 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16644 `tramp-unload'.
16645 (tramp-advice-make-auto-save-file-name)
16646 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16647 after removing the advice.
16648
16649 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16650
16651 * progmodes/grep.el (grep-regexp-alist):
16652 * international/mule-cmds.el (iso-2022-control-alist):
16653 * emacs-lisp/timer.el (timer-duration-words):
16654 * subr.el (version-separator, version-regexp-alist):
16655 * minibuffer.el (completion-styles-alist):
16656 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16657 Change defvars to defconsts.
16658
16659 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16660 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16661 * international/mule-conf.el: Allow to be byte compiled.
16662
16663 * international/mule.el (define-charset): Purecopy props.
16664 (load-with-code-conversion): Purecopy doc string and file name.
16665 (put-charset-property): Purecopy strings.
16666 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16667
16668 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16669 (define-char-code-property): Correctly purecopy the table.
16670
16671 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16672
16673 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16674
16675 * subr.el (add-hook): Purecopy strings.
16676 (eval-after-load): Purecopy load-history-regexp and the form.
16677
16678 * custom.el (custom-declare-group): Purecopy load-file-name.
16679
16680 * subr.el (menu-bar-separator): New defconst.
16681 * net/eudc.el (eudc-tools-menu):
16682 * international/mule-cmds.el (set-coding-system-map)
16683 (mule-menu-keymap):
16684 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16685 * vc-hooks.el (vc-menu-map):
16686 * replace.el (occur-mode-map):
16687 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16688 (menu-bar-edit-menu, menu-bar-goto-menu)
16689 (menu-bar-custom-menu, menu-bar-showhide-menu)
16690 (menu-bar-options-menu, menu-bar-tools-menu)
16691 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16692 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16693 (menu-bar-help-menu):
16694 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16695 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16696
16697 * term/x-win.el (x-gtk-stock-map):
16698 * progmodes/vera-mode.el (auto-mode-alist):
16699 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16700 (inferior-lisp-program, inferior-lisp-load-command):
16701 * progmodes/hideshow.el (hs-special-modes-alist):
16702 * progmodes/gud.el (same-window-regexps):
16703 * progmodes/grep.el (grep-program, find-program, xargs-program):
16704 * net/telnet.el (same-window-regexps):
16705 * net/rlogin.el (same-window-regexps):
16706 * language/ethiopic.el (font-ccl-encoder-alist):
16707 * vc-sccs.el (vc-sccs-master-templates):
16708 * vc-rcs.el (vc-rcs-master-templates):
16709 * subr.el (cl-assertion-failed):
16710 * simple.el (next-error-overlay-arrow-position):
16711 * lpr.el (lpr-command):
16712 * locate.el (locate-ls-subdir-switches):
16713 * info.el (same-window-regexps, info)
16714 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16715 * image-mode.el (image-mode, auto-mode-alist):
16716 * hippie-exp.el (hippie-expand-ignore-buffers):
16717 * format.el (format-alist):
16718 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16719 (find-name-arg):
16720 * facemenu.el (facemenu-keybindings):
16721 * dired.el (dired-listing-switches, dired-chown-program):
16722 * diff.el (diff-switches, diff-command):
16723 * cus-edit.el (same-window-regexps):
16724 * bindings.el (mode-line-mule-info)
16725 (mode-line-buffer-identification): Purecopy strings.
16726
16727 2009-11-11 Juri Linkov <juri@jurta.org>
16728
16729 * simple.el (dired-get-filename) <declare-function>:
16730 Tell the byte-compiler about dired-get-filename.
16731 (shell-command): In Dired mode, get filename from the current line
16732 as the default value.
16733
16734 2009-11-10 Glenn Morris <rgm@gnu.org>
16735
16736 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16737 * calendar/holidays.el, progmodes/cperl-mode.el:
16738 Update x-popup-menu declarations.
16739
16740 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16741 (list-load-path-shadows): Use dolist.
16742 (list-load-path-shadows): Use with-current-buffer.
16743
16744 2009-11-10 Juri Linkov <juri@jurta.org>
16745
16746 * minibuffer.el (read-file-name): Support a list of default values
16747 in `default-filename'. Use the first file name where only one
16748 element is required. Doc fix.
16749
16750 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16751
16752 * net/dbus.el (dbus-unregister-object): Release service, if no
16753 other method is registered for it.
16754
16755 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16756
16757 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16758 bookmark-sort-flag is non-nil (Bug#4653).
16759
16760 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16761
16762 * emulation/cua-base.el: Add CUA property to some CC mode commands
16763 (Bug#4100).
16764
16765 2009-11-08 Kevin Ryde <user42@zip.com.au>
16766
16767 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16768 at end of sentence (Bug#4818).
16769
16770 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16771
16772 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16773 Handle "see declaration of" MSFT statements (Bug#4100).
16774
16775 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16776
16777 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16778 (tramp-advice-file-expand-wildcards): Unload via
16779 `ad-remove-advice'.
16780
16781 * net/trampver.el: Update release number.
16782
16783 2009-11-08 Kevin Ryde <user42@zip.com.au>
16784
16785 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16786 `ad-do-it'.
16787
16788 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16789
16790 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16791 in order to keep context in SELinux.
16792
16793 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16794
16795 * dired-aux.el (dired-query): Place cursor in echo area and allow
16796 C-g.
16797
16798 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16799 menu item if not on a directory (Bug#4701).
16800
16801 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16802
16803 Sync with Tramp 2.1.17.
16804
16805 * net/tramp.el (tramp-handle-copy-directory): Don't use
16806 `file-remote-p' (due to compatibility).
16807
16808 * net/tramp-compat.el (tramp-compat-copy-directory)
16809 (tramp-compat-delete-directory): New defuns.
16810
16811 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16812 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16813 Use `tramp-compat-delete-directory'.
16814
16815 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16816 (tramp-smb-handle-delete-directory):
16817 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16818
16819 * net/trampver.el: Update release number.
16820
16821 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16822
16823 * tar-mode.el (tar-copy): Call write-region on the right buffer
16824 (Bug#4857).
16825
16826 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16827 by hand, if necessary (Bug#4878).
16828
16829 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16830
16831 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16832 align size column (Bug#4839).
16833
16834 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16835 statement.
16836
16837 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16838
16839 * progmodes/ld-script.el (auto-mode-alist):
16840 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16841
16842 * cus-face.el (custom-declare-face): Purecopy face spec.
16843
16844 2009-11-06 Kenichi Handa <handa@m17n.org>
16845
16846 * international/uni-bidi.el: Re-generated.
16847 * international/uni-category.el: Re-generated.
16848 * international/uni-combining.el: Re-generated.
16849 * international/uni-mirrored.el: Re-generated.
16850
16851 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16852
16853 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16854 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16855 (tex-start-options, slitex-run-command, latex-run-command)
16856 (tex-run-command, tex-directory):
16857 * textmodes/ispell.el (ispell-html-skip-alists)
16858 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16859 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16860 (adaptive-fill-regexp):
16861 * textmodes/dns-mode.el (auto-mode-alist):
16862 * progmodes/python.el (interpreter-mode-alist):
16863 * progmodes/etags.el (tags-compression-info-list):
16864 * progmodes/etags.el (tags-file-name):
16865 * net/browse-url.el (browse-url-galeon-program)
16866 (browse-url-firefox-program):
16867 * mail/sendmail.el (mail-signature-file)
16868 (mail-citation-prefix-regexp):
16869 * international/mule-conf.el (eight-bit):
16870 * international/latexenc.el (latex-inputenc-coding-alist):
16871 * international/fontset.el (x-pixel-size-width-font-regexp):
16872 * emacs-lisp/warnings.el (warning-type-format):
16873 * emacs-lisp/trace.el (trace-buffer):
16874 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16875 (emacs-lisp-mode-map):
16876 * calendar/holidays.el (holiday-solar-holidays)
16877 (holiday-bahai-holidays, holiday-islamic-holidays)
16878 (holiday-christian-holidays, holiday-hebrew-holidays)
16879 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16880 (hebrew-holidays-1, holiday-oriental-holidays)
16881 (holiday-general-holidays):
16882 * x-dnd.el (x-dnd-known-types):
16883 * tool-bar.el (tool-bar):
16884 * startup.el (site-run-file):
16885 * shell.el (shell-dumb-shell-regexp):
16886 * rfn-eshadow.el (file-name-shadow-tty-properties)
16887 (file-name-shadow-properties):
16888 * paths.el (remote-shell-program, news-directory):
16889 * mouse.el ([C-down-mouse-3]):
16890 * menu-bar.el (menu-bar-tools-menu):
16891 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16892 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16893 (jka-compr-compression-info-list):
16894 * isearch.el (search-whitespace-regexp):
16895 * image-file.el (image-file-name-extensions):
16896 * find-dired.el (find-ls-option):
16897 * files.el (directory-listing-before-filename-regexp)
16898 (directory-free-space-args, insert-directory-program)
16899 (list-directory-brief-switches, magic-fallback-mode-alist)
16900 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16901 (automount-dir-prefix):
16902 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16903 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16904 (face-font-registry-alternatives, face-font-registry-alternatives)
16905 (face-font-family-alternatives):
16906 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16907 (facemenu-foreground-menu, facemenu-face-menu):
16908 * epa-hook.el (epa-file-name-regexp):
16909 * dnd.el (dnd-protocol-alist):
16910 * textmodes/rst.el (auto-mode-alist):
16911 * button.el (default-button): Purecopy strings.
16912
16913 2009-11-06 Glenn Morris <rgm@gnu.org>
16914
16915 * Makefile.in (ELCFILES): Update.
16916
16917 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16918
16919 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16920 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16921
16922 * nxml/xsd-regexp.el (xsdre-gen-categories):
16923 * nxml/xmltok.el (xmltok-parse-entity):
16924 * nxml/rng-parse.el (rng-parse-validate-file):
16925 * nxml/rng-maint.el (rng-format-manual)
16926 (rng-manual-output-force-new-line):
16927 * nxml/rng-loc.el (rng-save-schema-location-1):
16928 * nxml/rng-cmpct.el (rng-c-parse-file):
16929 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16930 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16931
16932 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16933
16934 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16935 Remove extra save-excursions and make-variable-buffer-local's.
16936 Suggested by Stefan Monnier.
16937
16938 (verilog-getopt-file, verilog-module-inside-filename-p)
16939 (verilog-set-define): Merge GNU 1.35 and repair changes from
16940 switching to using with-current-buffer.
16941
16942 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16943 being treated as a number and confusing AUTORESET.
16944 Reported by Dan Dever.
16945
16946 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16947 Add verilog-auto-ignore-concat to fix backward compatibility with
16948 older verilog-modes. Reported by Dan Katz.
16949
16950 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16951 containing closing anchors "...$".
16952
16953 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16954 Reported by Wade Smith.
16955
16956 (verilog-batch-execute-func): Comment on function usage.
16957
16958 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16959
16960 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16961 for labels.
16962
16963 (verilog-label-re, verilog-calc-1): Support proper indent of named
16964 asserts.
16965
16966 (verilog-backward-token, verilog-basic-complete-re)
16967 (verilog-beg-of-statement, verilog-indent-re): Support proper
16968 indent of the assert statement at the beginning of a block of text.
16969
16970 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16971 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16972 tokens as begins.
16973
16974 2009-11-05 Glenn Morris <rgm@gnu.org>
16975
16976 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16977 Emacs 19. (Bug#1531)
16978 (byte-compile-fix-header): Update for the above change.
16979 Drop test for epoch::version.
16980
16981 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16982 * cus-dep.el (custom-make-dependencies):
16983 * finder.el (finder-compile-keywords):
16984 Use autoload-rubric's feature argument.
16985
16986 * calendar/diary-lib.el (top-level): Make load behave more like require.
16987
16988 * vc-git.el (vc-git-stash-map): Move definition before use.
16989
16990 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16991
16992 * custom.el (custom-declare-group): Purecopy standard-value.
16993 (custom-declare-group): Purecopy custom-prefix.
16994
16995 * international/mule.el (load-with-code-conversion):
16996 Call do-after-load-evaluation unconditionally.
16997
16998 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16999
17000 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17001
17002 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17003
17004 2009-11-04 Glenn Morris <rgm@gnu.org>
17005
17006 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17007 (byte-compile-compatibility): Remove option.
17008 (byte-compile-close-variables, byte-compile-fix-header)
17009 (byte-compile-insert-header, byte-compile-output-docform)
17010 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17011 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17012 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17013 (byte-compile-insert, byte-compile-defun):
17014 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
17015 (byte-defop-compiler19): Remove.
17016 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17017 used by anything. Replace all calls with byte-defop-compiler.
17018
17019 2009-11-04 Juri Linkov <juri@jurta.org>
17020
17021 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17022 (menu-bar-options-menu): Don't quote the `prop' arg of
17023 `menu-bar-make-mm-toggle'.
17024
17025 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
17026
17027 * calendar/calendar.el (cal-loaddefs):
17028 * calendar/diary-lib.el (diary-loaddefs):
17029 * calendar/holidays.el (hol-loaddefs):
17030 * eshell/esh-module.el (esh-groups): Load rather than require.
17031
17032 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17033
17034 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17035 point-min==1.
17036 (todo-top-priorities): Only display-buffer when called interactively.
17037 (todo-item-start): Don't save excursion point.
17038 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17039 (todo-insert-item-here, todo-file-item, todo-remove-item):
17040 Adjust uses of todo-item-start and todo-item-end.
17041
17042 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17043 (autoload-rubric): Don't use any more.
17044
17045 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17046 and only put a prop if it is non-nil.
17047
17048 2009-11-03 Juri Linkov <juri@jurta.org>
17049
17050 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17051 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17052
17053 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17054 and "Menu" to make top-level menu item visually one unit (like
17055 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17056 multi-word menu items). Fix :help string for quit-window.
17057
17058 2009-11-03 Glenn Morris <rgm@gnu.org>
17059
17060 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17061 (byte-compile-file-form-define-abbrev-table)
17062 (byte-compile-file-form-custom-declare-variable)
17063 (byte-compile-variable-ref, byte-compile-defvar):
17064 Whether or not a warning is enabled should only affect whether we issue
17065 the warning, not whether or not we collect the relevant data.
17066 Eg warnings can be turned on and off throughout the course of a file.
17067
17068 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17069 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17070
17071 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17072
17073 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17074 * play/mpuz.el (mpuz-create-buffer):
17075 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17076 (lm-print-y,s,noise, lm-print-w0, lm-init):
17077 * play/gomoku.el (gomoku-prompt-for-move):
17078 * play/fortune.el (fortune-in-buffer):
17079 * play/dissociate.el (dissociated-press):
17080 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
17081 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
17082 * mail/supercite.el (sc-eref-show):
17083 * mail/smtpmail.el (smtpmail-send-it):
17084 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17085 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17086 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17087 (rmail-summary-goto-msg, rmail-summary-expunge)
17088 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17089 (rmail-summary-add-label, rmail-summary-output-menu)
17090 (rmail-summary-output-body):
17091 * mail/rfc822.el (rfc822-addresses):
17092 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17093 * mail/mailpost.el (post-mail-send-it):
17094 * mail/hashcash.el (hashcash-generate-payment):
17095 * mail/feedmail.el (feedmail-run-the-queue)
17096 (feedmail-queue-send-edit-prompt-help-first)
17097 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17098 (feedmail-deduce-address-list):
17099 * eshell/esh-ext.el (eshell-remote-command):
17100 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17101 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17102 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17103 (viper-save-string-in-file, viper-valid-marker):
17104 * emulation/viper-keym.el (viper-toggle-key):
17105 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17106 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17107 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17108 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17109 (viper-exec-form-in-emacs, viper-brac-function):
17110 * emulation/viper.el (viper-delocalize-var):
17111 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17112 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17113 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17114 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17115 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17116 * emulation/edt.el (edt-electric-helpify):
17117 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17118 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17119 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17120 (cua-indent-to-global-mark-column):
17121 * calendar/diary-lib.el (calendar-mark-1):
17122 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17123 Use with-current-buffer.
17124 * emulation/viper.el (viper-delocalize-var): Use dolist.
17125
17126 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
17127
17128 * comint.el (comint-replace-by-expanded-history-before-point):
17129 Replace !! with the previous input string literally (Bug#1795).
17130
17131 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17132
17133 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17134 to be made up of whitespace.
17135
17136 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
17137
17138 * minibuffer.el (read-file-name): Don't use file dialogs for
17139 remote directories (Bug#99).
17140
17141 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
17142
17143 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17144
17145 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17146
17147 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17148 instead of deleting the window or frame.
17149
17150 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17151
17152 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17153 Support face colors.
17154
17155 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17156 New function. Support face colors (Bug#1168).
17157 (tex-common-initialization): Use it.
17158
17159 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17160 mode allows it (Bug#1168).
17161
17162 2009-10-31 Juri Linkov <juri@jurta.org>
17163
17164 * facemenu.el (list-colors-display): Don't mark buffer as
17165 modified (Bug#3948).
17166
17167 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17168
17169 * international/mule-diag.el (list-character-sets-1):
17170 Minor message fix (Bug#3526).
17171
17172 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17173 Fix face property (Bug#4834).
17174 (etags-list-tags, etags-tags-apropos-additional)
17175 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17176 property.
17177
17178 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17179 items.
17180
17181 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * textmodes/two-column.el (2C-split):
17184 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17185 * textmodes/tex-mode.el (tex-set-buffer-directory):
17186 * textmodes/spell.el (spell-region, spell-string):
17187 * textmodes/reftex.el (reftex-erase-buffer):
17188 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17189 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17190 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17191 (reftex-select-item):
17192 * textmodes/reftex-ref.el (reftex-label-info-update)
17193 (reftex-offer-label-menu):
17194 * textmodes/reftex-index.el (reftex-index-change-entry)
17195 (reftex-index-phrases-info):
17196 * textmodes/reftex-global.el (reftex-create-tags-file)
17197 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17198 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17199 (reftex-view-crossref-from-bibtex):
17200 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17201 (reftex-extract-bib-entries-from-thebibliography)
17202 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17203 * textmodes/refbib.el (r2b-capitalize-title):
17204 (r2b-convert-buffer, r2b-help):
17205 * textmodes/page-ext.el (pages-directory)
17206 (pages-directory-goto-with-mouse):
17207 * textmodes/bibtex.el (bibtex-validate-globally):
17208 * textmodes/bib-mode.el (bib-capitalize-title):
17209 * textmodes/artist.el (artist-clear-buffer, artist-system):
17210 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17211 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17212 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17213 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17214 (xscheme-send-control-g-interrupt, xscheme-start-process)
17215 (xscheme-process-sentinel, xscheme-cd):
17216 * progmodes/verilog-mode.el (verilog-read-always-signals)
17217 (verilog-set-define, verilog-getopt-file)
17218 (verilog-module-inside-filename-p):
17219 * progmodes/sh-script.el:
17220 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17221 (python-pdbtrack-grub-for-buffer, python-execute-file):
17222 * progmodes/octave-inf.el (inferior-octave):
17223 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17224 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17225 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17226 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17227 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17228 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17229 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17230 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17231 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17232 (idlwave-shell-examine-display, idlwave-shell-run-region)
17233 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17234 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17235 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17236 (idlwave-help-get-help-buffer):
17237 * progmodes/gud.el (gud-basic-call, gud-find-class)
17238 (gud-tooltip-activate-mouse-motions-if-enabled):
17239 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17240 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17241 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17242 (ebrowse-tags-next-file):
17243 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17244 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17245 (ebnf-eps-finish-and-write):
17246 * progmodes/cpp.el (cpp-edit-save):
17247 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17248 * progmodes/cc-defs.el (c-emacs-features):
17249 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17250 (antlr-directory-dependencies):
17251 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17252 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17253 (ada-find-any-references, ada-make-filename-from-adaname)
17254 (ada-make-body-gnatstub):
17255 * obsolete/rnews.el (news-list-news-groups):
17256 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
17257 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17258 * net/rcirc.el (rcirc-debug):
17259 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17260 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17261 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17262 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
17263 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
17264 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17265 (newsticker--treeview-list-clear-highlight)
17266 (newsticker--treeview-list-update-highlight)
17267 (newsticker--treeview-list-highlight-start)
17268 (newsticker--treeview-tree-update-highlight)
17269 (newsticker--treeview-get-selected-item)
17270 (newsticker-treeview-mark-list-items-old)
17271 (newsticker--treeview-set-current-node):
17272 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17273 * net/newst-backend.el (newsticker--get-news-by-funcall)
17274 (newsticker--get-news-by-wget, newsticker--image-get)
17275 (newsticker--image-sentinel):
17276 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17277 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17278 (eudc-ph-close-session):
17279 * net/eudc.el (eudc-save-options):
17280 * language/thai-word.el (thai-update-word-table):
17281 * language/japan-util.el (japanese-string-conversion):
17282 * international/titdic-cnv.el (tsang-quick-converter)
17283 (ziranma-converter, ctlau-converter):
17284 * international/mule-cmds.el (describe-language-environment):
17285 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17286 (skkdic-convert-postfix, skkdic-convert-prefix):
17287 (skkdic-convert-okuri-nasi, skkdic-convert):
17288 * emacs-lisp/re-builder.el (reb-update-overlays):
17289 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17290 * emacs-lisp/gulp.el (gulp-send-requests):
17291 * emacs-lisp/find-gc.el (trace-call-tree):
17292 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17293 (eieio-describe-generic):
17294 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17295 * emacs-lisp/edebug.el (edebug-outside-excursion):
17296 * emacs-lisp/debug.el (debugger-make-xrefs):
17297 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17298 * emacs-lisp/chart.el (chart-new-buffer):
17299 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17300 Use with-current-buffer.
17301 * textmodes/artist.el (artist-system): Don't call
17302 copy-sequence on a fresh string.
17303 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17304
17305 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
17306
17307 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
17308 is no item to edit. (Bug#4820)
17309 (todo-top-priorities): Restore point and restore narrowing in Todo
17310 buffer. (Bug#4820)
17311
17312 2009-10-31 Glenn Morris <rgm@gnu.org>
17313
17314 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17315 (comint-last-output-start, comint-last-input-start)
17316 (comint-last-input-end): Don't defvar when compiling.
17317 (ange-ftp-process-file): Use bound-and-true-p.
17318
17319 * pcmpl-rpm.el (top-level): Move provide statement to end.
17320 (pcmpl-rpm): Remove unused custom group.
17321
17322 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17323
17324 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17325
17326 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17327 (byte-compile-warnings): Add `constants' as an option.
17328 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17329 (display-call-tree): Update for byte-compile-fdefinition possibly
17330 returning `(macro lambda ...)'. (Bug#4778)
17331 (byte-compile-variable-ref, byte-compile-setq-default):
17332 Respect `constants' member of byte-compile-warnings.
17333
17334 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17337 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17338 to "submit:".
17339
17340 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17341
17342 * textmodes/ispell.el (ispell-skip-region-alist):
17343 * international/mule-conf.el (eight-bit):
17344 * international/fontset.el (font-encoding-alist):
17345 * startup.el (pure-space-overflow-message):
17346 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17347 * paths.el (gnus-nntp-service, rmail-spool-directory)
17348 (term-file-prefix):
17349 * files.el (save-some-buffers-action-alist):
17350 * cmuscheme.el (same-window-buffer-names):
17351 * ielm.el (same-window-buffer-names):
17352 * shell.el (same-window-buffer-names):
17353 * mail/sendmail.el (same-window-buffer-names):
17354 * progmodes/inf-lisp.el (same-window-buffer-names):
17355 * bindings.el (mode-line-client)
17356 (mode-line-column-line-number-mode-map):
17357 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17358 (tibetan-precomposed-regexp): Purecopy string arguments.
17359
17360 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17363 (calcDigit-nondigit):
17364 * calc/calc-yank.el (calc-copy-to-buffer):
17365 * calc/calc-units.el (calc-invalidate-units-table):
17366 * calc/calc-trail.el (calc-trail-yank):
17367 * calc/calc-store.el (calc-insert-variables):
17368 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17369 * calc/calc-prog.el (calc-read-parse-table):
17370 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17371 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17372 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17373 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17374 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17375 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17376 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17377 * calc/calc-ext.el (calc-realign):
17378 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17379 (calc-embedded-finish-edit, calc-embedded-make-info)
17380 (calc-embedded-finish-command, calc-embedded-stack-change):
17381 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17382
17383 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17384 shell-dynamic-complete-filename in preference to
17385 comint-dynamic-complete-filename.
17386
17387 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17388 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17389 Don't consider whether the display supports colors.
17390 (bookmark-import-new-list): Use dolist.
17391 (bookmark-bmenu-mode-map): Move initialization into declaration.
17392 (bookmark-bmenu-list): Use dolist, simplify.
17393 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17394 (menu-bar-final-items): Use push.
17395
17396 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17397
17398 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17399 it works on remote files.
17400 (vc-hg-diff): Don't pass any `--cwd' argument.
17401
17402 2009-10-27 Kevin Ryde <user42@zip.com.au>
17403
17404 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17405 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17406 (Further to Bug#3921).
17407
17408 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17409
17410 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17411 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17412 calling `tramp-imap-put-file'. Add file size to the call.
17413 (tramp-imap-get-file-entries): Compute also user name, file size,
17414 and date.
17415 (tramp-imap-handle-insert-directory): Insert uid and gid.
17416 (tramp-imap-handle-file-attributes): Transform uid and gid
17417 according to `id-format'.
17418 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17419 size in header X-Size.
17420
17421 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17422
17423 * simple.el (transpose-subr): Give clearer error when the mark
17424 is not set. (Bug#4807)
17425
17426 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17427
17428 * net/tramp.el (tramp-perl-file-truename): New defconst.
17429 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17430 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17431 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17432 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17433
17434 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17435 Ignore `dired-call-process'.
17436 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17437
17438 2009-10-26 Julian Scheid <julians37@gmail.com>
17439
17440 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17441 (tramp-get-remote-readlink): New defun.
17442 (tramp-handle-file-truename): Use it.
17443 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17444 file exists if cache value present.
17445 (tramp-check-cached-permissions): New defun.
17446 (tramp-handle-file-readable-p): Use it.
17447 (tramp-handle-file-writable-p): Likewise.
17448 (tramp-handle-file-executable-p): Likewise.
17449 (tramp-handle-file-name-all-completions): Try using Perl to get
17450 partial completions. When perl not available, combine `cd' and
17451 `ls' into single remote operation and use shell expansion to get
17452 partial remote directory contents. Set `file-exists-p' cache for
17453 directory and any files returned by ls. Change cache handling to
17454 support partial directory contents. Use error message emitted by
17455 remote `cd' or Perl code for local tramp-error.
17456 (tramp-do-copy-or-rename-file-directly): Avoid separate
17457 tramp-send-command-and-check call.
17458 (tramp-handle-process-file): Merge three remote ops into one.
17459 Do not flush all caches when `process-file-side-effects' is set.
17460 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17461 file-attributes shows uid/gid to be set already.
17462
17463 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17464
17465 * textmodes/tex-mode.el (tex-dvi-view-command)
17466 (tex-show-queue-command, tex-open-quote):
17467 * progmodes/ruby-mode.el (auto-mode-alist)
17468 (interpreter-mode-alist): Purecopy strings.
17469
17470 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17471
17472 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17473 string for the hook, keymap and abbrev table.
17474
17475 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17476
17477 * x-dnd.el (x-dnd-xdnd-to-action):
17478 * startup.el (fancy-startup-text, fancy-about-text): Change to
17479 defconst from defvar.
17480
17481 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17482
17483 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17484 Purecopy initialization strings.
17485
17486 * mail/sendmail.el (mail-header-separator)
17487 (mail-personal-alias-file):
17488 * mail/rmail.el (rmail-default-dont-reply-to-names)
17489 (rmail-ignored-headers, rmail-retry-ignored-headers)
17490 (rmail-highlighted-headers, rmail-secondary-file-directory)
17491 (rmail-secondary-file-regexp):
17492 * files.el (null-device, file-name-invalid-regexp)
17493 (locate-dominating-stop-dir-regexp)
17494 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17495 (interpreter-mode-alist): Use mapcar instead of mapc.
17496
17497 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17498
17499 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17500 (completion-ignored-extensions):
17501 (debug-ignored-errors): Purecopy strings.
17502
17503 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17504
17505 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17506 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17507 (pcomplete--here): Use push.
17508
17509 * subr.el (all-completions): Declare the 4th arg obsolete.
17510
17511 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17512
17513 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17514 (pcomplete-unquote-argument): New function.
17515 (pcomplete--common-suffix): Always pay attention to case.
17516 (pcomplete--table-subvert): Quote and unquote the text.
17517 (pcomplete--common-quoted-suffix): New function.
17518 (pcomplete-std-complete): Use it and pcomplete-begin.
17519
17520 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17521 we're inside a dedicated or minibuffer window.
17522
17523 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17524
17525 * bookmark.el: Update documentation, especially documentation
17526 of `bookmark-alist' and of the bookmark file format.
17527 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17528
17529 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17530
17531 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17532 keybindings apply to the mail buffer (Bug#4003). Shrink help
17533 window to buffer.
17534
17535 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17536 (global-whitespace-mode, global-whitespace-newline-mode)
17537 (whitespace-toggle-options, global-whitespace-toggle-options):
17538 Doc fix (Bug#3660).
17539
17540 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17541 of xmltok-start before the end tag was inserted (Bug#2840).
17542
17543 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17544 patterns that are preceded by an open-paren (Bug#1320).
17545
17546 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17547
17548 * files.el (delete-directory): Delete symlinks to directories with
17549 delete-file (Bug#4739).
17550
17551 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17552
17553 * vc.el (vc-backend-for-registration): Rename from
17554 vc-get-backend-for-registration. Update callers.
17555
17556 * international/mule-cmds.el (set-language-info-alist):
17557 Purecopy lang-env.
17558 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17559 (charset): Purecopy the name.
17560 (define-char-code-property): Purecopy string arguments.
17561
17562 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17563 Purecopy string arguments.
17564
17565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17566 * ediff-hook.el (menu-bar-ediff-menu):
17567 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17568 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17569
17570 2009-10-24 Glenn Morris <rgm@gnu.org>
17571
17572 * comint.el (comint-dynamic-list-completions):
17573 * term.el (term-dynamic-list-completions): Use choose-completion rather
17574 than obsolete alias mouse-choose-completion.
17575
17576 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17577 file-cache-choose-completion.
17578 (file-cache-choose-completion): Handle an optional event argument.
17579 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17580
17581 * progmodes/octave-mod.el (octave-complete-symbol):
17582 Use choose-completion if mouse-choose-completion is ever removed.
17583
17584 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17585 use.
17586
17587 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17588 compiler.
17589
17590 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17591
17592 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17593
17594 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17595 Ignore `pred' now that we receive one.
17596 Handle test-completion specially.
17597
17598 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17599
17600 * vc.el (vc-responsible-backend): Throw an error if not backend is
17601 found. Remove the REGISTER argument. Move the code dealing with
17602 REGISTER ...
17603 (vc-get-backend-for-registration): ... here. New function.
17604 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17605 of vc-responsible-backend, pass the file name instead of the
17606 directory name.
17607
17608 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17609
17610 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17611 New funs.
17612 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17613 (pcomplete-comint-setup): Don't modify a global var via
17614 accidental side-effects.
17615 (pcomplete-shell-setup): Adjust call accordingly.
17616 (pcomplete-parse-comint-arguments): Use push.
17617
17618 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17619
17620 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17621 Allow uncapitalized info node names (Bug#3921).
17622
17623 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17624 to the DEBUG file (Bug#3781).
17625
17626 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17627
17628 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17629 dictionary entry (Bug#4579).
17630
17631 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17632
17633 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17634 from `rfn-eshadow-update-overlay-hook' when unloading.
17635 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17636 "rsyncc". Adjust doc string.
17637 (tramp-temp-buffer-file-name): New buffer-local defvar.
17638 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17639 Keep temporary file when indicated by method ("rsync" and
17640 "rsyncc").
17641 (tramp-handle-write-region): Handle APPEND.
17642 (tramp-delete-temp-file-function): New defun. Added to
17643 `kill-buffer-hook'.
17644
17645 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17646
17647 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17648
17649 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17650
17651 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17652 (color-name-rgb-alist, tty-standard-colors)
17653 (tty-color-mode-alist): Change to defconst.
17654
17655 * simple.el (mark-inactive): Purecopy message.
17656
17657 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17658 (global-map, yank-menu):
17659 * textmodes/ispell.el (ispell-menu-map):
17660 * net/eudc.el (eudc-tools-menu):
17661 * international/mule-cmds.el (describe-language-environment-map)
17662 (setup-language-environment-map, set-coding-system-map)
17663 (mule-menu-keymap):
17664 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17665 * replace.el (occur-mode-map):
17666 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17667
17668 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17669
17670 * calc/calc.el (math-read-number, math-read-number-simple):
17671 Use `save-match-data'.
17672
17673 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17676 rather than fiddling with global-map bindings, since it should only
17677 affect per-terminal settings.
17678 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17679
17680 * minibuffer.el (completion-table-with-terminator): Allow to specify
17681 the terminator-regexp.
17682
17683 * simple.el (switch-to-completions): Look for *Completions* in other
17684 frames as well.
17685
17686 * pcomplete.el: Allow the use of completion-tables.
17687 (pcomplete-std-complete): New command.
17688 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17689 (pcomplete--here): Use a function for `form' rather than an expression,
17690 so it can be byte-compiled.
17691 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17692 Add edebug declaration.
17693 (pcomplete-show-completions): Remove unused var `curbuf'.
17694 (pcomplete-do-complete, pcomplete-stub):
17695 Don't assume `completions' is a list of strings any more.
17696
17697 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17698
17699 * find-dired.el (find-name-arg): Fix typo in docstring.
17700
17701 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17702
17703 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17704 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17705
17706 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17707 pcomplete-entries.
17708
17709 * comint.el (comint-read-input-ring, comint-write-input-ring)
17710 (comint-substitute-in-file-name)
17711 (comint-dynamic-complete-as-filename)
17712 (comint-dynamic-simple-complete)
17713 (comint-dynamic-list-filename-completions)
17714 (comint-dynamic-list-completions)
17715 (comint-redirect-results-list-from-process): Minor simplifications.
17716
17717 2009-10-21 Kevin Ryde <user42@zip.com.au>
17718
17719 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17720 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17721 the first form. And insert a blank line after ";;; Code" since
17722 that's usual style. (Bug#4612)
17723
17724 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17725
17726 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17727
17728 * minibuffer.el (completion-table-with-terminator): Properly implement
17729 boundaries, in case `terminator' appears in the suffix.
17730 (completion--embedded-envvar-table): Don't return boundaries if
17731 there's no valid completion. Simplify.
17732 (completion-file-name-table): New completion table extracted from
17733 completion--file-name-table.
17734 (completion--file-name-table): Use it.
17735 (read-file-name-predicate): Declare obsolete.
17736 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17737 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17738 completion-file-name-table, and use the `pred' argument.
17739 * files.el (locate-file-completion-table): Use the `pred' arg rather
17740 than read-file-name-predicate.
17741 (abbreviate-file-name): Use \` rather than ^ for BOS.
17742
17743 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17744
17745 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17746 vc-responsible-backend to register, it causes problems.
17747
17748 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17749
17750 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17751
17752 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17753
17754 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17755 (tramp-smb-handle-file-attributes): Use it.
17756 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17757 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17758 `mapcar'. Use `tramp-smb-get-stat-capability'.
17759 Add `dired-filename' text properties.
17760 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17761 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17762 version.
17763
17764 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17765
17766 * subr.el (read-key-delay): Reduce to 0.01.
17767 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17768 (bug#4751).
17769
17770 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17771
17772 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17773
17774 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17775 (Info-menu): Remove unused vars `last' and `completions'.
17776 (Info-index-nodes): Remove unused var `node'.
17777
17778 * info.el (Info-complete-menu-item): Use complete-with-action.
17779
17780 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17781
17782 Make vc-annotate work through copies and renames.
17783 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17784 Return the file name too.
17785 (vc-annotate-revision-at-line)
17786 (vc-annotate-find-revision-at-line)
17787 (vc-annotate-revision-previous-to-line)
17788 (vc-annotate-show-log-revision-at-line): Update to get the file
17789 name from vc-annotate-extract-revision-at-line.
17790 (vc-annotate-show-diff-revision-at-line-internal): Change the
17791 argument to mean whether to show a file diff or not. Get the file
17792 name from vc-annotate-extract-revision-at-line.
17793 (vc-annotate-show-diff-revision-at-line):
17794 Update vc-annotate-show-diff-revision-at-line call.
17795 (vc-annotate-warp-revision): Add an optional file argument.
17796
17797 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17798 (vc-git-annotate-extract-revision-at-line): Also return the file
17799 name if found.
17800
17801 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17802 command. Remove unused code.
17803 (vc-hg-annotate-re): Update to match --follow output.
17804 (vc-hg-annotate-extract-revision-at-line): Also return the file
17805 name if found.
17806
17807 * vc.el: Update annotate-extract-revision-at-line documentation.
17808
17809 2009-10-18 Kevin Ryde <user42@zip.com.au>
17810
17811 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17812 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17813
17814 * net/browse-url.el (browse-url): Identify alist with "consp and
17815 not functionp" and let all other things go down the `apply' leg,
17816 as suggested by Stefan. (Further to bug#4531.)
17817
17818 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17819
17820 * minibuffer.el (read-file-name): Check for repeat before putting
17821 a default argument in file-name-history (Bug#4657).
17822
17823 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17824 read syntax (Bug#4737).
17825
17826 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17827
17828 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17829
17830 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17831 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17832 entries and make note of obsolete tags.
17833
17834 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17835
17836 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17837
17838 2009-10-18 Glenn Morris <rgm@gnu.org>
17839
17840 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17841 grep, so that binary files (eg international/uni-bidi.el) can match.
17842 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17843 now, and in any case the file header format has changed.
17844
17845 2009-10-17 Glenn Morris <rgm@gnu.org>
17846
17847 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17848 (flyspell-get-word, flyspell-large-region)
17849 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17850
17851 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17852
17853 * Makefile.in (ELCFILES): Add ede/shell.
17854
17855 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17856
17857 * term/common-win.el (x-colors): Purecopy it.
17858
17859 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17860
17861 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17862 permissive for when the buffer is empty.
17863 (tar-header-block-tokenize): Decode the username and groupname.
17864 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17865
17866 2009-10-17 Eric Ludlam <zappo@gnu.org>
17867
17868 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17869 contains multibyte characters, choose first applicable coding
17870 system automatically.
17871
17872 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17873
17874 * international/mule-cmds.el (select-safe-coding-system): If the file
17875 has a coding cookie, use it regardless of any other setting (bug#4712).
17876
17877 2009-10-17 Glenn Morris <rgm@gnu.org>
17878
17879 * foldout.el (foldout-mouse-swallow-events):
17880 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17881
17882 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17883 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17884 (dired-keep-marker-symlink, dired-dwim-target)
17885 (dired-copy-preserve-time): Do not autoload these defcustoms.
17886
17887 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17888 messages from messing up the file coding. (Bug#4623)
17889
17890 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17891
17892 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17893 if no match is found for the current dictionary. (Bug#4578)
17894
17895 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17896 optional, since that is how it is documented, and this is often called
17897 with a nil argument. (Bug#4577)
17898 (flyspell-external-point-words, flyspell-auto-correct-word)
17899 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17900 (flyspell-word-search-backward): Remove nil argument in calls to
17901 flyspell-get-word, since it is not needed now.
17902
17903 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17904
17905 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17906
17907 2009-10-16 Glenn Morris <rgm@gnu.org>
17908
17909 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17910
17911 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17912
17913 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17914 (ange-ftp-file-size): New function.
17915 (ange-ftp-file-attributes): Use it.
17916
17917 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17918
17919 * net/tramp-smb.el (tramp-smb-version): New defvar.
17920 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17921 repeated checks.
17922
17923 2009-10-16 Glenn Morris <rgm@gnu.org>
17924
17925 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17926 Maybe copy some custom properties from old to new name. (Bug#4706)
17927
17928 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17929
17930 * subr.el (error, sit-for, start-process-shell-command)
17931 (start-file-process-shell-command): Set the calling convention
17932 after the function definition.
17933
17934 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17935
17936 * subr.el (error, sit-for, start-process-shell-command)
17937 (start-file-process-shell-command): Use the new
17938 set-advertised-calling-convention feature.
17939
17940 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17941
17942 * international/ucs-normalize.el (ucs-normalize-version):
17943 Change to 1.2.
17944 (check-range): Adjust for Unicode 5.2.
17945
17946 2009-10-15 Juri Linkov <juri@jurta.org>
17947
17948 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17949 to the `menu-item' format.
17950
17951 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17952
17953 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17954 if the environment variable does not exist.
17955
17956 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17957 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17958 parameter.
17959 (tramp-smb-handle-add-name-to-file)
17960 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17961 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17962 (tramp-smb-handle-file-attributes)
17963 (tramp-smb-do-file-attributes-with-stat)
17964 (tramp-smb-handle-file-local-copy)
17965 (tramp-smb-handle-insert-directory)
17966 (tramp-smb-handle-make-directory)
17967 (tramp-smb-handle-make-directory-internal)
17968 (tramp-smb-handle-make-symbolic-link)
17969 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17970 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17971 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17972 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17973 Handle long file names.
17974 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17975 process is running.
17976 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17977 Read share names with "-g" option.
17978
17979 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17980
17981 * net/rcirc.el (rcirc-view-log-file): New command.
17982 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17983 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17984 specified.
17985
17986 2009-10-15 Glenn Morris <rgm@gnu.org>
17987
17988 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17989 from the second command-line argument.
17990 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17991 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17992 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17993 w32-batch-update-autoloads.
17994 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17995 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17996
17997 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17998 the headers cannot be located. Simplify, subtracting superflous
17999 save-excursions.
18000
18001 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18002
18003 Replace completion-base-size by completion-base-position to fix bugs
18004 such as (bug#4699).
18005 * simple.el (completion-base-position): New var.
18006 (completion-base-size): Mark as obsolete.
18007 (choose-completion): Make it work for mouse events as well.
18008 Pass the new base-position to choose-completion-string.
18009 (choose-completion-guess-base-position): New function, extracted from
18010 choose-completion-delete-max-match.
18011 (choose-completion-delete-max-match): Use it. Make obsolete.
18012 (choose-completion-string): Use the new base-position info.
18013 (completion-root-regexp): Delete.
18014 (completion-setup-function): Preserve completion-base-position.
18015 Eliminate obsolete base-size manipulation.
18016 * minibuffer.el (display-completion-list): Don't mess with base-size.
18017 (minibuffer-completion-help): Set completion-base-position instead.
18018 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18019 choose-completion.
18020 * textmodes/bibtex.el (bibtex-complete):
18021 * emacs-lisp/crm.el (crm--choose-completion-string):
18022 Adjust to new calling convention.
18023 * complete.el (partial-completion-mode): Use minibufferp to avoid
18024 bumping into incompatible change to choose-completion-string-functions.
18025 * ido.el (ido-choose-completion-string): Make its calling convention
18026 more permissive.
18027 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18028 base-size manipulation.
18029 (comint-dynamic-list-input-ring): Use dotimes and push.
18030 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18031 fundamental-mode. Use `or'.
18032
18033 2009-10-14 Juri Linkov <juri@jurta.org>
18034
18035 * misearch.el (multi-isearch-next-buffer-from-list)
18036 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18037
18038 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18039
18040 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18041 `bytecomp.el'.
18042
18043 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18044 string we return is all made up of text from the completions rather
18045 than part from the completions and part from the input (bug#4219).
18046
18047 * ido.el (ido-everywhere): Use define-minor-mode.
18048
18049 * buff-menu.el (list-buffers, ctl-x-map):
18050 Mark the entry points with ;;;###autoload cookies.
18051
18052 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18053
18054 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18055 correctly in the detached head case.
18056 (vc-git-print-log): Remove unused binding.
18057
18058 * vc.el (vc-responsible-backend): When a directory is passed for
18059 for registration create a VC repository if no backend is
18060 responsible for the directory argument.
18061 (vc-deduce-fileset): Tell vc-responsible-backend to register.
18062
18063 * vc.el: Move comments about RCS and SCCS ...
18064 * vc-rcs.el:
18065 * vc-sccs.el: ... here, respectively.
18066
18067 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18068
18069 * minibuffer.el (completion--file-name-table): Return nil if there's
18070 no file completion, even if substitute-in-file-name changed
18071 the string (bug#4708).
18072
18073 2009-10-13 Juri Linkov <juri@jurta.org>
18074
18075 * files-x.el (read-file-local-variable-value): Don't filter out
18076 minor modes from mode name completion (bug#4664).
18077
18078 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18079
18080 * international/mule-cmds.el (ucs-names): Remove exclusion of
18081 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18082
18083 2009-10-13 Kenichi Handa <handa@m17n.org>
18084
18085 * international/uni-name.el: Regenerated.
18086
18087 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18088
18089 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18090 should be automatically buffer-local, but isn't.)
18091
18092 2009-10-12 Sam Steingold <sds@gnu.org>
18093
18094 * progmodes/compile.el (compilation-next-error-function): Fix the
18095 timestamps if the buffer has been visited before.
18096 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18097 non-anchored patterns, like the perl one (bug#3928).
18098
18099 2009-10-12 Glenn Morris <rgm@gnu.org>
18100
18101 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18102 Let-bind `size'.
18103
18104 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
18105
18106 * proced.el (proced-unload-function): New function.
18107
18108 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18109 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18110 Doc fix.
18111
18112 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18113
18114 2009-10-11 Juri Linkov <juri@jurta.org>
18115
18116 * files-x.el (read-file-local-variable-value):
18117 Provide default value only for bound variables (bug#4664).
18118
18119 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
18120
18121 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18122 connection methods like smb.
18123
18124 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18125 can be empty.
18126
18127 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18128 (tramp-smb-file-name-handler-alist): Add handlers for
18129 `add-name-to-file', `make-symbolic-link'.
18130 (tramp-smb-handle-add-name-to-file)
18131 (tramp-smb-do-file-attributes-with-stat)
18132 (tramp-smb-handle-make-symbolic-link)
18133 (tramp-smb-get-cifs-capabilities): New defuns.
18134 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18135 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18136 (tramp-smb-handle-file-local-copy)
18137 (tramp-smb-handle-make-directory-internal)
18138 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18139 The file name syntax depends on cifs capabilities.
18140 (tramp-smb-handle-file-attributes):
18141 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18142 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18143 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
18144
18145 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
18146
18147 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18148 (eieio-defclass): Apply deftype handler and setf-method properties
18149 directly.
18150 (eieio-add-new-slot): Avoid union function from cl library.
18151 (eieio--typep): New function.
18152 (eieio-perform-slot-validation): Use it.
18153
18154 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18155
18156 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
18157 Update documentation to refer to the variables documented in r1.135.
18158 (Bug#4188)
18159
18160 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18161
18162 * bookmark.el (Info-suffix-list): Remove this unused variable.
18163 (bookmark-current-point): Remove this obsolete variable.
18164 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18165 Adjust for removal of bookmark-current-point.
18166
18167 (bookmarks-already-loaded, bookmark-current-buffer)
18168 (bookmark-yank-point): Document. (Bug#4188)
18169
18170 2009-10-10 Glenn Morris <rgm@gnu.org>
18171
18172 * frame.el (frame-height): Doc fix.
18173
18174 * calendar/calendar.el (calendar-split-width-threshold): New option.
18175 (calendar-basic-setup): Use calendar-split-width-threshold.
18176
18177 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
18178
18179 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18180 Ideographic Supplement" range (U+1F200..U+1F2FF).
18181
18182 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18183
18184 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
18185 since the list will have been rebuilt anyway. (Bug#4349)
18186
18187 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18188
18189 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
18190 (bookmark-bmenu-execute-deletions): Don't save here, as
18191 bookmark-delete will now do so if necessary.
18192 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
18193 (Bug#4348)
18194
18195 2009-10-09 Glenn Morris <rgm@gnu.org>
18196
18197 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18198
18199 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18200
18201 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18202 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18203 argument now, so the two function's behaviors will match. (Bug#3645)
18204
18205 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
18206
18207 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
18208 (tramp-file-name-real-host, tramp-file-name-port):
18209 Apply `save-match-data'.
18210
18211 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18212 case both directories are remote.
18213 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
18214 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
18215
18216 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18217
18218 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18219
18220 2009-10-07 Glenn Morris <rgm@gnu.org>
18221
18222 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18223 of concat.
18224
18225 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18226
18227 * files-x.el (read-file-local-variable): Include some
18228 non-user-variables in the completion table (bug#4664).
18229
18230 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
18231
18232 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18233 message.
18234
18235 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18236 (tramp-smb-file-name-handler-alist): Add handler for
18237 `copy-directory', `expand-file-name', `set-file-modes'.
18238 (tramp-smb-handle-copy-directory)
18239 (tramp-smb-handle-expand-file-name)
18240 (tramp-smb-handle-set-file-modes): New defuns.
18241 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18242 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18243 entry.
18244 (tramp-smb-handle-insert-directory): Don't flush the cache.
18245 (tramp-smb-maybe-open-connection): Check for samba client and
18246 server versions.
18247
18248 2009-10-07 Eli Zaretskii <eliz@gnu.org>
18249
18250 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18251 to not error out of search for "^lisp=" fails.
18252
18253 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18254
18255 * makefile.w32-in (WINS_UPDATES): New macro.
18256 (custom-deps, finder-data, autoloads): Use it.
18257
18258 2009-10-07 Glenn Morris <rgm@gnu.org>
18259
18260 * Makefile.in (autoloads): Revert previous change.
18261 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18262 the list of preloaded files passed on the command-line, get
18263 it from src/Makefile.
18264
18265 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18266 show the original buffer rather than a random one.
18267
18268 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
18269
18270 * help.el (describe-no-warranty): Place point in a slightly better
18271 position in the GPLv3 text.
18272
18273 2009-10-06 Sam Steingold <sds@gnu.org>
18274
18275 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18276 the comm attribute is present before calling regexp-quote.
18277
18278 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
18279
18280 * play/animate.el (animate-string): For good effect, make sure
18281 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18282
18283 * play/animate.el (animate-sequence, animate-birthday-present):
18284 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18285
18286 2009-10-06 Glenn Morris <rgm@gnu.org>
18287
18288 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18289
18290 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18291 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18292 (batch-update-autoloads): Process a string value of autoload-excludes,
18293 set during the build process.
18294 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18295
18296 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18297 inside with-parsed... macro so that `v' is defined.
18298
18299 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18300 * progmodes/fortran.el (fortran-end-of-block)
18301 (fortran-beginning-of-block):
18302 Also push mark in the macro case.
18303
18304 * emerge.el (emerge-show-file-name):
18305 * calc/calc.el (calc-quit):
18306 * calc/calc-misc.el (calc-big-or-small):
18307 * calc/calc-graph.el (calc-graph-view):
18308 * calc/calc-ext.el (calc-reset):
18309 * calendar/calendar.el (calendar-basic-setup):
18310 Use window-full-height-p.
18311
18312 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18313 header we don't understand, don't insert another. (Bug#4624)
18314 If changing mime charset, insert the new one in the right place.
18315
18316 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18317
18318 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18319 (cal-tex-cursor-month): Correctly increment the end date for diary and
18320 holiday listing. (Bug#4626)
18321
18322 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18323
18324 * help-fns.el (describe-function-1): Don't burp if the function is not
18325 a symbol.
18326
18327 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
18328
18329 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18330 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18331 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18332 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18333
18334 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18335 (eieio-default-superclass): Reflow docstrings.
18336 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18337 (eieio-unbind-method-implementations, defmethod)
18338 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18339 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18340 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18341 (eieio-slot-originating-class-p, eieio-slot-name-index)
18342 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18343 (constructor, initialize-instance, no-next-method, object-print)
18344 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18345 Fix typos in docstrings.
18346 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18347 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18348 (next-method-p): Doc fixes.
18349 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18350 Fix typos in error messages.
18351 (eieio-defmethod): Fix typo in description of generic method.
18352
18353 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18354 (eieio-persistent-save-interactive, slot-missing):
18355 Fix typos in docstrings.
18356 (eieio-instance-inheritor-slot-boundp): Doc fix.
18357
18358 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18359 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18360
18361 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18362 (eieio-custom-object-apply-reset):
18363 Fix typos in docstrings and error messages.
18364
18365 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18366 Fix typo in docstring.
18367
18368 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18369 (eieio-browse-tree): Doc fix.
18370 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18371 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18372 Fix typos in docstrings.
18373
18374 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18375 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18376 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18377 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18378 Reflow docstrings.
18379
18380 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18381
18382 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18383 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18384 Set log-view-vc-backend so that diff can work.
18385
18386 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18387 vc-version-diff.
18388 (vc-diff-internal): Autoload this instead of vc-version-diff.
18389
18390 2009-10-05 Eli Zaretskii <eliz@gnu.org>
18391
18392 * simple.el (eval-expression): Doc fix.
18393
18394 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18395
18396 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18397
18398 * files.el (directory-files-no-dot-files-regexp): New defconst.
18399 (delete-directory): Use it.
18400 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18401
18402 * net/tramp.el (tramp-verbose): Fix docstring.
18403 (tramp-methods): Add recursive option to `tramp-copy-args'.
18404 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18405 "scp1_old", "scp2_old", "rsync", "rsyncc".
18406 (tramp-default-method): Check also for `auth-source-user-or-password'.
18407 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18408 Add handler for `copy-directory'.
18409 (tramp-handle-copy-directory): New defun.
18410 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18411 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18412 Optimize sent command.
18413
18414 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18415
18416 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18417 window if necessary.
18418
18419 * calendar/calendar.el (calendar-basic-setup): Don't call
18420 switch-to-buffer in a dedicated window.
18421
18422 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18423
18424 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18425 don't do anything related to relocating, just return nil.
18426 (bookmark-error-no-filename): New error.
18427 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18428 bookmark has no file. Don't even attempt to handle things that
18429 are not files; the whole point of custom handlers is to keep that
18430 knowledge elsewhere anyway. Tighten some comments.
18431 (bookmark-file-or-variation-thereof): Remove now-unused function.
18432 (bookmark-location): Doc string fix.
18433 (Bug#4250)
18434
18435 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18436
18437 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18438 don't use a file dialog, because they usually don't know how to read
18439 a directory target from the user. (Bug#4230)
18440 Also, make sure the prompt can display directories as well as files.
18441
18442 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18443
18444 * bookmark.el (bookmark-set, bookmark-buffer-name):
18445 Improve doc strings. (Bug#1193)
18446
18447 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18448
18449 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18450 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18451 (bookmark-get-annotation, bookmark-set-annotation)
18452 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18453 (bookmark-set-position, bookmark-get-front-context-string)
18454 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18455 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18456 (bookmark-jump-other-window, bookmark-handle-bookmark)
18457 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18458 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18459 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18460 Improve doc strings to say whether bookmark can be a string or
18461 a record or both, and make other consistency and clarity fixes.
18462 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18463 (bookmark-default-annotation-text, bookmark-yank-word)
18464 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18465 (bookmark-import-new-list, bookmark-maybe-rename)
18466 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18467 (bookmark-bmenu-bookmark): Give these doc strings.
18468 (bookmark-bmenu-check-position): Give this a doc string, but also
18469 add a FIXME comment about how the function may be pointless.
18470 (bookmark-default-handler): Rework doc string and change a
18471 parameter name, to clarify that this takes a bookmark record
18472 not a bookmark name.
18473 (bookmark-set): Change a parameter name to indicate its meaning,
18474 and improve the doc string a bit.
18475 (Bug#4188)
18476
18477 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18478
18479 * bookmark.el (bookmark-alist): Document the new `handler' element
18480 in the param alist.
18481 (bookmark-make-record-function): Adjust documentation for above.
18482 (Bug#4193)
18483
18484 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18485
18486 * info.el (Info-bookmark-make-record): Document this function.
18487 (Info-bookmark-jump): Document with a doc string, not just a comment.
18488 (Bug#4203)
18489
18490 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18491
18492 * files.el (copy-directory): New defun.
18493
18494 * dired-aux.el (dired-copy-file-recursive): Use it.
18495
18496 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18497
18498 * files-x.el (modify-dir-local-variable)
18499 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18500 docstrings.
18501
18502 * recentf.el (recentf-unload-function): New function.
18503
18504 2009-10-04 Glenn Morris <rgm@gnu.org>
18505
18506 * window.el (window-full-height-p): Add doc string.
18507
18508 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18509
18510 * window.el (window-full-height-p): New function. (Bug#4543)
18511
18512 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18513
18514 * vc.el: Remove commented out code.
18515 (vc-derived-from-dir-mode): Remove, unused.
18516 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18517
18518 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18519
18520 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18521 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18522 there could be recursive loading when `default-directory' is a
18523 remote file name. (Bug#4614)
18524
18525 2009-10-03 Glenn Morris <rgm@gnu.org>
18526
18527 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18528 the frame is wide.
18529 (calendar-generate-window): Test for shrinkability rather than width.
18530
18531 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18532 reusing existing buffers, in case we happen to visit two files with the
18533 same basename. (Bug#4593)
18534
18535 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18536
18537 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18538 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18539 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18540 subdirs of cedet as well.
18541 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18542
18543 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18544
18545 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18546 Obey advertised-signature-table.
18547
18548 * help-fns.el (help-function-arglist): Don't check
18549 advertised-signature-table.
18550 (describe-function-1): Do it here instead so it also applies to subrs.
18551
18552 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18553
18554 * simple.el (start-file-process): Say in the doc-string, that file
18555 handlers might not support pty association, if PROGRAM is nil.
18556
18557 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18558 HOST and USER are strings. They are nil, when there are
18559 incomplete entries in ~/.netrc, for example.
18560 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18561 root directory ("device busy" error otherwise).
18562
18563 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18564 Flush file properties of created directory.
18565
18566 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18567
18568 * makefile.w32-in (WINS_BASIC): Remove cedet.
18569 (WINS_CEDET): Add cedet.
18570 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18571
18572 2009-10-02 Kevin Ryde <user42@zip.com.au>
18573
18574 * net/browse-url.el (browse-url): Pass any symbol in
18575 browse-url-browser-function to `apply', since if you've mistakenly put
18576 an unbound symbol then the error is clearer. (Bug#4531)
18577
18578 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18579
18580 * allout.el (allout-init, allout-back-to-current-heading)
18581 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18582 (allout-ascend, allout-up-current-level, allout-end-of-level)
18583 (allout-previous-visible-heading, allout-forward-current-level)
18584 (allout-backward-current-level, allout-show-children):
18585 * apropos.el (apropos-describe-plist):
18586 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18587 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18588 * completion.el (add-completion, add-permanent-completion):
18589 * descr-text.el (describe-text-category, describe-char):
18590 * desktop.el (desktop-lazy-abort):
18591 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18592 * dired.el (dired-build-subdir-alist):
18593 * ediff.el (ediff-version):
18594 * elide-head.el (elide-head, elide-head-show):
18595 * emerge.el (emerge-version):
18596 * env.el (getenv):
18597 * face-remap.el (variable-pitch-mode):
18598 * faces.el (describe-face):
18599 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18600 (dired-at-point):
18601 * files.el (find-file-existing, auto-save-mode):
18602 * font-lock.el (font-lock-fontify-buffer):
18603 * help-fns.el (describe-function, describe-variable)
18604 (describe-syntax, describe-categories):
18605 * help.el (view-lossage, describe-bindings, describe-key)
18606 (describe-mode):
18607 * hexl.el (hexl-current-address):
18608 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18609 * info.el (Info-goto-emacs-key-command-node):
18610 * log-edit.el (log-edit-insert-cvs-template)
18611 (log-edit-insert-cvs-rcstemplate):
18612 * menu-bar.el (menu-bar-mode):
18613 * mouse.el (mouse-appearance-menu):
18614 * newcomment.el (comment-indent-new-line):
18615 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18616 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18617 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18618 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18619 * recentf.el (recentf-mode):
18620 * savehist.el (savehist-mode, savehist-save):
18621 * shadowfile.el (shadow-copy-files):
18622 * simple.el (kill-ring-save, next-line, previous-line)
18623 (normal-erase-is-backspace-mode):
18624 * strokes.el (strokes-update-window-configuration)
18625 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18626 (strokes-xpm-for-stroke):
18627 * time.el (emacs-uptime, emacs-init-time):
18628 * tutorial.el (tutorial--describe-nonstandard-key)
18629 (tutorial--detailed-help):
18630 * type-break.el (type-break-mode)
18631 (type-break-mode-line-message-mode, type-break-query-mode)
18632 (type-break-guesstimate-keystroke-threshold):
18633 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18634 * version.el (emacs-version):
18635 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18636 * winner.el (winner-mode):
18637 * calendar/timeclock.el (timeclock-in, timeclock-out)
18638 (timeclock-status-string, timeclock-change)
18639 (timeclock-workday-remaining-string)
18640 (timeclock-workday-elapsed-string)
18641 (timeclock-when-to-leave-string):
18642 * calendar/todo-mode.el (todo-add-category):
18643 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18644 * emacs-lisp/autoload.el (update-file-autoloads):
18645 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18646 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18647 (checkdoc-message-text, checkdoc-defun):
18648 * emacs-lisp/debug.el (debugger-list-functions):
18649 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18650 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18651 (eieio-describe-generic):
18652 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18653 * emacs-lisp/shadow.el (list-load-path-shadows):
18654 * emulation/cua-base.el (cua-mode):
18655 * emulation/edt.el (edt-set-scroll-margins):
18656 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18657 (tpu-toggle-regexp, tpu-toggle-search-direction)
18658 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18659 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18660 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18661 (viper-set-parsing-style-toggling-macro)
18662 (viper-set-emacs-state-searchstyle-macros):
18663 * emulation/viper.el (viper-set-hooks):
18664 * eshell/esh-mode.el (eshell-truncate-buffer):
18665 * international/mule-cmds.el (prefer-coding-system)
18666 (describe-input-method, describe-language-environment):
18667 * international/mule-diag.el (list-character-sets)
18668 (describe-character-set, describe-coding-system)
18669 (describe-fontset, list-fontsets, list-input-methods):
18670 * mail/sendmail.el (mail-signature):
18671 * net/ange-ftp.el (ange-ftp-copy-file):
18672 * net/browse-url.el (browse-url):
18673 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18674 * net/quickurl.el (quickurl-add-url):
18675 * net/rcirc.el (names, topic):
18676 * net/xesam.el (xesam-mode):
18677 * play/5x5.el (5x5-new-game):
18678 * play/yow.el (apropos-zippy):
18679 * progmodes/ada-mode.el (ada-mode-version):
18680 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18681 (f90-end-of-block)
18682 (f90-beginning-of-block):
18683 * progmodes/fortran.el (fortran-end-of-block)
18684 (fortran-beginning-of-block):
18685 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18686 * progmodes/python.el (python-describe-symbol, python-shell):
18687 * term/ns-win.el (ns-print-buffer):
18688 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18689 * textmodes/flyspell.el (flyspell-mode-on):
18690 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18691 (pages-directory-for-addresses):
18692 * textmodes/table.el (table-recognize-cell)
18693 (table-query-dimension, table-generate-source)
18694 (table-insert-sequence, table--warn-incompatibility):
18695 * textmodes/tex-mode.el (tex-validate-buffer):
18696 * textmodes/texinfmt.el (texinfmt-version)
18697 (texinfo-format-buffer):
18698 Use `called-interactively-p' instead of `interactive-p'.
18699
18700 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18701
18702 * image-mode.el (image-toggle-display):
18703 * emacs-lisp/elp.el (elp-instrument-function):
18704 * emacs-lisp/advice.el (ad-make-advised-definition):
18705 * emacs-lisp/easy-mmode.el (define-minor-mode):
18706 * net/browse-url.el (browse-url-maybe-new-window):
18707 * progmodes/sh-script.el (sh-learn-buffer-indent):
18708 Pass new argument 'any to `called-interactively-p'.
18709
18710 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18711
18712 * international/uni-bidi.el:
18713 * international/uni-category.el:
18714 * international/uni-combining.el:
18715 * international/uni-comment.el:
18716 * international/uni-decimal.el:
18717 * international/uni-decomposition.el:
18718 * international/uni-digit.el:
18719 * international/uni-lowercase.el:
18720 * international/uni-mirrored.el:
18721 * international/uni-name.el:
18722 * international/uni-numeric.el:
18723 * international/uni-old-name.el:
18724 * international/uni-titlecase.el:
18725 * international/uni-uppercase.el:
18726 Regenerate from Unicode 5.2.0 data.
18727
18728 2009-10-01 Glenn Morris <rgm@gnu.org>
18729
18730 * Makefile.in (ELCFILES): Regenerate.
18731
18732 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18733
18734 * subr.el (interactive-p): Mark obsolete.
18735 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18736 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18737 advertised-signature-table for subroutines as well.
18738
18739 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18740 (set-advertised-calling-convention): New function.
18741 (make-obsolete, define-obsolete-function-alias)
18742 (make-obsolete-variable, define-obsolete-variable-alias):
18743 Make the optional-ness of `when' obsolete.
18744 (define-obsolete-face-alias): Make `when' non-optional.
18745 * help-fns.el (help-function-arglist):
18746 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18747 Use advertised-signature-table.
18748
18749 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18750
18751 * files.el (delete-directory): New defun. The original function
18752 in fileio.c has been renamed to `delete-directory-internal'.
18753
18754 * dired.el (dired-delete-file): Call `delete-directory' with
18755 RECURSIVE parameter.
18756
18757 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18758 parameter RECURSIVE. Implementation is missing.
18759
18760 * net/tramp.el (tramp-handle-make-directory): Flush upper
18761 directory's file properties.
18762 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18763 (tramp-handle-dired-recursive-delete-directory): Flush directory
18764 properties after the remove command only.
18765
18766 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18767 Handle optional parameter RECURSIVE.
18768
18769 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18770 Handle optional parameter RECURSIVE.
18771
18772 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18773 connection timeout.
18774 (tramp-smb-handle-delete-directory): Handle optional parameter
18775 RECURSIVE.
18776
18777 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18778
18779 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18780 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18781 (byte-compile-defmacro): Use backquotes.
18782
18783 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18784
18785 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18786 has no associated file.
18787 (vc-resynch-buffer): Use vc-dir-buffers.
18788
18789 2009-10-01 Glenn Morris <rgm@gnu.org>
18790
18791 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18792 (chart-file-count):
18793 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18794 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18795 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18796 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18797 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18798 (eieio-copy-parents-into-subclass, make-instance, class-children)
18799 (eieio-generic-form):
18800
18801 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18802 match-data. (Bug#4555).
18803
18804 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18805 rather than parsing it as a regexp. This relaxes the layout
18806 requirements and makes errors easier to detect.
18807 (check-declare-verify): Check file is regular.
18808 (check-declare-directory): Doc fix.
18809 * subr.el (declare-function): Doc fix.
18810
18811 * ibuffer.el (ibuffer-format-qualifier):
18812 * isearch.el (hi-lock-regexp-okay):
18813 * calc/calc.el (math-zerop):
18814 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18815 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18816 Remove unused declarations.
18817
18818 2009-09-30 Eric Ludlam <zappo@gnu.org>
18819
18820 * emacs-lisp/eieio.el (boolean-p): Delete.
18821
18822 2009-09-30 Glenn Morris <rgm@gnu.org>
18823
18824 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18825
18826 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18827 filename is not a string.
18828
18829 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18830
18831 * files.el (safe-local-eval-forms): Fix typo.
18832
18833 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18834
18835 * vc-hooks.el (vc-dir-buffers): New var.
18836 (vc-state-refresh): New function.
18837 (vc-state): Use it.
18838 (vc-after-save): Always ask the backend to recompute the new state.
18839 Always call vc-dir if necessary, using vc-dir-buffers.
18840 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18841 Use vc-dir-buffers.
18842 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18843 (vc-dir-prepare-status-buffer, vc-dir-update)
18844 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18845 Don't call expand-file-name on default-directory.
18846
18847 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18848
18849 * speedbar.el (speedbar-item-delete):
18850 * calc/calc-prog.el (calc-kbd-if):
18851 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18852
18853 * epa.el (epa-key-list-mode-map):
18854 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18855
18856 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18857 (hs-show-hook): Fix typo in docstring.
18858
18859 2009-09-29 Glenn Morris <rgm@gnu.org>
18860
18861 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18862 file-name-nondirectory call preventing location of cedet files.
18863 (check-declare-verify): Use literal search rather than re-search.
18864 Add basic defmethod and defclass, and define-overloadable-function.
18865
18866 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18867 Use tramp-compat-file-attributes rather than nonexistent
18868 tramp-compat-handle-file-attributes.
18869
18870 * Makefile.in (lisptagsfiles4): New.
18871 (AUTOGENEL): Add cedet loaddefs files.
18872 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18873 (update-elclist, compile-always, backup-compiled-files)
18874 (bootstrap-clean): Add yet another directory level.
18875 (update-elclist): Use LC_COLLATE rather than COLLATE.
18876 (ELCFILES): Update, via `make update-elclist'.
18877
18878 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18879
18880 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18881 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18882 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18883
18884 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18885
18886 * Makefile.in (lisptagsfiles3): Define.
18887 (TAGS, TAGS-LISP): Use it.
18888 (update-elclist): Add third directory level to look for elc files.
18889 (compile-always): Likewise.
18890 (backup-compiled-files): Likewise.
18891 (bootstrap-clean): Likewise.
18892 (ELCFILES): Update.
18893
18894 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18895
18896 * Makefile.in (ELCFILES): Add CEDET files.
18897
18898 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18899
18900 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18901
18902 * net/tramp.el (top): Require tramp-imap.
18903
18904 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18905 Use `tramp-compat-handle-file-attributes'.
18906
18907 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18908
18909 * net/tramp-imap.el: New package.
18910
18911 2009-09-28 Eric Ludlam <zappo@gnu.org>
18912
18913 * emacs-lisp/chart.el:
18914 * emacs-lisp/eieio-base.el:
18915 * emacs-lisp/eieio-comp.el:
18916 * emacs-lisp/eieio-custom.el:
18917 * emacs-lisp/eieio-datadebug.el:
18918 * emacs-lisp/eieio-opt.el:
18919 * emacs-lisp/eieio-speedbar.el:
18920 * emacs-lisp/eieio.el: New files.
18921
18922 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18923
18924 * whitespace.el (whitespace-trailing-regexp)
18925 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18926 Fix doc string.
18927
18928 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18929
18930 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18931 menu.
18932
18933 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18934 menu-bar-ediff-menu.
18935
18936 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18937 define-overloadable-function.
18938
18939 * progmodes/autoconf.el: Provide autoconf as well, so that this
18940 file can be `require'd.
18941
18942 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18943
18944 * emacs-lisp/autoload.el (generated-autoload-feature)
18945 (generated-autoload-load-name): New vars.
18946 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18947 (make-autoload): Recognize define-overloadable-function and
18948 defclass forms (for EIEIO).
18949
18950 * Makefile.in (update-subdirs): Exclude cedet directory.
18951
18952 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18953
18954 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18955
18956 * faces.el: Default light-background background for region face to
18957 ns_selection_color under NS.
18958
18959 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18960
18961 * net/imap-hash.el: New library, see NEWS.
18962
18963 * Makefile.in (ELCFILES): Add imap-hash.el.
18964
18965 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18966
18967 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18968 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18969 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18970 definition where the docstring could be taken for the return value.
18971
18972 2009-09-26 Glenn Morris <rgm@gnu.org>
18973
18974 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18975 Add option to only show images below a certain size.
18976 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18977 save-excursion calls.
18978
18979 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18980
18981 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18982 subdirectories) and eieio.
18983
18984 2009-09-26 Alan Mackenzie <acm@muc.de>
18985
18986 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18987 Correct buggy bracketing. (Bug#4289)
18988
18989 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18990 character constants (as case labels). (Bug#4289)
18991
18992 2009-09-25 Juri Linkov <juri@jurta.org>
18993
18994 * files.el (safe-local-eval-forms): Allow time-stamp in
18995 before-save-hook (Bug#4554).
18996
18997 2009-09-25 Drew Adams <drew.adams@oracle.com>
18998
18999 * menu-bar.el (list-buffers-directory): Doc fix.
19000
19001 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19002
19003 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19004 Try and avoid copying twice the same paragraph.
19005 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19006 Remove save-excursion.
19007 (log-edit-changelog-entry): Do it here instead.
19008
19009 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
19010
19011 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19012 when available, instead of hardcoding mode names. Doc fix.
19013
19014 * menu-bar.el (list-buffers-directory): Add docstring.
19015 Make automatically buffer-local.
19016
19017 * dired.el (dired-mode):
19018 * files.el (cd-absolute):
19019 * pcvs.el (cvs-temp-buffer):
19020 * pcvs-util.el (cvs-get-buffer-create):
19021 * shell.el (shell-mode):
19022 * vc-dir.el (vc-dir-mode):
19023 Don't make `list-buffers-directory' buffer local.
19024
19025 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19026
19027 * comint.el (comint-exec, comint-run, make-comint):
19028 Doc fixes (Bug#4542).
19029
19030 2009-09-25 Glenn Morris <rgm@gnu.org>
19031
19032 * mail/rmailmm.el (rmail-mime): New custom group.
19033 Move all defcustoms in this file into this group.
19034 (rmail-mime-media-type-handlers-alist): Revert previous change.
19035 (rmail-mime-show-images): New option.
19036 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19037 references to it, since it wasn't actually used for anything.
19038 (rmail-mime-insert-image): New function.
19039 (rmail-mime-image): Use rmail-mime-insert-image.
19040 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
19041 obey the value of `rmail-mime-show-images' option. Print the size of
19042 attachments.
19043
19044 2009-09-25 David Engster <deng@randomsample.de>
19045
19046 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19047
19048 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19049
19050 * whitespace.el: Does not highlight trailing spaces While point is
19051 at end of line. Does not highligt spaces at beginning of buffer
19052 while point is at beginning of buffer. Does not highlight spaces
19053 at end of buffer while point is at end of buffer. (Bug#4177)
19054 New version 12.0.
19055 (whitespace-display-mappings): Adjust initialization.
19056 (whitespace-point, whitespace-font-lock-refontify): New vars.
19057 (whitespace-color-on, whitespace-color-off): Adjust code.
19058 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19059 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19060 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19061
19062 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
19063
19064 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19065
19066 * textmodes/sgml-mode.el: Remove xml-mode alias.
19067
19068 * files.el (auto-mode-alist, conf-mode-maybe)
19069 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
19070
19071 2009-09-24 Alan Mackenzie <acm@muc.de>
19072
19073 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19074 c-forward-conditionals, but it doesn't move point and doesn't set
19075 the mark.
19076 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19077 (c-down-conditional-with-else, c-backward-conditional)
19078 (c-forward-conditional): Refactor to use c-scan-conditionals.
19079
19080 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19081
19082 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19083 (help-default-arg-highlight): Remove.
19084 (help-highlight-arg): New function.
19085 (help-do-arg-highlight): Use it.
19086 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19087
19088 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19089
19090 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19091 Undo last change, which didn't fix the problem and introduced others.
19092
19093 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
19094
19095 * progmodes/gdb-mi.el: Don't require speedbar.
19096 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19097
19098 2009-09-24 Glenn Morris <rgm@gnu.org>
19099
19100 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19101
19102 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19103
19104 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19105 there is no newline after the final mime boundary. (Bug#4539)
19106 Move markers on insertion so that any buttons inserted don't end up in
19107 the next part of a multipart message.
19108 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19109 (rmail-mime-bulk-handler): Optionally handle images.
19110 (rmail-mime-image): New button action.
19111 (rmail-mime-image-handler): New function.
19112 (rmail-mime-mode): New mode.
19113 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
19114
19115 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19116
19117 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19118 than just dropping elements from it (bug#4504).
19119
19120 * term.el (term-set-scroll-region): Don't move cursor any more.
19121 (term-handle-ansi-escape): Call term-goto here instead.
19122 Suggested by Ivan Kanis <apple@kanis.eu>.
19123
19124 * term.el: Require CL.
19125 (term-ansi-reset): New function.
19126 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19127 (term-handle-colors-array): Simplify.
19128
19129 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19130
19131 * allout.el (allout-overlay-interior-modification-handler)
19132 (allout-obtain-passphrase):
19133 * epa-file.el (epa-file-write-region):
19134 * ps-print.el (ps-begin-job):
19135 * vc-hooks.el (vc-toggle-read-only):
19136 * vc-rcs.el (vc-rcs-rollback):
19137 * vc-sccs.el (vc-sccs-rollback):
19138 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19139 (vc-version-diff, vc-revert, vc-rollback):
19140 * wdired.el (wdired-check-kill-buffer):
19141 * emacs-lisp/authors.el (authors):
19142 * net/socks.el (socks-open-connection):
19143 * net/zeroconf.el (zeroconf-service-add-hook):
19144 * obsolete/vc-mcvs.el (vc-mcvs-register):
19145 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19146 (gdb-select-frame):
19147 * progmodes/grep.el (lgrep, rgrep):
19148 * progmodes/idlw-help.el (idlwave-help-check-locations)
19149 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19150 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19151 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19152 (reftex-toc-rename-label): Fix typos in error messages.
19153
19154 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19155 (dired-copy-how-to-fn): Doc fix.
19156 (dired-files-attributes, dired-read-shell-command):
19157 Fix typos in docstrings.
19158
19159 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19160 (dired-x-find-file-other-window): Reflow docstrings.
19161 (dired-omit-marker-char, dired-read-shell-command)
19162 (dired-x-submit-report): Fix typos in docstrings.
19163
19164 * shell.el (shell-mode-hook):
19165 * view.el (View-scroll-line-forward):
19166 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19167 Fix typos in docstrings.
19168
19169 * net/dig.el (dig-invoke): Fix typo in docstring.
19170 (query-dig): Reflow docstring.
19171
19172 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19173 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19174 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19175 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19176 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19177 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19178 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19179 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19180 (idlwave-completion-map, idlwave-current-indent)
19181 (idlwave-custom-ampersand-surround, idlwave-customize)
19182 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19183 (idlwave-define-abbrev, idlwave-determine-class-special)
19184 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19185 (idlwave-end-block-reg, idlwave-end-of-statement)
19186 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19187 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19188 (idlwave-explicit-class-listed, idlwave-file-header)
19189 (idlwave-fill-paragraph, idlwave-find-class-definition)
19190 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19191 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19192 (idlwave-in-quote, idlwave-indent-action-table)
19193 (idlwave-indent-expand-table, idlwave-indent-line)
19194 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19195 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19196 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19197 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19198 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19199 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19200 (idlwave-outlawed-buffers, idlwave-popup-select)
19201 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19202 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19203 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19204 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19205 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19206 (idlwave-statement-type, idlwave-struct-skip)
19207 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19208 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19209 (idlwave-what-module-find-class): Fix typos in docstrings.
19210 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19211 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19212 (idlwave-find-module, idlwave-find-structure-definition)
19213 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19214 (idlwave-list-load-path-shadows, idlwave-next-statement)
19215 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19216 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19217 (idlwave-template): Reflow docstrings.
19218
19219 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19220 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19221 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19222 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19223 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19224 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19225 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19226 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19227 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19228 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19229 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19230 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19231 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19232 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19233 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19234 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19235 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19236 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19237 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19238 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19239 Fix typos in docstrings.
19240 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19241 (idlwave-shell-hide-output, idlwave-shell-mode)
19242 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19243 Reflow docstrings.
19244
19245 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19246
19247 2009-09-24 Ivan Kanis <apple@kanis.eu>
19248
19249 * term.el (term-bold-attribute): New var.
19250 (term-handle-colors-array): Use it.
19251
19252 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
19253
19254 * progmodes/gdb-mi.el (gdb-version): New variable.
19255 (gdb-non-stop-handler): Set gdb-version.
19256 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19257 Condition "--thread" option on gdb-version.
19258 (gdb-invalidate-threads): Remove unused argument.
19259
19260 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19261
19262 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19263 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19264
19265 2009-09-23 Glenn Morris <rgm@gnu.org>
19266
19267 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19268 replying to mail without References or Message-Id. (Bug#4525)
19269
19270 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19271
19272 * term/ns-win.el (ns-reg-to-script): New variable.
19273
19274 2009-09-23 Daiki Ueno <ueno@unixuser.org>
19275
19276 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19277
19278 2009-09-22 Sam Steingold <sds@gnu.org>
19279
19280 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
19281 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19282 to 1 because hg returns status 1 when nothing is found.
19283 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
19284
19285 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19286
19287 * textmodes/fill.el: Convert to utf-8 encoding.
19288 (fill-french-nobreak-p): Remove redundant » and « inherited from our
19289 pre-Unicode days.
19290
19291 * add-log.el (change-log-fill-forward-paragraph): New function.
19292 (change-log-mode): Use it so fill-region DTRT.
19293 Set fill-indent-according-to-mode here rather than in
19294 change-log-fill-paragraph.
19295 (change-log-fill-paragraph): Remove.
19296
19297 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
19298
19299 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19300 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19301
19302 2009-09-22 Glenn Morris <rgm@gnu.org>
19303
19304 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19305 the scroll-bar scroll the calendar window rather than the buffer.
19306
19307 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19308 commands that move point (as opposed to scrolling).
19309
19310 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19311
19312 * emacs-lisp/elint.el (elint): New custom group.
19313 (elint-log-buffer): Make it a defcustom.
19314 (elint-scan-preloaded, elint-ignored-warnings)
19315 (elint-directory-skip-re): New options.
19316 (elint-builtin-variables): Doc fix.
19317 (elint-preloaded-env): New variable.
19318 (elint-unknown-builtin-args): Add an entry for encode-time.
19319 (elint-extra-errors): Make it a variable rather than a constant.
19320 (elint-preloaded-skip-re): New constant.
19321 (elint-directory): Skip files matching elint-directory-skip-re.
19322 (elint-features): New variable, local to linted buffers.
19323 (elint-update-env): Initialize elint-features. Possibly add
19324 elint-preloaded-env to the buffer's environment.
19325 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19326 Skip quoted forms.
19327 (elint-init-form): New function, extracted from elint-init-env.
19328 Make non-list forms a warning rather than an error.
19329 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19330 easy-menu-define, put that adds an error-condition, and provide.
19331 When requiring cl, also require cl-macs. Really require cl, to handle
19332 some cl macros. Store required libraries in the list elint-features,
19333 so as not to re-load them. Treat cc-require like require.
19334 (elint-init-env): Call elint-init-form to do the work.
19335 Handle eval-and-compile and such like.
19336 (elint-add-required-env): Do not clear messages.
19337 (elint-special-forms): Add handlers for function, defalias, if, when,
19338 unless, and, or.
19339 (elint-form): Add optional argument to ignore elint-special-forms,
19340 useful to prevent recursive calls from handlers. Doc fix.
19341 Respect elint-ignored-warnings.
19342 (elint-form): Respect elint-ignored-warnings.
19343 (elint-bound-variable, elint-bound-function): New variables.
19344 (elint-unbound-variable): Respect elint-bound-variable.
19345 (elint-get-args): Respect elint-bound-function.
19346 (elint-check-cond-form): Add some simple handling for (f)boundp and
19347 featurep tests.
19348 (elint-check-defalias-form): New handler.
19349 (elint-check-let-form): Make an empty let a warning rather than an
19350 error.
19351 (elint-check-setq-form): Make an empty setq a warning rather than an
19352 error. Respect elint-ignored-warnings.
19353 (elint-check-defvar-form): Accept null doc-strings.
19354 (elint-check-conditional-form): New handler. Does some simple-minded
19355 checking of featurep and (f)boundp tests.
19356 (elint-put-function-args): New function.
19357 (elint-initialize): Use elint-scan-doc-file rather than
19358 elint-find-builtin-variables. Use elint-put-function-args.
19359 Possibly scan preloaded-file-list.
19360 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19361 extend to handle functions as well.
19362
19363 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19364
19365 * linum.el (linum-delete-overlays, linum-update-window):
19366 Do not modify the right margin. (Bug#3971)
19367
19368 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
19369
19370 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19371 Use nxml-mode instead of xml-mode.
19372
19373 2009-09-21 Kevin Ryde <user42@zip.com.au>
19374
19375 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19376
19377 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19378
19379 * net/dig.el (dig-mode): Use define-derived-mode.
19380
19381 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19382
19383 * vc-dispatcher.el (vc-do-command): Return the process object in
19384 the asynchronous case. Use when instead of if. Do not run
19385 vc-exec-after to display a message if not enabled. (Bug#4463)
19386
19387 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19388 properties to the stash strings.
19389 (vc-git-stash-list): Return a list of strings.
19390 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19391 (vc-git-stash-show-at-point): New functions.
19392 (vc-git-stash-map): New keymap.
19393
19394 * register.el (ctl-x-r-map): Define the keys here instead of
19395 using autoload.
19396
19397 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19398
19399 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19400 list, to workaround performance problem (bug#4485).
19401
19402 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19403
19404 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19405
19406 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19407
19408 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19409 Document that this option is not recommended to use.
19410
19411 2009-09-19 Glenn Morris <rgm@gnu.org>
19412
19413 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19414 variable `var'.
19415
19416 * calc/calc-alg.el (var):
19417 * calc/calcalg2.el (var): Define for compiler.
19418
19419 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19420
19421 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19422 Doc fix (Bug#3932).
19423
19424 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19425
19426 * time-stamp.el (time-stamp-month-dd-yyyy)
19427 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19428 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19429 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19430 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19431 Remove functions that have been obsolete since 1995 (Bug#4436).
19432
19433 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19434 indent buffer only if called interactively (Bug#4452).
19435
19436 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19437 Eli Zaretskii <eliz@gnu.org>
19438
19439 This fixes bug#4197 (merged to bug#865, though not identical).
19440 * server.el (server-auth-dir): Add docstring note about FAT32.
19441 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19442 but warn against using them.
19443
19444 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19445
19446 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19447 older GDB where there is no has_more field.
19448
19449 2009-09-19 Glenn Morris <rgm@gnu.org>
19450
19451 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19452
19453 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19454
19455 * files.el (auto-mode-alist): Change default for XML files to nXML
19456 mode (Bug#4169).
19457
19458 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19459
19460 * server.el (server-ensure-safe-dir): Pass 'integer
19461 to `file-attributes', as suggested.
19462
19463 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19466 (dired-query): Use read-key.
19467
19468 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19469
19470 * cus-start.el (ns-use-qd-smoothing): Remove.
19471
19472 2009-09-18 Glenn Morris <rgm@gnu.org>
19473
19474 * allout.el (top-level): Remove unnecessary progn.
19475
19476 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19477
19478 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19479 definition of abbrev table.
19480
19481 * speedbar.el (speedbar-track-mouse):
19482 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19483 * net/eudc.el (eudc-expand-inline):
19484 * net/newst-backend.el (newsticker--cache-read-feed):
19485 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19486 condition-case handlers.
19487
19488 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19489
19490 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19491 (gdb-var-list): Add an element for has_more field.
19492 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19493 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19494 (gdb-var-update-handler-1): Parse output of dynamic variable
19495 objects (STL containers).
19496 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19497 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19498
19499 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19500 gdb-var-list.
19501 (gud-speedbar-buttons): Make node expandable if expression "has more"
19502 children.
19503
19504 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19505
19506 * startup.el (emacs-quick-startup): Remove variable and all uses.
19507 (command-line): Set `inhibit-x-resources' instead.
19508 (command-line-1): Use `inhibit-x-resources' instead.
19509
19510 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19511
19512 * subr.el: Fix last change to avoid using the `unless' macro,
19513 which breaks bootstrapping.
19514
19515 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19516
19517 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19518 extended definitions, in case we reload subr.el after having
19519 loaded CL.
19520 (eval-next-after-load): Mark as obsolete.
19521
19522 2009-09-17 Juri Linkov <juri@jurta.org>
19523
19524 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19525 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19526 (menu-bar-showhide-menu, menu-bar-tools-menu)
19527 (menu-bar-describe-menu, menu-bar-help-menu)
19528 (minibuffer-local-completion-map, minibuffer-local-map):
19529 Fix list quoting.
19530
19531 2009-09-17 Glenn Morris <rgm@gnu.org>
19532
19533 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19534 arguments, whether or not it has a handler.
19535
19536 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19537
19538 * simple.el (hard-newline): Give it a doc-string.
19539
19540 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19541 (lisp-mode-syntax-table): Give them doc-strings.
19542
19543 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19544
19545 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19546 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19547 (menu-bar-options-menu, menu-bar-showhide-menu)
19548 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19549 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19550 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19551 (menu-bar-options-menu, menu-bar-tools-menu)
19552 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19553 (menu-bar-help-menu):
19554 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19555 string arguments.
19556
19557 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19558 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19559 calls for the menu names and :help.
19560
19561 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19562
19563 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19564 to :minor-mode-function (bug#4455).
19565
19566 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19567
19568 * startup.el (command-line): Initialize the window-system after
19569 processing the command-line.
19570
19571 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19572 page-delimiter matches the empty string.
19573
19574 2009-09-16 Glenn Morris <rgm@gnu.org>
19575
19576 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19577 byte-compile-not-obsolete-var. It's a list now.
19578 (byte-compile-not-obsolete-funcs): New variable.
19579 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19580 byte-compile-not-obsolete-funcs.
19581 (byte-compile-variable-ref, byte-compile-defvar): Update for
19582 byte-compile-not-obsolete-vars name-change and list nature.
19583 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19584 and variables behind (f)boundp tests.
19585 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19586
19587 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19588
19589 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19590
19591 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19592
19593 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19594 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19595 Don't autoload.
19596
19597 2009-09-15 Stephen Eglen <stephen@gnu.org>
19598
19599 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19600 the virtual-buffers, use the name of the buffer specified by
19601 find-file-noselect, as the match may be a symlink. (This was a
19602 problem if the target and the symlink had different names.)
19603
19604 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19605
19606 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19607
19608 * desktop.el (desktop-path): Check user-emacs-directory.
19609
19610 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19611
19612 * loadup.el: Use after-load-functions to GC after loading each file.
19613 Remove the explicit GC calls that used to be sprinkled around.
19614
19615 * subr.el (after-load-functions): New hook.
19616 (do-after-load-evaluation): Run it. Use string-match-p to detect
19617 `obsolete' packages, rather than painfully extracting the relevant
19618 directory name.
19619
19620 2009-09-15 Glenn Morris <rgm@gnu.org>
19621
19622 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19623 free variable `doc'.
19624
19625 * dired.el (dired-mode-map): Add menu entry for async shell command.
19626
19627 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19628 variables, also consider the .elc files, since the .el files are
19629 normally gzipped (subsequent code locates the .el.gz from the .elc).
19630
19631 * calc/calc-prog.el (arglist): Define for compiler.
19632
19633 * calendar/diary-lib.el (diary-display-function): Change the default to
19634 fancy display.
19635 (body): Define for compiler.
19636
19637 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19638 (byte-compile-file-form, byte-compile-lambda)
19639 (byte-compile-top-level-body, byte-compile-form)
19640 (byte-compile-variable-ref, byte-compile-setq)
19641 (byte-compile-setq-default, byte-compile-body)
19642 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19643 (batch-byte-compile): Give some more local variables with common names
19644 a "bytecomp-" prefix to avoid masking warnings about free variables.
19645
19646 * startup.el (command-line-1): Give local variables with common names a
19647 distinguishing prefix, so as not to hide free variable warnings during
19648 bootstrap.
19649
19650 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19651 clever and add a suffix to make a unique name, just let the user decide
19652 whether or not to overwrite it. If the input is a directory, write the
19653 default filename to that directory. (Bug#4388)
19654 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19655 is a filename-as-a-directory.
19656
19657 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * textmodes/page.el (what-page): Don't move to beginning of line.
19660 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19661
19662 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19663
19664 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19665
19666 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19667
19668 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19669 * help.el (help-for-help-internal): Add purecopy calls for text.
19670
19671 * vc.el (top): print-log method now takes an optional SHORTLOG
19672 argument. Add a new method: root.
19673 (vc-root-diff, vc-print-root-log): New functions.
19674 (vc-log-short-style): New variable.
19675 (vc-print-log-internal): Add support for showing short logs.
19676
19677 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19678 vc-print-root-log and vc-print-root-diff.
19679
19680 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19681 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19682 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19683 short logs.
19684
19685 * vc-cvs.el (vc-cvs-print-log):
19686 * vc-mtn.el (vc-mtn-print-log):
19687 * vc-rcs.el (vc-rcs-print-log):
19688 * vc-sccs.el (vc-sccs-print-log):
19689 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19690 that is ignored for now.
19691
19692 * vc-mtn.el (vc-mtn-annotate-command):
19693 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19694
19695 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19696
19697 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19698 to function-key-map, and give them ascii-character property.
19699 * term/x-win.el (x-alternatives-map):
19700 * term/ns-win.el (ns-alternatives-map):
19701 * term/internal.el (msdos-key-remapping-map):
19702 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19703
19704 2009-09-14 Glenn Morris <rgm@gnu.org>
19705
19706 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19707 temp-buffers (2009-09-12).
19708
19709 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19710
19711 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19712 the new read-key function.
19713
19714 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19715
19716 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19717 is defined (Bug#4405).
19718
19719 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19720
19721 * recentf.el (recentf-cleanup): Use a hash table to find
19722 duplicates (Bug#4407).
19723
19724 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19725
19726 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19727 kp-0 to ascii equivalents (Bug#4325).
19728
19729 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19730
19731 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19732
19733 * eshell/em-hist.el:
19734 * eshell/em-dirs.el (eshell-complete-user-reference):
19735 Declare pcomplete functions and variables to avoid compiler warnings.
19736
19737 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19738
19739 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19740 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19741 * eshell/em-alias.el (eshell-aliases-file):
19742 * eshell/em-hist.el (eshell-history-file-name):
19743 Use expand-file-name instead of concat to make file names (Bug#4308).
19744
19745 2009-09-13 Glenn Morris <rgm@gnu.org>
19746
19747 * ediff-merg.el (ediff-do-merge):
19748 * filesets.el (filesets-run-cmd):
19749 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19750 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19751 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19752 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19753 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19754 Replace empty `let's with `progn'.
19755
19756 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19757
19758 * mail/sendmail.el (send-mail-function):
19759 * tooltip.el (tooltip-mode):
19760 * simple.el (transient-mark-mode):
19761 * rfn-eshadow.el (file-name-shadow-mode):
19762 * frame.el (blink-cursor-mode):
19763 * font-core.el (global-font-lock-mode):
19764 * files.el (temporary-file-directory)
19765 (small-temporary-file-directory, auto-save-file-name-transforms):
19766 * epa-hook.el (auto-encryption-mode):
19767 * composite.el (global-auto-composition-mode):
19768 Use custom-initialize-delay.
19769 * startup.el (command-line): Don't explicitly call
19770 custom-reevaluate-setting for all the above vars.
19771 * custom.el (custom-initialize-safe-set)
19772 (custom-initialize-safe-default): Delete.
19773
19774 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19775
19776 * term/x-win.el (x-initialize-window-system):
19777 * term/w32-win.el (w32-initialize-window-system):
19778 * term/ns-win.el (ns-initialize-window-system): Don't call
19779 mouse-wheel-mode since it's enabled globally by default already.
19780
19781 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19782 actually define the variable, but only silences the byte-compiler.
19783 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19784 before looking it up.
19785 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19786 is changed.
19787
19788 2009-09-12 Glenn Morris <rgm@gnu.org>
19789
19790 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19791 1000.
19792 (elint-add-required-env): Don't beep on error.
19793 (elint-forms): In case of error, return ENV unchanged.
19794 (elint-init-env): Skip non-list forms.
19795 (elint-log): Handle unknown file positions.
19796
19797 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19798
19799 * epg.el (epg-make-context): Add autoload cookie.
19800 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19801 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19802 (epg-verify-string, epg-start-sign, epg-sign-file)
19803 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19804 (epg-encrypt-string, epg-start-export-keys)
19805 (epg-export-keys-to-file, epg-export-keys-to-string)
19806 (epg-start-import-keys, epg-import-keys-from-file)
19807 (epg-import-keys-from-string, epg-start-receive-keys)
19808 (epg-receive-keys, epg-import-keys-from-server)
19809 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19810 (epg-sign-keys, epg-start-generate-key)
19811 (epg-generate-key-from-file, epg-generate-key-from-string):
19812 Remove autoload cookie.
19813
19814 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19815
19816 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19817 reevaluation of trash-directory.
19818
19819 * mwheel.el: Fix last change.
19820 (mouse-wheel-mode): New defvar.
19821 (mouse-wheel-mode): Remove autoload cookie.
19822
19823 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19824
19825 * mwheel.el (mwheel-installed-bindings): New var.
19826 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19827 the bindings we set last time. Use custom-initialize-delay.
19828 * loadup.el: Load mwheel after term/*-win.el.
19829 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19830 and mouse-wheel-up-event now that their first evaluation is done
19831 sufficiently late to be correct.
19832
19833 * startup.el (tutorial-directory): Make it a defcustom.
19834 Use custom-initialize-delay rather than eval-at-startup to set it.
19835 * image.el (image-load-path): Make it a defcustom.
19836 Use custom-initialize-delay rather than eval-at-startup to set it.
19837 * subr.el (eval-at-startup): Remove.
19838 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19839
19840 * subr.el (do-after-load-evaluation): Warn the user after loading an
19841 obsolete package.
19842
19843 2009-09-12 Glenn Morris <rgm@gnu.org>
19844
19845 * proced.el (proced-mark-alt): Remove alias.
19846 (proced-mode-map): Remove proced-mark-alt.
19847
19848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19849 Elint file and directory. Remove initialization entry.
19850
19851 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19852 commands.
19853 (elint-current-buffer): Set mode-line-process.
19854 (elint-init-env): Handle define-derived-mode.
19855 Fix declare-function with unspecified arglist. Guard against odd
19856 defalias statements (eg iso-insert's 8859-1-map).
19857 (elint-add-required-env): Use a temp buffer.
19858 (elint-form): Just print the function/macro name, not the whole form.
19859 Return env unchanged if we fail to parse a macro.
19860 (elint-forms): Guard against parse errors.
19861 (elint-output): New function, to handle batch mode.
19862 (elint-log-message): Add optional argument. Use elint-output.
19863 (elint-set-mode-line): New function.
19864
19865 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19866
19867 * emacs-lisp/elp.el (elp-not-profilable): Add more
19868 functions (Bug#4233).
19869
19870 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19871
19872 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19873 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19874
19875 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19876
19877 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19878 (gdb-var-list-children): Use json parsing.
19879
19880 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19881
19882 * progmodes/js.el (js--proper-indentation): Handle the case where
19883 char-before is null. Reported by Deniz Dogan.
19884
19885 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19886
19887 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19888
19889 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19890
19891 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19892 (epg-digest-algorithm-alist): Add SHA224.
19893 (epg-context-set-passphrase-callback)
19894 (epg-context-set-progress-callback): Add description about
19895 callback function.
19896
19897 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19898
19899 * custom.el (custom-delayed-init-variables): New var.
19900 (custom-initialize-delay): New function.
19901 * startup.el (command-line): "Re"evaluate all vars in
19902 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19903 explicitly any more.
19904 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19905 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19906
19907 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19908
19909 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19910
19911 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19912 (gdb-var-update-handler): Use json parsing.
19913
19914 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19915
19916 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19917 decode annotated text, regardless of language environment. (Bug#2741)
19918
19919 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * Makefile.in (autoloads): Make rmail.el writable as well.
19922
19923 2009-09-11 Glenn Morris <rgm@gnu.org>
19924
19925 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19926 loaddefs.el.
19927 * dired.el: Regenerate with extracted autoloads.
19928 * Makefile.in (autoloads): Make dired.el writable.
19929
19930 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19931 * ibuffer.el: Regenerate with extracted autoloads.
19932 * Makefile.in (autoloads): Make ibuffer.el writable.
19933
19934 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19935 * version.el (emacs-copyright, emacs-major-version)
19936 (emacs-minor-version): Reformat doc-strings for make-docfile.
19937
19938 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19939 functions and variables, since they must be stuff specific to some other
19940 platform.
19941 (apropos-print): Make mouse-click message less specific about button.
19942
19943 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19944 that records where a macro was defined.
19945 * help-fns.el (describe-function-1): Mention if a function has a
19946 compiler-macro.
19947 * help-mode.el (help-function-cmacro): New button.
19948
19949 * locate.el (top-level): Always require dired.
19950 (locate-mode-map): Initialize inside the defvar.
19951
19952 * net/ange-ftp.el (dired-compress-file): Declare.
19953 (ange-ftp-dired-compress-file): Add doc string.
19954
19955 * term/ns-win.el (x-display-name, x-setup-function-keys):
19956 Unify doc-strings with X versions.
19957
19958 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19959
19960 * emulation/crisp.el (crisp-mode-map): Move initialization
19961 into declaration.
19962 (crisp-mode): Use define-minor-mode.
19963
19964 * progmodes/xscheme.el (xscheme-evaluation-commands):
19965 Put a :advertised-binding property rather than using
19966 advertised-xscheme-send-previous-expression.
19967 (advertised-xscheme-send-previous-expression): Declare obsolete.
19968 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19969 `advertised-undo'.
19970 (crisp-mode): Add corresponding bindings to
19971 undo's :advertised-binding instead.
19972 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19973 than using dired-advertised-find-file.
19974 (dired-advertised-find-file):
19975 * simple.el (advertised-undo):
19976 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19977 (widget-keymap): Put a :advertised-binding property rather
19978 than using advertised-widget-backward.
19979 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19980 than using advertised-undo.
19981 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19982
19983 2009-09-10 Simon South <ssouth@slowcomputing.org>
19984
19985 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19986 Mark mode is enabled and region is active; otherwise indent or
19987 insert TAB as usual.
19988 (delphi-mode): Update description of TAB-key binding.
19989
19990 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19991
19992 * subr.el (define-key-rebound-commands): Mark obsolete.
19993 * startup.el (precompute-menubar-bindings): Remove.
19994 (normal-top-level): Remove obsolete code that tried to precompute
19995 menubar bindings.
19996 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19997 define-key-rebound-commands and precompute-menubar-bindings.
19998
19999 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20000
20001 * net/imap.el (imap-interactive-login): Better messages.
20002 (imap-open): Fix bug with renamed buffer on reconnect.
20003 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20004 for easier debugging and cleaner code. On successful (guessed based on
20005 server capabilities) secondary authentication, set imap-state
20006 correctly.
20007 (imap-last-authenticator): Define imap-last-authenticator as a variable
20008 to avoid warnings.
20009
20010 2009-09-10 Glenn Morris <rgm@gnu.org>
20011
20012 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20013
20014 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20015 (byte-compile-file-form-autoload): Don't warn about unknown functions
20016 where the autoload statement comes after the use.
20017 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20018 that any handlers inside the body (eg require) are in turn respected.
20019
20020 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20021 effects.
20022
20023 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20024 and syntax and abbrev tables basic docs, if they don't have any.
20025
20026 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20027
20028 * international/mule-cmds.el (top-level): Require cl when compiling.
20029 (view-hello-file): Use default-value rather than
20030 default-enable-multibyte-characters.
20031
20032 * progmodes/fortran.el: Move all safe and risky properties into the
20033 defcustoms.
20034
20035 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20036 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20037 * mail/undigest.el:
20038 Put autoloads in rmail.el rather than loaddefs.el.
20039 * mail/rmail.el: Regenerate with extracted autoloads.
20040
20041 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20042 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20043
20044 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
20045
20046 Reported in thread for Bug#4375.
20047 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20048 "-data-evaluate-expression" instead of print.
20049 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20050 (gdb-tooltip-print): Parse output from above MI command.
20051 (gdb): Revert 2009-08-11 change. User should detach inferior
20052 manually.
20053
20054 Remove the word "separate" from IO functions as inferior
20055 output is now never displayed in the GUD buffer.
20056
20057 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
20058
20059 * startup.el (command-line-normalize-file-name): On Windows and
20060 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20061
20062 2009-09-10 Juri Linkov <juri@jurta.org>
20063
20064 * isearch.el (isearch-text-char-description): Propertize escape
20065 character sequences with the `escape-glyph' face. (Bug#4344)
20066
20067 * simple.el (shell-command): Set asynchronous process filter to
20068 `comint-output-filter'. (Bug#4343)
20069
20070 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20071 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20072 the list. Move "asm" to the bottom.
20073 (grep-find-ignored-directories): Add `choice' with nil value
20074 to empty the list easily.
20075 (grep-find-ignored-files): New option.
20076 (grep-files-history): Set to nil by default instead of '("ch" "el").
20077 (grep-compute-defaults): Add "<X>" to `grep-template'.
20078 (grep-read-files): Bind new local variables `default-alias' and
20079 `default-extension'. Use a list of default values for the file prompt.
20080 (lgrep): Add `--exclude=' command line options composed from
20081 `grep-find-ignored-files'.
20082 (rgrep): Add `-name' command line options composed from
20083 `grep-find-ignored-files'. (Bug#4301)
20084
20085 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20086
20087 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20088 (bug#4368).
20089
20090 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20091
20092 * calendar/time-date.el (autoload):
20093 Expand define-obsolete-function-alias into defalias and make-obsolete
20094 for old Emacsen that Gnus supports.
20095 (with-no-warnings): Define it for old Emacsen.
20096 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20097 is available.
20098 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20099 float-time is available; suppress compile warning for time-to-seconds.
20100
20101 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20102
20103 * net/imap.el (imap-message-map): Docstring fix.
20104
20105 2009-09-09 Glenn Morris <rgm@gnu.org>
20106
20107 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20108 line numbers too. (Bug#4374)
20109
20110 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20111
20112 * smerge-mode.el (smerge-remove-props, smerge-refine):
20113 Use with-silent-modifications (bug#4342).
20114
20115 * subr.el (with-silent-modifications): New macro.
20116
20117 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
20118
20119 * files.el (top-level): Require `cl' when compiling.
20120
20121 2009-09-07 Glenn Morris <rgm@gnu.org>
20122
20123 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20124
20125 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20126 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20127
20128 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
20129
20130 * vc-git.el (vc-git-annotate-command): Use separator to parse
20131 arguments correctly.
20132
20133 2009-09-06 Eli Zaretskii <eliz@gnu.org>
20134
20135 * proced.el (proced-mode): Doc fix.
20136
20137 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20138
20139 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20140 lstat fails.
20141 (tramp-do-file-attributes-with-ls): Check for file existence at
20142 remote end.
20143 (tramp-do-file-attributes-with-stat): Likewise.
20144 (tramp-convert-file-attributes): Return nil when attr is nil.
20145
20146 2009-09-05 Glenn Morris <rgm@gnu.org>
20147
20148 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20149 properties to this button.
20150 (diary-fancy-display): Don't extend the button to the final newline.
20151 (diary-fancy-display-mode): Continue to define "q" as a local key.
20152
20153 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20154 efficient.
20155
20156 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20157
20158 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20159 (byte-compile-dest-file-function): New option.
20160 (byte-compile-dest-file): Doc fix.
20161 Obey byte-compile-dest-file-function.
20162 (byte-compile-cl-file-p): New function.
20163 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20164 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20165 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20166 than for file being previously loaded.
20167 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20168 (byte-compile-file-form-require): Handle the case where requiring a file
20169 indirectly causes CL to be loaded.
20170
20171 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20172
20173 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20174 before killing the old buffer, since by the time `kill-buffer' is
20175 run so many buffer variables have been set to nil that it may not
20176 behave as expected. (Bug#4061)
20177
20178 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20179
20180 * files.el (find-alternate-file): If the old buffer is modified
20181 and visiting a file, behave similarly to `kill-buffer' when
20182 killing it, thus reverting to the pre-1.878 behavior; see
20183 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20184 for discussion. Also, consult `buffer-file-name' as a variable
20185 not as a function, for consistency with the rest of the code.
20186
20187 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
20188
20189 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20190 also when adding a new directory.
20191
20192 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20193 New defun.
20194
20195 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20196
20197 * files.el (locate-file-completion-table): Make it provide boundary
20198 information, so partial-completion works better.
20199
20200 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20201
20202 * mail/footnote.el (Footnote-text-under-cursor):
20203 Check footnote-text-marker-alist before using it (bug#4324).
20204
20205 2009-09-04 Glenn Morris <rgm@gnu.org>
20206
20207 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20208 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20209 * play/solitaire.el, play/tetris.el:
20210 Remove leading * from defcustom and defface docs.
20211
20212 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20213 necessary.
20214 (diary-fancy-overriding-map): New variable.
20215 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20216 Use view-mode.
20217
20218 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20219 goto-line.
20220
20221 2009-09-03 Glenn Morris <rgm@gnu.org>
20222
20223 * arc-mode.el (archive-mode):
20224 * dos-fns.el (set-default-process-coding-system):
20225 * man.el (Man-getpage-in-background):
20226 * menu-bar.el (menu-bar-describe-menu):
20227 * server.el (server-process-filter):
20228 * startup.el (command-line):
20229 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20230 * w32-fns.el (set-default-process-coding-system):
20231 * x-dnd.el (x-dnd-handle-file-name):
20232 * international/mule-cmds.el (mule-menu-keymap)
20233 (set-default-coding-systems, language-info-alist, set-language-info)
20234 (set-language-environment, standard-display-european-internal)
20235 (set-locale-environment):
20236 * international/mule-diag.el (mule-diag):
20237 * mail/emacsbug.el (report-emacs-bug):
20238 * mail/rmail.el (rmail-mode):
20239 * mail/sendmail.el (mail-setup):
20240 Use default-value rather than default-enable-multibyte-characters.
20241
20242 * progmodes/f90.el: Move all safe properties into the defcustoms.
20243 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20244
20245 * calendar/appt.el (appt-check):
20246 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20247 (diary-check-diary-file, diary-list-entries)
20248 (diary-include-other-diary-files, diary-simple-display)
20249 (diary-fancy-display, diary-print-entries)
20250 (diary-mark-included-diary-files, diary-make-entry):
20251 Don't call substitute-in-file-name on diary-file.
20252
20253 2009-09-03 Eduard Wiebe <usenet@pusto.de>
20254 Stefan Monnier <monnier@iro.umontreal.ca>
20255
20256 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20257 (footnote-mode-map): Move initialization into the declaration.
20258 (footnote-minor-mode-map): Define it rather than changing global-map.
20259 (footnote-mode): Use define-minor-mode.
20260
20261 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
20262
20263 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20264 (tramp-do-file-attributes-with-perl)
20265 (tramp-do-file-attributes-with-stat): Rename from
20266 `tramp-handle-file-attributes-with-*'.
20267 (tramp-handle-file-attributes): Use them.
20268 (tramp-do-directory-files-and-attributes-with-perl)
20269 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20270 `tramp-handle-directory-files-and-attributes-with-*'.
20271 (tramp-handle-directory-files-and-attributes): Use them.
20272 (tramp-method-out-of-band-p): Additional parameter SIZE.
20273 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20274 (tramp-handle-write-region): Use it.
20275 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
20276 (tramp-handle-vc-registered): Check, whether the first run did
20277 return files to be tested.
20278 (tramp-advice-make-auto-save-file-name): Do not call directly
20279 `tramp-handle-make-auto-save-file-name', because this would bypass
20280 the locking mechanism.
20281
20282 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
20283 (file-remote-p, process-file, start-file-process, set-file-times)
20284 (tramp-compat-file-attributes): Compatibility functions shall not
20285 call directly `tramp-handle-*', because this would bypass the
20286 locking mechanism.
20287 (tramp-compat-number-sequence): New defun.
20288
20289 2009-09-02 Glenn Morris <rgm@gnu.org>
20290
20291 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20292 alias for float-time.
20293 (time-to-number-of-days): In Emacs, use float-time.
20294 * net/newst-backend.el (time-add): Suppress warnings from compat
20295 function.
20296 * time.el (emacs-uptime, emacs-init-time):
20297 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20298 Use float-time rather than time-to-seconds.
20299
20300 * minibuffer.el (completion-initials-expand): Fix typo.
20301
20302 * faces.el (modeline, modeline-inactive, modeline-highlight)
20303 (modeline-buffer-id):
20304 * info.el (info-menu-5): Mark these face aliases as obsolete.
20305
20306 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20307
20308 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20309 space ...
20310 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20311 no "--thread" option.
20312 (gdb-stopped): Don't print "Switched to thread" message when it is
20313 unchanged.
20314
20315 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20316
20317 * minibuffer.el (completion-try-completion)
20318 (completion-all-completions): Remove ill-defined (and
20319 mistakenly installed and luckily never used nor documented)
20320 `completion-styles' property.
20321 (completion-initials-expand, completion-initials-all-completions)
20322 (completion-initials-try-completion): New functions.
20323 (completion-styles-alist): Add doc to each entry.
20324 Add new `initials' entry.
20325
20326 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20327
20328 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20329 MI command -var-evaluate-expression.
20330 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20331 and tweak for case of string child.
20332 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
20333
20334 2009-09-01 Glenn Morris <rgm@gnu.org>
20335
20336 * add-log.el (change-log-date-face, change-log-name-face)
20337 (change-log-email-face, change-log-file-face, change-log-list-face)
20338 (change-log-conditionals-face, change-log-function-face)
20339 (change-log-acknowledgement-face):
20340 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20341 (custom-modified-face, custom-set-face, custom-changed-face)
20342 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20343 (custom-documentation-face, custom-state-face, custom-comment-face)
20344 (custom-comment-tag-face, custom-variable-tag-face)
20345 (custom-variable-button-face, custom-face-tag-face)
20346 (custom-group-tag-face-1, custom-group-tag-face):
20347 * diff-mode.el (diff-header-face, diff-file-header-face)
20348 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20349 (diff-added-face, diff-changed-face, diff-function-face)
20350 (diff-context-face, diff-nonexistent-face):
20351 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20352 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20353 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20354 (Info-title-4-face):
20355 * isearch.el (isearch-lazy-highlight-face):
20356 * log-view.el (log-view-file-face, log-view-message-face):
20357 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20358 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20359 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20360 (cvs-msg-face):
20361 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20362 (smerge-base-face, smerge-markers-face):
20363 * wid-edit.el (widget-documentation-face, widget-button-face)
20364 (widget-field-face, widget-single-line-field-face)
20365 (widget-inactive-face, widget-button-pressed-face):
20366 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20367 (woman-addition-face):
20368 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20369 (eshell-ls-executable-face, eshell-ls-readonly-face)
20370 (eshell-ls-unreadable-face, eshell-ls-special-face)
20371 (eshell-ls-missing-face, eshell-ls-archive-face)
20372 (eshell-ls-backup-face, eshell-ls-product-face)
20373 (eshell-ls-clutter-face):
20374 * eshell/em-prompt.el (eshell-prompt-face):
20375 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20376 * obsolete/old-whitespace.el (whitespace-highlight-face):
20377 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20378 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20379 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20380 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20381 (antlr-font-lock-literal-face):
20382 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20383 (ebrowse-root-class-face, ebrowse-file-name-face)
20384 (ebrowse-default-face, ebrowse-member-attribute-face)
20385 (ebrowse-member-class-face, ebrowse-progress-face):
20386 * progmodes/make-mode.el (makefile-space-face):
20387 * progmodes/sh-script.el (sh-heredoc-face):
20388 * textmodes/flyspell.el (flyspell-incorrect-face)
20389 (flyspell-duplicate-face):
20390 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20391 * textmodes/texinfo.el (texinfo-heading-face):
20392 Mark face aliases with "-face" suffix as obsolete.
20393
20394 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20395 compiler.
20396
20397 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20398 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20399 easy-menu-define wants to modify these.
20400
20401 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20402
20403 * net/browse-url.el (browse-url-file-url):
20404 * term/internal.el (dos-codepage-setup):
20405 Use default-value rather than default-enable-multibyte-characters.
20406
20407 * progmodes/etags.el (etags-goto-tag-location):
20408 * progmodes/flymake.el (flymake-highlight-line)
20409 (flymake-goto-file-and-line, flymake-goto-line):
20410 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20411 (gdb-goto-breakpoint):
20412 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20413 * progmodes/python.el (python-find-function)
20414 (python-pdbtrack-track-stack-file):
20415 * progmodes/verilog-mode.el (verilog-surelint-off):
20416 * term/ns-win.el (ns-open-file-select-line):
20417 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20418 Use forward-line rather than goto-line.
20419
20420 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20421 * textmodes/reftex-index.el (reftex-display-index):
20422 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20423 * textmodes/reftex-toc.el (reftex-toc):
20424 Remove unnecessary bindings of default-major-mode (all are followed by
20425 major-mode check and possible mode switch).
20426
20427 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20428
20429 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20430 Handle watchpoints (bug#4282).
20431 (def-gdb-thread-buffer-command): Enable thread to be selected by
20432 clicking without selecting threads buffer first.
20433 (gdb-current-context-command): Use selected frame so that "up",
20434 "down" etc work in the GUD buffer.
20435 (gdb-update): Find selected frame before rendering stack buffer.
20436 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20437
20438 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20439
20440 * progmodes/sym-comp.el (displayed-completions): Remove.
20441 (symbol-complete): Use minibuffer-complete.
20442
20443 2009-08-31 Glenn Morris <rgm@gnu.org>
20444
20445 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20446
20447 * apropos.el (apropos-symbols-internal):
20448 Handle (obsolete) face aliases.
20449
20450 * faces.el (describe-face): Adjust the output format to be more like
20451 describe-variable, and to mention (obsolete) face aliases.
20452 Adjust the whitespace so that help-setup-xref works.
20453
20454 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20455 * calendar/diary-lib.el (diary-button-face):
20456 Mark these face aliases as obsolete.
20457
20458 * calendar/calendar.el (calendar-today): Doc fix.
20459
20460 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20461
20462 * progmodes/gdb-mi.el (gdb-control-all-threads)
20463 (gdb-control-current-thread): Force tool bar update.
20464 (gdb-non-stop-handler): New function.
20465 (gdb-init-1): Use it to test if non-stop mode is supported.
20466 Remove unused gdbmi buffer type.
20467
20468 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20469
20470 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20471 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20472
20473 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20474
20475 * comint.el (comint-exec-1): Check command is non-null first.
20476 Part of gdb-mi.el change (2009-08-28).
20477
20478 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20479
20480 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20481
20482 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20483
20484 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20485 instead of `dolist' to avoid a recursive require when bootstrapping.
20486
20487 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20488
20489 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20490
20491 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20492
20493 * net/imap.el (imap-send-command): Simplify.
20494 (imap-wait-for-tag): point-max -> buffer-size.
20495
20496 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20497
20498 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20499 with constant argument.
20500
20501 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20502
20503 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20504
20505 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20506 Change default, since most of our files don't have a history.
20507 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20508 the user.
20509
20510 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20511 Add comint-run.
20512
20513 * calc/calc.el: Improve commenting convention.
20514 (calc-digit-map, toplevel): Simplify.
20515
20516 * comint.el (comint-insert-input): Be careful to only set point if we
20517 don't delegate to some other command.
20518
20519 * proced.el (proced-signal-list): Make it an alist.
20520 (proced-grammar-alist): Capitalize names.
20521 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20522 Disable undo manually and make it read-only.
20523 Use completion-annotate-function.
20524
20525 * minibuffer.el (minibuffer-message): If the current buffer is not
20526 a minibuffer, insert the message in the echo area rather than at the
20527 end of the buffer.
20528 (completion-annotate-function): New variable.
20529 (minibuffer-completion-help): Use it.
20530 (completion--embedded-envvar-table): Environment vars are
20531 always case-sensitive.
20532
20533 2009-08-30 Glenn Morris <rgm@gnu.org>
20534
20535 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20536 from fortran-current-defun.
20537 (fortran-beginning-of-subprogram): Be more precise about finding the
20538 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20539 (fortran-end-of-subprogram): Simplify.
20540 (fortran-current-defun): Use fortran-start-prog-re.
20541
20542 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20543
20544 * subr.el (do-after-load-evaluation): Simplify.
20545
20546 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20547
20548 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20549
20550 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20551 (vc-rcs-print-log): Use it.
20552
20553 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20554
20555 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20556
20557 * paths.el (abbrev-file-name): Move to abbrev.el.
20558 * abbrev.el (abbrev-file-name): Move from paths.el.
20559 Obey user-emacs-directory.
20560 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20561 user-emacs-directory.
20562 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20563 abbrev-file-name and calc-settings-file any more.
20564 * startup.el (command-line): Recompute abbrev-file-name and
20565 abbreviated-home-dir.
20566 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20567 of the special code for when C-h bindings haven't been changed.
20568 (display-startup-echo-area-message): Use with-current-buffer.
20569 (command-line-1): Use a list of strings, rather than a list of lists
20570 of strings for longopts.
20571
20572 * files.el (get-free-disk-space): Use / for default-directory.
20573
20574 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20575 Use with-current-buffer.
20576
20577 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20578 Recognize immutable variables like most-positive-fixnum.
20579 (byte-compile-setq-default): Check and warn if trying to assign
20580 to an immutable variable, or a non-variable.
20581
20582 * progmodes/cc-vars.el (c-comment-continuation-stars):
20583 * progmodes/cc-engine.el (c-looking-at-bos):
20584 * progmodes/cc-cmds.el (c-toggle-auto-state)
20585 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20586 (c-comment-line-break-function): Add version of obsolescence.
20587
20588 2009-08-28 Juri Linkov <juri@jurta.org>
20589
20590 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20591 associated with `archive-mode'.
20592
20593 * image.el (image-type-header-regexps): Use only JPEG magic number
20594 to determine JPEG images, and don't use `image-jpeg-p' because
20595 Emacs can display non-JFIF non-Exif JPEG images.
20596
20597 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20598
20599 * arc-mode.el (archive-mode):
20600 * emacs-lisp/re-builder.el (re-builder-unload-function):
20601 Protect against the default value of `major-mode' being nil.
20602
20603 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20604
20605 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20606 Fix typos in docstrings.
20607
20608 * progmodes/js.el (js--macro-decl-re): Doc fix.
20609 (js--plain-method-re, js--split-name): Refloc docstring.
20610 (js--class-styles, js--make-merged-item, js--splice-into-items):
20611 Fix typos in docstrings; reflow docstrings.
20612 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20613 (js--variable-decl-matcher, js--inside-pitem-p)
20614 (js--parse-state-at-point, js--get-all-known-symbols)
20615 (js--symbol-history, js-find-symbol, js--js-references)
20616 (js--moz-interactor, js--js-encode-value, js--read-tab):
20617 Fix typos in docstrings.
20618
20619 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20620
20621 * textmodes/reftex.el (reftex-get-file-buffer-force):
20622 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20623 * emulation/viper.el (viper-go-away, viper-set-hooks):
20624 * emacs-lisp/re-builder.el (re-builder-unload-function):
20625 * emacs-lisp/bytecomp.el (byte-compile-file):
20626 * ses.el (ses-unload-function):
20627 * hexl.el (hexl-find-file):
20628 * files.el (normal-mode):
20629 * ehelp.el (with-electric-help):
20630 * autoinsert.el (auto-insert-alist):
20631 * arc-mode.el (archive-mode):
20632 Use (default-value 'major-mode) instead of default-major-mode.
20633
20634 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20635 * international/mule.el (load-with-code-conversion):
20636 * emacs-lisp/debug.el (debug):
20637 * ediff-vers.el (ediff-rcs-get-output-buffer):
20638 * dired.el (dired-internal-noselect): Don't let-bind
20639 default-major-mode around code that doesn't use it.
20640 E.g. buffer creation via get-buffer-create doesn't use it.
20641
20642 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20643
20644 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20645 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20646 when writing the temp file. Otherwise, epa-file gets confused.
20647 (tramp-register-file-name-handlers): Make it a defun. Move also
20648 `epa-file-handler' to the front of `file-name-handler-alist'.
20649
20650 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20651
20652 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20653 start right after a ^M.
20654 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20655 (tramp-completion-file-name-regexp-separate)
20656 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20657 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20658 Don't modify last-coding-system-used by accident.
20659 (tramp-completion-file-name-handler): Apply the checks here,
20660 instead during registration.
20661 (tramp-register-file-name-handlers): Rename from
20662 `tramp-register-file-name-handler'. Register both
20663 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20664 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20665
20666 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20667
20668 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20669 Remove variable ...
20670 (gdb-init-1, gdb-display-separate-io-buffer)
20671 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20672 references to it.
20673 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20674 (gdb-inferior-filter): Use comint-output-filter to stop
20675 echoing and remove ^M characters.
20676
20677 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20678
20679 * emulation/viper-init.el (viper-restore-cursor-type):
20680 * emulation/cua-base.el (cua--update-indications):
20681 Replace default-cursor-type with (default-value 'cursor-type).
20682
20683 * mail/sendmail.el (mail-recover-1):
20684 * international/mule-diag.el (describe-current-coding-system-briefly)
20685 (describe-current-coding-system):
20686 * international/mule-cmds.el (select-safe-coding-system)
20687 (select-message-coding-system)
20688 (set-language-environment-coding-systems, set-locale-environment):
20689 * hexl.el (hexl-insert-multibyte-char):
20690 * dos-w32.el (find-buffer-file-type-coding-system):
20691 * simple.el (what-cursor-position):
20692 Replace uses of default-buffer-file-coding-system
20693 with (default-value 'buffer-file-coding-system).
20694
20695 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20696 Replace uses of default-cursor-in-non-selected-windows
20697 with (default-value 'cursor-in-non-selected-windows).
20698 Use with-current-buffer.
20699
20700 * mail/feedmail.el: Use CL macros.
20701 (feedmail-run-the-queue, feedmail-send-it-immediately):
20702 * dos-w32.el (find-buffer-file-type): Replace uses of
20703 default-buffer-file-type with (default-value 'buffer-file-type).
20704
20705 2009-08-28 Glenn Morris <rgm@gnu.org>
20706
20707 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20708 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20709 Use default-value of major-mode rather than default-major-mode.
20710
20711 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20712
20713 * Makefile.in (update-elcfiles): Report left over elc files.
20714
20715 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20716 expand-file-name and with-current-buffer.
20717 (mail-get-names, mail-directory): Use with-current-buffer.
20718
20719 * vc.el (vc-read-revision): New function.
20720 (vc-version-diff, vc-merge): Use it.
20721
20722 2009-08-27 Sam Steingold <sds@gnu.org>
20723
20724 * simple.el (kill-do-not-save-duplicates): New user option.
20725 (kill-new): When it is non-nil, and the new string is the same as
20726 the latest kill, set replace to t to avoid duplicates in kill-ring.
20727
20728 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20729
20730 * net/tramp.el (tramp-handle-process-file): Do not flush all
20731 caches when `process-file-side-effects' is set.
20732 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20733 instead of `tramp-find-file-exists-command'.
20734 Unset `process-file-side-effects'.
20735
20736 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20737
20738 * net/tramp.el (tramp-methods): New method "rsyncc".
20739 (top): Add completion function for "rsyncc".
20740 (tramp-message-show-message): New defvar.
20741 (tramp-message, tramp-error): Use it.
20742 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20743 remote copying.
20744 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20745 `tramp-methods' entry `copy-env' of "rsyncc".
20746 (tramp-vc-registered-read-file-names): New defconst.
20747 (tramp-vc-registered-file-names): New defvar.
20748 (tramp-handle-vc-registered): Implement optimization strategy.
20749 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20750 (tramp-vc-file-name-handler): New defun.
20751 (tramp-get-ls-command, tramp-get-test-command)
20752 (tramp-get-file-exists-command, tramp-get-remote-ln)
20753 (tramp-get-remote-perl, tramp-get-remote-stat)
20754 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20755
20756 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20757 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20758 timestamps.
20759 (tramp-get-file-property): Check for timestamps in
20760 `tramp-cache-inhibit-cache'.
20761 (tramp-set-file-property): Write timestamp.
20762
20763 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20764
20765 * language/japan-util.el (japanese-symbol-table): Add entries for
20766 cp932-2-byte.
20767
20768 * international/characters.el: Add category `j' to cp932-2-byte.
20769
20770 2009-08-27 Kenichi Handa <handa@m17n.org>
20771
20772 * international/fontset.el (build-default-fontset-data): New macro.
20773 (setup-default-fontset): Use build-default-fontset-data for CJK,
20774 tibetan, ethiopic, and ipa.
20775
20776 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20777
20778 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20779 (enable-multibyte-characters): Not customizable any more.
20780
20781 * subr.el (default-mode-line-format, default-header-line-format)
20782 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20783 (default-direction-reversed, default-truncate-lines)
20784 (default-left-margin, default-tab-width, default-case-fold-search)
20785 (default-left-margin-width, default-right-margin-width)
20786 (default-left-fringe-width, default-right-fringe-width)
20787 (default-fringes-outside-margins, default-scroll-bar-width)
20788 (default-vertical-scroll-bar, default-indicate-empty-lines)
20789 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20790 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20791 (default-scroll-down-aggressively, default-fill-column)
20792 (default-cursor-type, default-buffer-file-type)
20793 (default-cursor-in-non-selected-windows)
20794 (default-buffer-file-coding-system, default-major-mode)
20795 (default-enable-multibyte-characters): Mark as obsolete.
20796
20797 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20798
20799 * vc-dir.el (vc-dir-update): Remove debug helper.
20800
20801 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20802
20803 2009-08-26 Sam Steingold <sds@gnu.org>
20804
20805 * simple.el (save-interprogram-paste-before-kill): New user option.
20806 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20807 save the interprogram-paste into kill-ring before overriding it
20808 with the Emacs kill.
20809
20810 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20811
20812 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20813 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20814 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20815 and move to vc-rcs.el.
20816 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20817 move to vc-rcs.el.
20818 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20819 (vc-rcs-update-changelog): Remove.
20820 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20821 and move to vc-rcs.el.
20822
20823 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20824 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20825 renaming.
20826 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20827 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20828 vc.el, renamed to be RCS specific.
20829
20830 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20831 New functions.
20832 (vc-cvs-update-changelog): Move here from vc.el.
20833
20834 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20835 New functions.
20836
20837 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20838
20839 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20840
20841 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20842
20843 * vc-git.el (vc-git-register): Use "git add" for directories.
20844 (vc-git-stash, vc-git-stash-show): New functions.
20845 (vc-git-extra-menu-map): Bind them.
20846
20847 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20848 directory correctly in case the item is a directory itself.
20849
20850 * vc.el: Document the desired behavior for reverted files in the
20851 `added' state.
20852 (vc-default-prettify-state-info): Remove function, unused.
20853
20854 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20855
20856 2009-08-26 Glenn Morris <rgm@gnu.org>
20857
20858 * bindings.el (standard-mode-line-format): Reposition dashes in
20859 which-func entry. (Bug#4217)
20860
20861 * files.el (enable-local-variables, enable-local-eval)
20862 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20863 the defcustoms.
20864 (auto-mode-alist, ignored-local-variables)
20865 (save-some-buffers-action-alist): Move risky declarations to the
20866 definitions.
20867 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20868 (font-lock-defaults, format-alist, imenu--index-alist)
20869 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20870 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20871 (mode-line-modified, mode-line-mule-info, mode-line-position)
20872 (mode-line-process, mode-line-remote, outline-level)
20873 (parse-time-rules, rmail-output-file-alist)
20874 (special-display-buffer-names, vc-mode):
20875 Move risky declarations to the relevant files.
20876 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20877 (mode-line-modified, mode-line-process, mode-line-position)
20878 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20879 * font-core.el (font-lock-defaults):
20880 * format.el (format-alist):
20881 * vc-hooks.el (vc-mode):
20882 * window.el (special-display-buffer-names):
20883 * international/mule-cmds.el (input-method-alist):
20884 Define riskiness here (dumped file) rather than in files.el.
20885 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20886 * imenu.el (imenu-generic-expression, imenu--index-alist):
20887 * outline.el (outline-level):
20888 * time.el (display-time-string):
20889 * calendar/parse-time.el (parse-time-rules):
20890 * mail/rmailout.el (rmail-output-file-alist):
20891 Autoload riskiness here, rather than placing in files.el.
20892
20893 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20894
20895 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20896
20897 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20898
20899 * simple.el (process-file-side-effects): New defvar.
20900
20901 * dired-aux.el (dired-show-file-type):
20902 * vc.el (vc-diff-internal):
20903 * vc-arch.el (vc-arch-diff):
20904 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20905 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20906 * vc-git.el (vc-git-registered, vc-git-working-revision)
20907 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20908 (vc-git--empty-db-p):
20909 * vc-hooks.el (vc-user-login-name):
20910 * vc-svn.el (vc-svn-registered, vc-svn-state)
20911 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20912 * progmodes/grep.el (grep-probe): Let-bind
20913 `process-file-side-effects' with nil.
20914
20915 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20916
20917 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20918 daemon. Replace ping by checking for running service for bluez
20919 and zeroconf. (Bug#4239)
20920
20921 2009-08-25 Kevin Ryde <user42@zip.com.au>
20922
20923 * net/dig.el (dig): Add autoload cookie.
20924
20925 2009-08-25 Glenn Morris <rgm@gnu.org>
20926
20927 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20928 load-history for absolute file-names.
20929 (byte-compile-file-form-require): Warn about use of the cl package.
20930
20931 * format.el (format-alist): Doc fix.
20932
20933 * play/bubbles.el (top-level): Don't require cl at run-time.
20934
20935 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20936 run-time cl).
20937
20938 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20939
20940 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20941 from cl package.
20942 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20943
20944 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20945
20946 * calc/calc-alg.el (math-trig-rewrite)
20947 (math-hyperbolic-trig-rewrite): New functions.
20948 (calc-simplify): Simplify trig functions when asked.
20949
20950 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20951
20952 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20953
20954 2009-08-24 Kenichi Handa <handa@m17n.org>
20955
20956 * language/ind-util.el (mapthread): Delete it.
20957 (combinatorial): New function.
20958 (indian--puthash-cv): Use combinatorial instead of mapthread.
20959
20960 2009-08-22 Kevin Ryde <user42@zip.com.au>
20961
20962 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20963 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20964 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20965 Clarify docstring that the value is strings not symbols.
20966 (checkdoc-list-of-strings-p): New function.
20967
20968 2009-08-22 Glenn Morris <rgm@gnu.org>
20969
20970 * files.el (auto-mode-alist):
20971 * hippie-exp.el (he-concat-directory-file-name):
20972 * lpr.el (lpr-windows-system, printer-name):
20973 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20974 * ps-print.el (ps-windows-system):
20975 * startup.el (command-line):
20976 * emulation/viper-ex.el (viper-glob-function):
20977 * international/mule-cmds.el (set-language-environment-coding-systems):
20978 * net/ange-ftp.el (ange-ftp-write-region):
20979 * obsolete/fast-lock.el (fast-lock-cache-name):
20980 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20981 unisoft-unix, vax-vms, win32, w32.
20982
20983 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20984 given name if the pattern is not more specific.
20985
20986 * calendar/lunar.el (lunar-phase-names): New option.
20987 (lunar-phase): Doc fix.
20988 (lunar-cycles-per-year): New constant.
20989 (lunar-index): New function.
20990 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20991 (lunar-phase-name): Use lunar-phase-names.
20992 (calendar-lunar-phases): Use format.
20993 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20994
20995 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20996 Copy imenu-example--name-and-position function here for own use.
20997 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20998
20999 * bs.el (bs--redisplay):
21000 * cus-edit.el (custom-redraw):
21001 * ibuffer.el (ibuffer-bury-buffer):
21002 * server.el (server-goto-line-column):
21003 * startup.el (command-line-1):
21004 * strokes.el (strokes-xpm-for-stroke):
21005 * term.el (term-display-buffer-line):
21006 * view.el (View-goto-line):
21007 * calc/calc.el (calc-do, calc-trail-buffer):
21008 * play/gamegrid.el (gamegrid-add-score-insecure):
21009 * progmodes/ada-mode.el (ada-compile-goto-error):
21010 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21011 (ebrowse-select-1st-to-9nth):
21012 * progmodes/cperl-mode.el (cperl-time-fontification):
21013 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21014 * progmodes/gud.el (gud-display-line):
21015 (idlwave-shell-display-line):
21016 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21017 * progmodes/make-mode.el (makefile-browser-toggle):
21018 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21019 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21020 * textmodes/picture.el (picture-draw-rectangle):
21021 * textmodes/reftex-index.el (reftex-index-goto-letter):
21022 (reftex-select-jump-to-previous):
21023 * textmodes/reftex-sel.el (reftex-find-start-point)
21024 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21025 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21026 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21027 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21028 * textmodes/two-column.el (2C-associated-buffer):
21029 Use forward-line rather than goto-line.
21030
21031 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21032 goto-line.
21033
21034 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21035 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21036 (quick-check-list-to-regexp): Declare.
21037
21038 * progmodes/make-mode.el (makefile-browser-insert-selection):
21039 Use goto-char rather than goto-line.
21040
21041 * progmodes/prolog.el (compilation-error-regexp-alist)
21042 (compilation-forget-errors): Declare.
21043
21044 2009-08-22 Juri Linkov <juri@jurta.org>
21045
21046 * progmodes/grep.el (lgrep, rgrep): At the beginning
21047 set `dir' to `default-directory' unless `dir' is a non-nil
21048 readable directory. (Bug#4052)
21049 (lgrep, rgrep): Change a weird way to report an error
21050 from using `read-string' to using `error'.
21051 Instead of using interactive arguments in the function body,
21052 add new argument `confirm'.
21053
21054 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21055
21056 * textmodes/remember.el (remember-buffer):
21057 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21058 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21059 (icalendar-extract-ical-from-buffer):
21060 * net/newst-treeview.el (newsticker-groups-filename):
21061 * net/newst-backend.el (newsticker-cache-filename):
21062 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21063 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21064 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21065 (speedbar-buffers-line-path, speedbar-path-line)
21066 (speedbar-buffers-line-path):
21067 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21068 (epg-sign-keys):
21069 * epa.el (epa-display-verify-result):
21070 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21071
21072 2009-08-21 Glenn Morris <rgm@gnu.org>
21073
21074 * progmodes/js.el (inferior-moz-process): Fix declaration.
21075
21076 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21077
21078 * obsolete/rnewspost.el (news-mail-reply):
21079 Use goto-char rather than goto-line.
21080
21081 * term/ns-win.el (ns-open-file-select-line):
21082 Use line-beginning-position rather than goto-line.
21083
21084 * apropos.el (apropos-command):
21085 * ehelp.el (electric-helpify):
21086 * printing.el (pr-show-setup):
21087 * strokes.el (strokes-help):
21088 * tutorial.el (tutorial--describe-nonstandard-key)
21089 (tutorial--detailed-help):
21090 * woman.el (woman-mini-help, woman-display-extended-fonts):
21091 * calc/calc-help.el (calc-describe-key):
21092 * emulation/edt.el (edt-electric-helpify):
21093 * international/mule-diag.el (mule-diag):
21094 * play/yow.el (apropos-zippy):
21095 * progmodes/python.el (python-describe-symbol):
21096 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21097 * textmodes/table.el (*table--cell-describe-mode)
21098 (*table--cell-describe-bindings):
21099 Use help-print-return-message rather than the now obsolete alias.
21100
21101 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
21102 (calendar-cursor-to-visible-date):
21103 * play/5x5.el (5x5-position-cursor):
21104 * play/decipher.el (decipher):
21105 * play/gomoku.el (gomoku-goto-xy):
21106 * play/landmark.el (lm-goto-xy):
21107 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21108 (mpuz-paint-digit):
21109 Use forward-line, not goto-line.
21110
21111 * mail/rmail.el (rmail-obsolete): Delete custom group.
21112 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21113 (rmail-remote-password, rmail-remote-password-required):
21114 Remove unneeded :set-after and :set properties.
21115
21116 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
21117
21118 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21119
21120 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21121
21122 * loadup.el: Remove leftover macos code.
21123
21124 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21125 Explicitly pass the date format to git blame so that user local
21126 so that the output format can be parsed.
21127
21128 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
21129
21130 * net/dbus.el (top): Don't check for (getenv
21131 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21132
21133 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21134
21135 * log-edit.el (log-edit-strip-single-file-name): New var.
21136 (log-edit-insert-changelog): Use it. Bug#3571.
21137
21138 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21139
21140 * subr.el (read-passwd): Use read-key so keypad keys work as well.
21141 Bug#3287.
21142
21143 * help.el (help-print-return-message): Rename from
21144 print-help-return-message.
21145
21146 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21147 cvs-mode-map parent hack.
21148 (log-view-mode): Derive from special-mode.
21149
21150 * linum.el (linum-mode): window-size-change-functions is redundant.
21151 Adapt to new window-configuration-change-hook behavior.
21152 (linum-after-size, linum-after-config): Remove.
21153
21154 * imenu.el (imenu-example--name-and-position)
21155 (imenu-example--lisp-extract-index-name)
21156 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21157 Mark as obsolete.
21158
21159 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21160 (inferior-prolog-mode): Use it.
21161 (inferior-prolog-load-file): Reset list of errors.
21162
21163 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21164
21165 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21166
21167 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21168
21169 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
21170
21171 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21172 is running already.
21173
21174 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * subr.el (listify-key-sequence-1): Use normal syntax since those
21177 integers are nowadays always represented by the same (positive) number
21178 on all platforms.
21179 (read-key-empty-map): New const.
21180 (read-key-delay): New var.
21181 (read-key): New function.
21182 (force-mode-line-update): Use with-current-buffer.
21183 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21184 (start-process-shell-command, start-file-process-shell-command):
21185 Discourage the use of command-args.
21186
21187 2009-08-19 Glenn Morris <rgm@gnu.org>
21188
21189 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21190
21191 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21192
21193 * simple.el (choose-completion-string): Don't rely on
21194 minibuffer-completing-file-name and ad-hoc checks to decide whether
21195 to continue completion or not.
21196
21197 * minibuffer.el (minibuffer-hide-completions): New function.
21198 (completion--do-completion): Use it.
21199 (completions-annotations): New face.
21200 (completion--insert-strings): Use it.
21201 (completion-pcm--delim-wild-regex): Add docstring.
21202 (completion-pcm--string->pattern): Add support for 0-width delimiters
21203 in completion-pcm--delim-wild-regex.
21204
21205 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21206
21207 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21208 Remove unused var `buffer-modified-p'.
21209
21210 * minibuffer.el (completion--do-completion): Move point for the #b001
21211 case as well (bug#4176).
21212 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21213
21214 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
21215
21216 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21217 and :session buses.
21218
21219 2009-08-18 Kenichi Handa <handa@m17n.org>
21220
21221 * international/ucs-normalize.el (ucs-normalize-version):
21222 Change to 1.1.
21223 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21224 (utf-8-hfs): Make it perform normalization on encoding too.
21225
21226 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21227 (sentence-end-without-space): Delete duplicated chars.
21228 (sentence-end-base): Likewise.
21229
21230 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21231 (html-mode): Delete duplicated chars from sentence-end-base.
21232
21233 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21234 (texinfo-mode): Delete duplicated chars from sentence-end-base.
21235
21236 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
21237
21238 * files.el (hack-one-local-variable): If the mode function is for
21239 a minor mode, pass it an argument (Bug#4148).
21240
21241 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
21242
21243 * net/tramp.el (tramp-register-completion-file-name-handler):
21244 Check also for (member 'partial-completion completion-styles).
21245
21246 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21247
21248 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21249 abbrev (Bug#3943).
21250
21251 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
21252
21253 * progmodes/cperl-mode.el: Merge upstream 6.2.
21254 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21255 (cperl-forward-re): Check cperl-brace-recursing.
21256 (cperl-highlight-charclass): New function.
21257 (cperl-find-pods-heres): Use it.
21258 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
21259 (cperl-beautify-regexp-piece): Fix column calculation.
21260 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
21261 (cperl-beautify-level): Don't process entire regexp.
21262 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21263 calling man.
21264 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21265 (cperl-init-faces): Build a list in the normal way.
21266
21267 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21268
21269 * calendar/parse-time.el (parse-time-string-chars): Save match
21270 data.
21271
21272 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21273
21274 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21275 (sql-product): Use it.
21276 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21277 (sql-set-product): Add completion.
21278 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21279 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21280 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21281 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21282 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21283 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21284 (sql-highlight-db2-keywords): Remove.
21285 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21286 (sql-highlight-product): Use derived-mode-p.
21287 (sql-set-sqli-buffer): Use with-current-buffer.
21288 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21289 Simplify.
21290
21291 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21292
21293 * term.el: Fix commenting convention, turn comments into docstrings.
21294
21295 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21296
21297 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21298
21299 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
21300
21301 * calendar/parse-time.el (parse-time-string-chars): Compute using
21302 character classes, to handle non-ascii characters (Bug#3190).
21303
21304 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21305
21306 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21307 another heredoc if the user adds another < (Bug#3226).
21308
21309 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21310 Don't initialize based on window-system (Bug#4124).
21311
21312 * facemenu.el (facemenu-read-color): Use a completion function
21313 that accepts any defined color, such as RGB triplets (Bug#3677).
21314
21315 * files.el (get-free-disk-space): Change fallback default
21316 directory to /. Expand DIR argument before switching to fallback.
21317 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21318
21319 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21320
21321 * files.el (load-library): Doc fix.
21322
21323 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
21324
21325 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
21326 (viper-if-string): Redefine C-s in the minibuffer to insert the last
21327 incremental search string.
21328
21329 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
21330 XEmacs.
21331
21332 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21333 (ediff-merge-region-is-non-clash)
21334 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
21335 Also check if the job is really a merge job.
21336
21337 * ediff.el (ediff-current-file): New function.
21338
21339 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21340
21341 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21342 conventions.
21343 (js-insert-and-indent): Delete function.
21344 (js-mode-map): Don't bind keys to js-insert-and-indent.
21345 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21346 (js-end-of-defun): Rename from js--end-of-defun.
21347 (js-auto-indent-flag): Delete variable.
21348
21349 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
21350
21351 * progmodes/js.el: Remove proclaim statement.
21352 Defvar which-func-imenu-joiner-function to silence compiler.
21353
21354 * files.el (auto-mode-alist): Use js-mode for .js files.
21355
21356 * progmodes/js2-mode.el: Remove file.
21357
21358 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21359
21360 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21361
21362 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
21363
21364 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
21365 Karl Landstrom <karl.landstrom@brgeight.se>
21366
21367 * progmodes/js.el: New file.
21368
21369 2009-08-14 Mark A. Hershberger <mah@everybody.org>
21370
21371 * timezone.el (timezone-parse-date): Add ability to understand ISO
21372 basic format (minimal separators) dates in addition to the
21373 already-supported extended format dates.
21374
21375 2009-08-14 Eli Zaretskii <eliz@gnu.org>
21376
21377 * international/ucs-normalize.el: Add a `coding' file variable.
21378
21379 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21380
21381 2009-08-14 Sam Steingold <sds@gnu.org>
21382
21383 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21384
21385 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
21386
21387 * faces.el (help-argument-name): Define it here instead of
21388 help-fns.el, because in daemon mode help-fns.el may be loaded when
21389 faces are still uninitialized (Bug#1078).
21390
21391 * help-fns.el (help-argument-name): Move defface to faces.el.
21392
21393 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
21394
21395 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21396 create buffer with a pty but no process so that GDB can make the
21397 inferior the controlling process.
21398
21399 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21400
21401 * international/ucs-normalize.el: New file.
21402
21403 2009-08-13 Richard Stallman <rms@gnu.org>
21404
21405 * mail/rmail.el (rmail-get-attr-names):
21406 Accept an attribute header that is too short.
21407
21408 * mail/rmail.el (rmail-forget-messages):
21409 Ignore nil elt in rmail-message-vector. Use dotimes.
21410
21411 * progmodes/compile.el (compilation-goto-locus):
21412 Use next-error-move-function.
21413
21414 * simple.el (next-error-move-function): New variable.
21415
21416 2009-08-12 Juri Linkov <juri@jurta.org>
21417
21418 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21419 always non-nil. (Bug#4052)
21420
21421 * replace.el (read-regexp): Return empty string when
21422 `default-value' is nil.
21423 (keep-lines-read-args): Don't use empty string as the
21424 default value for `read-regexp'. (Bug#2495)
21425
21426 2009-08-12 Juri Linkov <juri@jurta.org>
21427
21428 * international/mule-cmds.el (ucs-insert): Change arguments
21429 from `arg' to `character', `count', `inherit' to be the same
21430 as in `insert-char'. Doc fix. (Bug#4039)
21431
21432 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21433
21434 2009-08-12 Juri Linkov <juri@jurta.org>
21435
21436 * files-x.el: New file.
21437
21438 * files.el: Move code that deals with adding/deleting
21439 file/directory-local variables to files-x.el.
21440
21441 * Makefile.in (ELCFILES): Add files-x.elc.
21442
21443 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21444
21445 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21446 to use `goto-line'.
21447 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21448 `goto-line'.
21449 (gdb-invalidate-disassembly): Do not refresh upon receiving
21450 'update signal. Instead, update all disassembly buffers only after
21451 threads list.
21452 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21453 (gdb-starting): Move -data-list-register-names...
21454 (gdb-stopped): ...here so it's sent when first thread stops.
21455 (gdb-registers-handler-custom): Do nothing if register names are
21456 unknown yet.
21457
21458 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21459 from `gdb-mi.el' to avoid extra tangling.
21460
21461 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21462 change which breaks `gud-def' definitions used in `gdb'.
21463 (gdb-update-gud-running): No extra fuss for updating frame number.
21464
21465 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21466
21467 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21468 (describe-language-environment-map, setup-language-environment-map)
21469 (set-coding-system-map): Move initialization into declaration.
21470 (set-language-info-alist): Last arg to define-key-after can be skipped.
21471
21472 * international/quail.el (quail-completion-1): Simplify.
21473 (quail-define-rules): Use slightly more compact code.
21474 (quail-insert-decode-map): Propertize keys, compact columns.
21475
21476 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21477 Add goto-line.
21478
21479 2009-08-10 Miles Bader <miles@gnu.org>
21480
21481 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21482 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21483 (js2-instance-member, js2-private-member, js2-private-function-call)
21484 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21485 (js2-magic-paren, js2-external-variable):
21486 Remove "-face" suffix from face names.
21487 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21488 (js2-highlight-undeclared-vars, js2-peek-token)
21489 (js2-parse-function-params, js2-mode-show-errors)
21490 (js2-mode-show-warnings, js2-make-magic-delimiter)
21491 (js2-mode-highlight-magic-parens): Update to use new face names.
21492
21493 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21494
21495 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21496 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21497
21498 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21499
21500 * subr.el: Provide hashtable-print-readable.
21501
21502 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21503 hs-c-like-adjust-block-beginning.
21504 (hs-hide-block-at-point): Stop hiding at the beginning of
21505 hs-block-end-regexp (Bug#700).
21506
21507 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21508
21509 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21510 a macro.
21511 (gdb-registers-handler-custom): Do not fail when register names
21512 are unavailable.
21513
21514 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21515
21516 * progmodes/gdb-mi.el (gdb-control-all-threads)
21517 (gdb-control-current-thread): Interactive setters for
21518 `gdb-gud-control-all-threads' to use in menu.
21519 (gdb-show-run-p): Show «Go» when process is not active.
21520 (gud-tool-bar-map): Add non-stop/A,T indicator.
21521 Uses gud/thread.xpm and gud/all.xpm.
21522
21523 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21524
21525 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21526 (nslookup-font-lock-keywords): Make it a variable.
21527 (net-utils-mode): New mode for viewing diagnostic network output.
21528 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21529 (net-utils-run-simple): New function.
21530 (ifconfig, iwconfig, netstat, arp, route): Use it.
21531
21532 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21533
21534 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21535 (gdb-memory-set-address, def-gdb-set-positive-number)
21536 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21537 after changing settings.
21538 (gdb-invalidate-disassembly): Update when first shown.
21539 (gdb-edit-locals-value): Fix.
21540 (gdb-registers-handler-custom): Print registers in right order and
21541 allow changing register values (only for current thread yet).
21542 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21543 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21544 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21545 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21546 Thread info in mode name.
21547 (gdb-registers-mode-map): TAB to switch to locals.
21548
21549 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21550
21551 * mail/rmail.el (rmail-add-mbox-headers)
21552 (rmail-set-message-counters-counter): Search for
21553 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21554
21555 2009-08-08 Glenn Morris <rgm@gnu.org>
21556
21557 * Makefile.in (ELCFILES): Update.
21558
21559 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21560
21561 * mail/sendmail.el (mail-yank-original):
21562 Set buffer-file-coding-system from the one used by the message whose
21563 text is yanked.
21564
21565 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21566 to "windows" when "pgnuplot" is used.
21567 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21568 Don't call accept-process-output if "pgnuplot" is used.
21569 (calc-graph-init): Don't send -display and -geometry to
21570 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21571 running "pgnuplot -V" with shell-command-to-string.
21572
21573 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21574 the default.
21575
21576 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21577
21578 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21579 org/org-latex.elc.
21580
21581 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21582
21583 * vc-dispatcher.el (vc-resynch-window): Update comment.
21584
21585 * term.el (term-handle-ansi-escape): Add comments with the
21586 terminfo capabilities implemented.
21587
21588 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21589
21590 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21591 (gdb-var-create-handler): Rewritten using JSON parser.
21592 (gdb-propertize-header): Move earlier.
21593 (gdb-set-header): Remove to avoid duplication.
21594 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21595 Refresh disassembly buffers only after threads list have been
21596 update.
21597 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21598 variables.
21599
21600 2009-08-04 Juri Linkov <juri@jurta.org>
21601
21602 * files.el: Commands to add/delete file/directory-local variables.
21603 (read-file-local-variable, read-file-local-variable-value)
21604 (read-file-local-variable-mode, modify-file-local-variable)
21605 (modify-file-local-variable-prop-line)
21606 (modify-dir-local-variable): New functions.
21607 (add-file-local-variable, delete-file-local-variable)
21608 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21609 (add-dir-local-variable, delete-dir-local-variable)
21610 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21611 (copy-dir-locals-to-file-locals-prop-line): New commands.
21612
21613 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21614
21615 * abbrev.el (insert-abbrev-table-description): Prettify output.
21616 Suggested by Karl Chen.
21617
21618 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21619
21620 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21621 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21622 (gdb-overlay-arrow-position, gdb-thread-position)
21623 (gdb-disassembly-position): Declare variables.
21624 (gdb-wait-for-pending): Function now.
21625 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21626 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21627 compilation goes smoothly.
21628 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21629 (gdb-non-stop-setting): New customization setting which replaces
21630 `gdb-non-stop' so changing it doesn't break active GDB session.
21631 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21632 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21633 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21634 (gdb-show-threads-by-default): New customization options.
21635 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21636 routines.
21637 (gdb-get-buffer-create): Send buffers update signal when they are
21638 created.
21639 (gdb-invalidate-locals, gdb-invalidate-registers)
21640 (gdb-invalidate-breakpoints)
21641 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21642 (gdb-invalidate-memory): Accept update signal.
21643 (gdb-current-context-command): Use --frame option.
21644 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21645 Implement `gdb-frame-number' selection logic.
21646 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21647 whether to show GUD toolbar buttons.
21648 (gdb-thread-exited): Unselect current thread when it exits.
21649 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21650 (gdb-mark-line): Routine which sets overlay arrow or inverses
21651 video on fringeless displays.
21652 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21653 to build aligned columns of data in GDB buffers and set text
21654 properties line-by-line.
21655 (gdb-invalidate-breakpoints)
21656 (gdb-breakpoints-list-handler-custom)
21657 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21658 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21659 (gdb-registers-handler-custom): Align data columns.
21660 (gdb-locals-handler-custom): Now prints data like in variable
21661 declarations.
21662 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21663 Remove confusing buttons.
21664 (gdb-invalidate-threads): Append --frame.
21665 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21666 between breakpoints/threads buffers.
21667 (gdb-set-window-buffer): Now can ignore dedicated windows.
21668 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21669 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21670 (def-gdb-thread-buffer-gud-command): Replaces
21671 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21672 for fine thread control.
21673 (gdb-preempt-existing-or-display-buffer): New function used to
21674 display bound buffers without breaking window layout.
21675 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21676 (gdb-select-frame): New version of `gdb-frames-select' which now
21677 sets `gdb-frame-number' so commands may use --frame option instead
21678 of inner debugger state.
21679 (gdb-frame-handler): Do not set `gdb-frame-number'.
21680 (gdb-threads-mode-map): Select threads with mouse.
21681
21682 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21683 avoid compilation warning.
21684 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21685 `gdb-show-stop-p`.
21686
21687 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21688 Argument `key' renamed to `buffer-type'.
21689 (gdb-current-context-buffer-name): Do not add thread info to
21690 buffer name when no thread is selected.
21691 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21692 command (bug 3794).
21693 (gdb-thread-selected): Handle `=thread-selected' notification.
21694 (gdb-wait-for-pending): New macro to deal with congestion problems.
21695 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21696 breakpoints.
21697 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21698 This fixes problem similar to one described in bug 3947.
21699 (gud-menu-map): More menu items.
21700 (gdb-init-1): Reset `gdb-thread-number' to nil.
21701
21702 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21703 non-stop settings.
21704
21705 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21706 (gdb-current-context-command): Do not append --thread if
21707 `gdb-thread-number' is nil.
21708 (gdb-running-threads-count, gdb-stopped-threads-count):
21709 New variables.
21710 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21711 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21712 New customization options.
21713 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21714 GUD commands.
21715 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21716 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21717 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21718 set `gdb-thread-number' and update `gud-running' properly.
21719 (gdb-running): Update threads list when new threads appear.
21720 (gdb-stopped): Support non-stop operation and new thread switching
21721 logic.
21722 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21723 (gdb-json-partial-output): New set of JSON routines.
21724 (def-gdb-auto-update-trigger): New `signal-list' optional
21725 argument.
21726 (gdb-thread-list-handler-custom): Update `gud-running',
21727 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21728 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21729 (gdb-continue-thread, gdb-step-thread): New commands for fine
21730 thread execution control.
21731 (gud-menu-map): New menu items to switch non-stop options.
21732 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21733 (gdb-send): Mimic RET properly (bug 3794).
21734
21735 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21736 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21737 gdb-buffer-rules.
21738 (def-gdb-auto-update-handler): New nopreserve optional argument.
21739 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21740
21741 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21742 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21743 (gdb-parent-mode): New mode to derive other GDB modes from.
21744 (gdb-display-disassembly-for-thread)
21745 (gdb-frame-disassembly-for-thread): New commands for threads
21746 buffer.
21747
21748 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21749 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21750 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21751 (gdb-update): We now store all GDB buffers in a list so that they
21752 can be updated by traversing a list instead of calling invalidate
21753 triggers explicitly.
21754 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21755 pair for GDB buffer.
21756 (gdb-stack-buffer-name): Add thread information.
21757 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21758 handle pending triggers.
21759 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21760 (def-gdb-thread-buffer-simple-command)
21761 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21762 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21763 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21764 New commands which show buffers bound to thread.
21765 (gdb-stack-list-locals-regexp): Remove unused regexp.
21766
21767 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21768 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21769 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21770 to (gud-comint-buffer) in *-buffer-name functions
21771 because (gdb-get-target-string) already does that.
21772 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21773 (gdb-changed-registers-handler): Rewritten without regexps.
21774
21775 * progmodes/gdb-mi.el: Basic thread selection support.
21776 (gdb-thread-number): New variable.
21777 (gdb-current-context-command): New macro which adds --thread
21778 option to command.
21779 (gdb-threads-mode-map): Select thread with SPC.
21780 (gdb-thread-list-handler-custom): Mark current thread with overlay
21781 arrow. Synchronize GDB thread and Emacs thread.
21782 (gdb-select-thread): New command which selects current thread.
21783 (gdb-invalidate-frames, gdb-invalidate-locals)
21784 (gdb-invalidate-registers): Use --thread option.
21785
21786 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21787
21788 * net/tramp.el (top): Make check for tramp-gvfs loading more
21789 robust. (Bug#3977)
21790 (tramp-handle-insert-file-contents): `unwind-protect' must be
21791 inside `with-parsed-tramp-file-name'.
21792
21793 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21794 fails.
21795
21796 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21797
21798 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21799 directory if CLASSPATH is not set.
21800
21801 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21802
21803 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21804 New defconst.
21805 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21806
21807 2009-08-02 Kevin Ryde <user42@zip.com.au>
21808
21809 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21810 Update freshmeat link. Delete newsforge.com as it seems gone.
21811
21812 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21813
21814 * select.el (x-set-selection): Doc fix (Bug#4021).
21815
21816 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21817
21818 * help-fns.el (describe-variable): Treat list return values from
21819 dir-locals-find-file properly (Bug#4005).
21820
21821 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21822
21823 * net/tramp.el (tramp-debug-message): Print also microseconds.
21824
21825 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21826
21827 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21828 or END is non-nil.
21829 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21830 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21831 format.
21832
21833 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21834 (tramp-get-file-property): Use it.
21835
21836 * autorevert.el (auto-revert-handler):
21837 Allow `auto-revert-tail-mode' for remote files.
21838
21839 2009-08-02 Jason Rumney <jasonr@gnu.org>
21840
21841 * minibuffer.el (read-file-name): Treat confirm options to
21842 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21843
21844 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21845
21846 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21847 (font-lock-variable-name-face, font-lock-constant-face):
21848 Darken the colors for light backgrounds.
21849
21850 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21851
21852 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21853 month names. (Bug#3987)
21854
21855 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21856
21857 * simple.el (line-move-finish): Pass whole number to
21858 line-move-to-column.
21859 (line-move-visual): Perform hscroll to the recorded position.
21860
21861 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21862
21863 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21864
21865 2009-07-29 Alan Mackenzie <acm@muc.de>
21866
21867 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21868
21869 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21870
21871 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21872 (gdb-place-breakpoints): Use full path when setting breakpoints.
21873
21874 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21875
21876 * calc/calc.el (calc-mode-map): Add keybinding for
21877 `calc-transpose-lines'.
21878
21879 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21880
21881 * calc/calc-misc.el (calc-transpose-lines): New function.
21882
21883 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21884
21885 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21886 Simplify check for out-of-band methods.
21887 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21888 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21889
21890 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21891
21892 * vc-git.el (vc-git-checkin): Fix typo.
21893
21894 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21895
21896 * progmodes/js2-mode.el: New file.
21897
21898 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21899
21900 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21901 (gud-menu-map): Adjust tooltip accordingly.
21902
21903 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21904
21905 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21906 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21907
21908 * add-log.el (change-log-mode-map): Add a menu.
21909
21910 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21911
21912 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21913 function returns nil.
21914 (dbus-handle-event): Handle special return value :ignore.
21915 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21916
21917 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21918
21919 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21920 it's not needed.
21921
21922 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21923
21924 Fix Bug#3888:
21925
21926 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21927
21928 * term/pc-win.el (x-display-name, x-colors)
21929 (x-select-enable-clipboard, x-select-text): Doc fix.
21930
21931 * term/common-win.el (x-display-name, x-colors): Doc fix.
21932
21933 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21934 (xw-defined-colors): Doc fix.
21935
21936 * w32-fns.el (x-select-text, x-setup-function-keys)
21937 (x-get-selection, x-set-selection): Doc fix.
21938
21939 * term/x-win.el (x-select-text, x-setup-function-keys)
21940 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21941
21942 * select.el (x-set-selection): Doc fix.
21943
21944 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21945
21946 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21947 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21948 "IsNSSSupportAvailable" method is not available.
21949 Reported by Steve Youngs <steve@sxemacs.org>.
21950
21951 2009-07-24 Kenichi Handa <handa@m17n.org>
21952
21953 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21954 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21955 (build-unicode-category-table): Fix range checks.
21956
21957 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21958
21959 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21960 the buffer we try to sync is current when calling
21961 vc-resynch-buffer.
21962
21963 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21964 not show up to date files.
21965
21966 2009-07-24 Glenn Morris <rgm@gnu.org>
21967
21968 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21969 Add autoload cookies. If necessary, initialize.
21970 (elint-log): Handle non-file buffers.
21971 (elint-initialize): Add optional argument to reinitialize.
21972 (elint-find-builtin-variables): Save excursion.
21973
21974 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21975
21976 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21977 for Lint.
21978
21979 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21980
21981 * vc.el (vc-print-log-internal): New function, split out from ...
21982 (vc-print-log): ... here.
21983 (vc-dir-move-to-goal-column): Declare.
21984
21985 * vc-git.el (vc-git-add-signoff): New variable.
21986 (vc-git-checkin): Use it.
21987 (vc-git-toggle-signoff): New function.
21988 (vc-git-extra-menu-map): Bind it to menu.
21989 (vc-git--run-command-string): Accept a nil FILE argument.
21990 (vc-git-stash-list): New function.
21991 (vc-git-dir-extra-headers): Use it.
21992
21993 2009-07-23 Glenn Morris <rgm@gnu.org>
21994
21995 * help-fns.el (describe-variable): Describe ignored and risky local
21996 variables in a similar way to that in which we describe safe ones.
21997
21998 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21999 (byte-compile-output-file-form, byte-compile-output-docform)
22000 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22001 Give some more local variables with common names a "bytecomp-" prefix,
22002 so as not to shadow things during compilation.
22003 * emacs-lisp/cl-macs.el (load-time-value)
22004 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22005 `outbuffer' to `bytecomp-outbuffer'.
22006
22007 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22008 since the next two variables cover them automatically now.
22009 (elint-builtin-variables, elint-autoloaded-variables): New.
22010 (elint-unknown-builtin-args): Remove all members, since they can be
22011 parsed automatically now.
22012 (elint-extra-errors): New.
22013 (elint-env-add-env, elint-env-add-macro): Use cadr.
22014 (elint-current-buffer): Use or. Change final message.
22015 (elint-get-top-forms): Use line-end-position.
22016 (elint-init-env): Use cadr. Handle autoload, declare-function,
22017 and defalias.
22018 (elint-add-required-env): Doc fix. Use or. Standardize error.
22019 (regexp-assoc): Remove unused function.
22020 (elint-top-form): Set elint-current-pos, to record the start of the
22021 top-level form, for compilation-mode.
22022 (elint-form): Trap errors in macro expansion. Use dolist.
22023 (elint-unbound-variable): Use elint-builtin-variables and
22024 elint-autoloaded-variables.
22025 (elint-get-args): Use cadr, or.
22026 (elint-check-cond-form): Use dolist, cadr.
22027 (elint-check-condition-case-form): Doc fix. Use cadr.
22028 Use elint-extra-errors.
22029 (elint-log): New function.
22030 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22031 Distinguish errors and warnings.
22032 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22033 Use a bytecomp-style format.
22034 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22035 (elint-get-log-buffer): Use compilation mode. Disable undo.
22036 Don't truncate lines.
22037 (elint-initialize): Set builtin and autoloaded variable lists.
22038 Only process elint-unknown-builtin-args if non-nil.
22039 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22040 New functions.
22041 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22042
22043 2009-07-22 Kevin Ryde <user42@zip.com.au>
22044
22045 * net/newst-backend.el (newsticker--parse-atom-1.0)
22046 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22047 (newsticker--parse-rss-1.0):
22048 * progmodes/idlwave.el (idlwave-mode):
22049 * progmodes/idlw-shell.el (idlwave-shell-mode):
22050 * progmodes/vera-mode.el (vera-mode):
22051 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22052 * progmodes/vhdl-mode.el (vhdl-mode):
22053 * textmodes/table.el (table-generate-source)
22054 (table--warn-incompatibility):
22055 Hyperlink urls in docstrings with URL `...'.
22056
22057 2009-07-22 Glenn Morris <rgm@gnu.org>
22058
22059 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22060 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22061 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22062 Remove leading * from defcustom docs.
22063
22064 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22065
22066 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22067 defcustom doc.
22068 (list-load-path-shadows): Optionally, just return shadows as a string.
22069
22070 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22071
22072 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
22073
22074 * mail/rmailedit.el (rmail-edit-mode):
22075 Use auto-save-include-big-deletions.
22076
22077 * mail/rmail.el (rmail-variables):
22078 Use auto-save-include-big-deletions.
22079
22080 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22081 changes.
22082
22083 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22084
22085 * calc/calc.el (calc-undo-length): New variable.
22086 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22087
22088 2009-07-21 Richard Stallman <rms@gnu.org>
22089
22090 * files.el (auto-save-mode): Handle buffer-save-size = -2
22091 for toggling mode.
22092
22093 2009-07-21 Glenn Morris <rgm@gnu.org>
22094
22095 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22096
22097 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22098
22099 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22100 silence compiler. Instead...
22101 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22102 (ps-print-ensure-fontified): Update for above function name changes.
22103
22104 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22105 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22106 silence compiler. Instead...
22107 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22108 (mh-show-buffer): Only define for compiler.
22109 (pr-mh-current-message): Update for above function name changes.
22110
22111 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22112 as an argument.
22113 (find-file-noselect, insert-file-1): Update for above change.
22114
22115 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22116
22117 * mail/mailclient.el (mailclient-send-it): Fix message.
22118
22119 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22120 (edebug-eval): Check cl-debug-env is bound.
22121 (print-level, print-circle): Don't redefine built-in variables.
22122
22123 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22124 (custom-print-vectors): Remove old comments from doc.
22125
22126 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22127 (emerge-version): Make the variable an obsolete alias for the
22128 emacs-version variable. Make the function obsolete.
22129 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22130 Emerge options, rather than merging in into the main Options menu.
22131 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22132 and auto advance modes. Disable edit/fast items when not relevant.
22133
22134 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22135
22136 * term/vt420.el (terminal-init-vt420): Fix typo.
22137
22138 2009-07-20 Sam Steingold <sds@gnu.org>
22139
22140 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22141 variable (removed from compile.el on 2004-03-11).
22142
22143 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
22144
22145 * files.el (hack-local-variables-filter): Fix last change.
22146
22147 2009-07-19 Juri Linkov <juri@jurta.org>
22148
22149 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22150 (dir-local-variables-alist): New buffer-local variable.
22151 (hack-local-variables-filter): If variable is not dir-local,
22152 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22153 because file-local overrides dir-local.
22154 (c-postprocess-file-styles) <declare-function>:
22155 Remove obsolete declaration.
22156 (hack-dir-local-variables): Add dir-local variable/value pair to
22157 `dir-local-variables-alist' and remove duplicates. Doc fix.
22158
22159 * help-fns.el (describe-variable): Add information about
22160 file-local and dir-local variables.
22161
22162 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
22163
22164 * files.el (hack-local-variables-filter): Rewrite.
22165
22166 2009-07-19 Glenn Morris <rgm@gnu.org>
22167
22168 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22169 Silence compiler by only defining on XEmacs.
22170
22171 * international/mule.el (auto-coding-regexp-alist): Only match
22172 BABYL... at the start of buffer, not of lines. (Bug#3790)
22173
22174 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22175 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22176 (cal-menu-context-mouse-menu): Doc fix.
22177
22178 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22179
22180 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22181
22182 2009-07-18 Juri Linkov <juri@jurta.org>
22183
22184 * info.el: Virtual Info keyword finder.
22185 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
22186 (Info-finder-file): New variable.
22187 (Info-finder-find-file): New function.
22188 (finder-known-keywords, finder-package-info)
22189 (find-library-name, lm-commentary): Use defvar and
22190 declare-function to silence compiler warnings.
22191 (Info-finder-find-node): New function.
22192 (info-finder): New command.
22193
22194 * subr.el (process-kill-buffer-query-function): New function.
22195 (add-hook)<kill-buffer-query-functions>: Add hook
22196 `process-kill-buffer-query-function'.
22197
22198 2009-07-18 Alan Mackenzie <acm@muc.de>
22199
22200 * progmodes/cc-mode.el (c-before-hack-hook)
22201 (c-postprocess-file-styles): Give invocation of `c-set-style'
22202 DONT-OVERRIDE parameter of t. Already set style variables will
22203 thus not be overridden by style settings given by `c-file-syle'.
22204
22205 * files.el (hack-local-variables-filter): Remove entries with
22206 duplicate keys from `file-local-variables-alist'.
22207
22208 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22209
22210 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22211 x-set-selection if display-selections-p returns nil for the
22212 current frame.
22213
22214 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
22215
22216 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22217
22218 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22219
22220 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22221 Accept nil in addition to a regexp.
22222 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22223 Accept nil in addition to a regexp.
22224 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22225 buffers that have an associated file. Handle nil values of
22226 desktop-buffers-not-to-save and desktop-files-not-to-save.
22227 (Bug#3833)
22228
22229 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22230 (x-disown-selection-internal): New functions.
22231
22232 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
22233
22234 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22235 warning.
22236 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22237 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22238
22239 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
22240
22241 * simple.el (set-mark): Revert last change.
22242
22243 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22244
22245 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22246 rendering of pngs is not possible instead of messaging a long
22247 description.
22248
22249 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
22250
22251 * w32-fns.el (x-selection-owner-p): New function.
22252
22253 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
22254 (mouse-yank-at-click, mouse-yank-primary):
22255 If select-active-regions is non-nil, deactivate the mark before
22256 insertion.
22257
22258 * simple.el (deactivate-mark, set-mark): Only save selection if we
22259 own it.
22260
22261 2009-07-17 Kenichi Handa <handa@m17n.org>
22262
22263 * case-table.el (describe-buffer-case-table): Fix for the case
22264 that KEY is a cons.
22265
22266 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22267
22268 * vc-rcs.el (vc-rcs-find-file-hook):
22269 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22270
22271 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
22272
22273 * net/tramp.el (tramp-wait-for-output): Handle the case when
22274 commands do not return a newline but a null byte before the shell
22275 prompt. (Bug#3858)
22276
22277 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22278
22279 * term/ns-win.el (ns-set-alpha): Don't declare.
22280 (ns-set-background-alpha): Remove function.
22281
22282 2009-07-16 Kevin Ryde <user42@zip.com.au>
22283
22284 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22285 y-or-n-p, for safety.
22286
22287 2009-07-16 Richard Stallman <rms@gnu.org>
22288
22289 * files.el (auto-save-mode): If buffer-saved-size is -2,
22290 don't clobber it.
22291
22292 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22293 (rmail-retry-ignored-headers): Add more uninteresting fields.
22294
22295 2009-07-15 Jari Aalto <jari.aalto@cante.net>
22296
22297 * net/rcirc.el (rcirc): Use history variables.
22298 (rcirc-server-name-history, rcirc-nick-name-history)
22299 (rcirc-server-port-history): New variables.
22300
22301 2009-07-15 Kenichi Handa <handa@m17n.org>
22302
22303 * international/mule-cmds.el (set-language-environment-charset):
22304 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22305 ignore them.
22306
22307 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22308 Delete unibyte-display.
22309
22310 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22311
22312 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22313
22314 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22315
22316 * simple.el (deactivate-mark): Optional argument FORCE.
22317 (set-mark): Use deactivate-mark.
22318
22319 * info.el (Info-search): No need to check transient-mark-mode
22320 before calling deactivate-mark.
22321
22322 * select.el (x-set-selection): Doc fix.
22323 (x-valid-simple-selection-p): Allow buffer values.
22324 (xselect--selection-bounds): Handle buffer values.
22325 Suggested by David De La Harpe Golden.
22326
22327 * mouse.el (mouse-set-region, mouse-drag-track):
22328 Call copy-region-as-kill before setting the mark, to let
22329 select-active-regions work.
22330
22331 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
22332
22333 * simple.el (deactivate-mark): If select-active-regions is
22334 non-nil, copy the selection data into a string.
22335 (activate-mark): If select-active-regions is non-nil, set the
22336 selection to the current buffer.
22337 (set-mark): Update selection if select-active-regions is non-nil.
22338
22339 * select.el (x-valid-simple-selection-p): Allow buffer values.
22340
22341 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22342
22343 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22344 and more featureful message-mode.
22345
22346 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
22347
22348 * select.el (x-set-selection): Doc fix.
22349 (x-valid-simple-selection-p): Disallow selection data consisting
22350 of a list or cons of integers, since that is not used.
22351 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22352 (xselect-convert-to-string, xselect-convert-to-length)
22353 (xselect-convert-to-filename, xselect-convert-to-charpos)
22354 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22355
22356 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22357
22358 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22359 output in -break-info command (Emacs bug #3794).
22360
22361 2009-07-14 Glenn Morris <rgm@gnu.org>
22362
22363 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22364 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22365 (edebug-print-length, edebug-print-level, edebug-print-circle)
22366 (edebug-sit-for-seconds, edebug-view-outside)
22367 (edebug-bounce-point, edebug-set-global-break-condition)
22368 (edebug-Go-nonstop-mode, edebug-trace-mode)
22369 (edebug-Trace-fast-mode, edebug-continue-mode)
22370 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22371 (edebug-visit-eval-list): Doc fixes.
22372
22373 * subr.el (def-edebug-spec): Doc fix.
22374
22375 2009-07-14 Kenichi Handa <handa@m17n.org>
22376
22377 * international/characters.el: Fix setting of category ?C.
22378
22379 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22380
22381 * term/ns-win.el (x-select-font): defalias x-select-font to
22382 ns-popup-font-panel instead of generate-fontset-menu.
22383
22384 2009-07-12 Eli Zaretskii <eliz@gnu.org>
22385
22386 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22387
22388 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22389
22390 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22391 the PK\003\004 header (Bug#3770).
22392
22393 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22394
22395 * pcomplete.el (pcomplete-comint-setup): Check for
22396 shell-dynamic-complete-filename too.
22397
22398 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22399
22400 * simple.el (temporary-goal-column): Change the value for
22401 line-move-visual to a cons cell.
22402 (line-move-visual): Record or set the window hscroll, if
22403 necessary (Bug#3494).
22404 (line-move-1): Handle cons value of temporary-goal-column.
22405
22406 2009-07-11 Kenichi Handa <handa@m17n.org>
22407
22408 * international/mule-diag.el (describe-character-set): Don't show
22409 width.
22410
22411 2009-07-10 Sam Steingold <sds@gnu.org>
22412
22413 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22414 Omake sometimes indents the errors it prints, so allow all
22415 regexps to start with spaces.
22416
22417 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22418
22419 * cus-edit.el (customize-changed-options-previous-release):
22420 Bump value to 22.1. (Bug#3804)
22421
22422 2009-07-08 Sam Steingold <sds@gnu.org>
22423
22424 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22425 to be a cons cell (test . ignored-directory) to selectively ignore
22426 some directories depending on the location of the search.
22427
22428 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22429
22430 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22431 remote user is root, on the local host.
22432 (tramp-local-host-p): Either the local user or the remote user
22433 must be root. (Bug#3771)
22434
22435 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22436
22437 * progmodes/gdb-mi.el (gdb): Remove description of
22438 gdb-use-separate-io-buffer.
22439 (menu): Don't allow toggling of or enable
22440 gdb-use-separate-io-buffer from menubar.
22441
22442 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22443
22444 * mail/unrmail.el (unrmail): Make sure the message ends with two
22445 newlines (Bug#3769).
22446
22447 2009-07-08 Glenn Morris <rgm@gnu.org>
22448
22449 * calendar/calendar.el (calendar-current-date): Rework previous change.
22450
22451 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22452
22453 * calendar/calendar.el (calendar-current-date):
22454 Add an optional argument giving an offset from today.
22455
22456 2009-07-08 Glenn Morris <rgm@gnu.org>
22457
22458 * tutorial.el (tutorial--describe-nonstandard-key):
22459 Adjust the message for when a key has been unbound.
22460 (help-with-tutorial): Hide the arch-tag.
22461
22462 2009-07-08 Kenichi Handa <handa@m17n.org>
22463
22464 * international/fontset.el (setup-default-fontset): For each
22465 script, append (not set) font-specs.
22466
22467 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22468 docstring.
22469
22470 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22471
22472 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22473 -data-list-register-names to ...
22474 (gdb-starting): ... here because GDB 7.0 requires execution to
22475 have started when using this MI command.
22476 (gdb-set-header): New function to distinguish select and
22477 unselected tabs in gdb buffers.
22478 (gdb-propertize-header): New macro that uses gdb-set-header.
22479 (gdb-breakpoints-header, gdb-locals-header): Use it.
22480 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22481
22482 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22483
22484 * Makefile.in (ELCFILES): Remove fadr.elc.
22485
22486 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22487
22488 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22489 may contain frame information, so `string-match' should be used.
22490 (gdb-update): Disassembly is invalidated through
22491 `gdb-get-selected-frame'.
22492 (gdb-pad-string): New function to pad string with spaces.
22493 (gdb-invalidate-disassembly): Invalidate only if the buffer
22494 exists.
22495 (gdb-disassembly-handler-custom): Column alignment.
22496 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22497 placing new ones.
22498 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22499 end of line, too.
22500 (gdb-frame-handler): Match convention to for disassembly buffer
22501 mode name.
22502 (gdb-stack-list-frames-handler): Rewritten without regexps.
22503 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22504 not highlight breakpoints without line information.
22505 (gdb-input): Add trailing newline to command.
22506
22507 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22508 buffer properly.
22509 (gdb-breakpoints-list-handler-custom): Replacement for
22510 `gdb-break-list-handler'. Using real parser instead of regexps
22511 now.
22512 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22513 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22514 to place breakpoints.
22515 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22516 functions.
22517 (gdb-disassembly-handler-custom): Show overlay arrow.
22518 (gdb-disassembly-place-breakpoints): Show breakpoints in
22519 disassembly buffer.
22520 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22521 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22522 instead of parsing breakpoints buffer. Fixed old menu references
22523 in `gud-menu-map'.
22524
22525 * fadr.el: Remove.
22526
22527 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22528 (gdb-memory-address): New variable which holds top address of
22529 memory page shown in memory buffer.
22530 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22531 New customization variables.
22532 New functions:
22533 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22534 display the memory buffer.
22535 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22536 buffer display parameters.
22537 (def-gdb-memory-format, gdb-memory-format-binary)
22538 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22539 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22540 Functions for setting memory buffer format.
22541 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22542 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22543 unit size used in memory buffer.
22544 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22545 Switch to next/previous page of memory buffer.
22546 Now using (bindat-get-field) instead of fadr functions.
22547
22548 2009-07-07 Sam Steingold <sds@gnu.org>
22549
22550 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22551 non-top-level files.
22552
22553 2009-07-07 Kenichi Handa <handa@m17n.org>
22554
22555 * international/mule-cmds.el (reset-language-environment):
22556 Put the highset priority to the charset iso-8859-1.
22557
22558 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22559
22560 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22561 to the end of the line when locating the block (Bug#700).
22562
22563 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22564
22565 * net/tramp.el (tramp-handle-write-region): Flush file properties
22566 in case of short track.
22567
22568 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22569
22570 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22571 Coded custom representation of verilog error regular expressions
22572 to work with Emacs-22's new format.
22573 (verilog-error-regexp-xemacs-alist): Coded custom representation
22574 of verilog error regular expressions to work with XEmacs format.
22575 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22576 error recognition into XEmacs.
22577 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22578 error recognition into Emacs-22.
22579
22580 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22581
22582 * woman.el: Remove stand-alone closing parentheses.
22583 (woman-file-name, woman2-format-paragraphs)
22584 (woman-leave-blank-lines): Code cleanup.
22585 (woman-use-own-frame): Change default to nil.
22586 (woman-italic, woman-bold, woman-unknown, woman-addition):
22587 Change defaults to inherit from default faces.
22588 (woman2-process-escapes): Consume the newline after a stand-alone
22589 filler character (Bug#3651).
22590
22591 2009-07-06 Glenn Morris <rgm@gnu.org>
22592
22593 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22594 (top-level): Move provide to the end.
22595 (ffap): Remove defunct URL from custom group.
22596
22597 * subr.el (eval-after-load): Doc fix.
22598
22599 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22600
22601 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22602 `calc-embedded-word' is called twice.
22603
22604 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22605
22606 * files.el (find-alternate-file-other-window, find-alternate-file):
22607 Obey confirm-nonexistent-file-or-buffer.
22608
22609 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22610
22611 * dired-aux.el (dired-show-file-type): Handle remote files.
22612
22613 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22614
22615 * desktop.el (desktop-globals-to-save):
22616 Add file-name-history (Bug#2750).
22617
22618 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22619
22620 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22621
22622 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22623
22624 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22625 property on entire argument since this is what eshell-lisp-command
22626 expects.
22627
22628 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22629
22630 * net/tramp-gvfs.el (tramp-gvfs-methods)
22631 (tramp-gvfs-zeroconf-domain)
22632 (tramp-bluez-discover-devices-timeout): Add version flag.
22633 (tramp-gvfs-handler-mounted-unmounted)
22634 (tramp-gvfs-connection-mounted-p): Polish handling of
22635 incompatibilities between GVFS 0.2 and 1.0.
22636
22637 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22638
22639 * cus-start.el (all): Add make-pointer-invisible.
22640
22641 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22642
22643 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22644 formatted correctly.
22645
22646 2009-07-02 Juri Linkov <juri@jurta.org>
22647
22648 * info.el: Virtual Info files and nodes.
22649 (Info-virtual-files, Info-virtual-nodes): New variables.
22650 (Info-current-node-virtual): New variable.
22651 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22652 New functions.
22653 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22654 to check for a virtual file instead of checking a fixed list
22655 of node names.
22656 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22657 instead of ad-hoc processing of "dir" and (apropos history toc).
22658 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22659 instead of ad-hoc processing of "dir" and (apropos history toc).
22660 Reread a file when moving from a virtual node.
22661 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22662 (Info-directory-toc-nodes, Info-directory-find-file)
22663 (Info-directory-find-node): New functions.
22664 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22665 (Info-history): Move part of code to
22666 `Info-history-find-node'.
22667 (Info-history-toc-nodes, Info-history-find-file)
22668 (Info-history-find-node): New functions.
22669 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22670 (Info-toc): Move part of code to `Info-toc-find-node'.
22671 (Info-toc-find-node): New function.
22672 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22673 the current Info file name to references because now the node
22674 "*TOC*" belongs to the same Info manual.
22675 (Info-toc-build): Rename from `Info-build-toc'.
22676 (Info-toc-nodes): Rename input argument `file' to `filename'.
22677 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22678 instead of ad-hoc processing of ("dir" apropos history toc).
22679 (Info-index-nodes): Use Info-virtual-file-p
22680 to check for a virtual file instead of checking a fixed list
22681 of node names.
22682 (Info-index-node): Add check for `Info-current-node-virtual'.
22683 Raise `save-match-data' higher up the tree to contain
22684 `search-forward' too (bug fix).
22685 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22686 (Info-virtual-index-nodes): New variable.
22687 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22688 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22689 (Info-apropos-file, Info-apropos-nodes): New variables.
22690 (Info-apropos-toc-nodes, Info-apropos-find-file)
22691 (Info-apropos-find-node, Info-apropos-matches): New functions.
22692 (info-apropos): Move part of code to `Info-apropos-find-node' and
22693 `Info-apropos-matches'.
22694 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22695 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22696 for a virtual file instead of checking a fixed list of node names.
22697
22698 * simple.el (async-shell-command): New command.
22699
22700 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22701
22702 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22703 instead of `mount-info'.
22704
22705 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22706
22707 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22708 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22709
22710 2009-07-02 Kenichi Handa <handa@m17n.org>
22711
22712 * international/mule.el (set-keyboard-coding-system): Force *-unix
22713 coding-system to avoid eol conversion.
22714
22715 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22716
22717 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22718 Add handler for `process-file', `shell-command' and
22719 `start-file-process'.
22720 (tramp-gvfs-handle-shell-command)
22721 (tramp-gvfs-handle-start-file-process)
22722 (tramp-gvfs-handle-process-file): New defuns.
22723 (tramp-synce-list-devices): Simplify check for existence of property.
22724
22725 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22726
22727 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22728
22729 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22730
22731 * language/korean.el (set-language-info-alist): Add korean-cp949,
22732 cp949 to spec.
22733
22734 2009-07-01 Kenichi Handa <handa@m17n.org>
22735
22736 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22737
22738 * international/encoded-kb.el: Deleted.
22739
22740 * international/mule.el (set-keyboard-coding-system): Perform the
22741 necessary setup here instead of calling encoded-kbd-setup-display.
22742
22743 2009-07-01 Glenn Morris <rgm@gnu.org>
22744
22745 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22746
22747 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22748
22749 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22750
22751 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22752
22753 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22754 Handle also the 'rename case, when setting file modes. (Bug#3712)
22755 (tramp-default-file-modes): Remove execute permissions.
22756
22757 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22758 (top): Add a default for "synce" in `tramp-default-user-alist'.
22759 Add completion function for "synce" method.
22760 (tramp-hal-service, tramp-hal-path-manager)
22761 (tramp-hal-interface-manager, tramp-hal-interface-device):
22762 New defconst.
22763 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22764 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22765 New defuns.
22766
22767 * net/trampver.el: Update release number.
22768
22769 2009-06-30 Kenichi Handa <handa@m17n.org>
22770
22771 * international/fontset.el (setup-default-fontset): Add CJK fonts
22772 for symbols and the other miscellaneous characters.
22773
22774 * language/korea-util.el (setup-korean-environment-internal):
22775 Make char-width-table suitable for Korean environments.
22776 (exit-korean-environment): Cancel above.
22777
22778 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22779 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22780 setup-function to make char-width-table suitable for respective
22781 environments, and an exit-function to cancel that.
22782
22783 * language/japan-util.el (setup-japanese-environment-internal):
22784 Call use-cjk-char-width-table with arg `ja_JP'.
22785
22786 * international/characters.el (cjk-char-width-table): Delete it.
22787 (cjk-char-width-table-list): New variable.
22788 (use-cjk-char-width-table): New arg local-name.
22789 (use-default-char-width-table): Fix for the case that Emacs is
22790 already using the default char-width-table.
22791
22792 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22793
22794 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22795 modes mandatory. (Bug#3712)
22796
22797 2009-06-29 Alan Mackenzie <acm@muc.de>
22798
22799 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22800 correction between the visible width of TABs and their number of bytes.
22801
22802 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22803
22804 * server.el (server-buffer-done): Prevent kill-buffer from
22805 prompting by clearing the buffer modification flag (Bug#3696).
22806
22807 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22808
22809 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22810 (verilog-endcomment-reason-re): Support unique case and priority case.
22811 (verilog-basic-complete-re): Support localparam lineup.
22812 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22813 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22814 commenting.
22815 (verilog-leap-to-case-head): Now support *nested* unique &
22816 priority case statements.
22817 (verilog-auto-lineup): Make just declarations the default (as it
22818 had been).
22819 (verilog-leap-to-case-head): Support priority/unique case statements.
22820 (verilog-auto-lineup): Rework to give users radio buttons to
22821 select the various styles of automatic lineup.
22822 (verilog-error-regexp-alist): Rework to support the XEmacs style
22823 of error regular expressions from compilers, lint tools &
22824 simulators. Note that GNU Emacs has made it impossible for a mode
22825 to load such things.
22826 (electric-verilog-terminate-line, verilog-indent-declaration)
22827 (verilog-auto-wiure): Rework for radio button selection of
22828 auto-lineup selection of specification of auto lineup.
22829 (verilog-beg-of-statement-1): Redesign to support proper operation
22830 in additional code, based on testing with auto-lineup.
22831 (verilog-calculate-indent, assignments & declarations)
22832 (verilog-backward-token): Enhance to support auto-lineup of
22833 assignments & declarations.
22834 (verilog-in-directive-p, verilog-at-struct-p): New function for
22835 easy test of whether we are.
22836 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22837 to support safe execution at almost anyline.
22838 (verilog-calc-1): Properly support indenting deep inside generate
22839 blocks.
22840 (verilog-init-font): Remove definition & use of verilog-init-font,
22841 as it is redundant with font-lock-defaults.
22842 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22843 to avoid circular calls if syntax-ppss is a function (as is the
22844 case now in 22.x GNU Emacs) as that function would sometimes call
22845 itself, leading to (nearly) infinite recursion.
22846 (verilog-ovm-begin-re, verilog-ovm-end-re)
22847 (verilog-ovm-statement-re, verilog-leap-to-head)
22848 (verilog-backward-token): Add support for OVM macros. Some are
22849 complete statements, and others open and close scopes like begin
22850 and end.
22851 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22852 (verilog-defun-level-generate-only-re): Really fix the defun-list
22853 compilation issue.
22854 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22855 coverpoint, constraint and cross statements.
22856 (verilog-defun-level-list, verilog-generate-defun-level-list)
22857 (verilog-all-defun-level-list): Redo these specifications - it is
22858 too hard to support eval-when compile aggregation of lists also
22859 built at when-compile time.
22860 (verilog-defun-level-list): Place defconsts of variables used in
22861 building regular expressions which are built in eval-when-compile
22862 bodies in the same eval-when-compile body to facilitate compile
22863 without load.
22864 (verilog-beg-block-re-ordered): Support indenting
22865 virtual/protected tasks and functions.
22866 (verilog-defun-level-list, verilog-in-generate-region-p)
22867 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22868 indentation of some module items (generate items).
22869 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22870 across virtual/protected tasks and functions.
22871
22872 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22873
22874 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22875 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22876 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22877 in concatenations. Reported by Yishay Belkind.
22878 (verilog-auto-ascii-enum): Support one-hot state machines in
22879 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22880 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22881 modport in AUTOINST and add vl-modport for users.
22882 Reported by David Rogoff.
22883 (verilog-auto-inout-module, verilog-auto-inst)
22884 (verilog-decls-get-interfaces, verilog-insert-definition)
22885 (verilog-insert-one-definition, verilog-read-decls)
22886 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22887 (verilog-sig-modport, verilog-signals-combine-bus)
22888 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22889 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22890 Suggested by David Rogoff.
22891 (verilog-repair-open-comma): Fix non-insertion of comma when
22892 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22893 (verilog-make-width-expression): Simplify [A-1:0] expression
22894 widths to just {A{1'b0}}.
22895 (verilog-mode): Cleanup checkdoc warnings.
22896 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22897 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22898 inputs/outputs or data type. Suggested by Vasu Kandadi.
22899 (next-error-last-buffer): Fix byte-compiler warning.
22900 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22901 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22902 or shell command text during AUTO expansion. Suggested by Tad Truex.
22903 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22904 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22905 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22906 in AUTOINOUT. Reported by Matthew Lovell.
22907 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22908 causing use of <= assignments. Reported by Alex Reed.
22909 (verilog-read-decls): Fix triand, trior, wand, wor to be
22910 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22911 (verilog-extended-complete-re): Support import "DPI-C" functions.
22912 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22913 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22914 (verilog-insert-date, verilog-insert-year)
22915 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22916 Windows systems. Reported by Michael Potts.
22917 (verilog-read-module-name): Fix AUTOINST when the child module
22918 declaration's name is a tick define. Reported by Elliot Mednick.
22919 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22920 passed to next parameter's definition. Reported by Bruce T.
22921 (verilog-read-decls): Fix detecting "parameter int" when using
22922 AUTOINSTPARAM. Reported by Bruce T.
22923 (verilog-goto-defun): Fix goto not finding modules unless first
22924 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22925 (verilog-mode): Expand -f flag arguments on entry to mode so
22926 verilog-goto-defun will work. Reported by Lawrence Butcher.
22927 (verilog-getopt): Expand environment variables in -f file
22928 arguments. Suggested by Lawrence Butcher.
22929 (verilog-set-define): Fix "Symbol's value as variable is void"
22930 when reading enumerations.
22931 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22932 Suggested by Stephen Peltan.
22933 (verilog-read-defines): Fix reading of enumerations in include
22934 files. Reported by Steve Peltan.
22935
22936 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22937
22938 * files.el (trash-directory): Fix defcustom type.
22939
22940 2009-06-28 Juri Linkov <juri@jurta.org>
22941
22942 * help-fns.el (describe-function-1): Correctly locate adviced
22943 functions in hyperlink (Bug#2438).
22944
22945 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22946
22947 * files.el (trash-directory): Change default to nil.
22948 (move-file-to-trash): If trash-directory is nil and
22949 system-move-file-to-trash is unbound, perform freedesktop-style
22950 trashing.
22951
22952 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22953
22954 * files.el (move-file-to-trash): Add freedesktop trash
22955 support (Bug#973).
22956
22957 2009-06-28 Glenn Morris <rgm@gnu.org>
22958
22959 * autorevert.el (global-auto-revert-non-file-buffers)
22960 (global-auto-revert-mode): Doc fixes.
22961
22962 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22963
22964 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22965
22966 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22967
22968 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22969 opened an X connection before calling x-get-resource (Bug#3194).
22970
22971 * play/doctor.el: Remove reference to obsolete website.
22972 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22973
22974 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22975
22976 Remove find-file-not-found-hook VC method. (Bug#2757)
22977 * vc-hooks.el (vc-file-not-found-hook)
22978 (vc-default-find-file-not-found-hook): Remove functions.
22979 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22980 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22981 * vc.el:
22982 * vc-hg.el:
22983 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22984
22985 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22986
22987 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22988 compatibility function for `looking-back'.
22989
22990 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22991 Use `ispell-looking-back'.
22992
22993 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22994
22995 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22996 rather than `filename'.
22997
22998 2009-06-23 Miles Bader <miles@gnu.org>
22999
23000 * face-remap.el (text-scale-set): New function.
23001
23002 2009-06-23 Glenn Morris <rgm@gnu.org>
23003
23004 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23005
23006 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23007
23008 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23009
23010 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23011
23012 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23013 Simplify Persian conditionals.
23014
23015 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23016 variable `filename'.
23017
23018 * comint.el (comint-insert-input): Doc fix.
23019
23020 * Makefile.in (ELCFILES): Fix typo in previous change.
23021
23022 2009-06-23 Miles Bader <miles@gnu.org>
23023
23024 * cus-start.el: Add entry for `recenter-redisplay'.
23025
23026 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23027
23028 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23029 Add an optional argument for the backend, use it instead of
23030 calling vc-backend.
23031 (vc-mode-line): Add an optional argument for the backend.
23032 Pass the backend to vc-state and vc-working-revision. Move code for
23033 special handling for vc-state being a buffer to ...
23034
23035 * vc-rcs.el (vc-rcs-find-file-hook):
23036 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23037
23038 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23039 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23040 vc-stay-local-p and vc-mode-line calls.
23041
23042 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23043 (vc-cvs-diff, vc-cvs-annotate-command)
23044 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23045 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23046 vc-mode-line calls.
23047
23048 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23049 direct comparison.
23050 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23051 backend when calling vc-mode-line.
23052 (vc-register): Do not create a closure for calling the vc register
23053 function, call it directly.
23054
23055 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23056
23057 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23058 to make it obvious item can be clicked.
23059
23060 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23061
23062 2009-06-23 Kenichi Handa <handa@m17n.org>
23063
23064 * language/korea-util.el (korean-key-bindings): Change the binding
23065 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23066 same command.
23067
23068 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
23069
23070 Sync with Tramp 2.1.16.
23071
23072 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23073
23074 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23075 when a loading of a package fails. Completion function for rsync
23076 is `tramp-completion-function-alist-ssh'.
23077 (all): Replace all calls of `split-string' and
23078 `tramp-split-string' by `tramp-compat-split-string'.
23079 (tramp-default-method): Use `tramp-compat-process-running-p'.
23080 (tramp-default-proxies-alist): Allow also Lisp forms.
23081 (tramp-remote-path): Add choice "Private Directories".
23082 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
23083 (tramp-domain-regexp): Allow also "-", "_" and ".".
23084 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23085 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23086 (tramp-debug-message): Insert header line in debug buffer.
23087 (tramp-handle-directory-files-and-attributes-with-stat):
23088 Care about filenames with spaces, or starting with "-".
23089 (tramp-handle-dired-uncache): New defun.
23090 (tramp-handle-insert-directory): Don't flush the directory from
23091 cache, this is handled by `dired-uncache' now.
23092 (tramp-handle-insert-file-contents): Improve error handling.
23093 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23094 Quote `tramp-end-of-output'.
23095 (tramp-action-password): Improve trace message.
23096 (tramp-check-for-regexp): Both echoes must be present, before removing.
23097 (tramp-open-connection-setup-interactive-shell): Trace coding system.
23098 (tramp-compute-multi-hops): Eval cons cells of
23099 `tramp-default-proxies-alist'.
23100 (tramp-maybe-open-connection): Use the same command pattern for
23101 first hop and further hops.
23102 (tramp-wait-for-output): Remove handling of newlines.
23103 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23104 (tramp-split-string): Remove function. It is handled in
23105 tramp-compat now.
23106
23107 * net/tramp-cmds.el (tramp-bug):
23108 Recommend `tramp-cleanup-all-connections' in the bug mail.
23109
23110 * net/tramp-compat.el (tramp-compat-split-string)
23111 (tramp-compat-process-running-p): New defuns.
23112
23113 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23114 for `dired-uncache'.
23115
23116 * net/tramp-gvfs.el: New package.
23117
23118 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23119 Add handler for `dired-uncache'.
23120 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23121
23122 * net/trampver.el: Update release number. Make version check fit
23123 for SXEmacs 22.
23124
23125 2009-06-22 Jim Meyering <meyering@redhat.com>
23126
23127 Automatically handle .xz suffix (XZ-compressed files), too.
23128 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23129 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23130
23131 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
23132 Nick Roberts <nickrob@snap.net.nz>
23133
23134 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
23135 repository (http://sphinx.net.ru/hg/gdb-mi/).
23136
23137 2009-06-22 Glenn Morris <rgm@gnu.org>
23138
23139 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23140 `mode' and `eval' entries. (Bug#3430)
23141
23142 * Makefile.in (ELCFILES): Add fadr.elc.
23143
23144 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23145 differing behavior of \n and ^ in strings. (Bug#3385)
23146
23147 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23148
23149 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23150 property.
23151 (lisp-indent-function): Make it a defcustom.
23152
23153 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
23154
23155 * progmodes/gdb-ui.el: Replace with ...
23156 * progmodes/gdb-mi.el: ... this file.
23157 * progmodes/gud.el: Modify for gdb-mi.el.
23158
23159 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23160
23161 * fadr.el: New file.
23162
23163 See ChangeLog.14 for earlier changes.
23164
23165 ;; Local Variables:
23166 ;; coding: utf-8
23167 ;; End:
23168
23169 Copyright (C) 2009-2011 Free Software Foundation, Inc.
23170
23171 This file is part of GNU Emacs.
23172
23173 GNU Emacs is free software: you can redistribute it and/or modify
23174 it under the terms of the GNU General Public License as published by
23175 the Free Software Foundation, either version 3 of the License, or
23176 (at your option) any later version.
23177
23178 GNU Emacs is distributed in the hope that it will be useful,
23179 but WITHOUT ANY WARRANTY; without even the implied warranty of
23180 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23181 GNU General Public License for more details.
23182
23183 You should have received a copy of the GNU General Public License
23184 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.