1 2011-03-25 Leo Liu <sdl.web@gmail.com>
3 * midnight.el (midnight-time-float): Remove. Note it calculates
4 the microsecond component incorrectly and seconds-to-time does the
7 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8 (ido-completions): Remove unused arguments. (Bug#8329)
10 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12 * minibuffer.el (completion--flush-all-sorted-completions):
13 Remove itself from hook.
14 (completion-at-point): Let the functions perform the completion
15 immediately and return nil or t.
16 * comint.el (comint-dynamic-complete-functions): Now identical to
17 completion-at-point-functions.
18 (comint-dynamic-list-input-ring): Remove unused var `index'.
19 (comint--match-partial-filename, comint--unquote&expand-filename):
20 New funs, split from comint-match-partial-filename.
21 (comint-dynamic-complete): Use completion-at-point.
22 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24 2011-03-24 Drew Adams <drew.adams@oracle.com>
26 * thingatpt.el: Support `defun'.
28 2011-03-23 Leo Liu <sdl.web@gmail.com>
30 * abbrevlist.el: Move to obsolete/abbrevlist.el.
32 * help-mode.el (help-mode-finish): Tweak regexp.
34 2011-03-23 Glenn Morris <rgm@gnu.org>
36 * eshell/esh-opt.el (eshell-eval-using-options):
37 Do not bind unused local variable `eshell-option-stub'.
39 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
41 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
43 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
44 keymap variable in `with-no-warnings' to avoid a warning when the
45 keymap has been already `defconst'ed.
47 2011-03-22 Leo Liu <sdl.web@gmail.com>
49 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
50 encode all chars in abbrevs; otherwise use emacs-mule or
51 utf-8-emacs. (Bug#8308)
53 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
55 * simple.el (backward-delete-char-untabify):
56 Avoid warning about using `delete-backward-char'.
58 * image.el (image-type-file-name-regexps): Make it variable.
59 `imagemagick-register-types' modifies it, and the user may want
60 to add new extensions for known image types.
61 (imagemagick-register-types): Throw error if not using ImageMagick.
63 2011-03-22 Leo Liu <sdl.web@gmail.com>
65 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
66 located before rcirc-prompt-end-marker.
67 (rcirc-complete): Error if point is not after rcirc prompt.
68 Handle the case when table is nil.
69 (rcirc-user-authenticated): Define to fix compiler warning.
71 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
73 * custom.el (custom--inhibit-theme-enable): Make it affect only
74 custom-theme-set-variables and custom-theme-set-faces.
75 (provide-theme): Ignore custom--inhibit-theme-enable.
76 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
77 (custom-enabling-themes): Delete variable.
78 (enable-theme): Accept only loaded themes as arguments.
79 Ignore the special custom-enabled-themes variable.
80 (custom-enabled-themes): Forbid themes from setting this.
81 Eliminate use of custom-enabling-themes.
82 (custom-push-theme): Quote "changed" custom var entry.
84 2011-03-21 Leo Liu <sdl.web@gmail.com>
86 * ido.el (ido-read-internal): Add ido-selected to history instead
89 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
91 * subr.el (deferred-action-list, deferred-action-function):
94 2011-03-21 Leo Liu <sdl.web@gmail.com>
96 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
97 change on 2011-02-13 (bug#8309).
99 * minibuffer.el (read-file-name-function): Change default value.
100 (read-file-name--defaults): Rename from read-file-name-defaults.
101 (read-file-name-default): Rename from read-file-name.
102 (read-file-name): Call read-file-name-function.
104 2011-03-21 Glenn Morris <rgm@gnu.org>
106 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
109 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
111 * cus-theme.el: Add missing provide statement.
112 (customize-create-theme): Extract theme value correctly.
113 (custom-theme-visit-theme): Autoload.
114 (customize-create-theme): Prompt before inserting default faces.
116 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
118 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
119 units and musical notes.
121 2011-03-20 Leo <sdl.web@gmail.com>
123 * ido.el (ido-read-internal): Use completing-read-default.
124 (ido-completing-read): Fix compatibility with completing-read.
126 2011-03-20 Christian Ohler <ohler@gnu.org>
128 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
129 (ert-delete-all-tests): Use `called-interactively-p' rather than
131 (ert--make-xrefs-region): Respect END.
133 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
135 * dired-aux.el (dired-create-directory): Signal an error if the
136 directory already exists (Bug#8246).
138 * facemenu.el (list-colors-display): Call list-faces-display
139 inside with-help-window.
140 (list-colors-print): Use display property to align the final
141 column, instead of checking window-width.
143 2011-03-19 Eli Zaretskii <eliz@gnu.org>
145 * emerge.el (emerge-metachars): Separate value for ms-dos and
147 (emerge-protect-metachars): Quote correctly for ms-dos and
150 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
152 * info.el (info-initialize): Replace all uses of `:' with
153 path-separator for compatibility with non-Unix systems.
154 Cache quoting of path-separator. (Bug#8258)
156 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
158 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
159 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
160 (mouse-avoidance-mode): Fix typos in docstrings.
162 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
164 * startup.el (package-subdirectory-regexp): Move from package.el.
165 Omit \\` and \\', and let callers add them.
167 * emacs-lisp/package.el (package-strip-version)
168 (package-load-all-descriptors): Add \\` and \\' to
169 package-subdirectory-regexp before using it.
170 (package-untar-buffer): New arg DIR; ensure that file untars only
171 into this expected directory. Remove superfluous delete-region.
172 (package-unpack): Caller changed.
173 (package-tar-file-info): Use package-subdirectory-regexp.
175 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
177 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
178 diff-mode-shared-map (bug#8284).
179 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
181 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
183 * calendar/time-date.el (format-seconds): Use assoc instead of
184 assoc-string, since assoc-string doesn't exist in XEmacs.
186 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
188 * custom.el (custom-known-themes): Reflow docstring.
189 (custom-theme-load-path): Fix typo in docstring.
190 (load-theme): Fix typo in error message.
191 (custom-available-themes, custom-variable-theme-value):
192 Use `let', not `let*'.
194 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
196 * calc/README: Mention inclusion of musical notes.
198 * calc/calc-units.el (calc-lu-quant): Rename from
199 `calc-logunits-quantity'.
200 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
201 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
202 (calc-db): Rename from `calc-dblevel'.
203 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
204 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
205 (calc-np): Rename from `calc-nplevel'.
206 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
207 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
208 (calc-lu-plus): Rename from `calc-logunits-add'.
209 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
210 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
211 (calc-lu-minus): Rename from `calc-logunits-sub'.
212 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
213 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
214 (calc-lu-times): Rename from `calc-logunits-mul'.
215 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
216 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
217 (calc-lu-divide): Rename from `calc-logunits-div'.
218 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
219 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
221 * calc/calc-ext.el (calc-init-extensions): Update the names of the
222 functions being autoloaded.
224 * calc/calc.el (calc-lu-power-reference): Rename from
225 `calc-logunits-power-reference'.
226 (calc-lu-field-reference): Rename from
227 `calc-logunits-field-reference'.
229 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
231 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
233 * minibuffer.el (completion-all-sorted-completions):
234 Use :completion-cycle-penalty text property if present.
236 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
238 * allout.el (allout-yank-processing): Adjust for new rebulleting
239 regime so bullet being yanked is used without prompting the user
242 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
244 * startup.el (command-line): Warn the user that _emacs is deprecated.
246 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
248 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
249 (delphi-verbose, delphi-comment-face, delphi-string-face)
250 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
251 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
252 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
253 (delphi-new-comment-line, delphi-font-lock-defaults)
254 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
255 Fix typos in docstrings.
257 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
259 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
260 Invert the roles of character and string values for INSTEAD, so a
261 string is used for the more common case of a defaulting prompt.
263 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
265 * progmodes/ruby-mode.el (ruby-backward-sexp):
266 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
267 * play/gamegrid.el (gamegrid-make-face):
268 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
269 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
270 * notifications.el (notifications-notify):
271 * net/xesam.el (xesam-search-engines):
272 * net/quickurl.el (quickurl-list-insert):
273 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
275 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
277 * startup.el (command-line): Update package subdirectory regexp.
279 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
281 * allout.el (allout-abbreviate-flattened-numbering)
282 (allout-mode-deactivate-hook): Fix up obsolescence "date".
284 * subr.el (read-char-choice): Only show the cursor after the prompt,
285 not after the answer.
287 2011-03-15 Kevin Ryde <user42@zip.com.au>
289 * help-fns.el (variable-at-point): Skip leading quotes, if any
292 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
294 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
297 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
299 * shell.el (shell): When called interactively, offer to change the
300 shell file name on remote hosts.
302 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
304 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
305 integration for LDAP parameters. The host, base, user or binddn,
306 and secret tokens can be specified in a netrc file, for instance.
307 This is optional because an `auth-source' parameter must be
308 specified in the search attributes.
310 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
312 * help.el (describe-mode): Link to the mode's definition (bug#8185).
314 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
316 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
317 into declaration. Remove redundant and harmful binding.
319 2011-03-12 Eli Zaretskii <eliz@gnu.org>
321 * files.el (file-ownership-preserved-p): Pass `integer' as an
322 explicit 2nd argument to `file-attributes'. If the file's owner
323 is the Administrators group on Windows, and the current user is
324 Administrator, consider that a match.
326 * server.el (server-ensure-safe-dir): Consider server directory
327 safe on MS-Windows if its owner is the Administrators group while
328 the current Emacs user is Administrator. Use `=' to compare
329 numerical UIDs, since they could be integers or floats.
331 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
333 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
335 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
337 Sync with Tramp 2.2.1.
339 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
341 * net/trampver.el: Update release number.
343 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
345 * progmodes/compile.el (compilation--previous-directory): Fix up
346 various nil/dead-marker mismatches (bug#8014).
347 (compilation-directory-properties, compilation-error-properties):
348 Don't call it at a position past the one we're about to change.
350 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
351 Disable obsolescence warnings in the file that declares it.
353 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
355 * allout-widgets.el (allout-widgets-tally): Initialize
356 allout-widgets-tally as a hash table rather than nil to prevent
357 mode-line redisplay warnings.
358 Also, clarify the module description and fix a comment typo.
360 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
362 * help-fns.el (describe-variable): Don't complete keywords.
363 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
365 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
367 * emacs-lisp/package.el (package-version-join): Impose a standard
368 string representation for pre/alpha/beta version lists.
369 (package-unpack-single): Standardize the directory name by passing
370 it through package-version-join.
371 (package-strip-rcs-id): Accept any version string that does not
372 signal an error in version-to-list.
374 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
376 * simple.el (delete-trailing-whitespace): Return nil for the
377 benefit of `write-file-functions'.
379 2011-03-10 Glenn Morris <rgm@gnu.org>
381 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
383 * vc/vc-git.el (vc-git-program): New option.
384 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
385 (vc-git--call): Use it.
387 * eshell/esh-util.el (eshell-condition-case): Doc fix.
389 * cus-edit.el (Custom-newline): If no button at point, look
390 for a subgroup button at start-of-line. (Bug#2298)
392 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
394 2011-03-10 Julien Danjou <julien@danjou.info>
396 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
397 `cursor-type' is nil.
399 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
401 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
403 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
405 * allout.el Summary: Change so yank of distinctive-bullet items
406 preserves the existing header prefix, rebulleting it if necessary,
407 rather than replacing it. This is necessary for proper operation
408 of cooperative addons like allout-widgets.
409 (allout-make-topic-prefix, allout-rebullet-heading): Change
410 SOLICIT arg to INSTEAD, and interpret additionally a string value
411 as alternate bullet to be used, instead of prompting the user for
414 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
416 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
417 Do not use `tramp-file-name-port', because this returns also
418 `tramp-default-port'.
420 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
422 * net/rcirc.el (rcirc-handler-001): Remove useless
423 with-rcirc-process-buffer.
424 (rcirc-check-auth-status): Swap arguments to string-match.
426 2011-03-09 Glenn Morris <rgm@gnu.org>
428 * shell.el (shell-mode):
429 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
431 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
432 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
434 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
436 * emacs-lisp/package.el (package-refresh-contents)
437 (package-menu-execute): Use condition-case-no-debug.
439 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
441 * simple.el (shell-command-to-string): Use `process-file'.
443 * emacs-lisp/package.el (package-tar-file-info): Handle also
446 * emacs-lisp/package-x.el (package-upload-buffer-internal):
447 Use `equal' for upload base check.
449 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
451 * textmodes/texinfo.el (texinfo-environments):
452 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
454 2011-03-08 Glenn Morris <rgm@gnu.org>
456 * cus-start.el (cursor-in-non-selected-windows):
457 Fix :set quoting oddness. (Bug#8192)
459 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
460 in some setf expressions. (Bug#2159)
462 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
464 * custom.el (custom-available-themes): Return themes in
467 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
469 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
470 application of patch from Alan Mackenzie (Bug#7595).
472 2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
474 * net/rcirc.el (rcirc-connect): Fix PASS bug.
476 2011-03-07 Glenn Morris <rgm@gnu.org>
478 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
479 Give an explicit error if failed to make writable. (Bug#6146)
481 2011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
483 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
484 Add optional `after-sunset' argument. (Bug#8190)
486 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
488 * play/morse.el (nato-alphabet, nato-region, denato-region):
489 New variable and functions. (Bug#2288)
490 (morse-region, unmorse-region): Barf if read-only.
492 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
494 * progmodes/gud.el (gdb-script-syntax-propertize-function):
495 Don't change the syntax of a \n that closes a comment (bug#8169).
497 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
499 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
501 (package--update-file): Doc fix. Accept relative file names.
502 (package--archive-contents-from-file): Remove the argument, since
503 it's necessarily always "archive-contents".
504 (package-maint-add-news-item): Pass relative file name args to
505 package--update-file.
506 (package-upload-buffer-internal): Prompt for a destination if
507 package-archive-upload-base is invalid. Create the directory if
509 (package-upload-buffer, package-upload-file): Doc fix.
511 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
513 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
514 and move isearch-yank-line to M-s C-e (Bug#8183).
516 2011-03-06 Alan Mackenzie <acm@muc.de>
518 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
519 (c-guess-basic-syntax): Move CASE 19 to a different place,
520 correctly to process template-args-cont lines.
522 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
524 * calc/calc-ext.el (calc-init-extensions):
525 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
526 and calc-nplevel, respectively. Add keybindings for calc-spn,
527 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
528 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
530 * calc/calc-units.el (calc-dblevel): Rename from
531 calc-logunits-dblevel.
532 (calc-nplevel): Rename from calc-logunits-nplevel.
533 (math-midi-round, math-freqp, math-midip, math-spnp)
534 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
535 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
536 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
537 (math-notes): New variable.
539 * calc/calc.el (calc-note-threshold): New variable.
541 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
543 * emacs-lisp/package.el (package-archives): Accept either ordinary
544 directory names, in addition to HTTP URLs.
545 (package--with-work-buffer): New macro. Handle normal directories.
546 (package-handle-response): Don't display the failing buffer.
547 (package-download-single, package-download-tar)
548 (package--download-one-archive): Use package--with-work-buffer.
549 (package-archive-base): Rename from package-archive-url.
551 2011-03-06 Glenn Morris <rgm@gnu.org>
553 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
554 (xmodmap-generic-mode): Respect generic-extras-enable-list.
556 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
558 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
560 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
562 * allout.el (allout-init, allout-prefixed-keybindings)
563 (allout-unprefixed-keybindings):
564 * progmodes/prolog.el (prolog-find-term):
565 Fix typos in docstrings.
567 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
569 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
571 2011-03-06 Kevin Ryde <user42@zip.com.au>
573 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
575 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
577 * window.el (one-window-p, walk-windows, display-buffer):
578 Doc fixes. (Bug#5567)
580 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
582 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
583 of the variable if it exists.
585 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
592 * net/tramp-cache.el:
593 * obsolete/fast-lock.el:
594 * textmodes/reftex.el:
595 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
597 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
599 * files.el (delete-directory, copy-directory, list-directory):
600 Use read-directory-name.
602 * find-file.el (ff-find-the-other-file):
603 * net/ange-ftp.el (ange-ftp-make-directory):
604 * printing.el (pr-interactive-dir):
605 * progmodes/ada-prj.el (ada-prj-load-directory):
606 * progmodes/ebnf2ps.el (ebnf-print-directory)
607 (ebnf-spool-directory, ebnf-eps-directory)
608 (ebnf-syntax-directory):
610 * speedbar.el (speedbar-create-directory):
611 * vc/emerge.el (emerge-merge-directories):
612 * vc/vc-dir.el (vc-dir):
613 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
615 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
617 * help-mode.el (help-buffer): If we are to return the current
618 buffer, signal an error if it's not in Help mode (Bug#8147).
620 2011-03-05 Reuben Thomas <rrt@sc3d.org>
622 * files.el (file-name-version-regexp): Handle backup files of the
623 form `foo.js.~HEAD~1~' (Bug#8159).
625 2011-03-05 Glenn Morris <rgm@gnu.org>
627 * eshell/esh-var.el: Don't require esh-test when compiling.
628 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
629 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
630 * eshell/esh-test.el: Move to ../../test/eshell.el.
632 2011-03-05 David Engster <deng@randomsample.de>
634 * files.el (save-some-buffers): Report the names of buffers saved
635 automatically due to buffer-save-without-query (Bug#8134).
637 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
639 * net/rcirc.el: Add QuakeNet authentication support.
640 (rcirc-authinfo, rcirc-check-auth-status)
641 (rcirc-authenticate): Support QuakeNet.
643 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
645 * net/rcirc.el: Add functionality to authenticate before
646 autojoining channels.
647 (rcirc-authenticate-before-join): New option.
648 (rcirc-authenticated-hook): New variable.
649 (rcirc-connect): Make local variable rcirc-user-authenticated.
650 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
651 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
653 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
654 Call rcirc-check-auth-status.
656 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
658 * net/soap-client.el (soap-namespace-put-link): Check if the target
659 name is fully qualified -- use only the name part.
660 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
661 types, treated the same as xsd:sequence. (Bug#8166)
663 2011-03-05 Eli Zaretskii <eliz@gnu.org>
665 * files.el (find-file-noselect): Don't ask about re-visiting
666 non-literally if the file is already visited in image-mode.
669 2011-03-05 Glenn Morris <rgm@gnu.org>
671 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
672 (eshell-mode): Use eshell-kill-buffer-function.
673 Run the -initialize functions independently of the -load-hooks.
674 * eshell/esh-proc.el (eshell-kill-process-function): New function.
675 (eshell-gather-process-output, eshell-sentinel)
676 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
677 Use eshell-kill-process-function.
678 * eshell/em-alias.el (eshell-alias-load-hook):
679 * eshell/em-banner.el (eshell-banner-load-hook):
680 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
681 * eshell/em-dirs.el (eshell-dirs-load-hook):
682 * eshell/em-glob.el (eshell-glob-load-hook):
683 * eshell/em-hist.el (eshell-hist-load-hook):
684 * eshell/em-pred.el (eshell-pred-load-hook):
685 * eshell/em-prompt.el (eshell-prompt-load-hook):
686 * eshell/em-rebind.el (eshell-rebind-load-hook):
687 * eshell/em-script.el (eshell-script-load-hook):
688 * eshell/em-smart.el (eshell-smart-load-hook):
689 * eshell/em-term.el (eshell-term-load-hook):
690 * eshell/em-unix.el (eshell-unix-load-hook):
691 * eshell/esh-arg.el (eshell-arg-load-hook):
692 * eshell/esh-cmd.el (eshell-cmd-load-hook):
693 * eshell/esh-ext.el (eshell-ext-load-hook):
694 * eshell/esh-io.el (eshell-io-load-hook):
695 * eshell/esh-mode.el (eshell-exit-hook):
696 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
697 * eshell/esh-var.el (eshell-var-load-hook):
698 Set default hook values to nil. (Bug#5375)
700 * eshell/esh-module.el (eshell-module-unload-hook)
701 (eshell-modules-list): Remove leading * from defcustom docs.
703 * eshell/esh-util.el (eshell-for): Make it obsolete.
704 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
705 * eshell/em-dirs.el (eshell-save-some-last-dir):
706 * eshell/em-hist.el (eshell-save-some-history)
707 (eshell-hist-parse-modifier):
708 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
710 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
711 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
713 * eshell/esh-ext.el (eshell-find-interpreter):
714 * eshell/esh-mode.el (eshell-mode):
715 * eshell/esh-module.el (eshell-unload-extension-modules):
716 * eshell/esh-proc.el (eshell-process-interact):
717 * eshell/esh-test.el (eshell-test):
718 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
719 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
720 (eshell-variables-list):
721 * eshell/eshell.el (eshell-unload-all-modules):
722 Replace eshell-for with dolist.
724 2011-03-04 Glenn Morris <rgm@gnu.org>
726 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
728 2011-03-04 Tom Tromey <tromey@redhat.com>
730 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
732 2011-03-04 Glenn Morris <rgm@gnu.org>
734 * outline.el (outline-regexp): No longer allow nil.
735 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
737 * net/browse-url.el (browse-url):
738 Handle deleted default-directory. (Bug#6077)
740 * recentf.el (recentf-include-p): In case of a buggy predicate,
741 err on the side of including, not excluding. (Bug#5843)
743 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
745 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
748 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
750 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
751 if there is no node. (Bug#3261)
753 2011-03-04 Leo <sdl.web@gmail.com>
755 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
757 * time.el (display-time-world-list): Fix typo. (Bug#7571)
759 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
761 * cus-edit.el (custom-buffer-create-internal):
762 Split search string before passing it to `customize-apropos' (bug#8136).
764 2011-03-04 Drew Adams <drew.adams@oracle.com>
766 * image-dired.el (image-dired-cmd-read-exif-data-options):
767 Fix typo in docstring (bug#8156).
769 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
771 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
773 2011-03-03 Christian Ohler <ohler@gnu.org>
775 * emacs-lisp/ert.el (ert--explain-equal): New function.
776 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
778 (ert--explain-equal-including-properties): Rename from
779 `ert--explain-not-equal-including-properties'. All callers
782 2011-03-03 Christian Ohler <ohler@gnu.org>
784 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
785 (ert-char-for-test-result, ert-string-for-test-result)
786 (ert-run-tests-batch, ert--print-test-for-ewoc):
787 Handle `ert-test-quit'.
789 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
791 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
792 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
794 2011-03-03 Glenn Morris <rgm@gnu.org>
796 * files.el (file-truename): Doc fix. (Bug#2341)
798 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
800 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
802 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
804 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
805 programs output backslashes. (Bug#7663)
807 2011-03-03 Glenn Morris <rgm@gnu.org>
809 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
810 (mail-mode): Remove mail-sent-via from the doc.
811 (mail-sent-via): Make it obsolete. (Bug#1776)
813 * progmodes/grep.el (grep-highlight-matches): Doc fix.
814 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
816 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
817 with no parents. (Bug#8025)
819 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
821 * password-cache.el (password-in-cache-p): Add autoload.
823 2011-03-02 Glenn Morris <rgm@gnu.org>
825 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
826 * dired-x.el (Man-support-local-filenames): Autoload it.
827 (dired-guess-shell-alist-default): Also handle Red Hat's man.
829 * dired-x.el (dired-default-directory-alist, dired-default-directory):
831 (dired-smart-shell-command): Just call dired-current-directory.
833 * dired-x.el (dired-jump-other-window): Add autoload.
834 (dired-default-directory-alist, dired-default-directory): Doc fixes.
835 (dired-default-directory-alist): Mark as risky.
837 * dired-x.el (dired-omit-here-always): Make it obsolete.
839 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
841 * textmodes/artist.el (artist-curr-go): Default to pen-line.
842 (artist-select-op-pen-line): New function.
843 (artist-menu-map): New variable.
844 (artist-mode-map): Add a menu to the menu-bar.
846 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
848 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
851 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
853 (math-logunits-add, math-logunits-mul, math-logunits-divide):
854 (math-logunits-quant, math-logunits-level):
855 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
857 (math-logunits-level): Extract units from ratio.
859 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
861 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
863 2011-03-01 Glenn Morris <rgm@gnu.org>
865 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
866 (diary-hebrew-birthday): Rename and rework functions added
869 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
871 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
872 (diary-hebrew-birthday): New functions.
874 2011-03-01 Glenn Morris <rgm@gnu.org>
876 * dired.el (dired-safe-switches-p): Beef it up.
877 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
879 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
881 * dired.el (dired-safe-switches-p): New function.
883 2011-03-01 Glenn Morris <rgm@gnu.org>
885 * files.el (dir-locals-collect-variables):
886 Add the ability to exclude subdirectories. (Bug#8100)
888 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
890 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
892 * ido.el (ido-everywhere): Doc fix.
895 2011-02-28 Glenn Morris <rgm@gnu.org>
897 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
899 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
901 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
904 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
906 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
908 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
910 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
911 Fix typos in docstrings.
913 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
915 * dired-aux.el (dired-update-file-line):
916 Fix 2010-11-09 change. (Bug#8131)
918 2011-02-28 Eli Zaretskii <eliz@gnu.org>
920 * international/mule-cmds.el (set-default-coding-systems): Use the
921 -unix variant of encoding in default-keyboard-coding-system.
924 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
926 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
928 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
930 * term/screen.el: New file (Bug#2650).
932 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
934 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
935 (pcase-mutually-exclusive-predicates): New var.
936 (pcase--split-consp, pcase--split-pred): Use it.
937 (pcase--split-equal, pcase--split-member): When splitting against
938 a pure predicate, run it to know the outcome.
939 (pcase--u1): Mark vars that are actually used.
940 (pcase--q1): Avoid introducing unused vars.
942 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
944 * calc/calc-ext.el (calc-init-extensions):
945 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
947 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
950 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
951 argument is a variable.
953 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
955 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
956 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
957 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
959 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
961 * password-cache.el (password-in-cache-p): Convenience function to
962 check if a key is in the cache, even if the value is nil.
964 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
966 * emacs-lisp/package-x.el (package--archive-contents-from-url)
967 (package--archive-contents-from-file): New functions.
968 (package-update-news-on-upload): New var.
969 (package-upload-buffer-internal): Extract archive-contents from
970 package-archive-upload-base if it is not found at archive-url.
971 Obey package-update-news-on-upload.
972 (package-upload-buffer, package-upload-file): Doc fix.
974 2011-02-24 Glenn Morris <rgm@gnu.org>
976 * files-x.el (modify-dir-local-variable): Handle dir-locals from
977 the cache, and from non-file sources.
979 * help-fns.el (describe-variable): Return consistent results when a
980 dir-local from a file came from the cache or did not. (Bug#8095)
981 If a dir-local has no associated file, say it came from a "directory".
983 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
984 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
986 * files.el (dir-locals-find-file): Doc fix.
987 Fix the check for cache elements that have no associated file,
988 and the mtime check for those that do. (Bug#8095)
990 * dired-x.el (dired-hack-local-variables):
991 Handle interrupts during hacking local variables. (Bug#5216)
993 * emacs-lisp/autoload.el (autoload-save-buffers)
994 (autoload-find-destination, update-directory-autoloads):
995 Avoid prompts when updating autoloads.
997 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
999 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1001 2011-02-23 Kenichi Handa <handa@m17n.org>
1003 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1004 error when a multipart boundary in the nested multipart is found.
1006 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1009 2011-02-23 Glenn Morris <rgm@gnu.org>
1011 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1012 * dired-x.el (dired-omit-mode): Safe if boolean.
1013 (dired-enable-local-variables): Fix doc and custom type.
1014 (dired-enable-local-variables, dired-local-variables-file)
1015 (dired-hack-local-variables): Make obsolete.
1016 (dired-omit-here-always): Use dir-locals.el instead.
1018 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1020 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1022 * help-fns.el (describe-function-1): Don't signal an error just because
1023 the DOC file disappeared.
1025 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
1027 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1028 remote check to "ftp". (Bug#8089)
1030 2011-02-21 Alan Mackenzie <acm@muc.de>
1033 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1034 in macros finding their way into c-state-nonlit-pos-cache.
1035 Strengthen the comments.
1036 (c-state-dump): New commented out diagnostic routine.
1038 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
1040 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1041 `field' property of `rfn-eshadow-overlay'.
1043 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1045 * net/netrc.el (netrc-parse): Comment fix.
1047 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
1049 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1050 Autoload. Add optional arg FRAME, and pass it to color-values.
1051 (color-complement): Caller changed. Doc fix.
1052 (color-gradient): Rewrite for better clarity and efficiency.
1054 * faces.el (color-values): Use cond for clarity. Doc fix.
1056 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
1058 (list-colors-sort-key, list-colors-print):
1059 Use color-normalized-values.
1061 2011-02-20 Drew Adams <drew.adams@oracle.com>
1063 * color.el: First part of merge from hexrgb.el.
1064 (color-rgb-to-hex): Rename from color-rgb->hex.
1065 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1066 saturation to zero if the value is too small.
1067 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1068 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1069 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1070 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1071 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1072 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1073 (color-cie-de2000): Doc fix.
1075 2011-02-20 Alan Mackenzie <acm@muc.de>
1077 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1078 locating the beginning of a macro. (Bug#7595)
1080 2011-02-20 Glenn Morris <rgm@gnu.org>
1082 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1085 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1086 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1088 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1089 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1091 * progmodes/hideshow.el (hs-find-block-beginning)
1092 (hs-hide-level-recursive): Ignore comments when parsing braces
1095 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1097 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1098 (vc-bzr-pull): Use it.
1100 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1102 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1103 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1104 but returning an alist. Ignore comments in bzr conffile.
1105 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1106 (vc-bzr-error-regex-alist): New var.
1107 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1109 * vc/vc-dispatcher.el (vc-do-async-command):
1110 Bind inhibit-read-only to t.
1112 * progmodes/compile.el (compilation--flush-directory-cache):
1113 Handle the case where cdr of compilation--flush-directory-cache
1114 points to no buffer, which can occur if we previously switched to
1115 compilation-mode in a pregenerated buffer.
1117 2011-02-19 Kenichi Handa <handa@m17n.org>
1119 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1120 get the header copy into the temporary buffer.
1121 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1122 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1123 buffer-file-coding-system to undecided.
1125 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1127 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1128 Document completion with asterisk and a substring.
1130 2011-02-19 Glenn Morris <rgm@gnu.org>
1132 * files.el (find-file-literally): Doc fix.
1134 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1136 * log-edit.el (log-edit-insert-changelog):
1137 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1139 2011-02-19 Glenn Morris <rgm@gnu.org>
1141 * dired-x.el: Don't require dired-aux.
1142 (dired-do-create-files, dired-mark-read-regexp)
1143 (dired-do-create-files-regexp): Autoload from dired-aux.
1145 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1146 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1148 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1149 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1151 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1152 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1153 (dired-clean-up-buffers-too): Declare.
1155 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1156 * dired.el (dired-initial-position): Merge dired-x's version here.
1157 (dired-find-subdir): Declare.
1159 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1160 * dired-aux.el (dired-add-entry): Give it a doc-string.
1161 Merge dired-x's dired-omit handling here.
1162 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1164 * international/mule-diag.el (list-input-methods-1):
1165 Indent all lines of multi-line doc-strings. (Bug#8066)
1167 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
1169 Fix 2011-02-02 changes.
1171 * apropos.el (apropos-print): Call apropos-mode before setting up
1172 buffer variables. Use inhibit-read-only.
1174 * emacs-lisp/package.el (package--list-packages):
1175 Call package-menu-mode before setting up buffer variables.
1177 * play/solitaire.el (solitaire): Call solitaire-mode before
1178 setting up buffer variables. Use inhibit-read-only.
1180 2011-02-18 Lawrence Mitchell <wence@gmx.li>
1182 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1183 Bind case-fold-search to nil when looking for end of here-doc.
1185 2011-02-18 Eli Zaretskii <eliz@gnu.org>
1187 * image-mode.el (image-toggle-display-image):
1188 Set find-file-literally non-nil in buffers visiting binary image
1191 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1193 * files.el (cd): Make completion obey cd-path (bug#7924).
1195 2011-02-18 Glenn Morris <rgm@gnu.org>
1197 * progmodes/prolog.el: Don't require compile when compiling.
1198 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1199 (compilation-forget-errors, compilation-fake-loc)
1200 (compilation-parse-errors-function, compilation-error-list): Declare.
1201 (prolog-inferior-mode): Require 'compile.
1203 * emulation/cua-base.el (pc-selection-mode): Declare.
1205 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1206 (customize-object): Add autoload cookie.
1207 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1208 (eieio-browse, describe-class, eieio-describe-class)
1209 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1210 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1211 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1212 * Makefile.in (autoloads): Make eieio.el writable.
1214 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1215 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1216 (dired-hack-local-variables): Use inhibit-read-only.
1217 (dired-guess-default): Simplify.
1218 (dired-make-relative-symlink): Use dotimes.
1219 (dired-simultaneous-find-file): Use dolist.
1220 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1221 (dired-x-hands-off-my-keys): Doc fix.
1222 (dired-x-bind-find-file): Doc fix. Use remapping.
1223 (after-init-hook): No need to add dired-x-bind-find-file.
1224 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1225 No need to call expand-file-name.
1226 (dired-filename-at-point): Remove unused locals `end', `filename'.
1228 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1230 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1232 2011-02-18 Christian Ohler <ohler@gnu.org>
1234 * emacs-lisp/ert.el (ert--setup-results-buffer)
1235 (ert-results-pop-to-backtrace-for-test-at-point)
1236 (ert-results-pop-to-messages-for-test-at-point)
1237 (ert-results-pop-to-should-forms-for-test-at-point)
1238 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1239 were incorrect and unnecessary. This should make `make check'
1242 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1244 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
1245 (allout-widgets-icons-dark-subdir): Track relocations of icons.
1246 * lisp/allout.el: Remove commentary about remove encryption
1247 passphrase mnemonic support and verification.
1248 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1249 armored text using gpg1, and indicate that the gpg version *might*
1250 be the problem in the error message.
1252 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1254 * net/rcirc.el (rcirc-float-time): New function.
1255 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1256 (rcirc-ctcp-sender-PING): Use it.
1258 2011-02-17 Glenn Morris <rgm@gnu.org>
1260 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1261 (speedbar-update-flag, speedbar-fetch-etags-command)
1262 (speedbar-fetch-etags-arguments):
1263 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1264 (term-completion-autolist, term-completion-addsuffix)
1265 (term-completion-recexact, term-completion-fignore):
1266 * term/sup-mouse.el (sup-mouse-fast-select-window):
1267 * term/x-win.el (x-select-request-type):
1268 Convert some defvars with "*" to defcustoms.
1270 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1272 * vc/vc.el (vc-default-previous-version):
1273 Remove alias that points nowhere. (Bug#4496)
1275 * dired-x.el (dired-clean-up-after-deletion):
1276 kill-buffer does not need save-excursion.
1277 (dired-do-run-mail): Doc fix.
1278 (dired-filename-at-point): Doc fix.
1279 Use looking-at, and skip-chars rather than re search.
1281 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1283 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1285 * allout-widgets.el: New allout extension that shows allout
1286 outline structure with graphical widgets. 'allout-widgets'
1287 customize group is an 'allout' subgroup, for easy discovery.
1289 * allout.el: Include PGP and GnuPG in Keywords, and other
1290 commentary refinements.
1291 (allout-abbreviate-flattened-numbering): Rename to
1292 allout-flattened-numbering-abbreviation, and
1293 define-obsolete-variable-alias the old name.
1294 (allout-flattened-numbering-abbreviation): Rename from
1295 allout-abbreviate-flattened-numbering.
1296 (allout-mode-p): Include among autoloads, for use by other modes
1298 (allout-listify-exposed):
1299 Use allout-flattened-numbering-abbreviation.
1300 (allout-encrypt-string): Use set-buffer-multibyte directly.
1301 (allout-set-buffer-multibyte): Remove.
1303 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1305 * simple.el (just-one-space): Remove useless `or' call.
1307 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1309 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
1310 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1311 (soap-decoded-multi-refs, soap-current-wsdl)
1312 (soap-encoded-namespaces): Rename CL-style *...* variables.
1314 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
1316 * net/soap-client.el: Add "comm" and "hypermedia" to the
1317 keywords. Reflow too long lines.
1319 * net/soap-inspect.el: Ditto. Require 'cl.
1321 2011-02-16 Bastien Guerry <bzg@altern.org>
1323 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1324 in a `doctor-type' argument.
1326 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1328 * net/soap-client.el:
1329 * net/soap-inspect.el: New files.
1331 2011-02-16 Leo <sdl.web@gmail.com>
1333 * dired-x.el (dired-mode-map, dired-extra-startup):
1334 Remove dired-copy-filename-as-kill since it's already in dired.el.
1336 2011-02-16 Glenn Morris <rgm@gnu.org>
1338 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1339 Doc fixes. Add :set property, replacing top-level calls.
1340 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1341 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1342 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1343 (dired-clean-up-after-deletion): Use when and dolist.
1344 (dired-jump): Use unless and when.
1345 (dired-virtual): Use line-end-position.
1346 (dired-default-directory-alist): Rename from default-directory-alist.
1347 (dired-default-directory): Update for above name change.
1348 (dired-vm): Drop VM < 5 and simplify.
1349 (dired-buffer-more-recently-used-p): Rewrite.
1350 (dired-filename-at-point): Use when and or.
1351 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1354 2011-02-15 Glenn Morris <rgm@gnu.org>
1356 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1358 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1360 * vc/vc-git.el (vc-git-root-log-format): New option for
1361 customizing log format.
1362 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1363 (vc-git-log-view-mode): Use it.
1364 (vc-git-expanded-log-entry): New function.
1365 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1367 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1368 customizing log format.
1369 (vc-hg-print-log): Use it.
1370 (vc-hg-expanded-log-entry): New function.
1371 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1372 vc-hg-expanded-log-entry. Truncate lines in root log.
1374 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1376 * vc/log-view.el (log-view-mode-menu):
1377 Add log-view-toggle-entry-display.
1379 2011-02-14 Glenn Morris <rgm@gnu.org>
1381 * dired-x.el: Don't require man when compiling.
1382 (dired-omit-extensions, dired-local-variables-file)
1383 (dired-x-hands-off-my-keys): Make them defcustoms.
1384 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1385 (vm-visit-folder): Declare rather than defining.
1386 (dired-x-help-address, dired-x-variable-list): Remove.
1387 (dired-x-submit-report): Make it an obsolete alias.
1389 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
1391 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1393 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1395 * net/imap.el: Bring it back.
1397 2011-02-13 Alan Mackenzie <acm@muc.de>
1399 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1400 narrow-to-region call that cuts context off the end (Bug#7722).
1402 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1403 Refactor nested if-forms with a simple cond.
1404 (c-forward-<>-arglist): Revert 2011-01-31 change.
1406 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1408 * vc/log-view.el: New command log-view-toggle-entry-display for
1409 toggling log entries between concise and detailed forms.
1410 (log-view-toggle-entry-display): New command.
1411 (log-view-mode-map): Bind RET to it.
1412 (log-view-expanded-log-entry-function): New variable.
1413 (log-view-current-entry, log-view-inside-comment-p)
1414 (log-view-current-tag): New functions.
1415 (log-view-toggle-mark-entry): Use log-view-current-entry and
1416 log-view-end-of-defun instead of searching directly with
1417 log-view-message-re.
1418 (log-view-end-of-defun): Likewise. Add optional ARG for
1419 compatibility with end-of-defun.
1420 (log-view-end-of-defun): Ignore comments and VC buttons.
1422 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1423 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1425 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1427 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1429 * net/imap-hash.el: Remove file.
1431 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1433 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1435 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1438 * net/tramp-imap.el: Remove file.
1440 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1442 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1443 widget library for buttons, just use button.el.
1445 * vc/log-view.el (log-view-mode-map): Don't inherit from
1448 2011-02-12 Glenn Morris <rgm@gnu.org>
1450 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1451 (nintersection, set-difference, nset-difference)
1452 (set-exclusive-or, nset-exclusive-or): Doc fix.
1454 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1456 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1457 :italic props, so that frame-set-background-mode works. (Bug#7966)
1459 * simple.el (next-error): Doc fix.
1461 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1463 * dired-aux.el (dired-create-files): Adapt destination name to
1464 match the new behavior of copy-directory.
1466 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
1468 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1469 from rmail-dont-reply-to-names. Callers changed.
1470 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1471 (rmail-dont-reply-to): Make it an obsolete alias.
1473 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1474 nil, and make obsolete (Bug#7888).
1475 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1477 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1479 * mail/rmailsort.el (rmail-sort-by-correspondent)
1480 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1482 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1484 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1486 * files.el (copy-directory): New argument COPY-CONTENTS for
1487 copying directory contents into another existing directory.
1489 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1491 * minibuffer.el (completion-table-case-fold): New function for
1492 creating a case-insensitive completion table.
1494 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1496 * net/tramp.el (tramp-default-method): Also check if
1497 `auth-source-search' is bound.
1498 (tramp-read-passwd): Use `auth-source-search' instead of
1499 `auto-source-user-or-password'.
1501 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1502 `auto-source-user-or-password.
1503 (tramp-imap-passphrase-callback-function): Use it.
1505 * net/imap-hash.el: Autoload `auto-source-search' instead of
1506 `auto-source-user-or-password.
1507 (imap-hash-open-connection): Use it.
1509 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1510 `auto-source-user-or-password.
1511 (smtpmail-try-auth-methods): Use it.
1513 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1515 * emacs-lisp/package.el: Allow packages to be reinstalled.
1516 (package--write-file-no-coding): Remove EXCL arg.
1517 (package-unpack-single): Don't use it.
1519 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1521 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1522 in each sub directory.
1523 (vc-svn-registered): Use vc-svn-root.
1524 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1525 (vc-svn-repository-hostname): Use "svn info".
1527 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1529 * simple.el (delete-trailing-whitespace): New optional buffer
1532 2011-02-11 Bastien Guerry <bzg@altern.org>
1534 * files.el (basic-save-buffer): save unmodified buffers when
1535 the file pointed by buffer-file-name doesn't exist.
1537 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1539 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1541 2011-02-11 Glenn Morris <rgm@gnu.org>
1543 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1545 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1547 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1549 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1551 * server.el (server-process-filter): Use pcase.
1553 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1555 (smie-indent--parent): Extend to "parent of arg".
1556 (smie-indent-inside-string): New function.
1557 (smie-indent-functions): Use it.
1559 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1560 bzr locking race condition.
1562 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1563 still valid before using it.
1565 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1566 `message' -> `compilation-message' rename (bug#8004).
1568 Move keymap initialization into declaration.
1569 * textmodes/enriched.el (enriched-mode-map):
1570 * textmodes/bib-mode.el (bib-mode-map):
1571 * term/lk201.el (lk201-function-map):
1572 * tar-mode.el (tar-mode-map):
1573 * replace.el (occur-mode-map):
1574 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1575 * progmodes/idlw-help.el (idlwave-help-mode-map):
1576 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1577 * play/solitaire.el (solitaire-mode-map):
1578 * play/snake.el (snake-mode-map, snake-null-map):
1579 * play/pong.el (pong-mode-map):
1580 * play/handwrite.el (menu-bar-handwrite-map):
1581 * play/gametree.el (gametree-mode-map):
1582 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1583 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1584 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1585 (newsticker--url-keymap):
1586 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1587 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1588 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1589 (menu-bar-edit-menu, menu-bar-custom-menu)
1590 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1591 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1592 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1593 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1594 (menu-bar-tools-menu, menu-bar-describe-menu)
1595 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1596 (menu-bar-help-menu):
1597 * mail/rmailsum.el (rmail-summary-mode-map):
1598 * kmacro.el (kmacro-step-edit-map):
1599 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1600 (ibuffer-mode-operate-map):
1601 * hi-lock.el (hi-lock-menu, hi-lock-map):
1602 * emulation/vip.el (vip-mode-map):
1603 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1604 * bookmark.el (bookmark-bmenu-mode-map):
1605 * help-mode.el (help-mode-map): Move initialization into declaration.
1607 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1609 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1610 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1611 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1612 (rcirc-cmd-me, rcirc-authenticate): Use them.
1614 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1616 * allout.el: Synopsis: Change allout user configuration so
1617 auto-activation is controlled solely by customization
1618 `allout-auto-activation'.
1620 (allout-auto-activation-helper, allout-setup): New autoloads
1621 implement new custom set procedure for allout-auto-activation.
1622 Also, explicitly invoke (allout-setup) after allout-auto-activation
1623 is custom-defined, to affect the settings in emacs sessions besides
1624 the few where allout-auto-activation customization is done.
1625 (allout-auto-activation): Use allout-auto-activation-helper to
1626 :set. Revise the docstring.
1627 (allout-init): Reduce functionality to just customizing
1628 allout-auto-activation, and mark obsolete.
1629 (allout-mode): Respect string values for allout-auto-activation.
1630 Run allout-after-copy-or-kill-hook without any args.
1631 (allout-mode, allout-layout, allout-default-layout)
1632 (outlineify-sticky): Adjust docstring for new scheme.
1633 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1634 should concentrate on the kill ring.
1636 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1638 * password-cache.el (password-cache-remove): Accept secrets that are
1641 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1643 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1644 of here-doc that immediately follows a comment.
1646 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1648 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1650 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1652 (rcirc-ctcp-sender-PING): New function.
1654 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1656 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1657 Remove the mark/nomark handling, and activate shift-select-mode instead.
1659 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1661 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1663 * calc/calc-units.el (math-logunits-quant): Add support for
1664 non-logarithmic units.
1666 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1668 * allout.el (allout-after-copy-or-kill-hook): New hook for
1669 extension-specific processing of killed text.
1670 (allout-mode): Include new allout-after-copy-or-kill-hook among
1672 (allout-kill-line, allout-kill-topic): Ensure that processing
1673 after kill happens even if barf-if-buffer-read-only is raised.
1674 Include new allout-after-copy-or-kill-hook among that subsequent
1676 (allout-deannotate-hidden): Actually remove the annotation text
1679 * allout.el (allout-listify-exposed): Copy text sans text properties.
1681 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1683 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1685 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1687 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1689 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1691 * calc/calc.el (calc-logunits-field-reference): Rename from
1692 `calc-default-field-reference-level'.
1693 (calc-logunits-power-reference): Rename from
1694 `calc-default-power-reference-level'.
1696 * calc/calc-units.el (math-logunits-quant): Rename from
1697 `math-logunits-level'
1698 (math-logunits-plus): Rename from math-logcombine.
1699 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1700 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1701 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1703 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1704 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1705 (calc-logunits-quantity): Rename from `calc-level'.
1706 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1707 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1708 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1709 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1710 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1713 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1714 (calc-ul-prefix-help): Remove.
1715 (calc-l-prefix-help): New function.
1716 (calc-full-help): Add reference to `calc-l-prefix-help'.
1718 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1720 * calc/README: Mention logarithmic units.
1722 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1724 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1725 non-ASCII characters (Bug#7925).
1727 2011-02-05 Glenn Morris <rgm@gnu.org>
1729 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1731 * calendar/diary-lib.el (diary-font-lock-keywords):
1732 Tweak diary-time-regexp match. (Bug#7891)
1734 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1735 (f90-mode): Use it for mode's `find-tag-default-function' property.
1737 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1739 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1741 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1743 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1746 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1748 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1749 font-lock-syntax-table remappings.
1750 (sh-here-doc-markers, sh-here-doc-re): Remove.
1751 (sh-font-lock-close-heredoc): Remove.
1752 (sh-syntax-propertize-here-doc): New function.
1753 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1754 instead of the sh-here-doc-re.
1755 (sh-font-lock-paren): Don't do anything in comments or strings.
1756 Handle line continuations. Accept a few more chars.
1757 Don't rely on the font-lock-syntax-table remappings.
1758 `esac' is not a valid pattern.
1759 (sh-syntax-propertize-function): Handle here-docs differently, so we
1760 don't bother syntax-propertizing the insides.
1762 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1763 Handle new bashisms ";&" and ";;&" (bug#7947).
1765 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1767 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1768 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1770 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1772 * net/tramp.el (tramp-postfix-method-format)
1773 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1774 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1775 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1776 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1777 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1780 2011-02-04 Sam Steingold <sds@gnu.org>
1782 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1784 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1786 * international/mule-util.el (with-coding-priority): Doc fix.
1788 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1790 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1792 2011-02-03 Sam Steingold <sds@gnu.org>
1794 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1795 Do not error out when `func' is nil.
1797 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1799 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1800 `tramp-default-remote-path' to the docstring.
1801 (tramp-get-remote-path): Suppress error message when `getconf
1804 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1806 2011-02-03 Glenn Morris <rgm@gnu.org>
1808 * vc/vc-hg.el (vc-hg-command): Doc fix.
1810 * term/w32-win.el (libpng-version): Declare for compiler.
1812 * msb.el: No need to load dired while compiling.
1814 * emacs-lisp/elint.el (elint-standard-variables):
1815 Remove a couple of built-ins that now have doc-strings.
1817 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1818 `require' is automatically `eval-and-compile'd.
1820 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1821 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1823 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1824 Move definition before use.
1825 (strokes-report-bug): Make it obsolete.
1827 2011-02-02 Sam Steingold <sds@gnu.org>
1829 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1830 from `special-mode', entering it makes the buffer read-only, so
1831 call it only when everything has been already inserted.
1832 * emacs-lisp/ert.el (ert--setup-results-buffer)
1833 (ert-results-pop-to-backtrace-for-test-at-point)
1834 (ert-results-pop-to-messages-for-test-at-point)
1835 (ert-results-pop-to-timings): Ditto.
1836 * emacs-lisp/package.el (package--list-packages): Ditto.
1837 * play/solitaire.el (solitaire): Ditto.
1839 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1841 * progmodes/compile.el: Make all faces inherit.
1842 (compilation-warning): Inherit from font-lock-variable-name-face.
1843 (compilation-info): Inherit from font-lock-type-face.
1844 (compilation-line-number): Reassign to font-lock-keyword-face.
1845 (compilation-column-number): Reassign to font-lock-doc-face.
1846 (compilation-leave-directory-face): Reassign to
1847 font-lock-builtin-face.
1849 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1851 * dired.el (dired-insert-directory): Don't invoke `ls' when
1852 ls-lisp.el is used to emulate it.
1854 2011-02-01 Julien Danjou <julien@danjou.info>
1856 * color.el (color-gradient): Add a color-gradient function.
1858 2011-02-01 Sam Steingold <sds@gnu.org>
1860 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1861 bind "z" to `kill-this-buffer'.
1862 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1863 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1864 (apropos-mode): Inherit from `special-mode'.
1865 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1866 * bookmark.el (bookmark-bmenu-mode): Define using
1867 `define-derived-mode' inheriting from `special-mode'.
1868 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1869 * image-mode.el (image-mode-map): Ditto.
1870 * replace.el (occur-mode): Define using
1871 `define-derived-mode' inheriting from `special-mode'.
1872 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1873 * calendar/diary-lib.el (diary-fancy-display-mode):
1874 Inherit from `special-mode-map'.
1875 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1876 Inherit from `special-mode'.
1877 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1879 (package-menu-mode): Define using `define-derived-mode'
1880 inheriting from `special-mode'.
1881 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1882 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1883 (xesam-mode-map): Define separately.
1884 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1885 * progmodes/compile.el (compilation-minor-mode-map)
1886 (compilation-mode-map): Inherit from `special-mode-map'.
1887 * vc/diff-mode.el (diff-mode-shared-map):
1888 Inherit from `special-mode-map'.
1889 * vc/log-view.el (log-view-mode-map): Add a comment.
1891 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1893 * custom.el (load-theme): Define return value. Drop use of
1894 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1895 (custom-theme-load-confirm): Scroll in the correct window.
1896 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1898 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1899 checkbox if load-theme fails.
1901 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1903 * progmodes/compile.el (compilation-next-error): Check there's
1904 a message before using it (bug#7941).
1906 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1908 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1909 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1910 of potential pivots.
1912 2011-01-31 Alan Mackenzie <acm@muc.de>
1914 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1915 Continue parsing if we encounter a naked # (Bug#7595).
1916 (c-beginning-of-statement): Avoid loop in locating the beginning
1917 of a macro. (Not actually committed until 2011-02-20, see above).
1919 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1921 * files.el (copy-directory): Fix arguments to recursive call.
1923 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1925 * files.el (copy-directory): If destination is an existing
1926 directory, copy into a subdirectory there.
1928 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1930 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1933 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1935 * image-dired.el (image-dired-mouse-display-image): No-op if no
1936 file is found (Bug#7817).
1938 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1940 2011-01-31 Kenichi Handa <handa@m17n.org>
1942 * international/quail.el (quail-keyboard-layout-alist):
1943 Remove superfluous SPC for "pc105-uk" (bug#7927).
1945 2011-01-31 Glenn Morris <rgm@gnu.org>
1947 * msb.el (msb-menu-bar-update-buffers): Update for changed
1948 argument handling of menu-bar-select-frame. (Bug#7902)
1950 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1952 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1953 to the recursion depth (Bug#7722).
1955 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1957 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1958 command-line-default-directory (Bug#7872).
1960 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1962 * progmodes/compile.el (compilation--flush-directory-cache):
1963 New function, extracted from compilation--remove-properties.
1964 (compilation--remove-properties, compilation--parse-region): Use it.
1965 (compilation--previous-directory): Handle one more case.
1966 (compilation-enable-debug-messages): Remove.
1967 (compilation-parse-errors, compilation--flush-parse): Just remove the
1968 left over debug messages.
1970 2011-01-31 Sam Steingold <sds@gnu.org>
1972 * progmodes/compile.el (compilation-enable-debug-messages):
1973 Add a variable to make the parsing messages introduced in
1974 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1975 (compilation-parse-errors, compilation--flush-parse): Use it.
1977 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1979 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1980 (rcirc-nick-completion-format): New defcustom.
1981 (rcirc-complete): Use it.
1983 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1985 * net/rcirc.el: Clean log filenames (Bug#7933).
1986 (rcirc-log-write): Use convert-standard-filename.
1987 (rcirc-log-filename-function): Documentation updates.
1989 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1991 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1992 Check report-emacs-bug-can-use-osx-open and use that if t.
1993 (report-emacs-bug-can-use-osx-open): New function.
1994 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1995 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1997 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1999 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2000 updating Dired or VC-dir buffers after async command completes.
2002 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2003 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2005 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2006 completions if it exists. Use vc-set-async-update.
2007 (vc-git-pull): Use vc-set-async-update.
2009 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2010 read-shell-command. Use vc-set-async-update.
2011 (vc-hg-merge-branch): Use vc-set-async-update.
2013 2011-01-29 Daiki Ueno <ueno@unixuser.org>
2015 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2016 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
2019 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2021 * progmodes/compile.el: Avoid an N² behavior in grep.
2022 (compilation--previous-directory): New fun.
2023 (compilation--previous-directory-cache): New var.
2024 (compilation--remove-properties): Flush it.
2025 (compilation-directory-properties, compilation-error-properties):
2026 Use the new fun to speed up looking for the current directory.
2028 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2030 * vc/vc-hg.el (vc-hg-history): New var.
2031 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2032 (vc-hg-merge-branch): New function.
2034 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2035 the other way around.
2037 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2038 (vc-git-merge-branch): New functions.
2039 (vc-git-history): New var.
2041 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2043 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2045 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2046 vc-do-async-command.
2048 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2051 2011-01-28 Leo <sdl.web@gmail.com>
2053 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
2054 highlighting to the "this function is advised" message.
2056 * help-mode.el (help-mode-finish): Apply highlighting here, to
2057 avoid clobbering by substitute-command-keys (Bug#6304).
2059 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2061 * woman.el (woman0-roff-buffer): Process roff escape sequences
2062 occurring prior to the first request (Bug#7843).
2064 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2066 * progmodes/compile.el: Don't use font-lock any more.
2067 (compilation-error-regexp-alist-alist): Change handling of makepp
2068 so it preserves the warning/error distinction on subsequent files.
2069 Simplify various rules.
2070 (compilation-directory-properties): Use font-lock-face.
2071 Add a compilation-message property.
2072 (compilation-internal-error-properties): Use font-lock-face.
2073 Don't set the compilation-debug property here.
2074 (compilation--put-prop, compilation--remove-properties)
2075 (compilation--parse-region, compilation--ensure-parse)
2076 (compilation--ensure-parse): New functions.
2077 (compilation-parse-errors): New function, largely inspired of
2078 compilation-mode-font-lock-keywords. Set compilation-debug here.
2079 (compilation--parsed): New var.
2080 (compilation--flush-parse): Use compilation--ensure-parse.
2081 (compilation-start): Don't call font-lock.
2082 (compilation-turn-on-font-lock): Remove.
2083 (compilation-setup): Don't set font-lock-extra-managed-props not change
2084 other font-lock settings, other than keywords.
2085 Don't activate font-lock-mode.
2086 Set change-major-mode-hook and before-change-functions.
2087 (compilation--unsetup): Remove properties and hooks.
2088 (compilation-next-single-property-change): New function.
2089 (compilation-next-error): Use it to parse when needed.
2090 (compile-goto-error): Parse buffer as needed.
2091 (compilation--compat-error-properties): Don't need a dummy `face'
2094 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2096 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2097 (compilation-process-setup-function): Fix docstring's false promises.
2098 (compilation-error-regexp-alist-alist): Catch omake's continuous
2099 recompilation message and avoid reuse of old markers.
2100 (compilation-parse-errors-function): Declare obsolete.
2101 (compilation-buffer-modtime): Remove.
2102 (compilation--make-cdrloc, compilation--loc->col)
2103 (compilation--loc->line, compilation--loc->file-struct)
2104 (compilation--loc->marker, compilation--loc->visited)
2105 (compilation--make-file-struct, compilation--file-struct->file-spec)
2106 (compilation--file-struct->formats)
2107 (compilation--file-struct->loc-tree): New macros. Use them.
2108 (compilation--message): New defstruct. Use them.
2109 (compilation-next-error-function): Don't mess with timestamps to try
2110 and guess when to reparse.
2112 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2114 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2115 (tex-old-error-file-name): New function,
2116 extracted from tex-compilation-parse-errors.
2117 (tex-compilation-parse-errors): Remove.
2118 (tex-error-regexp-alist): New var.
2119 (tex-shell): Use it to avoid compilation-parse-errors-function.
2121 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2122 (grep-mode-font-lock-keywords): Remove regexp that seems like
2123 a left-over from before we used compile.el.
2124 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2125 modifying the buffer within with-silent-modifications.
2127 * progmodes/compile.el: Cleanup text-properties namespace by using
2128 `compilation-message' instead of `message', `compilation-directory'
2129 instead of `directory', and `compilation-debug' instead of `debug'.
2130 (compilation-last-buffer, compilation-parsing-end)
2131 (compilation-error-list, compilation-old-error-list): Move to the
2132 compatibility part of the code.
2133 (compilation-error-properties): If `file' is a function, let it return
2135 (compilation-mode-font-lock-keywords): Be more conservative with the
2136 omake "^ *" pattern prefix, to try and minimize the risk of
2137 pathologically slow regexp matching.
2138 (compilation-start): Use inhibit-read-only.
2139 (compilation--unsetup): New function.
2140 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2141 (compilation-filter): Minor tweaks.
2142 (compilation-next-error-function): Try and avoid abusing variables.
2143 (compilation--flush-file-structure): New fun.
2144 (compilation-fake-loc): Use it to improve behavior when file is reused.
2145 (debug-ignored-errors): Add "Moved past last ...".
2146 (compilation--compat-error-properties)
2147 (compilation--compat-parse-errors): Rename by doubling the "-".
2149 Port features from the previous prolog.el to the new one.
2150 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2151 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2152 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2153 variable and use a function to compute the value dynamically.
2154 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2155 (prolog-continued-prompt-regexp): Remove, unused.
2156 (prolog-find-value-by-system): Try and use the value of prolog-system
2157 in the *prolog* buffer if it helps.
2158 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2159 (prolog-zip-on): ..and check prolog-system and version here instead.
2160 (prolog-inferior-self-insert-command): New command.
2161 (prolog-inferior-mode-map): Use it.
2162 (prolog-inferior-error-regexp-alist): New var.
2163 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
2164 (prolog-input-filter): Use derived-mode-p.
2165 (prolog-inferior-guess-flavor): New function.
2166 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2167 make-comint to avoid running comint-mode twice.
2168 (prolog-inferior-buffer): New fun.
2169 (prolog-old-process-region, prolog-old-process-file):
2170 Don't call prolog-bsts here...
2171 (prolog-build-prolog-command): ...do it here instead.
2172 (prolog-old-process-region, prolog-old-process-file):
2173 Use compilation-fake-loc and compilation-forget-errors.
2174 (prolog-consult-compile-region): Use bolp.
2176 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2178 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2180 2011-01-27 Sam Steingold <sds@gnu.org>
2182 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2183 Remove "*server*" which is never created by emacs server.
2185 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2187 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2188 there are some diff switches.
2190 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2192 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2193 Copy change made to ruby-font-lock-syntactic-keywords.
2195 * htmlfontify.el: Make it obey the font-lock-face text property.
2196 Miscellaneous cleanup such as:
2197 - Don't hide expressions after a closing paren.
2198 - Move initial setq into let.
2199 - Hoist common parts out of ifs.
2200 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2201 (hfy-face-at): Use get-text-property instead.
2202 (hfy-prop-invisible-p): Use invisible-p if available.
2203 (htmlfontify-manual): Use \\[...].
2204 (hfy-html-quote-regex): Use [...].
2205 (hfy-combined-face-spec): Simplify.
2206 (hfy-compile-face-map): Don't presume point-min==1.
2207 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2208 match end of string.
2209 (hfy-text-p): η-reduce.
2210 (hfy-tags-for-file): Receive cache-hash directly.
2211 (hfy-mark-tag-names): Adjust call.
2213 2011-01-27 Glenn Morris <rgm@gnu.org>
2215 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2216 (msb-after-load-hook): Remove eval-after-load wackiness.
2218 2011-01-25 Sam Steingold <sds@gnu.org>
2220 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2221 literal "diff" (important for windows-nt).
2223 2011-01-25 Glenn Morris <rgm@gnu.org>
2225 * emacs-lisp/copyright.el (copyright-at-end-flag)
2226 (copyright-names-regexp): Add safety properties.
2227 (copyright-year-ranges): New option.
2228 (copyright-find-end): New function, split from copyright-update-year.
2229 (copyright-update-year): Use copyright-find-end.
2230 (copyright-fix-years): Optionally, convert years to ranges.
2231 Handle years continued over comment lines.
2232 Do not mess with the fill-prefix.
2233 Do not call copyright-update.
2234 (copyright-update-directory): Optionally, fix years rather than update.
2235 Skip directories. Find files with only safe local vars.
2237 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
2239 * files.el (file-name-non-special): Only change buffer-file-name after
2240 insert-file-contents if it's `visit'ing the file (bug#7854).
2242 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2244 * dired.el (dired-revert): Doc fix (Bug#7758).
2246 * simple.el (line-move-visual): Doc fix (Bug#7594).
2248 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
2250 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2251 here-doc which ends with an underscore.
2252 (ruby-mode-set-encoding): Skip shebang line always.
2253 (ruby-mode-map): Bind C-c C-c to comment-region.
2254 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
2255 (ruby-forward-sexp): Stop after literal hash key labels.
2256 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2259 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
2261 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2262 the correct buffer (Bug#7650).
2264 2011-01-25 Glenn Morris <rgm@gnu.org>
2266 * comint.el (comint-mode): Doc fix. (Bug#7897)
2268 * simple.el (do-auto-fill): Give it a doc string.
2270 * button.el (make-text-button): Doc fix. (See bug#7881)
2272 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2274 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2275 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2277 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2278 Handle ?" and friends differently (e.g. don't use backrefs).
2280 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2282 * calc/calc.el (calc-default-power-reference-level)
2283 (calc-default-field-reference-level): New variables.
2284 * calc/calc-units.el (math-standard-units): Add dB and Np.
2285 (math-logunits): New variable.
2286 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2287 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
2288 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2290 (math-find-base-units-rec): Add entry for ln(10).
2291 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2292 (calc-ul-prefix-help): New function.
2293 * calc/calc-ext.el (calc-init-extensions): Autoload new units
2294 functions. Add keybindings for new units functions.
2296 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2298 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
2299 rcirc buffers. (Bug#4940)
2301 2011-01-22 Glenn Morris <rgm@gnu.org>
2303 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2304 split out from copyright-update-year.
2305 (copyright-update): Don't mess with the GPL version if we don't own the
2306 copyright. Update license regexp, and remove no longer needed
2308 (copyright-fix-years): Use copyright-find-copyright.
2310 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2312 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2314 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2316 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2317 (lm): Rename to landmark.
2318 (lm-test-run): Rename to landmark-test-run.
2320 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2322 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2323 "Case sensitive" menu item.
2325 2011-01-22 Roland McGrath <roland@frob.com>
2327 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2328 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2330 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2332 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2334 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2336 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2337 Assume foo(bar) is a manpage reference rather than some unquoted
2340 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2342 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2343 Suggested by Flo <sensorflo@gmail.com>.
2345 2011-01-22 Glenn Morris <rgm@gnu.org>
2347 * progmodes/compile.el (compilation-error-regexp-alist):
2348 Fix custom type. (Bug#7812)
2350 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2352 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2353 allout-number-siblings, in keeping with what obtained due to
2354 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2356 (allout-before-change-handler): Better expose spots affected by
2359 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2361 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2363 2011-01-22 Phil Hagelberg <phil@evri.com>
2365 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2366 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2367 (pcmpl-ssh-config-hosts): New function.
2368 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2369 pcmpl-ssh-known-hosts.
2371 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2373 * calc/calc-undo.el (calc-undo): Autoload it.
2374 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2375 and autoload for `calc-undo'.
2376 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2377 * calc/calc-prog.el:
2378 * calc/calc-graph.el:
2379 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
2381 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2383 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2384 keybindings to `calc-undo'.
2386 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2388 Don't mess with *temp*.
2389 * obsolete/spell.el: Move from textmodes/spell.el.
2391 * term.el (term-read-input-ring):
2392 * startup.el (display-startup-echo-area-message):
2393 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2394 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2395 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2398 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2400 * allout.el (allout-institute-keymap): Use fset instead of
2401 reapplying defalias.
2403 (allout-hotspot-key-handler): Check for non-control-modified
2404 bindings for hotspot characters if there are no control-modified
2407 * allout.el: Summary - migrate to defining allout mode using
2408 define-minor-mode instead of defun. Significantly clean-up
2409 internal keymap provisions, refactoring and, in the process,
2410 removing a lot of accumulated cruft.
2412 allout-mode-map is now a keymap by virtue of being a defalias to
2413 allout-mode-map-value, which contains the actual keymap structure.
2415 (allout-mode): Use define-minor-mode rather than defun.
2416 Remove now-unnecessary minor-mode setup activities from the body.
2417 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2418 entry will be '(allout-mode . allout-mode-map) - see
2419 allout-mode-map-value, below. Adjust docstring to track changes.
2420 (allout-minor-mode): Remove this defalias, now that we're using
2422 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2423 keymap is allout-mode-map-value, via defalias.
2424 (allout-mode-map-value): The variable holding the actual mode
2425 keymap structure, by virtue of defalias from allout-mode-map.
2426 (allout-compose-and-institute-keymap): Rename from
2427 allout-bind-keys, and including the binding-composition
2428 functionality of the former produce-allout-mode-map and
2429 allout-setup-mode-map.
2430 (allout-institute-keymap): Take over the "setup" part of the former
2431 allout-setup-mode-map. Reassign allout-mode-map-value value and
2432 update the defalias.
2433 (allout-command-prefix, allout-prefixed-keybindings)
2434 (allout-unprefixed-keybindings):
2435 Use allout-compose-and-institute-keymap to process the bindings.
2436 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
2437 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
2438 user can customize if they want to use that binding.
2439 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2440 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
2441 elided that, previously, instead of the one for \C-h.)
2442 (allout-hotspot-key-handler): Remove attempt to resolve the key
2443 through the literal key-string lookup on allout-keybindings-list.
2444 That probably hasn't worked for a Long Time, and removal of
2445 allout-keybindings-list further simplifies the keybindings situation.
2446 (allout-pre-command-business): Use allout-mode-map-value instead
2448 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2449 the bindings if they want to use a keybinding having a trailing
2450 \C-h. No deprecation needed since this feature was never in a release.
2451 (allout-keybindings-list): Remove. It's not been useful for a
2452 while. (See allout-hotspot-key-handler changes, above.)
2453 (produce-allout-mode-map): Remove. Consolidate into
2454 allout-compose-and-institute-keymap.
2455 (allout-mode-map-adjustments): Remove. No longer necessary with
2456 removal of allout-preempt-trailing-ctrl-h.
2457 (allout-setup-mode-map): Remove. Consolidate into
2458 allout-compose-and-institute-keymap and allout-institute-keymap.
2460 2011-01-20 Glenn Morris <rgm@gnu.org>
2462 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2464 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2466 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2468 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2470 * files.el (find-alternate-file, basic-save-buffer)
2471 (basic-save-buffer-2, revert-buffer, recover-file)
2472 (kill-buffer-ask, abort-if-file-too-large)
2473 (set-visited-file-name, write-file, backup-buffer)
2474 (basic-save-buffer, save-some-buffers):
2475 * dired-aux.el (dired-compress-file): Callers changed.
2477 2011-01-19 Glenn Morris <rgm@gnu.org>
2479 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2480 Also check the property status. (Bug#7861)
2482 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
2484 * net/tramp.el (tramp-debug-message): Extend function exclude
2485 list. Use `regexp-opt'.
2487 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2489 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2490 highlighting doesn't spill over subsequent lines.
2492 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2493 keymap expression. Improve docstring.
2495 * electric.el (electric-indent-post-self-insert-function):
2496 Don't auto-indent for indent-to-left-margin, it's too often
2499 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2501 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2502 spaces if the frame was resized, so that the full visible buffer
2503 serves as canvas for strokes.
2505 2011-01-16 Glenn Morris <rgm@gnu.org>
2507 * info-xref.el (info-xref-docstrings): Replace cl function.
2508 Also skip directories.
2510 2011-01-16 Kevin Ryde <user42@zip.com.au>
2512 * info-xref.el: Version 3.
2513 (info-xref-check, info-xref-check-all): Move commentary details
2514 into docstrings for better visibility.
2515 Use compilation-mode for the results buffer.
2516 (info-xref-output, info-xref-output-error, info-xref-with-output)
2517 (info-xref-filename, info-xref-in-progress):
2518 New internals for this.
2519 (info-xref-check-list, info-xref-check-buffer)
2520 (info-xref-check-all-custom): Use those.
2521 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2522 (info-xref-output-heading): Rename from info-xref-filename-heading.
2523 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2524 (info-xref-filename-heading): Move to output managing section.
2525 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2526 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2527 (info-xref-subfile-p): Move to generic section with those two.
2528 (info-xref-check-node): New function split from
2529 info-xref-check-buffer, shared by info-xref-docstrings.
2530 (info-xref-goto-node-p): Move to a checking section with that func.
2531 (info-xref-unavail): New counter.
2532 (info-xref-check-node): Use it.
2533 (info-xref-with-output): Show count of unavailables at end of output.
2534 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2535 symlinks. Exclude .texi files. Exclude Emacs backup files.
2536 (info-xref-check-all-custom): Fix quietening viper-mode and
2537 gnus-registry-install -- use setq not let so as not to unbind
2540 2011-01-16 Juri Linkov <juri@jurta.org>
2542 * isearch.el (isearch-abort): Don't quit if search has
2543 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2545 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2547 * files.el (backup-buffer): Make last-resort backup file in
2548 .emacs.d (Bug#6953).
2550 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2551 make it with permission 700.
2553 2011-01-15 Kenichi Handa <handa@m17n.org>
2555 * mail/rmailmm.el (rmail-mime-insert-header):
2556 Set rmail-mime-coding-system to a cons whose car is the last coding
2557 system used to decode the header.
2558 (rmail-mime-find-header-encoding): New function.
2559 (rmail-mime-insert-decoded-text):
2560 Override rmail-mime-coding-system if it is a cons.
2561 (rmail-show-mime): If only a header part was decoded, find the
2562 coding system while ignoring mm-charset-override-alist.
2564 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2566 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2568 2011-01-15 Kenichi Handa <handa@m17n.org>
2570 * mail/rmailmm.el (rmail-mime-next-item)
2571 (rmail-mime-previous-item): Delete them.
2572 (rmail-mime-shown-mode): Recursively call for children.
2573 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2575 (rmail-mime-raw-mode): Recursively call for children.
2576 (rmail-mode-map): Change mapping of tab and backtab to
2577 forward-button and backward-button respectively.
2578 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2580 (rmail-mime-update-tagline): New function.
2581 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2582 body display is changed.
2583 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2584 (rmail-mime-image): Delete this button type.
2585 (rmail-mime-toggle): New button type.
2586 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2587 body display is changed. Change the save button label to "Save".
2588 Don't process show/hide button here.
2589 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2590 the body display is changed. Unconditionally call
2591 rmail-mime-insert for children.
2592 (rmail-mime-handle): Update `display' vector of the just inserted
2594 (rmail-mime-process): If mail-header-parse-content-type returns
2595 nil, use "text/plain" as the fallback type.
2596 (rmail-mime-insert): For raw-mode, recursively call
2597 rmail-mim-insert for children.
2598 (rmail-mime): Handle the case that the current buffer is not rmail
2599 buffer (e.g. in summary buffer).
2601 2011-01-15 Kenichi Handa <handa@m17n.org>
2603 * mail/rmailmm.el (rmail-mime-next-item)
2604 (rmail-mime-previous-item): Skip the body of a non-multipart
2605 entity if a tagline is shown.
2607 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2609 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2610 (tmm-prompt): Simplify.
2611 (tmm-add-prompt): Remove unused var `win'.
2613 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2614 to minor mode which used nil accidentally to mean "turn off".
2616 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2618 * net/tramp-sh.el (tramp-find-inline-compress)
2619 (tramp-get-inline-coding): Quote command after pipe symbol for
2620 local calls under W32. (Bug#6784)
2622 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2624 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2625 only when running under W32.
2627 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2629 * progmodes/grep.el (grep-compute-defaults): Quote the program
2630 file name after the pipe symbol in Grep templates. (Bug#6784)
2631 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2633 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2635 * buff-menu.el (Buffer-menu-buffer-list): New var.
2636 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2637 restricted buffer list is not lost on revert (Bug#7749).
2639 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2641 * net/ldap.el (ldap-search-internal): Discard stderr output.
2643 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2645 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2647 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2649 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2651 2011-01-15 Kenichi Handa <handa@m17n.org>
2653 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2654 part as a plain text.
2655 (rmail-mime-process-multipart): Set the default content-type to
2656 nil for unknown multipart subtypes (bug#7651).
2658 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2660 * hexl.el (hexl-mode-old-*): Remove.
2661 (hexl-mode--old-var-vals): New var to replace them.
2662 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2663 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2664 Use them to set local vars (bug#7846).
2665 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2666 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2667 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2669 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2670 (smerge-resolve--normalize-re): New var.
2671 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2672 (smerge-resolve): Use them.
2673 * newcomment.el (comment-only-p): New function.
2674 (comment-or-uncomment-region): Use it.
2676 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2678 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2679 table, get the value before switching to the output buffer. (Bug#7733)
2681 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2683 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2685 2011-01-14 Kim F. Storm <storm@cua.dk>
2687 * emulation/cua-base.el (cua--init-keymaps):
2688 Remap exchange-point-and-mark in cua-global-keymap.
2690 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2692 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2695 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2697 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2699 (easy-menu-create-menu, easy-menu-convert-item-1):
2700 Use :label rather than nil for labels. Use `case'.
2701 Add :enable as alias for :active.
2702 (easy-menu-binding): Obey :label.
2704 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2706 Use run-mode-hooks for major mode hooks (bug#513).
2707 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2708 Rename from reftex-toc-map.
2709 (reftex-toc-mode): Use define-derived-mode.
2710 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2711 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2712 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2713 (reftex-select-label-mode, reftex-select-bib-mode):
2714 Use define-derived-mode.
2715 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2716 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2717 Move init into delcaration.
2718 (reftex-index-mode, reftex-index-phrases-mode):
2719 Use define-derived-mode.
2720 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2721 speedbar-syntax-table. Move init into declaration.
2722 (speedbar-mode-map): Rename from speedbar-key-map.
2723 Move init into declaration.
2724 (speedbar-file-key-map): Move init into declaration.
2725 (speedbar-mode): Use define-derived-mode.
2726 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2727 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2728 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2729 (chart-face-list): Move initialization into declaration.
2730 (chart-mode): Use define-derived-mode.
2731 * calculator.el (calculator-mode-map): Move init into declaration.
2732 (calculator-mode): Use define-derived-mode.
2734 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2735 work for nested comments.
2737 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2738 (prolog-use-prolog-tokenizer-flag): Change default when
2739 syntax-propertize can be used.
2740 (prolog-syntax-propertize-function): New var.
2741 (prolog-mode-variables): Move make-local-variable into `set'.
2742 Don't make comment-column local since we don't set it.
2743 Set comment-add (as it was in previous prolog.el). Use dolist.
2744 Set syntax-propertize-function.
2745 (prolog-mode, prolog-inferior-mode):
2746 Call prolog(-inferior)-menu directly, not through the mode-hook.
2747 (prolog-buffer-module, prolog-indent-level)
2748 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2749 (prolog-comment-limits, prolog-goto-comment-column):
2750 Use line-(end|beginning)-position.
2751 (prolog-build-prolog-command): Tighten up regexp.
2752 (prolog-consult-compile): Move make-local-variable into `set'.
2753 (prolog-consult-compile-filter, prolog-goto-next-paren)
2754 (prolog-help-on-predicate, prolog-clause-info)
2755 (prolog-mark-predicate): Don't let+setq.
2756 (prolog-indent-line): Use indent-line-to.
2757 Only call prolog-goto-comment-column if necessary.
2758 (prolog-indent-level): Use bobp.
2759 (prolog-first-pos-on-line): Remove, not used any more.
2760 (prolog-in-string-or-comment): Use syntax-ppss if available.
2761 (prolog-help-on-predicate): Use read-string.
2762 (prolog-goto-predicate-info): Simplify.
2763 (prolog-read-predicate): Use `default' rather than `initial'.
2764 (prolog-temporary-file): Use make-temp-file to close a security hole.
2765 (prolog-toggle-sicstus-sd): New command.
2766 (prolog-electric-underscore, prolog-variables-to-anonymous):
2767 Use dynamic-scoping as it was meant.
2768 (prolog-menu): Move menu definitions to top-level.
2769 Use a toggle-button for Sicstus's source debugger.
2770 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2772 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2773 Move other menu definition to top-level.
2775 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2777 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2778 name. Keep original document's directory as default-directory
2780 (doc-view-initiate-display): Fall back to normal mode when
2781 doc-view-mode cannot be enabled, also when extracting the document
2782 text into a separate buffer (bug#6446).
2784 * simple.el (shell-command): Don't error out if shell command
2785 buffer contains text with non-nil read-only property when erasing
2788 2011-01-13 Kim F. Storm <storm@cua.dk>
2790 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2791 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2792 items when cycling through the matches.
2794 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2796 * dired-x.el (dired-omit-verbose): New defcustom that allows
2797 disabling the omit messages.
2798 (dired-omit-expunge): Use it.
2800 2011-01-13 Christian Ohler <ohler@gnu.org>
2802 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2804 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2806 * font-lock.el (font-lock-verbose): Default to nil.
2808 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2810 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2811 (compose-mail): New arg RETURN-ACTION.
2812 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2814 * mail/sendmail.el (mail-return-action): New var.
2815 (mail-mode): Make it buffer-local.
2816 (mail-bury): Obey it. Move special Rmail window handling to
2818 (mail, mail-setup): New arg RETURN-ACTION.
2819 (sendmail-user-agent-compose): Move from simple.el.
2821 * mail/rmail.el (rmail-mail-return): New function.
2822 (rmail-start-mail): Pass it to compose-mail.
2824 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2826 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2827 menus. Add menu item for customize-themes.
2829 * cus-theme.el (customize-themes):
2830 * emacs-lisp/package.el (package--list-packages):
2831 Use switch-to-buffer.
2833 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2835 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2837 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2839 * progmodes/prolog.el: Fix up coding convention and such.
2840 (prolog-indent-width): Use the same default as in
2841 previous prolog.el rather than tab-width which depends on which buffer
2842 is current when the file is loaded.
2843 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2845 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2846 (prolog-known-systems): Remove.
2847 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2848 Move initialization into declaration.
2849 (prolog-mode-map): Move initialization into declaration.
2850 Remove system-specific mode-map vars, since they referred to the same
2852 (prolog-mode-variables): Obey the user's preference w.r.t
2853 adaptive-fill-mode. Prefer symbol-value to `eval'.
2854 (prolog-mode-keybindings-edit): Add compatibility bindings.
2855 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2856 (mercury-mode-map): New var.
2857 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2858 (prolog-ensure-process, prolog-process-insert-string)
2859 (prolog-consult-compile): Use with-current-buffer.
2860 (prolog-guess-fill-prefix): Simplify data flow.
2861 (prolog-replace-in-string): New function to use instead of
2863 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2864 (prolog-uncomment-region): Use `uncomment-region' when available.
2865 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2866 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2867 of int-to-char and char-to-int.
2868 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2870 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2872 * progmodes/prolog.el: Replace by a whole new file.
2874 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2876 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2877 (declare-function, undefined, insert-for-yank)
2878 (replace-regexp-in-string): Follow checkdoc's recommendations.
2880 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2882 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2883 refreshing the diary buffer.
2885 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2887 * allout.el: Add 2011 to the file copyright.
2888 (allout-encrypt-string): Prevent encryption from adding an extra
2889 newline at the end of the topic body.
2890 (allout-version): Increment to 2.3.
2892 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2894 * net/dbus.el (dbus-unregister-service): Complete doc.
2895 Fix call of dbus-error signal.
2896 (dbus-register-property): Use `dont-register' keyword.
2898 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2900 * net/dbus.el (dbus-unregister-service): Translate returned
2901 integer into a symbol.
2902 (dbus-register-property): Use `dbus-register-service' to do the
2905 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2907 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2908 Suggested by Joakim Verona.
2910 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2912 * wid-edit.el (visibility): Replace :on-image and :off-image
2913 widget properties with :on-glyph and :off-glyph, for consistency
2914 with the `visibility' widget.
2915 (widget-toggle-value-create, widget-visibility-value-create):
2916 Merge into a single function `widget-toggle-value-create'.
2918 * cus-edit.el (custom-variable-value-create, custom-visibility)
2919 (custom-face-edit-value-create, custom-face-value-create):
2920 Replace :on-image and :off-image widget properties with :on-glyph and
2921 :off-glyph, for consistency with the `visibility' widget.
2923 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2925 * net/ldap.el (ldap-search-internal): Don't use eval.
2927 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2929 * subr.el (read-char-choice): Use read-key.
2931 * custom.el (custom-safe-themes): Rename from
2932 custom-safe-theme-files. Add :risky tag.
2933 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2934 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2936 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2938 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2939 from Search and add a label to Undo.
2941 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2942 inappropriate buttons and adding :vert-only tags.
2944 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2945 removal of Help tool-bar button. Remove Undo button for space.
2947 * info.el (info-tool-bar-map): Add :vert-only tags.
2949 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2951 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2952 image backend support. Either of them is fine.
2954 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2956 * subr.el (y-or-n-p): Doc fix.
2958 * custom.el (custom-safe-theme-files): New defcustom.
2959 (custom-theme-load-confirm): New function.
2960 (load-theme): Load theme using `load', confirming with
2961 custom-theme-load-confirm if necessary.
2963 * subr.el (read-char-choice): New function, factored out from
2964 dired-query and hack-local-variables-confirm.
2966 * dired-aux.el (dired-query):
2967 * files.el (hack-local-variables-confirm): Use it.
2969 * dired-aux.el (dired-compress-file):
2970 * files.el (abort-if-file-too-large, find-alternate-file)
2971 (set-visited-file-name, write-file, backup-buffer)
2972 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2973 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2974 Use new format string args for y-or-n-p and yes-or-no-p.
2976 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2978 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2979 [gcc-include]: Tighten file name match, add match for column
2981 [gnu]: Remove unused group.
2983 2011-01-08 Glenn Morris <rgm@gnu.org>
2985 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2987 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2989 2011-01-07 Sam Steingold <sds@gnu.org>
2991 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2992 the `explicit-shell-file-name' because that is the
2993 non-interactive shell.
2995 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2997 * subr.el (y-or-n-p): Accept format string args.
2999 2011-01-07 Glenn Morris <rgm@gnu.org>
3001 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3003 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3005 * allout.el (allout-back-to-current-heading): Ensure return to
3006 the visible containing topic, rather than a collapsed one.
3007 (allout-view-change-hook): Remove hook that was deprecated long ago.
3008 (allout-exposure-change-hook): Remove documentation remarks
3009 concerning removed allout-view-change-hook.
3010 (allout-flag-region): Remove invocation of and documentation
3011 remarks concerning allout-view-change-hook.
3013 2011-01-06 Glenn Morris <rgm@gnu.org>
3015 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3016 (vc-bzr-annotate-extract-revision-at-line):
3017 Handle authors with embedded spaces. (Bug#7792)
3019 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3021 * doc-view.el (doc-view-image-width): New variable.
3022 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3023 backend for PNG images, and do dynamic rescaling instead of
3024 reconverting the whole doc.
3026 2011-01-05 Glenn Morris <rgm@gnu.org>
3028 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3030 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3032 * allout.el: Reconcile with changes in line movement behavior for
3033 long text lines that cross more than a single physical window
3034 line, ie when truncate-lines is nil.
3035 (allout-next-visible-heading): Provide for change in line-move
3036 behavior on long lines when truncate-lines is nil. In that case,
3037 line-move can wind up on the same textual line when it moves to
3038 the next window line, and moving to the bullet position after the
3039 move yields zero advancement. Add logic to detect and compensate
3040 for the lack of progress.
3041 (allout-current-topic-collapsed-p): move-end-of-line respect for
3042 field boundaries is different when operating with body lines
3043 shorter than window width versus ones greater than window width,
3044 which can yield false negatives in this function. Avoid
3045 difference by applying move-end-of-line while field-text-motion is
3048 2011-01-04 Glenn Morris <rgm@gnu.org>
3050 * textmodes/rst.el (rst-compile-toolsets):
3051 Add pdf and s5 to option alist.
3053 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3055 * net/dbus.el (dbus-register-property): Add optional parameter
3056 dont-register-service. Updated docstring accordingly.
3058 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3060 * textmodes/rst.el (rst-compile-pdf-preview)
3061 (rst-compile-slides-preview): Remove extra line.
3063 2011-01-04 Glenn Morris <rgm@gnu.org>
3065 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3066 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3067 default to `prog' without a .py extension.
3068 (rst-compile-pdf-preview, rst-compile-slides-preview):
3069 Use program names from rst-compile-toolsets, rather than hard-coding.
3070 (rst-portable-mark-active-p): Fix presumed typo.
3072 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3074 * term/w32-win.el (dynamic-library-alist): Set up correctly for
3075 libpng versions both before and after 1.4.0. (Bug#7716)
3077 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3079 * time.el (display-time-mode): Mention display-time-interval in
3080 the doc string. (Bug#7713)
3082 2011-01-02 Kenichi Handa <handa@m17n.org>
3084 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3085 condition-case and return an error message string if something
3087 (rmail-show-mime): Adjust for the above change. Insert the
3088 header by rmail-mime-insert-header.
3090 2011-01-02 Kenichi Handa <handa@m17n.org>
3092 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3093 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3094 (rmail-mime-mbox-buffer)
3095 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3096 (rmail-mime-entity): Argument changed. All codes handling an
3097 entity object are changed.
3098 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
3100 (rmail-mime-entity-children, rmail-mime-entity-handler)
3101 (rmail-mime-entity-tagline): New functions.
3102 (rmail-mime-message-p): New function.
3103 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3104 (rmail-mime-entity-segment, rmail-mime-next-item)
3105 (rmail-mime-previous-item, rmail-mime-shown-mode)
3106 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3107 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
3108 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3110 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3111 (rmail-mime-insert-decoded-text): New function.
3112 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3113 (rmail-mime-insert-image): Argument changed. Caller changed.
3114 (rmail-mime-image): Call rmail-mime-toggle-hidden.
3115 (rmail-mime-set-bulk-data): New function.
3116 (rmail-mime-insert-bulk): Argument changed.
3117 (rmail-mime-multipart-handler): Return t.
3118 (rmail-mime-process-multipart): Argument changed.
3119 Handle "multipart/alternative" here.
3120 (rmail-mime-process): Argument changed.
3121 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3122 (rmail-mime-insert): Argument changed. Handle raw display mode.
3123 (rmail-mime): Argument changed. Handle toggling of raw display
3125 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3126 rmail-mime-view-buffer.
3127 (rmail-insert-mime-forwarded-message): Likewise.
3128 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3130 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3131 non-nil, handle the header in rmail-show-mime-function.
3133 2011-01-02 Leo <sdl.web@gmail.com>
3135 * help-fns.el (describe-variable): Fix previous change.
3137 2011-01-02 Juri Linkov <juri@jurta.org>
3139 * isearch.el (isearch-lazy-highlight-error): New variable.
3140 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3141 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3142 to the current value of `isearch-error' (Bug#7468).
3144 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3146 * help-fns.el (describe-variable): Don't emit trailing whitespace
3149 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3151 * textmodes/rst.el (rst-compile-pdf-preview)
3152 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3154 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3156 * emulation/edt-mapper.el: Override mapping of function keys so
3157 that the later call to read-key-sequence works.
3159 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3161 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3162 Unix EOLs. (Bug#7589)
3164 2011-01-02 Leo <sdl.web@gmail.com>
3166 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3167 if point is not behind eshell-last-output-end (Bug#7585).
3169 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3171 * files.el (file-local-variables-alist):
3172 Make permanent-local (bug#7767).
3174 2011-01-02 Glenn Morris <rgm@gnu.org>
3176 * version.el (emacs-copyright): Set short copyright year to 2011.
3178 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3180 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3181 an existing temp buffer. (Bug#7746)
3183 2011-01-02 Glenn Morris <rgm@gnu.org>
3185 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3186 multiple addresses. (Bug#7760)
3188 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3190 * allout.el (allout-auto-fill): Do not infinitely recurse - use
3191 do-auto-fill if everything points back to allout-auto-fill.
3192 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3193 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3195 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
3197 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3200 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3202 * doc-view.el (doc-view-set-doc-type): New function refactored
3204 (doc-view-fallback-mode): New function.
3205 (doc-view-mode): Use it.
3206 (doc-view-mode-maybe): New function that checks if doc-view-mode
3207 can be used and falls back to the next best mode otherwise.
3209 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3210 DVI, OpenDocument, and MS Office files.
3212 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3214 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3216 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3218 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3219 on a copy of auto-mode-alist, because that deletes with side
3222 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3224 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3225 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
3226 fallback instead of hard coding fundamental mode.
3228 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3230 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3231 Office) files also for searching.
3233 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3235 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3236 Office) files. Not yet enabled via auto-mode-list.
3237 (doc-view-unoconv-program): New custom variable.
3238 (doc-view-mode-p): Handle new odf document type.
3239 (doc-view-odf->pdf): New conversion function.
3240 (doc-view-convert-current-doc): Call it for odf files.
3241 (doc-view-mode): Recognize newly supported file extensions.
3243 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
3245 * net/tramp.el (tramp-default-method-alist)
3246 (tramp-default-user-alist)
3247 (tramp-local-host-regexp, tramp-prefix-domain-format)
3248 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3251 * net/tramp-gvfs.el:
3253 * net/tramp-imap.el:
3255 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3256 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3258 2010-12-29 Karl Fogel <kfogel@red-bean.com>
3260 * saveplace.el (save-place-alist-to-file): Save list sorted and
3261 pretty-printed, so that it is mergeable by line-based text merging,
3262 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3264 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3266 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
3267 (allout-mode): Argument "toggle" => "force".
3268 Refine the docstring.
3269 Remove special provisions for reactivation, besides the 'force'
3271 Consolidate layout provisions coce directly into the activation
3272 condition branch, now that we've removed those provisions.
3273 (allout-unload-function): Explicitly activate the mode before
3274 deactivating, if it's initially deactivated.
3275 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3276 warnings for version of function used only where
3277 set-buffer-multibyte is unavailable.
3279 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
3281 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3282 are handled by the menu-bar entries. As before, don't use
3283 :visibile to avoid changing the tool-bar.
3285 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3287 * net/secrets.el (secrets-delete-alias): New defun.
3289 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3291 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3292 methods, otherwise ~/.ssh/config would be ignored.
3294 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3296 * emacs-lisp/rx.el: Make it a superset of sregex.
3297 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3298 of args, add `regex' alias.
3299 (rx-info): Add arg to distinguish head and standalone forms.
3300 (rx-check, rx-form): Pass the corresponding arg.
3302 (rx-repeat): Make it work for any number of args.
3303 (rx-syntax): Make it accept syntax chars as is.
3304 * obsolete/sregex.el: Move from emacs-lisp/.
3305 * emacs-lisp/re-builder.el: Remove sregex support.
3306 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3308 2010-12-25 Eli Zaretskii <eliz@gnu.org>
3310 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3311 PRIMARY first, then the clipboard. (Bug#7699)
3313 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3315 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3318 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3320 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3321 .emacs.elc (Bug#7530).
3323 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3324 image spec (Bug#7480).
3326 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3328 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
3329 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3332 2010-12-20 Leo <sdl.web@gmail.com>
3334 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3335 always be performed (Bug#7680).
3337 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
3339 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3340 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3343 * color.el: Move from gnus/.
3345 * vc/diff.el (diff-better-file-name): Function deleted.
3346 abbreviating file names causes problems with shell-quote-argument.
3347 (diff-no-select): Just use expand-file-name.
3349 * tool-bar.el (tool-bar--image-expression): New function.
3350 (tool-bar-local-item, tool-bar--image-exp): Use it.
3351 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3352 Use :enable instead of :visible to avoid changing the tool-bar
3353 configuration unnecessarily.
3355 * info.el (info-tool-bar-map): Add separators.
3357 2010-12-17 Ken Brown <kbrown@cornell.edu>
3359 * loadup.el: Use version numbers in Cygwin build.
3361 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3363 * ido.el (ido-file-internal): Ask for confirmation before
3364 overwriting an existing file (Bug#1238).
3366 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
3368 * tool-bar.el (tool-bar-setup): Add separators.
3370 * menu-bar.el (featurep): Use menu-bar-separator.
3372 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3374 Migrate allout encryption provisions from pgg to epg.
3376 * allout.el (allout-toggle-current-subtree-encryption)
3377 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3378 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3379 for simpler universal argument interpretation.
3380 (allout-toggle-subtree-encryption): Adjust docstring to describe
3381 changed encryption provisions. Change fetch-pass to keymode-cue, for
3382 simpler universal argument interpretation. Remove provisions for
3383 handling key type and identity - they'll all be within
3384 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3385 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3386 for keypair recipients (universal argument > 1) and, in addition,
3387 associating the specified recipients with the outline (universal
3388 argument > 4) using a file local variable setting for
3389 'epa-file-encrypt-to'.
3390 Require epa, for recipients handling.
3391 Change how regexp filtering elements are named.
3392 Describe the problem with caching of incorrect symmetric-decryption
3394 Use the epa-passphrase-callback-function, in case the user is using
3396 Support saving of the selected keypair recipients when invoked with a
3398 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3400 Establish epg-context with armoring and default epg-protocol.
3401 Remove all passphrase cache, verification, and hinting code.
3402 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3403 No longer used, delete.
3404 (allout-mode): Adjust docstring to describe changed encryption
3405 provisions. Describe the problem with caching of incorrect
3406 symmetric-decryption keys.
3407 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3408 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3409 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3410 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3413 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3415 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3416 key selection prompt; make 'silent as default (Bug#7487).
3418 2010-12-16 Leo <sdl.web@gmail.com>
3420 * eshell/eshell.el (eshell-directory-name):
3421 Use locate-user-emacs-file (Bug#7578).
3423 2010-12-15 Glenn Morris <rgm@gnu.org>
3425 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3427 2010-12-15 Jari Aalto <jari.aalto@cante.net>
3428 Scott Evans <gse@antisleep.com>
3430 * rect.el (rectange--default-line-number-format)
3431 (rectangle-number-line-callback): New functions.
3432 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3434 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
3436 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3437 Delete unused variables.
3438 (move-to-column-force): Remove function obsolete since 21.2.
3440 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3442 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3443 (tramp-handle-insert-file-contents): Do not set permanent-local
3446 * net/tramp-cache.el (tramp-persistency-file-name):
3447 Use `locate-user-emacs-file' if fboundp.
3449 * net/tramp-sh.el (tramp-methods): Add "ksu".
3450 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3453 2010-12-14 Glenn Morris <rgm@gnu.org>
3455 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3456 (find-tag-marker-ring): Declare.
3457 (js-find-symbol): Require etags.
3459 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3461 (mail-alias-file): Don't autoload. Doc fix.
3462 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3463 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3464 Mark as obsolete, and risky.
3465 (mail-setup): Simplify.
3467 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3468 * mail/sendmail.el (build-mail-aliases): Update autoload.
3470 * dired.el (dired-trivial-filenames, dired-chown-program)
3471 (dired-auto-revert-buffer): Remove autoload cookies.
3472 * mail/sendmail.el (mail-recover-1): Require 'dired.
3474 * dired.el (dired-subdir-switches, dired-chown-program)
3475 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3476 Make into defcustoms.
3477 (dired-chown-program): Simplify initialization.
3479 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3481 2010-12-13 Romain Francoise <romain@orebokech.com>
3483 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3485 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3487 * net/netrc.el (netrc-point-at-eol): Remove the unused
3488 netrc-point-at-old and netrc-bound-and-true-p bindings.
3489 (netrc-parse): Cache the netrc contents.
3491 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3493 * subr.el (posn-col-row): Evaluate header-line-format in the
3494 context of the POSITION window's buffer.
3496 2010-12-13 Glenn Morris <rgm@gnu.org>
3498 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3499 (with-silent-modifications): Doc fixes.
3501 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3503 * net/tramp.el (tramp-action-password, tramp-process-actions):
3504 Revert previous from. Use `save-restriction'.
3506 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3508 * calendar/diary-lib.el (diary-list-sexp-entries):
3509 Handle case of no newline at end of file. (Bug#7536)
3511 2010-12-13 Glenn Morris <rgm@gnu.org>
3513 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3515 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3517 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3518 (tramp-process-actions): Do not widen.
3520 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3521 Protect buffer-modified value. (Bug#7557)
3523 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3525 * log-edit.el (log-edit-changelog-entries):
3526 Regexp quote filename. (Bug#7505)
3528 2010-12-13 Tom Breton <tehom@panix.com>
3530 * cus-edit.el (custom-save-all):
3531 Bind print-length and print-level to nil. (Bug#7581)
3533 2010-12-13 Glenn Morris <rgm@gnu.org>
3535 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3536 Run hooks to update menu contents. (Bug#7586)
3538 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3539 file names, for the sake of MS Windows. (Bug#7588)
3541 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3543 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3544 empty lines without a leading space.
3546 2010-12-13 Leo <sdl.web@gmail.com>
3548 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3549 while mapping over marks (Bug#6810).
3551 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3553 * image-dired.el (image-dired-db-file)
3554 (image-dired-temp-image-file, image-dired-gallery-dir)
3555 (image-dired-temp-rotate-image-file): Set default values relative
3556 to image-dired-dir (Bug#7518).
3558 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3560 * format.el (format-decode-run-method): Pass args FROM and TO, not
3561 point-min and point-max, to shell-command-on-region (Bug#7488).
3563 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3565 * frame.el (blink-cursor-mode): Make default t for ns.
3567 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3569 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3571 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3573 * comint.el (comint-dynamic-list-input-ring)
3574 (comint-dynamic-complete-filename)
3575 (comint-replace-by-expanded-filename)
3576 (comint-dynamic-simple-complete)
3577 (comint-dynamic-list-filename-completions)
3578 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3580 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3583 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3585 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3588 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3590 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3593 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3595 * files.el (file-relative-name): Handle UNC file names on
3596 DOS/Windows. (Bug#4674)
3598 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3600 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3601 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3602 (epg-context-set-passphrase-callback): Mention that the callback
3603 is not called when used with GnuPG 2.x.
3605 2010-12-13 Glenn Morris <rgm@gnu.org>
3607 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3608 Ensure ps-footer-font-size-internal is initialized.
3609 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3611 2010-12-13 Kenichi Handa <handa@m17n.org>
3613 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3614 within condition-case.
3615 (rmail-show-mime): Don't use condition-case.
3616 (rmail-search-mime-message): New function.
3617 (rmail-search-mime-message-function): Set to
3618 rmail-search-mime-message.
3620 2010-12-13 Leo <sdl.web@gmail.com>
3622 * ido.el (ido-common-initialization): New function. (bug#3274)
3624 (ido-completing-read): Call it.
3626 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3628 * bookmark.el (bookmark-name-from-full-record): Rename back to
3629 this original name from `bookmark-name-from-record' reverting part
3630 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3631 As Drew Adams pointed out, there was no reason to cause churn for
3632 third-party callers. (Bug#7609)
3634 2010-12-12 Alan Mackenzie <acm@muc.de>
3636 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3637 template arglist, check that the current language supports this.
3639 2010-12-11 Glenn Morris <rgm@gnu.org>
3641 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3642 state of the file matches. (Bug#7544)
3643 (vc-bzr-register, vc-bzr-checkin)
3644 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3645 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3647 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3649 2010-12-11 Karel Klíč <kklic@redhat.com>
3651 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3653 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3655 Derive from prog-mode, use derived-mode-p, and fix up various
3656 minor style issues in lisp/progmodes.
3658 * progmodes/vhdl-mode.el (vhdl-mode):
3659 * progmodes/verilog-mode.el (verilog-mode):
3660 * progmodes/vera-mode.el (vera-mode):
3661 * progmodes/sql.el (sql-mode):
3662 * progmodes/scheme.el (scheme-mode):
3663 * progmodes/perl-mode.el (perl-mode):
3664 * progmodes/octave-inf.el (inferior-octave-mode):
3665 * progmodes/autoconf.el (autoconf-mode):
3666 * progmodes/m4-mode.el (m4-mode):
3667 * progmodes/inf-lisp.el (inferior-lisp-mode):
3668 * progmodes/idlwave.el (idlwave-mode):
3669 * progmodes/icon.el (icon-mode):
3670 * progmodes/idlw-help.el (idlwave-help-mode):
3671 * progmodes/dcl-mode.el (dcl-mode):
3672 * progmodes/idlw-shell.el (idlwave-shell-mode):
3673 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3674 (ebrowse-member-mode, ebrowse-electric-position-mode):
3675 Use define-derived-mode.
3677 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3678 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3679 (xscheme-debugger-mode-p, xscheme-send-string-1):
3680 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3681 (tcl-load-file, tcl-restart-with-file):
3682 * progmodes/ps-mode.el (ps-run-running):
3683 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3684 * progmodes/js.el (js--get-all-known-symbols):
3685 * progmodes/inf-lisp.el (inferior-lisp-proc):
3686 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3687 (idlwave-template, idlwave-update-buffer-routine-info)
3688 (idlwave-update-current-buffer-info)
3689 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3690 (idlwave-scan-class-info, idlwave-fix-keywords)
3691 (idlwave-list-buffer-load-path-shadows):
3692 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3693 (idlwave-toolbar-remove):
3694 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3695 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3696 (idlwave-shell-menu-def):
3697 * progmodes/idlw-complete-structtag.el
3698 (idlwave-prepare-structure-tag-completion):
3699 * progmodes/gud.el (gud-set-buffer):
3700 * progmodes/f90.el (f90-backslash-not-special):
3701 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3703 * progmodes/xscheme.el (xscheme-start)
3704 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3705 * progmodes/which-func.el (which-function):
3706 * progmodes/vhdl-mode.el (vhdl-set-style):
3707 * progmodes/verilog-mode.el (verilog-set-compile-command)
3708 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3709 (verilog-set-define, verilog-auto-reeval-locals):
3710 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3711 * progmodes/simula.el (simula-mode):
3712 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3713 * progmodes/python.el (python-check, python-mode):
3714 * progmodes/prolog.el (prolog-mode-variables):
3715 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3716 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3717 * progmodes/delphi.el (delphi-mode):
3718 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3719 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3720 (c-font-lock-init): Move make-local-variable to their setq.
3722 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3723 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3725 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3726 (sh-set-shell): Don't set require-final-newline since it's already done
3728 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3729 since we never set it.
3730 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3731 Use read-string and standard prompt.
3732 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3733 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3734 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3735 (meta-common-mode-map): Rename from meta-mode-map.
3736 Remove C-m binding, which is a user preference, not mode specific.
3737 (meta-common-mode): New major mode; replace meta-common-initialization.
3738 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3739 around with font-lock.
3740 * progmodes/etags.el (select-tags-table-mode):
3741 Derive from special-mode.
3742 * progmodes/octave-mod.el (octave-mode):
3743 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3744 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3745 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3746 Let define-derived-mode do its job.
3747 * progmodes/cpp.el (cpp-edit-mode-map):
3748 Move initialization into declaration.
3749 (cpp-edit-mode): Use define-derived-mode.
3750 (cpp-edit-load): Use derived-mode-p.
3751 * progmodes/mixal-mode.el (mixal-mode):
3752 * progmodes/f90.el (f90-mode):
3753 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3754 require-final-newline since prog-mode does it already.
3755 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3756 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3757 * progmodes/antlr-mode.el: Require cc-mode upfront.
3758 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3760 (antlr-directory-dependencies, antlr-show-makefile-rules):
3762 (antlr-language-option): Don't assume point-min==1.
3763 (antlr-mode): Use define-derived-mode.
3764 * progmodes/ada-mode.el: Use derived-mode-p.
3765 (ada-mode): Use define-derived-mode.
3766 Use hack-local-variables-hook.
3768 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3770 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3771 (texinfo-mode): Don't disable adaptive-fill-mode.
3772 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3773 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3774 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3775 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3776 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3777 (texinfo-insert-@quotation, texinfo-insert-@samp)
3778 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3779 (texinfo-insert-@uref): Use define-skeleton.
3780 (texinfo-insert-@-with-arg): Delete.
3782 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3784 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3785 nil, do quote archive member names. (Bug#6144)
3787 2010-12-10 Glenn Morris <rgm@gnu.org>
3789 * files.el (diff-no-select): Declare.
3791 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3792 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3794 * comint.el (comint-input-ring-file-name): Doc fix.
3796 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3798 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3800 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3801 Use them instead of `nil' and `>', respectively.
3802 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3804 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3805 and menu-bar-positive-p instead of `nil' and `>', respectively.
3808 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3810 * whitespace.el (whitespace-newline-mode): Code fix.
3812 2010-12-09 Glenn Morris <rgm@gnu.org>
3814 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3815 Rename functions without commas, update callers.
3817 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3819 * whitespace.el (whitespace-cleanup-region):
3820 Clean up spaces before tabs. (Bug#7582)
3822 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3824 * bookmark.el: Adjust parameter names and doc strings to resolve
3825 confusion over whether "bookmark" meant a bookmark name or a
3826 bookmark record. Along the way, shorten one function's name for
3827 similar reasons. (Issue #7548)
3828 (bookmark-name-from-record): New name for
3829 `bookmark-name-from-full-record'. All callers changed.
3830 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3831 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3832 (bookmark-get-annotation, bookmark-set-annotation)
3833 (bookmark-get-filename, bookmark-set-filename)
3834 (bookmark-get-position, bookmark-set-position)
3835 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3836 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3837 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3838 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3839 Rename `bookmark' parameter to `bookmark-name-or-record', to
3840 clearly show its role, and shorten or adjust doc strings accordingly.
3841 (bookmark-set-name): Same, and pass the parameter directly to
3842 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3843 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3844 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3845 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3846 and in some cases shorten doc string accordingly.
3847 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3848 and `new-name', and adjust an internal variable to avoid confusion.
3849 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3850 parameter in doc string.
3852 2010-12-08 Glenn Morris <rgm@gnu.org>
3854 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3855 from gdb's history file. (Bug#7575)
3857 * mail/emacsbug.el (report-emacs-bug):
3858 Try to handle some other mail clients.
3860 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3862 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3863 Use string-prefix-p.
3864 (file-name-version-regexp): New var.
3865 (file-name-sans-versions):
3866 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3867 (jka-compr-get-compression-info): Use dolist.
3868 (jka-compr-compression-info-list): Don't bother specifying
3869 version/backup regexps.
3871 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3873 * simple.el (just-one-space): Make argument n default to 1 if
3876 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3878 * electric.el (electric-indent-post-self-insert-function):
3879 Delete trailing newlines even if we don't reindent.
3881 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3883 * minibuffer.el (completion-at-point): Remove the `arg'.
3884 * bindings.el (complete-symbol): Move back from minibuffer.el.
3886 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3888 * simple.el (just-one-space): Delete newlines for negative arg.
3890 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3892 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3893 (ansi-color-filter-apply): Simplify.
3894 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3896 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3898 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3900 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3902 * dired.el (dired-use-ls-dired): Set default to a special
3903 "unspecified" value.
3904 (dired-insert-directory): When called the first time, check
3905 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3907 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3909 * replace.el: Add "collect" feature to occur.
3910 (occur-collect-regexp-history): New var.
3911 (occur-read-primary-args): Return a replace string for nlines,
3913 (occur): Extend the meaning of nlines.
3915 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3917 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3918 (which-func-update-1): Distinguish symbols from strings.
3919 (which-function): Stay within 80 columns.
3921 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3923 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3925 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3927 (comment-style): Use comment-styles's docs to describe values.
3929 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3931 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3932 and ns-show-prefs (Bug#7535).
3934 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3935 bindings (Bug#7535).
3937 2010-12-03 Glenn Morris <rgm@gnu.org>
3939 * nxml/nxml-mode.el: Require rng-nxml.
3940 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3941 Remove declarations.
3943 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3944 * nxml/rng-nxml.el, nxml/rng-valid.el:
3945 Remove leading `*' from defcustom docs.
3947 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3948 (normal-top-level-add-to-load-path, tty-handle-args):
3949 Convert comments to basic doc-strings.
3951 * net/browse-url.el (browse-url-url-at-point)
3952 (browse-url-default-browser): Remove autoload cookies.
3954 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3955 Remove more undefined cl functions.
3957 * vc/diff.el (diff-sentinel): Make new arguments optional.
3958 * ibuf-ext.el (diff-sentinel): Update declaration.
3960 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3962 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3963 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3964 (epg-context-set-passphrase-callback): Mention that the callback
3965 is not called when used with GnuPG 2.x.
3967 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3969 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3970 (tramp-file-name-port): Check also for `tramp-default-port'.
3971 (tramp-get-connection-name): New defun.
3972 (tramp-get-connection-process): Use it.
3973 (tramp-debug-message): Extend function exclude list.
3974 (tramp-drop-volume-letter): Fix doc string.
3976 * net/tramp-cmds.el: Remove solved todo item.
3979 * net/tramp-gvfs.el:
3981 * net/tramp-imap.el:
3982 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3983 and `tramp-default-user-alist', respectively.
3985 * net/tramp-gw.el (tramp-gw-open-connection):
3986 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3988 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3989 `tramp-file-name-port'.
3991 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3992 and "psftp". Exchange "%k" marker with options.
3993 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3994 Compute size of link target.
3995 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3996 `tramp-current-*' up due to gateway methods. Optimize computing of
3997 copy arguments. Use `tramp-get-connection-name' and
3998 `tramp-get-connection-buffer'. Improve debug messages.
3999 (tramp-compute-multi-hops): Remove port determination.
4000 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4002 * net/trampver.el: Update release number.
4004 2010-12-02 Glenn Morris <rgm@gnu.org>
4006 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4007 Avoid infinite loop over windows. (Bug#7492)
4009 * progmodes/flymake.el (flymake-check-file-limit):
4010 Allow nil to mean "no limit".
4011 (flymake-check-patch-master-file-buffer): Update for above change.
4012 Allow a .tex file-name extension to be optional.
4013 (flymake-master-tex-init): Also match \include statements.
4015 2010-11-30 Sam Steingold <sds@gnu.org>
4017 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4018 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4019 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4020 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4021 define-derived-mode').
4022 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4023 users who want to call `nxml-parent-document-set'.
4025 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4027 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4028 stand-alone lines, since that is handled by log-edit-match-to-eoh
4031 2010-11-27 Eduard Wiebe <usenet@pusto.de>
4033 * dired.el (dired-get-filename): Replace backslashes with slashes
4034 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4035 * locate.el (locate-default-make-command-line): Don't consider
4036 drive letter and root directory part of
4037 `directory-listing-before-filename-regexp'. (Bug#7308)
4038 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4040 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4042 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4043 of :smie-open/close-alist.
4044 (smie-next-sexp): Make it accept a "start token" as argument.
4045 (smie-indent-keyword): Be careful not to misidentify tokens that span
4046 more than one line, as empty lines. Add argument `token'.
4048 2010-11-27 Kenichi Handa <handa@m17n.org>
4050 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4051 multipart subtypes, insert all as usual.
4053 * mail/rmail.el: Require rfc2047.
4055 2010-11-27 Kenichi Handa <handa@m17n.org>
4057 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4058 (rmail-mime-entity-disposition)
4059 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4060 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4061 (rmail-mime-save): Handle the case that the button's `data' is a
4063 (rmail-mime-insert-text): New function.
4064 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
4065 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4066 (rmail-mime-insert-bulk): New function mostly copied from the old
4067 rmail-mime-bulk-handler.
4068 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4069 (rmail-mime-process-multipart): New function mostly copied from
4070 the old rmail-mime-multipart-handler.
4071 (rmail-mime-show): Just call rmail-mime-process.
4072 (rmail-mime-process): New function mostly copied from the old
4074 (rmail-mime-insert-multipart, rmail-mime-parse)
4075 (rmail-mime-insert, rmail-show-mime)
4076 (rmail-insert-mime-forwarded-message)
4077 (rmail-insert-mime-resent-message): New functions.
4078 (rmail-insert-mime-forwarded-message-function): Set to
4079 rmail-insert-mime-forwarded-message.
4080 (rmail-insert-mime-resent-message-function): Set to
4081 rmail-insert-mime-resent-message.
4083 * mail/rmailsum.el: Require rfc2047.
4084 (rmail-header-summary): Handle multiline Subject: field.
4085 (rmail-summary-line-decoder): Change the default to
4086 rfc2047-decode-string.
4088 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4089 (rmail-mime-feature): Change the default to `rmailmm'.
4090 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4091 (rmail-display-labels): Likewise.
4092 (rmail-show-message-1): Check rmail-enable-mime, and use
4093 rmail-show-mime-function for a MIME message. Decode the headers
4094 according to RFC2047.
4096 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4098 * progmodes/which-func.el (which-func-imenu-joiner-function):
4099 Return a string, as expected.
4100 (which-function-mode): Make sure we stop any previous timer before
4103 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
4105 * net/tramp.el (tramp-default-method-alist)
4106 (tramp-default-user-alist, tramp-default-proxies-alist):
4107 Adapt custom options type. (Bug#7445)
4109 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4111 * progmodes/python.el: Add Ipython support (Bug#5390).
4112 (python-shell-prompt-alist)
4113 (python-shell-continuation-prompt-alist): New options.
4114 (python--set-prompt-regexp): New function.
4115 (inferior-python-mode, run-python, python-shell):
4116 Require ansi-color. Use python--set-prompt-regexp to set the comint
4117 prompt based on the Python interpreter.
4118 (python--prompt-regexp): New var.
4119 (python-check-comint-prompt)
4120 (python-comint-output-filter-function): Use it.
4121 (run-python): Use a pipe (Bug#5694).
4123 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4125 * progmodes/python.el (run-python): Doc fix.
4126 (python-keep-current-directory-in-path): New var (Bug#7454).
4128 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4130 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4131 Prompt user before actually printing.
4133 2010-11-27 Glenn Morris <rgm@gnu.org>
4135 * startup.el (package-enable-at-startup, package-initialize):
4136 Remove unnecessary declarations.
4138 2010-11-27 Eli Zaretskii <eliz@gnu.org>
4140 * international/characters.el (glyphless-char-display-control):
4141 Exclude newline and TAB from the c0-control group.
4143 2010-11-27 Glenn Morris <rgm@gnu.org>
4145 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4146 (expand-mail-aliases): Remove unnecessary autoload.
4148 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4150 * shell.el (shell-dir-cookie-re): Move definition before use.
4152 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4153 Replace undefined CL functions.
4155 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4157 * simple.el (prog-mode): Set bidi-paragraph-direction to
4160 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4162 2010-11-26 Glenn Morris <rgm@gnu.org>
4164 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4165 diary-outlook-formats can be sensitive to calendar-date-style.
4166 (diary-outlook-formats): Simplify the default setting.
4167 (diary-from-outlook-internal): Pass subject and body as arguments.
4168 Use dolist rather than dotimes. Don't save the diary buffer.
4169 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4170 Pass subject and body as explicit arguments to the -internal function.
4172 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4174 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4175 parsing them. This makes mailto:...?subject=foo\nbar work.
4177 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4179 * vc/diff.el (diff): Fix last change.
4181 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4183 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4184 (pcase--dontcare-upats): New var.
4185 (pcase-let, pcase-let*): Generate better code.
4186 Accept the same bodies as `let'.
4187 (pcase-dolist): New macro.
4188 (pcase--trivial-upat-p): New helper function.
4189 (pcase--expand): Strip leading "(let nil" if any.
4191 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4193 * mail/mailclient.el (browse-url): Require.
4194 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4195 use the external browser function to send the mail (bug#7469).
4197 * net/browse-url.el (browse-url-browser-function): Revert the
4198 default back to the previous value, since the new value broke
4200 (browse-url-mailto-function): New variable for mailto: URLs.
4201 (browse-url): Use the new variable for mailto: URLs.
4203 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4205 * eshell/esh-cmd.el (eshell-parse-command):
4206 * eshell/esh-arg.el (eshell-parse-arguments):
4207 * eshell/em-script.el (eshell-source-file):
4208 Use with-silent-modifications.
4210 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4212 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4213 for a merge location.
4215 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4216 (vc-bzr-merge-branch): Always prompt.
4217 (vc-bzr-async-command): Use the full branch filename.
4219 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4221 * shell.el (shell): Use current-buffer by default if it's already
4222 a shell mode buffer and its process is dead.
4223 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
4225 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4227 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4228 Mention that the keywords should be comma separated.
4230 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4232 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4233 Accept optional prefix arg meaning to prompt for a command.
4234 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4235 prefix arg meaning to prompt for a command.
4236 (vc-pull): Alias for vc-update.
4238 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4239 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4240 (vc-bzr-merge-branch): New functions, implementing merge-branch
4241 and pull operations.
4243 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4245 * Makefile.in: Fix up last merge.
4247 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4248 (diff-sentinel): Get them as arguments instead.
4249 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4250 (diff-file-local-copy, diff-better-file-name): New funs.
4251 (diff-no-select): Rename from diff-into-buffer.
4252 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4253 Prefer closures to buffer-local variables.
4254 (diff): Adjust accordingly.
4255 (diff-buffer-with-file): Move from files.el.
4256 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4257 (diff-buffer-internal): Remove.
4258 (diff-buffer-buffer): Remove.
4259 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4260 the buffer name used, and so as not to mess up windows and frames.
4262 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4264 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4265 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4266 (diff-buffer-with-file): Use it.
4267 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4270 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4272 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4273 \ref's or \pageref's value as default instead of initial input.
4275 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
4277 * files.el (backup-by-copying-when-mismatch): The default value is
4280 * startup.el (normal-top-level):
4281 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4282 `backup-by-copying-when-mismatch'.
4284 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4286 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4288 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4290 * progmodes/python.el (python-font-lock-keywords):
4291 Highlight top-level augmented assignments (Bug#6445).
4293 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4295 * term/ns-win.el (ns-right-control-modifier)
4296 (ns-right-command-modifier): Defvar them.
4298 * cus-start.el (all): Add ns-right-control-modifier and
4299 ns-right-command-modifier (Bug#7458).
4301 2010-11-20 Glenn Morris <rgm@gnu.org>
4303 * emacs-lisp/authors.el (authors-ignored-files)
4304 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4306 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4308 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4309 (report-emacs-bug-parse-query-results)
4310 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4311 keywords used for querying the bug database to show them in the
4312 existing bugs buffer.
4314 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4316 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4318 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4320 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4322 * international/characters.el (glyphless-char-display-control):
4323 Make it a defcustom, with update-glyphless-char-display as its
4325 (top level): Don't call update-glyphless-char-display.
4327 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4329 Sync with Tramp 2.2.0.
4331 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4332 `file-remote-p' (due to compatibility).
4334 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4335 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4337 * net/trampver.el: Update release number.
4339 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4341 * faces.el (glyphless-char): Define value for `pc'.
4343 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4345 Implemented a bug querying mechanism.
4346 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
4347 (report-emacs-bug-create-existing-bugs-buffer)
4348 (report-emacs-bug-parse-query-results)
4349 (report-emacs-bug-query-existing-bugs): New functions.
4351 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4353 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4354 a \ref{} or \pageref{} macro, then use its value as initial input.
4356 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4358 * calc/calc-units.el (math-build-units-table-buffer):
4359 calc/README: Mention that the TeX specific units won't use the
4360 `tex' prefix in TeX mode.
4361 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4362 prefix for units in TeX mode.
4364 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4366 * simple.el (kill-new, kill-append, kill-region):
4367 * comint.el (comint-kill-region): Make the yank-handler argument
4370 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4372 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4373 that are both openers (resp. closers) and something else.
4374 (smie-grammar): Loosen definition of valid values.
4375 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4376 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4377 (smie-indent-after-keyword): Adjust users.
4378 (smie-indent-keyword): Don't indent empty lines.
4380 * vc-hg.el (vc-hg-program): New var.
4381 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4382 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4384 2010-11-18 Glenn Morris <rgm@gnu.org>
4386 * emacs-lisp/autoload.el (autoload-find-destination): The function
4387 coding-system-eol-type may return non-numeric values. (Bug#7414)
4389 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
4391 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4393 2010-11-18 Eli Zaretskii <eliz@gnu.org>
4395 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4397 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
4399 * textmodes/picture.el (picture-mouse-set-point): Don't use
4400 posn-col-row; explicitly compute the motion based on the posn at
4401 the window-start (Bug#7390).
4403 2010-11-18 Glenn Morris <rgm@gnu.org>
4405 * novice.el (disabled-command-function):
4406 Fix 2009-11-15 change. (Bug#7384)
4408 2010-11-18 Glenn Morris <rgm@gnu.org>
4410 * calendar/calendar.el (diary-iso-date-forms): Make elements
4411 mutually exclusive. (Bug#7377)
4413 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4415 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4416 when filling the remaining "unconstrained" values.
4418 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4420 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4423 * files.el (safe-local-variable-p): Gracefully handle errors.
4425 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4426 Use smie-indent-virtual when indenting relative to an opener.
4427 (smie-rule-separator): Use smie-rule-parent.
4428 (smie-indent-keyword): Consult rules, even for openers at bol.
4429 (smie-indent-comment-close): Try to align closer's content.
4431 2010-11-18 Glenn Morris <rgm@gnu.org>
4433 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4435 2010-11-18 Glenn Morris <rgm@gnu.org>
4437 * printing.el (pr-menu-bind): Doc fix.
4439 * speedbar.el (speedbar-toggle-images): Doc fix.
4441 * progmodes/python.el (python-shell): Doc fix.
4443 * wid-edit.el (widget-field-use-before-change)
4444 (widget-use-overlay-change): Doc fixes.
4446 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4448 Minor cleanup to improve style.
4449 * textmodes/rst.el (rst-update-section): Use point-marker.
4450 (rst-get-decoration): Eliminate unneeded assignment.
4451 (rst-promote-region, rst-straighten-decorations)
4452 (rst-section-tree, rst-adjust): Use point-marker.
4453 (rst-toc-mode-mouse-goto): Avoid setq.
4454 (rst-shift-region-guts, rst-shift-region-left)
4455 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4456 (rst-convert-bullets-to-enumeration): Use copy-marker.
4458 * minibuffer.el (completion-fail-discreetly): New var.
4459 (completion--do-completion): Use it.
4461 * electric.el (electric-pair-pairs): New var.
4462 (electric-pair-post-self-insert-function): Use it.
4463 (electric-layout-post-self-insert-function): Don't insert a before
4464 newline unless it's actually needed.
4466 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4468 * progmodes/python.el (run-python): Explain why we remove the current
4469 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4471 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4473 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4475 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4476 (octave-mode-map): Don't bind ;, SPC, and LF.
4477 (octave-auto-indent, octave-auto-newline): Remove.
4478 (electric-layout-rules): Declare.
4479 (octave-mode): Set electric-layout-rules.
4480 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4481 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4482 (octave-electric-space): Remove.
4484 * electric.el (electric-layout-mode): New minor mode.
4485 (electric--after-char-pos): New function.
4486 (electric-indent-post-self-insert-function): Use it.
4487 (electric-layout-rules): New var.
4488 (electric-layout-post-self-insert-function): New function.
4489 (electric-indent-mode): Make them interact better.
4491 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4493 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4494 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4495 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4497 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4499 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4500 Make sure to check inside the word (Bug#6761).
4502 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4504 * startup.el (command-line): If the cursorColor resource is set,
4505 change the cursor face-spec (Bug#7392).
4507 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4509 The main features of the following allout.el changes are:
4510 - implement user customization for the allout key bindings
4511 - add a customization control by which the user can inhibit use of
4512 a trailing Ctrl-H, so by default it's reserved for use with
4513 describe-prefix-bindings
4514 - adapt to new version of called-interactively-p, while
4515 maintaining backwards compatibility with old version
4516 - fix hotspot navigation so i works properly with meta-modified keys.
4518 * allout.el (allout-keybindings, allout-bind-keys)
4519 (allout-keybindings-binding, allout-prefixed-keybindings)
4520 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4521 (allout-keybindings-list, allout-mode-map-adjustments)
4522 (allout-setup-mode-map): Establish allout-mode keymaps as user
4523 customizable settings, and also establish a customizable setting which
4524 regulates whether or not a trailing control-h is reserved for use with
4525 describe-prefix-bindings - and inhibit it by default, so that control-h
4526 *is* reserved for describe-prefix-bindings unless the user changes it.
4528 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4529 and accurately between modified and unmodified events, and handle
4530 modified events more comprehensively.
4532 * allout.el (allout-substring-no-properties):
4533 Alias to use or provide version of `substring-no-properties'.
4534 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4536 * allout.el (allout-next-single-char-property-change):
4537 Alias to use or provide version of `next-single-char-property-change'.
4538 (allout-annotate-hidden, allout-hide-by-annotation):
4539 Use `allout-next-single-char-property-change'.
4541 * allout.el (allout-select-safe-coding-system):
4542 Alias to use or provide version of `select-safe-coding-system'.
4543 (allout-toggle-subtree-encryption):
4544 Use `allout-select-safe-coding-system'.
4546 * allout.el (allout-set-buffer-multibyte):
4547 Alias to use or provide version of `set-buffer-multibyte'.
4548 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4550 * allout.el (allout-called-interactively-p): Macro for using the
4551 different versions of called-interactively-p identically, depending on
4552 the subroutine's argument signature.
4553 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4554 Use `(interactive "p")' instead of `(called-interactively-p)'.
4556 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4557 (allout-previous-visible-heading, allout-forward-current-level)
4558 (allout-backward-current-level, allout-show-children):
4559 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4561 * allout.el (allout-before-change-handler):
4562 Exempt edits to the (overlaid) character after the allout outline
4563 bullet from edit confirmation prompt.
4565 * allout.el (allout-add-resumptions):
4566 Ensure that it respects correct buffer for keybindings.
4568 * allout.el (allout-beginning-of-line):
4569 Use `allout-previous-single-char-property-change' alias for the sake of
4570 diverse compatibility.
4572 * allout.el (allout-end-of-line):
4573 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4575 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4577 * frame.el (frame-notice-user-settings): Don't clobber other
4578 user-set parameters when calling face-set-after-frame-default in
4579 response to background-color parameter (Bug#7373).
4581 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4583 * international/characters.el (glyphless-char-display-control):
4584 Rename from glyphless-char-control; all users changed. Doc fix.
4585 Signal an error if display method is not one of the recognized
4588 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4590 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4591 (tramp-compat-line-end-position): Remove them.
4593 * net/tramp.el (tramp-parse-rhosts-group)
4594 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4595 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4596 (tramp-parse-netrc-group, tramp-parse-putty-group)
4597 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4598 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4599 (tramp-sh-handle-file-selinux-context)
4600 (tramp-sh-handle-file-name-all-completions)
4601 (tramp-sh-handle-insert-directory)
4602 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4603 (tramp-wait-for-output, tramp-send-command-and-read)
4604 * net/tramp-smb.el (tramp-smb-read-file-entry)
4605 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4607 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4609 (tramp-remote-coding-commands): Add an alternative using "base64
4610 -d -i". This is needed for older base64 versions from GNU
4611 coreutils. Reported by Klaus Reichl
4612 <Klaus.Reichl@thalesgroup.com>.
4614 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4616 * simple.el (count-words-region): New function.
4618 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4620 * shell.el (shell-dir-cookie-re): New custom variable.
4621 (shell-dir-cookie-watcher): New function.
4623 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4624 and compilation-mode (bug#7350).
4626 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4627 highlight when one of them is empty.
4629 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4631 (skeleton-newline): New function.
4632 (skeleton-internal-1): Use it.
4634 * simple.el (open-line): `newline' may strip trailing space.
4636 2010-11-12 Kevin Ryde <user42@zip.com.au>
4638 * international/mule-cmds.el (princ-list): Use mapc.
4640 2010-11-12 Glenn Morris <rgm@gnu.org>
4642 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4643 Use it to replace all instances of "*Compile-Log*".
4645 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4647 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4650 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4652 * progmodes/modula2.el: Use SMIE and skeleton.
4653 (m2-mode-syntax-table): (*..*) can be nested.
4654 Add //...\n. Fix paren syntax.
4655 (m2-mode-map): Remove LF and TAB bindings.
4656 (m2-indent): Add safety property.
4657 (m2-smie-grammar): New var.
4658 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4659 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4660 (m2-mode): Use define-derived-mode.
4661 (m2-newline, m2-tab): Remove.
4662 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4663 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4664 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4665 (m2-import): Use define-skeleton.
4667 2010-11-11 Glenn Morris <rgm@gnu.org>
4669 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4671 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4672 (ls-lisp-verbosity): Add custom :set-after property.
4673 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4674 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4675 (ls-lisp-insert-directory): Update caller.
4676 (ls-lisp-set-options): New function.
4677 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4680 * play/landmark.el (lm-prompt-for-move):
4681 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4683 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4685 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4686 (idlwave-study-twins): Prefix dynamic local variable `name'.
4687 (idlwave-routine-twin-compare): Update for above change.
4689 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4690 Prefix dynamic local variables `name', `kwd', and `link'.
4691 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4692 * progmodes/idlw-complete-structtag.el
4693 (idlwave-complete-structure-tag-help):
4694 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4695 (idlwave-complete-sysvar-tag-help)
4696 (idlwave-complete-class-structure-tag-help):
4697 Update for above name changes.
4699 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4701 * net/browse-url.el (browse-url-browser-function): Change the
4702 default to use `browse-url-mail' on mailto: URLs.
4704 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4706 * emacs-lisp/package.el (package-read-all-archive-contents):
4707 Reset package-archive-contents to nil before re-reading.
4709 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4711 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4712 already found as misspellings by (flyspell-large-region), just
4713 do highlighting (bug#7322).
4715 2010-11-10 Glenn Morris <rgm@gnu.org>
4717 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4719 * emulation/edt.el (edt-with-position): New macro.
4720 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4721 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4722 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4724 * emulation/tpu-extras.el (tpu-with-position): New macro.
4725 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4727 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4729 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4730 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4731 (texinfo-master-menu, texinfo-insert-node-lines)
4732 (texinfo-multiple-files-update):
4733 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4734 Use line-beginning-position.
4736 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4737 No recent Emacs supports system-type `emx'.
4739 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4740 (ada-command-separator, ada-default-prj-properties)
4741 (ada-find-any-references): Update for above name change.
4743 * dirtrack.el (dirtrack-directory-function)
4744 (dirtrack-canonicalize-function):
4745 * filecache.el (file-cache-completion-ignore-case)
4746 (file-cache-case-fold-search, file-cache-ignore-case):
4747 * term.el (serial-port-is-file-p): Cosmetic change.
4749 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4750 Remove non-existent `windows-95' system-type.
4751 * dired.el (dired-chown-program): Remove non-existent `linux'
4754 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4755 (ping-program-options): Remove non-existent `linux' system-type.
4757 * startup.el (package-initialize): Update declaration.
4759 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4760 (ls-lisp-handle-switches): Use time-less-p.
4761 (ls-lisp-format-time): Use float-time.
4763 * textmodes/remember.el (remember-time-to-seconds): Remove.
4764 (remember-store-in-mailbox): Use float-time.
4766 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4768 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4769 never a real function.
4770 (with-no-warnings): Remove compat stub, now unused.
4771 (time-less-p): Doc fix.
4772 (time-to-number-of-days): Simplify.
4774 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4776 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4777 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4778 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4779 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4780 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4782 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4783 (eshell-shuffle-files, eshell-shorthand-tar-command)
4784 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4785 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4786 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4787 Prefix dynamic local variable `matches'.
4789 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4790 Prefix dynamic local variable `skeleton'.
4792 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4794 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4795 in mail buffer; make yank-action always a command that yanks original
4798 2010-11-09 Glenn Morris <rgm@gnu.org>
4800 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4802 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4804 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4805 completion field (bug#7211).
4807 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4808 Fix handling of backslash escapes.
4809 (python-quote-syntax): Adjust accordingly.
4811 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4813 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4814 (vc-mtn-workfile-branch): Adjust to new output format.
4816 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4818 * international/mule-cmds.el (princ-list): Mark as obsolete.
4820 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4822 * emacs-lisp/smie.el: New package.
4824 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4826 * files.el (backup-by-copying-when-mismatch):
4827 Set `permanent-local' property.
4829 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4830 `permanent-local' property for `backup-by-copying-when-mismatch'.
4832 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4834 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4836 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4838 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4839 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4840 AUTOINOUT for SV style multidimensional arrays, bug294.
4841 Reported by Eric Mastromarchi.
4842 (verilog-preprocess): Use with-current-buffer and
4843 font-lock-fontify-buffer to cleanup style issues.
4845 2010-11-09 Glenn Morris <rgm@gnu.org>
4847 * locate.el (locate, locate-mode): Doc fixes.
4849 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4851 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4852 user for confirmation.
4853 (server-force-stop): Use it.
4854 (server-start): Use server-force-stop for kill-emacs-hook, to
4855 avoid user interaction while killing Emacs.
4857 2010-11-09 Glenn Morris <rgm@gnu.org>
4859 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4860 (meta-indent-line): Simplify.
4862 * vc/emerge.el (emerge-line-number-in-buf):
4863 * textmodes/ispell.el (ispell-region):
4864 * textmodes/fill.el (current-fill-column):
4865 * progmodes/xscheme.el (xscheme-send-current-line):
4866 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4867 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4868 * progmodes/sh-script.el (sh-handle-prev-do):
4869 * progmodes/meta-mode.el (meta-indent-line):
4870 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4872 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4873 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4874 * progmodes/fortran.el (fortran-looking-at-if-then):
4875 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4876 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4877 (cperl-find-pods-heres):
4878 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4879 * net/quickurl.el (quickurl-list-insert):
4880 * net/ldap.el (ldap-search-internal):
4881 * net/eudc.el (eudc-expand-inline):
4882 * mail/sendmail.el (sendmail-send-it):
4883 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4884 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4885 (viper-brac-function):
4886 * calc/calc-yank.el (calc-do-grab-region):
4887 * calc/calc-keypd.el (calc-keypad-press):
4888 * term.el (term-move-columns, term-insert-spaces):
4889 * speedbar.el (speedbar-highlight-one-tag-line):
4890 * simple.el (current-word):
4891 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4892 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4894 * hippie-exp.el (he-line-beg):
4895 * epa.el (epa--marked-keys):
4896 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4897 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4898 (dired-relist-entry):
4899 * buff-menu.el (Buffer-menu-buffer):
4900 * array.el (current-line):
4901 * allout.el (allout-resolve-xref)
4902 (allout-latex-verbatim-quote-curr-line):
4903 Replace yet more uses of end-of-line etc with line-end-position, etc.
4905 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4907 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4908 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4909 (checkdoc-syntax-table): Initialize in the declaration.
4910 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4911 the mode on unconditionally.
4913 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4914 (extent-end-position, extent-start-position): Remove setf method for
4915 non-existing functions (bug#7319).
4917 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4919 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4920 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4921 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4922 (smie-prec2->grammar): Rename from smie-prec2-levels.
4923 (smie-grammar): Rename from smie-op-levels.
4924 (smie-indent--hanging-p): Rename from smie-hanging-p.
4925 (smie-rule-hanging-p): New alias.
4926 (smie-indent--bolp): Rename from smie-bolp.
4927 (smie-indent--hanging-p): New alias.
4928 (smie--token): New dynamically bound variable.
4929 (smie-indent--parent): New function.
4930 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4931 (smie-rule-next-p): Rename from smie-next-p.
4932 (smie-rule-prev-p): Rename from smie-prev-p.
4933 (smie-rule-sibling-p, smie-rule-parent)
4934 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4935 (smie-rule-separator-outdent): New var.
4936 (smie-indent--rule): Merge with smie-indent--column.
4937 (smie-indent-forward-token, smie-indent-backward-token):
4938 Also recognize close parens.
4939 (smie-indent-keyword): Don't use smie-indent--column any more.
4940 (smie-indent-after-keyword): Ignore closers by default.
4941 (smie-indent-line): Use with-demoted-errors.
4942 * progmodes/octave-mod.el (octave-smie-grammar):
4943 Rename from octave-smie-op-levels.
4944 (octave-smie-rules): Adjust to new behavior.
4945 * progmodes/prolog.el (prolog-smie-grammar):
4946 Rename from prolog-smie-op-levels.
4948 2010-11-07 Glenn Morris <rgm@gnu.org>
4950 * eshell/esh-util.el (subst-char-in-string)
4951 (directory-files-and-attributes): These compatibility definitions are
4952 not needed on any version of Emacs since at least 21.4.
4954 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4955 (verilog-get-end-of-line): Remove.
4956 (verilog-within-string, verilog-re-search-forward-substr)
4957 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4958 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4959 Use point-at-bol, point-at-eol.
4960 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4962 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4963 (electric-pascal-terminate-line, pascal-set-auto-comments)
4964 (pascal-indent-paramlist, pascal-indent-declaration)
4965 (pascal-get-lineup-indent, pascal-func-completion)
4966 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4967 Use point-at-bol, point-at-eol.
4968 * progmodes/flymake.el (flymake-line-beginning-position)
4969 (flymake-line-end-position): Remove.
4970 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4971 * eshell/esh-util.el (line-end-position, line-beginning-position):
4972 Remove compat definitions.
4974 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4976 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4977 Use line-end-position.
4979 * emacs-lisp/chart.el (chart-zap-chars):
4980 * play/decipher.el (decipher-set-map):
4981 * progmodes/ada-mode.el (ada-get-current-indent)
4982 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4983 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4984 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4985 (ada-get-all-references):
4986 * progmodes/cperl-mode.el (cperl-electric-paren)
4987 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4988 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4989 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4990 (cperl-word-at-point-hard):
4991 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4992 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4993 (idlwave-shell-display-line):
4994 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4995 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4996 * progmodes/js.el (js--re-search-forward-inner)
4997 (js--re-search-backward-inner):
4998 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4999 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5000 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5001 * textmodes/flyspell.el (flyspell-process-localwords):
5002 * textmodes/ispell.el (ispell-buffer-local-parsing)
5003 (ispell-buffer-local-dict, ispell-buffer-local-words):
5004 Use point-at-bol and point-at-eol.
5006 * speedbar.el (speedbar-generic-item-info)
5007 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5008 (speedbar-add-indicator, speedbar-check-vc-this-line)
5009 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5010 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5011 Replace more uses of end-of-line etc with line-end-position.
5013 2010-11-06 Glenn Morris <rgm@gnu.org>
5015 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5016 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5017 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5018 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5019 (texinfo-multiple-files-update):
5020 * textmodes/table.el (table--probe-cell-left-up)
5021 (table--probe-cell-right-bottom):
5022 * textmodes/picture.el (picture-tab-search):
5023 * textmodes/page-ext.el (pages-copy-header-and-position)
5024 (pages-directory-for-addresses):
5025 * progmodes/vera-mode.el (vera-get-offset):
5026 * progmodes/simula.el (simula-calculate-indent):
5027 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5028 * progmodes/prolog.el (end-of-prolog-clause):
5029 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5030 * progmodes/icon.el (indent-icon-exp):
5031 * progmodes/etags.el (tag-re-match-p):
5032 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5033 * progmodes/ebnf2ps.el (ebnf-begin-file):
5034 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5035 (dcl-save-local-variable):
5036 * play/life.el (life-setup):
5037 * play/gametree.el (gametree-looking-at-ply):
5038 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5039 * mail/sendmail.el (mail-mode-auto-fill):
5040 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5041 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5042 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5043 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5044 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5045 * type-break.el (type-break-file-keystroke-count):
5046 * term.el (term-replace-by-expanded-history-before-point)
5047 (term-skip-prompt, term-extract-string):
5048 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5049 (speedbar-contract-line, speedbar-toggle-line-expansion)
5050 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5051 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5052 * sort.el (sort-skip-fields):
5053 * skeleton.el (skeleton-internal-list):
5054 * simple.el (line-move-finish, line-move-to-column):
5055 * shell.el (shell-forward-command):
5056 * misc.el (copy-from-above-command):
5057 * makesum.el (double-column):
5058 * ebuff-menu.el (electric-buffer-update-highlight):
5059 * dired.el (dired-move-to-end-of-filename):
5060 * dframe.el (dframe-popup-kludge):
5061 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5062 * arc-mode.el (archive-get-lineno):
5063 Use line-end-position and line-beginning-position.
5065 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5066 (idlwave-study-twins): Prefix dynamic local `class'.
5067 (idlwave-routine-twin-compare): Update for above name change.
5069 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5070 Use boundp tests to silence compiler. Update for changed name of
5071 bytecomp-filename variable.
5073 * emulation/viper-cmd.el (viper-read-string-with-history):
5074 Prefix dynamic local `initial'.
5075 (viper-minibuffer-standard-hook): Update for above name change.
5077 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5078 (elint-init-form): Update for above name change.
5080 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5081 local variables `cbeg' and `cend' a prefix.
5082 (mail-extr-voodoo): Update for above name change.
5084 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5085 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5086 (reftex-toc-promote-action): Doc fix.
5088 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5089 `prompt', `data' a prefix.
5090 (reftex-select-post-command-hook, reftex-select-callback)
5091 (reftex-select-mouse-accept, reftex-select-read-cite):
5092 Update for above name changes.
5094 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5095 `refstyle' to reftex-refstyle.
5096 (reftex-offer-label-menu): Update for above name change.
5097 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5098 `refstyle' name change.
5100 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5101 with with-current-buffer.
5102 (diff, template): Give dynamic local variables a prefix.
5103 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5104 (emerge-line-number-in-buf): Update for above name change.
5105 (emerge-combine-versions-internal): Rename local `template' to
5106 emerge-combine-template.
5107 (emerge-combine-versions-edit): Update for above name change.
5109 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
5111 * textmodes/reftex-cite.el
5112 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5113 entries with whitespace after \bibitem.
5114 (reftex-create-bibtex-file): Match entries containing numbers and
5115 symbol constituents. Make sure that entries with whitespace at
5116 various places are found.
5118 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5120 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5122 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5124 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5126 2010-11-05 Glenn Morris <rgm@gnu.org>
5128 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5129 (woman2-roff-buffer): Give local variable `request' a prefix.
5130 (woman0-macro): Rename argument `request' in the same way.
5131 (woman-request): New name for `request' dynamic variable.
5132 (woman-unquote, woman-forward-arg): Update for above name change.
5133 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5134 (woman1-unquote): New name for `unquote' dynamic variable.
5135 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5136 (woman-translations): Rename from `translations'. No longer global.
5137 (woman2-tr, woman-translate): Update for above name change.
5138 (woman-translate): Check for bound variable.
5139 (woman2-roff-buffer): Give local variable `translations' a prefix.
5141 * play/doctor.el: Give all local variables a prefix. Update callers.
5142 (doc$, doctor-put-meaning): Use backquote.
5144 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5145 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5147 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5148 variables bytes, ptr, op a prefix.
5149 (disassemble-offset): Update for above change.
5151 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5153 * emacs-lisp/package.el (package-unpack): Remove no-op.
5154 (package--builtins, package--dir): Doc fix.
5155 (package-activate-1, package-activate, package-install)
5156 (package-compute-transaction): Fix error message.
5157 (package-delete): Use delete-directory. Omit system packages.
5158 (package-initialize): Set package-alist to nil first.
5159 (package-menu-mark-delete, package-menu-mark-install): Don't add
5160 symbols that are inconsistent with the package state.
5161 (package-menu-execute): Perform deletions and installations as
5162 single batch operations.
5164 2010-11-03 Glenn Morris <rgm@gnu.org>
5166 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5167 (props): Remove unnecessary declaration.
5169 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5170 set-process-query-on-exit-flag.
5172 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
5173 (reftex-toc-do-promote): Remove unused local `mpos'.
5174 (reftex-toc-restore-region): Make `mpos' local to this function.
5176 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5178 * play/landmark.el (lm-losing-threshold): Correct spelling.
5179 (lm-human-plays): Use new name.
5181 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5182 (gomoku-human-plays): Use new name.
5184 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5185 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5186 (gomoku-score-trans-table, gomoku-winning-threshold)
5187 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5189 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5191 * emacs-lisp/package.el: Don't put built-in packages in
5192 package-alist, to avoid loading inefficiencies.
5193 (package-built-in-p): Make VERSION optional, and treat it as a
5194 minimum acceptable version.
5195 (package-activate): Search separately for built-in packages.
5196 Emit a warning if a dependency fails.
5197 (define-package): Handle most common case, where there is no
5198 obsolete package, first.
5199 (package-compute-transaction): Print required version in error.
5200 (package--initialized): New variable.
5201 (list-packages): Use it.
5202 (package-initialize): Optional arg NO-ACTIVATE. Don't put
5203 built-in packages in packages-alist; keep it separate.
5204 Set package--initialized.
5205 (describe-package): Avoid activating packages as a side-effect.
5206 Search separately for built-in packages.
5207 (describe-package-1): Handle the case where an elpa package is
5208 simultaneously built-in and available/installed.
5209 (package-installed-p, package--generate-package-list):
5210 Search separately for built-in packages.
5211 (package-load-descriptor): Doc fix.
5213 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5215 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5216 Handle __DATA__ and __END__.
5218 2010-11-02 Noah Friedman <friedman@splode.com>
5220 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5221 nil, do not ask to recompile files that are not already compiled,
5222 and do not recompile them.
5224 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
5226 * emacs-lisp/package.el (package-initialize): Ensure that
5227 obsoleted built-in packages are not in package-activated-list
5229 (describe-package-1): Make the "installed" status override
5232 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5234 * subr.el (version-separator, version-regexp-alist): Remove '*'
5236 (version-list-<=, version<=, version=): Doc fix.
5238 2010-11-01 Kenichi Handa <handa@m17n.org>
5240 * faces.el (glyphless-char): Inherit underline for tty.
5242 2010-11-01 Kenichi Handa <handa@m17n.org>
5244 Implement various display methods for glyphless characters.
5246 * international/characters.el (char-acronym-table): New variable.
5247 (glyphless-char-control): New variable.
5248 (update-glyphless-char-display): New function.
5250 * faces.el (glyphless-char): New face.
5252 2010-11-01 Glenn Morris <rgm@gnu.org>
5254 * calendar/holidays.el (general-holidays, oriental-holidays)
5255 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5256 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5257 the definitions of their targets.
5259 * emacs-lisp/smie.el (smie): New custom group.
5260 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5262 * faces.el (xw-defined-colors, x-setup-function-keys):
5263 * mouse-sel.el (x-select-text):
5264 * term/w32console.el (x-setup-function-keys): Update declarations.
5266 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5268 * textmodes/ispell.el (comment-add): Declare.
5270 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5273 * info.el (finder-keywords-hash, package-alist): Declare.
5275 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5277 * finder.el (finder-compile-keywords): Don't use intern-soft,
5278 since package names may not yet exist in the obarray.
5280 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5282 * vc/vc-arch.el (vc-arch-checkin):
5283 * vc/vc-cvs.el (vc-cvs-checkin):
5284 * vc/vc-mtn.el (vc-mtn-checkin):
5285 * vc/vc-rcs.el (vc-rcs-checkin):
5286 * vc/vc-sccs.el (vc-sccs-checkin):
5287 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5288 since 2010-04-21 commit by Stefan Monnier.
5290 2010-11-01 Glenn Morris <rgm@gnu.org>
5292 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5294 * startup.el (package-enable-at-startup, package-initialize):
5297 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5300 2010-10-31 Julien Danjou <julien@danjou.info>
5302 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5303 (byte-recompile-directory):
5304 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
5305 Use `byte-recompile-file'.
5307 2010-10-31 Glenn Morris <rgm@gnu.org>
5309 * cus-start.el: Handle standard values via a keyword.
5310 Only set version property if specified.
5311 (cursor-in-non-selected-windows, menu-bar-mode)
5312 (tool-bar-mode, show-trailing-whitespace):
5313 Do not specify standard values.
5314 (transient-mark-mode, temporary-file-directory): Use :standard.
5316 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5318 * term/x-win.el (x-get-selection-value): New function that gets
5319 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
5321 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
5323 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5324 preserve owner and group when editing files. (Bug#7289)
5326 2010-10-31 Glenn Morris <rgm@gnu.org>
5328 * speedbar.el (speedbar-mode):
5329 * play/fortune.el (fortune-in-buffer, fortune):
5330 * play/gomoku.el (gomoku-mode):
5331 * play/landmark.el (lm-mode):
5332 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5333 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5335 * select.el (x-selection): Mark it as an obsolete alias.
5337 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5339 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
5340 major-mode (bug#7284).
5342 2010-10-31 Glenn Morris <rgm@gnu.org>
5344 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5345 rather than just an unused variable that inherits from the real one.
5347 2010-10-31 Alan Mackenzie <acm@muc.de>
5349 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5350 This fixes bug #7185.
5352 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
5354 * startup.el (command-line): Search for package directories, and
5355 don't load package.el if none are found.
5357 * emacs-lisp/package.el (describe-package, list-packages):
5358 Call package-initialize if it has not been called yet.
5360 2010-10-30 Alan Mackenzie <acm@muc.de>
5362 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5363 which fontifies the tail of an enum.
5364 (c-basic-matchers-after): Insert a call to the above new function.
5365 This fixes bug #7264.
5367 2010-10-30 Glenn Morris <rgm@gnu.org>
5369 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5370 tool-bar-mode, transient-mark-mode. (Bug#7306)
5371 Include the :set property in the dumped Emacs.
5373 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5375 SMIE: change indent rules format, improve smie-setup.
5376 * emacs-lisp/smie.el (smie-precs-precedence-table)
5377 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5378 Mark them pure so the tables gets built at compile time.
5379 (smie-bnf-precedence-table): Store the closer-alist in the table.
5380 (smie-prec2-levels): Preserve the closer-alist.
5381 (smie-blink-matching-open): Be more forgiving in case of indentation.
5382 (smie-hanging-p): Rename from smie-indent--hanging-p.
5383 (smie-bolp): Rename from smie-indent--bolp.
5384 (smie--parent, smie--after): New dynamic vars.
5385 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5386 (smie-indent-rules): Remove.
5387 (smie-indent--offset-rule): Remove fun.
5388 (smie-rules-function): New var.
5389 (smie-indent--rule): New fun.
5390 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5391 (smie-indent-exps): Use it.
5392 (smie-setup): Setup paren blinking; add keyword args for token
5393 functions; extract closer-alist from op-levels.
5394 (smie-indent-debug-log): Remove var.
5395 (smie-indent-debug): Remove fun.
5396 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5397 (prolog-smie-rules): New fun to replace it.
5398 (prolog-mode-variables): Simplify.
5399 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5400 it's setup automatically.
5401 (octave-smie-indent-rules): Remove.
5402 (octave-smie-rules): New fun to replace it.
5403 (octave-mode): Simplify.
5405 2010-10-29 Glenn Morris <rgm@gnu.org>
5407 * files.el (temporary-file-directory): Remove (already defined in C).
5408 * cus-start.el: Add temporary-file-directory.
5410 * abbrev.el (abbrev-mode):
5411 * composite.el (auto-composition-mode):
5412 * menu-bar.el (menu-bar-mode):
5413 * simple.el (transient-mark-mode):
5414 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5415 that they do not define the associated variables twice.
5416 * simple.el (transient-mark-mode): Remove defvar.
5417 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5418 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5419 Handle multiple groups, and also custom-delayed-init-variables.
5420 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5422 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5424 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5425 (pcase-if): Add one minor optimization.
5426 (pcase-split-equal): Rename from pcase-split-eq.
5427 (pcase-split-member): Rename from pcase-split-memq.
5428 (pcase-u1): Add strings to the member optimization.
5429 Add `guard' variant of predicates.
5430 (pcase-q1): Add string patterns.
5432 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5434 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5436 2010-10-28 Glenn Morris <rgm@gnu.org>
5438 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5439 Move menu-bar related settings to ../menu-bar.el.
5440 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5441 Move ns-specific settings here from term/ns-win.el.
5443 * simple.el (x-selection-owner-p): Remove unused declaration.
5445 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5447 * minibuffer.el (completion-cycling): New var (bug#7266).
5448 (minibuffer-complete, completion--do-completion):
5449 Use completion--flush-all-sorted-completions.
5450 (minibuffer-complete): Only cycle if completion-cycling is set.
5451 (completion--flush-all-sorted-completions): Unset completion-cycling.
5452 (minibuffer-force-complete): Set completion-cycling.
5453 (completion-all-sorted-completions): Move declaration before first use.
5455 2010-10-28 Leo <sdl.web@gmail.com>
5457 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5458 which changes the order of matches seen by users (bug#7231).
5460 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
5462 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5463 Don't confuse -omega as "-o mega".
5465 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5467 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5468 (log-edit-author): New dynamic var.
5469 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5470 to return the author if different from committer.
5471 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5473 * play/landmark.el: Adjust commenting convention.
5474 (lm-nil-score): Rename from nil-score.
5475 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5476 (OOOOscore): Move into a let in lm-score-trans-table.
5477 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5479 * electric.el (electric-indent-chars): Autoload.
5480 * progmodes/octave-mod.el (octave-mode):
5481 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5482 (ruby-mode-abbrev-table): Merge initialization and declaration.
5484 2010-10-27 Glenn Morris <rgm@gnu.org>
5486 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5489 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5491 * term/ns-win.el: Restore require of cl when compiling.
5492 (menu-bar-final-items): Remove non-existent `windows' menu.
5493 (ns-handle-nxopen): Optionally handle the temp-case.
5494 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5495 (ns-insert-file, ns-find-file): Use `pop'.
5497 2010-10-26 Glenn Morris <rgm@gnu.org>
5499 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5501 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5503 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5505 * term/common-win.el (x-setup-function-keys): Remove most of the
5506 keymappings. Comment on the remaining ones.
5508 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5510 * server.el (server-port): New option. (Bug#854)
5511 (server-start): Use server-port.
5513 2010-10-26 Glenn Morris <rgm@gnu.org>
5515 * term/ns-win.el (ns-version-string): Remove unused declaration.
5516 (ns-invocation-args): Change to x-invocation-args.
5517 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5518 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5519 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5520 Use x-invocation-args instead of ns-invocation-args.
5521 (ns-initialize-window-system, handle-args-function-alist):
5522 Use x-handle-args instead of ns-handle-args.
5523 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5524 * startup.el (command-line-ns-option-alist): Replace
5525 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5526 ns-handle-iconic with the x- equivalents.
5528 * term/common-win.el (x-select-enable-clipboard):
5529 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5531 * term/ns-win.el: No need to require cl when compiling.
5532 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5533 (xw-defined-colors): Use the common-win definitions.
5534 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5535 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5536 * term/common-win.el (x-select-text, x-alternatives-map)
5537 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5538 * loadup.el [ns]: Load common-win.
5540 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5542 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5543 recipients; expand mail aliases (Bug#7280).
5545 2010-10-25 Glenn Morris <rgm@gnu.org>
5547 * term/common-win.el (x-handle-switch): Simplify with pop.
5548 Optionally handle numeric switches.
5549 (x-handle-numeric-switch): Just call x-handle-switch.
5550 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5551 (x-handle-name-switch, x-handle-display, x-handle-args):
5554 * term/ns-win.el: Do not require easymenu.
5555 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5556 <spell>: Move adjustments to menu-bar.el.
5557 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5558 <separator-undo, spell>: Move ns-win's adjustments here.
5559 * loadup.el [ns]: Do not load easymenu.
5561 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5563 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5566 * startup.el (fancy-startup-tail): Instead of using inline images,
5567 refer to image files from etc/.
5569 * wid-edit.el (checkbox): Likewise.
5570 (widget-image-find): Center image specs.
5572 2010-10-24 Glenn Morris <rgm@gnu.org>
5574 * term/ns-win.el (x-select-text): Doc fix.
5575 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5576 (x-select-text): Move to term/common-win.
5577 * term/w32-win.el (xw-defined-colors): Move to common-win.
5578 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5579 (x-setup-function-keys, x-select-text): Move to common-win.
5580 * term/common-win.el (x-select-text, x-alternatives-map)
5581 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5584 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5586 * net/mairix.el (mairix-searches-mode-map):
5587 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5589 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5591 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5592 auto-built for efficiency of execution and updating.
5593 (verilog-extended-complete-re): Support 'pure' fucntion & task
5594 declarations (these have no bodies).
5595 (verilog-beg-of-statement): General cleanup to enable support of
5596 'pure' fucntion & task declarations (these have no bodies).
5597 These efforts together fix Verilog bug210 from veripool; which was also
5598 noticed by Steve Pearlmutter.
5599 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5600 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5601 Support `elsif. Reported by Shankar Giri.
5602 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5603 attribute handling for lining up declarations and assignments.
5604 (verilog-beg-of-statement-1): Fix issue where continued declaration
5605 is indented differently if it is after a begin..end clock.
5606 (verilog-in-attribute-p, verilog-skip-backward-comments)
5607 (verilog-skip-forward-comment-p): Support proper treatment of
5608 attributes by indent code. Reported by Jeff Steele.
5609 (verilog-in-directive-p): Fix comment to correctly describe function.
5610 (verilog-backward-up-list, verilog-in-struct-region-p)
5611 (verilog-backward-token, verilog-in-struct-p)
5612 (verilog-in-coverage-p, verilog-do-indent)
5613 (verilog-pretty-declarations): Use verilog-backward-up-list as
5614 wrapper around backward-up-list inorder to properly skip comments.
5615 Reported by David Rogoff.
5616 (verilog-property-re, verilog-endcomment-reason-re)
5617 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5618 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5619 of if). Reported by Max Bjurling and
5620 (verilog-calc-1): Fix for clocking block in modport
5621 declaration. Reported by Brian Hunter.
5623 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5625 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5626 (verilog-gate-keywords, verilog-read-sub-decls)
5627 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5628 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5629 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5630 (verilog-read-decls): Fix spaces in V2K module parameters causing
5631 mis-identification as interfaces, bug287.
5632 (verilog-read-decls): Fix not treating "parameter string" as a
5633 parameter in AUTOINSTPARAM.
5634 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5635 treating `elsif similar to `endif inside AUTOSENSE.
5636 (verilog-do-indent): Implement correct automatic or static task or
5637 function end comment highlight. Reported by Steve Pearlmutter.
5638 (verilog-font-lock-keywords-2): Fix highlighting of single
5639 character pins, bug264. Reported by Michael Laajanen.
5640 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5641 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5642 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5643 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5644 (verilog-pretty-expr): Fix interactive arguments, bug272.
5645 Reported by Mark Johnson.
5646 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5647 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5648 bug269. Suggested by Gary Delp.
5649 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5650 (verilog-preprocessor, verilog-set-compile-command):
5651 Create verilog-preprocess and verilog-preprocessor to show
5652 preprocessed output.
5653 (verilog-get-beg-of-line, verilog-get-end-of-line)
5654 (verilog-modi-file-or-buffer, verilog-modi-name)
5655 (verilog-modi-point, verilog-within-string): Move defmacro's
5656 before first use to avoid warning. Reported by Steve Pearlmutter.
5657 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5658 (verilog-colorize-region, verilog-highlight-buffer)
5659 (verilog-highlight-includes, verilog-highlight-modules)
5660 (verilog-highlight-region, verilog-mode): Rename colorize to
5661 highlight to match other packages. Disable module highlighting,
5662 as received speed complaints, reenable for experimentation only
5663 using new verilog-highlight-modules.
5664 (verilog-read-decls): Fix regexp stack overflow in very large
5665 AUTO_TEMPLATEs, bug250.
5666 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5667 (verilog-scan): Create verilog-save-buffer-state to standardize
5668 making insignificant changes that shouldn't call hooks.
5669 (verilog-save-no-change-functions, verilog-save-scan-cache)
5670 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5671 Create verilog-save-no-change-functions to wrap verilog-scan
5672 preservation, and fix to work with nested preserved calls.
5673 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5674 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5675 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5676 (verilog-submit-bug-report): Update variable list to be complete.
5677 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5678 breaking on-the-fly font-locking.
5679 (verilog-colorize-buffer, verilog-colorize-include-files)
5680 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5681 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5682 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5683 AUTOINST cell instance name, middle mouse button now finds-file on
5684 it. Suggested by Brad Dobbie.
5685 (verilog-alw-get-temps, verilog-auto-reset)
5686 (verilog-auto-sense-sigs, verilog-read-always-signals)
5687 (verilog-read-always-signals-recurse): Fix loop indexes being
5688 AUTORESET. AUTORESET now assumes any variables in the
5689 initialization section of a for() should be ignored.
5690 Reported by Dan Dever.
5691 (verilog-error-font-lock-keywords)
5692 (verilog-error-regexp-emacs-alist)
5693 (verilog-error-regexp-xemacs-alist): Fix error detection of
5694 Cadence HAL, reported by David Asher. Repair drift between the
5695 three similar error variables.
5696 (verilog-modi-lookup, verilog-modi-lookup-cache)
5697 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5698 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5699 Fix slow verilog-auto expansion on very large files.
5700 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5701 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5702 "{1*2{...". Broke in last revision.
5703 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5704 submodule connections with replications "{#{a},#{b}}".
5706 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5708 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5709 Fix typo in docstring.
5711 2010-10-24 Kenichi Handa <handa@m17n.org>
5713 * face-remap.el (text-scale-adjust): Call read-event with a proper
5716 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5718 * emacs-lisp/unsafep.el: Don't mark functions that display
5719 messages as safe. Suggested by Johan Bockgård.
5721 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5723 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5724 Turn comments into docstrings.
5726 * minibuffer.el (completion--replace): Move point where it belongs
5727 when there's a common suffix (bug#7215).
5729 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5731 Merge read-color and facemenu-read-color (Bug#7242).
5733 * faces.el (read-color): Use the completion code from
5734 facemenu-read-color. Require match in completion. Doc fix.
5736 * facemenu.el (facemenu-read-color): Alias for read-color.
5737 (facemenu-set-foreground, facemenu-set-background):
5740 * frame.el (set-background-color, set-foreground-color)
5741 (set-cursor-color, set-mouse-color, set-border-color):
5744 2010-10-24 Leo <sdl.web@gmail.com>
5746 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5747 argument of delete-file and delete-directory (Bug#7011).
5749 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5751 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5754 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5756 * emacs-lisp/package.el (package--generate-package-list): Make the
5757 *Packages* buffer read-only.
5759 2010-10-24 Alan Mackenzie <acm@muc.de>
5761 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5762 result of `c-beginning-of-decl-1' between invocations of a lambda
5763 function (Bug #7265).
5765 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5767 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5768 executable is not available on the system (Bug#7268).
5770 2010-10-24 Glenn Morris <rgm@gnu.org>
5772 * select.el (selection-coding-system, next-selection-coding-system):
5773 Sync doc with C versions.
5775 * w32-vars.el (x-select-enable-clipboard):
5776 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5777 * term/common-win.el (x-select-enable-clipboard): Move here.
5779 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5780 definition of C variable.
5782 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5783 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5784 Don't redefine things that are defined in C.
5785 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5786 (show-trailing-whitespace, auto-hscroll-mode)
5787 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5788 Set up the appropriate custom properties.
5790 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5793 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5794 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5795 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5796 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5798 2010-10-23 Glenn Morris <rgm@gnu.org>
5800 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5803 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5804 Sync docs with C version.
5806 * term/ns-win.el (xw-defined-colors):
5807 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5809 * term/pc-win.el (x-select-enable-clipboard):
5810 * term/x-win.el (x-select-enable-clipboard):
5811 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5813 * comint.el (comint-password-prompt-regexp): Make it less vague.
5816 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5818 * help.el (finder-by-keyword): Remove unnecessary autoload.
5820 2010-10-22 Glenn Morris <rgm@gnu.org>
5822 * loadup.el: Unconditionally load float-sup.
5823 * paren.el (show-paren-delay):
5824 * emacs-lisp/float-sup.el:
5825 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5826 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5827 (lazy-lock-stealth-verbose): Assume float support.
5828 * ps-print.el: Assume float support on Emacs.
5829 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5830 Remove non-float branch.
5832 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5833 src/Makefile no longer being pre-processed.
5835 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5837 * emacs-lisp/find-func.el (find-library): Use test-completion.
5839 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5841 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5843 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5845 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5846 space in stat format string.
5847 (tramp-send-command): Unset $PS1 when using here documents, in
5848 order not to get several prompts.
5849 (tramp-get-inline-coding): Return `nil' in case of errors.
5851 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5853 * hexl.el (hexl-mode, hexl-mode-exit):
5854 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5855 (hexl-revert-buffer-function): New function.
5856 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5858 2010-10-19 Alan Mackenzie <acm@muc.de>
5860 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5861 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5862 that these keywords aren't wrongly matched as identifiers.
5864 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5865 setting of c-new-BEG and c-new-END from c-before-change to
5866 c-after-change. (Bug#7181)
5868 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5870 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5873 * custom.el (custom-theme-set-variables): Likewise.
5874 (load-theme): Add custom-theme-set-faces and
5875 custom-theme-set-variables to safe-functions while loading.
5876 (custom-enabled-themes): Mark as risky.
5878 2010-10-18 Julien Danjou <julien@danjou.info>
5880 * bindings.el: Remove end dashes in default mode-line-format.
5882 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5884 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5885 to delete-forward-char.
5887 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5888 deletechar, and hence delete-forward-char.
5890 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5892 * repeat.el (repeat): Use read-key (bug#6256).
5894 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5896 * emacs-lisp/unsafep.el: Don't mark functions that display
5897 messages as safe. Suggested by Johan Bockgård.
5899 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5901 * minibuffer.el (completion--replace): Move point where it belongs
5902 when there's a common suffix (bug#7215).
5904 2010-10-19 Kenichi Handa <handa@m17n.org>
5906 * international/characters.el: Add category '|' (word breakable)
5907 to fullwidth characters.
5909 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5911 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5912 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5913 order to make stat results a float. Patch by Andreas Schwab
5914 <schwab@linux-m68k.org>.
5916 2010-10-18 Julien Danjou <julien@danjou.info>
5918 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5919 hidden by `make-pointer-invisible'.
5921 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5923 * files.el (locate-file-completion-table): Strip non-matching elements
5924 before checking length of list (bug#7238).
5926 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5928 * custom.el (custom-theme-set-variables): Mark as a safe function.
5929 (load-theme): Check forms using unsafep.
5931 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5933 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5935 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5936 Fix aspell data file searching (bug#7230).
5938 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5940 * cus-theme.el (custom-theme--migrate-settings): New var.
5941 (customize-create-theme): Allow editing the `user' theme.
5942 (custom-theme-add-variable, custom-theme-add-var-1)
5943 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5944 to the front of each variable or face widget.
5945 (custom-theme-write): Save theme settings in the correct order.
5946 Optionally, remove saved settings from user customizations.
5947 (custom-theme-write-variables, custom-theme-write-faces):
5948 Save only the checked widgets.
5949 (customize-themes): Add a link for migrating custom settings.
5951 * custom.el (custom-declare-theme, provide-theme):
5952 Use custom-theme-name-valid-p.
5953 (custom-theme-name-valid-p): Remove checks that are now
5954 unnecessary since themes no longer obey load-path.
5956 * cus-edit.el (custom-variable-value-create): For the simple
5957 style, hide documentation string when hidden.
5959 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5961 * cus-edit.el (custom-variable, custom-face): Combine the
5962 :inhibit-magic and :display-style properties into a single
5963 :custom-style property.
5964 (custom-toggle-hide-variable, custom-toggle-hide-face):
5965 New functions. If hiding an edited value, save it to :shown-value.
5966 (custom-variable-value-create, custom-face-value-create): Use them.
5967 (custom-magic-reset): Allow magic property to be unset.
5969 * custom.el: Custom themes no longer use load-path.
5970 (custom-theme-load-path): New option. Change built-in theme
5972 (custom-enabled-themes): Add custom-theme-load-path dependency.
5973 (custom-theme--load-path): New function.
5974 (load-theme, custom-available-themes): Use it.
5976 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5977 (customize-themes): Link to custom-theme-load-path variable.
5978 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5979 :custom-style property.
5981 * themes/*.el: Moved to etc/.
5983 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5985 * textmodes/reftex-cite.el
5986 (reftex-extract-bib-entries-from-thebibliography): Do not move
5987 point when searching for \bibitem entries. Match entries with
5988 spaces or tabs in front of arguments.
5990 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5992 * cus-theme.el (customize-create-theme): Delete overlays after
5993 erasing. If given a THEME arg, display only the faces of that arg
5994 instead of custom-theme--listed-faces.
5995 (custom-theme-variable-menu, custom-theme-variable-action)
5996 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5997 (custom-theme-add-variable, custom-theme-add-face): Apply value
5998 from the theme settings, instead of the current value.
5999 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6000 (custom-theme-visit-theme): Allow calling outside theme buffers.
6001 (custom-theme-merge-theme): Don't enable the theme when merging.
6002 (custom-theme-write-variables, custom-theme-write-faces): Use the
6003 :shown-value properties to save buffer values, not global ones.
6004 (customize-themes): Display a warning about user customizations.
6006 * cus-edit.el (custom-variable-value-create)
6007 (custom-face-value-create): Obey new special properties
6008 :shown-value and :inhibit-magic.
6010 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
6012 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
6013 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6016 2010-10-14 Kenichi Handa <handa@m17n.org>
6018 * mail/rmail.el (rmail-show-message-1): Catch an error of
6019 base64-decode-region and just show an error message (bug#7165).
6021 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
6022 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6023 a font-spec (bug#7197).
6025 2010-10-14 Glenn Morris <rgm@gnu.org>
6027 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6029 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
6031 * international/mule.el (define-coding-system):
6032 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6033 * composite.el (compose-region): Fix typo in docstring.
6035 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
6037 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6038 only after checking the theme-face property.
6040 * faces.el (face-spec-reset-face): Reset all attributes in one
6041 single call to set-face-attribute.
6042 (face-spec-match-p): Make it a defsubst.
6043 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6044 (x-create-frame-with-faces, tty-create-frame-with-faces)
6045 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6046 frame-set-background-mode, since they are recomputed immediately
6047 afterwards in face-set-after-frame-default.
6048 (face-set-after-frame-default): Minor optimization.
6049 (cursor): Provide non-trivial defface spec.
6051 * custom.el (custom-theme-recalc-face): Simplify.
6053 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6055 * calc/calc-alg.el (math-var): Rename from `var'.
6056 (math-is-polynomial, math-is-poly-rec): Replace `var'
6059 * calc/calcalg2.el (math-var): Rename from `var'.
6060 (calcFunc-table, math-scan-for-limits): Replace `var'
6063 2010-10-13 Glenn Morris <rgm@gnu.org>
6065 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6067 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
6069 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6071 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6073 * net/tls.el (tls-program): Remove spurious %s from openssl.
6074 (tls-starttls-switches): Remove starttls hack.
6075 (open-tls-stream): Ditto.
6076 (tls-find-starttls-argument): Ditto.
6078 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
6080 * image.el (image-library-alist): Declare as obsolete alias.
6081 (image-type-available-p): Use `dynamic-library-alist'.
6083 * term/w32-win.el (dynamic-library-alist):
6084 Use instead of `image-library-alist'.
6086 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6088 * subr.el (last): Make it faster. (Bug#7174)
6090 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6092 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6094 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6096 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6097 (describe-theme-1): Extract doc from unloaded themes.
6099 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6101 * themes/tango-theme.el:
6102 * themes/tango-dark-theme.el:
6103 * themes/wheatgrass-theme.el: New files.
6105 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6107 * cus-theme.el (describe-theme, customize-themes)
6108 (custom-theme-save): New commands.
6109 (custom-new-theme-mode-map): Bind C-x C-s.
6110 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6111 (customize-create-theme): New optional arg THEME.
6112 (custom-theme-revert): Use it.
6113 (custom-theme-visit-theme): Remove dead code.
6114 (custom-theme-merge-theme): Use custom-available-themes.
6115 (custom-theme-write): Make interactive.
6116 (custom-theme-write): Use custom-theme-name-valid-p.
6117 (describe-theme-1, custom-theme-choose-revert)
6118 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6120 (custom-theme-allow-multiple-selections): New option.
6121 (custom-theme-choose-mode): New major mode.
6123 * custom.el (custom-theme-set-variables): Remove dead code.
6124 Obey custom--inhibit-theme-enable.
6125 (custom--inhibit-theme-enable): New var.
6126 (provide-theme): Obey it.
6127 (load-theme): Replace load with manual read/eval, in order to
6128 check for correctness. Use custom-theme-name-valid-p.
6129 (custom-theme-name-valid-p): New function.
6130 (custom-available-themes): Use it.
6132 * cus-edit.el (custom--initialize-widget-variables): New function.
6133 (Custom-mode): Use it.
6135 * cus-face.el (custom-theme-set-faces): Remove dead code.
6136 Obey custom--inhibit-theme-enable.
6138 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6140 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
6142 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
6144 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
6146 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6147 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6148 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6150 * cus-start.el (all): ns-right-alternate-modifier is new.
6152 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6154 * emacs-lisp/lisp.el (lisp-completion-at-point):
6155 Use emacs-lisp-mode-syntax-table for the whole function.
6157 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
6159 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
6160 instead of font-lock-mode before adding keywords.
6161 Remove hi-lock-mode off code. Remove inhibit hack.
6162 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6163 non-nil; removed hook inhibit hack.
6165 2010-10-12 Glenn Morris <rgm@gnu.org>
6167 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6168 (load-path-shadows-find): ... to this.
6169 (list-load-path-shadows): Update for above change.
6171 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6173 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6175 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6176 Fix comment for declare-function.
6178 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
6180 * custom.el (custom-fix-face-spec): New function; code moved from
6181 custom-face-edit-fix-value.
6182 (custom-push-theme): Use it when checking if a face has been
6183 changed outside customize.
6184 (custom-available-themes): New function.
6185 (load-theme): Use it.
6187 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
6189 * custom.el (custom-push-theme): Cleanup (use cond).
6190 (disable-theme): Recompute the saved-face property.
6191 (custom-theme-recalc-face): Follow face alias before setting prop.
6193 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6194 New variables, containing checkbox images.
6196 * startup.el (fancy-startup-tail):
6197 * wid-edit.el (checkbox): Use them.
6199 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6201 * shell.el (shell-mode-map):
6202 * progmodes/modula2.el (m2-mode-map):
6203 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6204 * play/mpuz.el (mpuz-mode-map):
6205 * play/landmark.el (lm-mode-map):
6206 * play/decipher.el (decipher-mode-map):
6207 * play/5x5.el (5x5-mode-map):
6208 * net/telnet.el (telnet-mode-map):
6209 * net/quickurl.el (quickurl-list-mode-map):
6210 * net/mairix.el (mairix-searches-mode-map):
6211 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6212 * net/dig.el (dig-mode-map):
6213 * mail/mspools.el (mspools-mode-map):
6214 * hexl.el (hexl-mode-map):
6215 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6216 (wordstar-C-o-map, wordstar-C-q-map):
6217 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6218 * emacs-lisp/chart.el (chart-map):
6219 * edmacro.el (edmacro-mode-map):
6220 * erc/erc-list.el (erc-list-menu-mode-map):
6221 * array.el (array-mode-map): Declare and define in one step.
6223 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6225 2010-10-10 Daiki Ueno <ueno@unixuser.org>
6227 * epa.el (epa-passphrase-callback-function): Display filename
6228 passed as the 3rd arg.
6229 * epa-file.el (epa-file-passphrase-callback-function):
6230 Pass filename to epa-passphrase-callback-function.
6232 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
6234 * cus-edit.el (custom-face-widget-to-spec)
6235 (custom-face-get-current-spec, custom-face-state): New functions.
6236 (custom-face-set, custom-face-mark-to-save)
6237 (custom-face-value-create, custom-face-state-set): Use them.
6239 * cus-theme.el (custom-theme--listed-faces): New var.
6240 (customize-create-theme): Use *Custom Theme* as the buffer name.
6241 Set revert-buffer-function. Optional arg BUFFER. Insert all
6242 faces listed in custom-theme--listed-faces.
6243 (custom-theme-revert): New function.
6244 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6246 (custom-theme-write): Prompt for theme name if empty.
6247 (custom-theme-write-variables): Use dolist.
6248 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6250 2010-10-09 Alan Mackenzie <acm@muc.de>
6252 Enhance fontification of declarators to take account of the
6253 presence/absence of "typedef".
6255 * cc-engine.el (c-forward-type): New &optional param
6257 (c-forward-decl-or-cast-1): cdr of return value now indicates the
6258 presence of either or both of a "struct"-like keyword and "typedef".
6260 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6261 fontification of declarators which follow a "}".
6262 (c-font-lock-declarations): Fontify declarators according to the
6263 presence/absence of "typedef".
6265 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6267 (c-typedef-decl-key): New lang variable built from
6268 c-typedef-decl-kwds.
6270 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6272 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6273 since that's too annoying. Move the filter groups commands to
6276 * epa.el (epa-passphrase-callback-function): Say what we're
6277 querying the password for.
6279 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
6280 behaviour, don't bury the ibuffer buffer when visiting other buffers.
6282 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6284 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6285 (custom-magic-value-create): Pad button tags with spaces.
6286 (custom-face-edit): New variable.
6287 (custom-face-value-create): Determine whether to use the usual
6288 face editor here, instead of using custom-face-selected.
6289 Pass face defaults to custom-face-edit widget.
6290 (custom-face-selected, custom-display-unselected): Delete widgets.
6291 (custom-display-unselected-match): Function removed.
6292 (custom-face-set, custom-face-mark-to-save):
6293 Accept custom-face-edit widgets as the direct widget child.
6295 * wid-edit.el (widget--completing-widget): New var.
6296 (widget-default-complete): Bind it when doing completion.
6297 (widget-string-complete, widget-file-complete): Use it.
6299 2010-10-09 Glenn Morris <rgm@gnu.org>
6301 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6302 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6303 (holiday-hebrew-misc): Small simplifications.
6305 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6307 * net/browse-url.el: Don't require thingatpt, term, dired,
6308 executable, or w3-auto when compiling.
6309 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6311 (browse-url-text-emacs): Require term.
6313 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6315 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6317 2010-10-08 Glenn Morris <rgm@gnu.org>
6319 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6321 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6322 (shadows-compare-text-p): Make it an obsolete alias for...
6323 (load-path-shadows-compare-text): ... new name.
6324 (find-emacs-lisp-shadows): Update for above name change.
6325 (load-path-shadows-same-file-or-nonexistent): New name for the old
6326 shadow-same-file-or-nonexistent.
6328 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6330 * minibuffer.el (completion--some, completion--do-completion)
6331 (minibuffer-complete-and-exit, minibuffer-completion-help)
6332 (completion-basic-try-completion)
6333 (completion-basic-all-completions)
6334 (completion-pcm--find-all-completions): Use lexical-let to
6335 avoid some false matches in variable completion (Bug#7056)
6337 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
6339 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6341 2010-10-08 Leo <sdl.web@gmail.com>
6343 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6344 return non-nil if the file exists (Bug#7090).
6346 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6348 * minibuffer.el (completion--replace):
6349 Better preserve markers (bug#7138).
6351 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
6353 * server.el (server-process-filter): Doc fix.
6355 2010-10-08 Drew Adams <drew.adams@oracle.com>
6357 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6359 2010-10-08 Glenn Morris <rgm@gnu.org>
6361 * vc/ediff-wind.el (ediff-setup-control-frame):
6362 * vc/ediff-ptch.el (ediff-default-backup-extension):
6363 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6364 (ediff-exec-process): Remove system-types emx, windows-95.
6366 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6368 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
6370 * cus-edit.el (custom-variable, custom-face): Doc fix.
6371 (custom-face-edit): Add value-create attribute.
6372 (custom-face-edit-value-create)
6373 (custom-face-edit-value-visibility-action): New functions.
6374 Hide unused face attributes by default, and add a visibility toggle.
6375 (custom-face-edit-deactivate): Show empty values with shadow face.
6376 (custom-face-selected): Only use this for face specs with default
6378 (custom-face-value-create): Cleanup.
6380 * wid-edit.el (widget-checklist-value-create): Use dolist.
6381 (widget-checklist-match-find): Make second arg optional.
6383 2010-10-07 Glenn Morris <rgm@gnu.org>
6385 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6388 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6389 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6390 load-path-shadows-mode, update references.
6391 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6392 Rename variable and button.
6393 (list-load-path-shadows): Update button caller.
6395 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6397 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6398 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6399 (smie-merge-prec2s): Handle those new entries.
6400 (smie-prec2-levels): Only set precedence to nil for actual
6402 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6403 that is now unnecessary.
6405 2010-10-07 Miles Bader <miles@gnu.org>
6407 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6409 2010-10-07 Glenn Morris <rgm@gnu.org>
6411 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6412 (mail-position-on-field): Remove declarations.
6413 (mail-position-on-field): Autoload it.
6414 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6415 and mail-header-end. Don't require sendmail.
6417 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6418 (shadow-mode): New mode.
6419 (shadow-find-file): New button.
6420 (list-load-path-shadows): Use shadow-mode and buttons.
6422 * iimage.el (iimage-version): Remove.
6423 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6424 Turn into defcustoms.
6425 (iimage-mode-map): Give it a doc string.
6427 * calendar/appt.el (appt-activate): Give a warning rather than an error
6428 if there is no diary-file.
6430 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
6432 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6433 Use `tramp-handle-find-backup-file-name'.
6435 2010-10-06 Glenn Morris <rgm@gnu.org>
6437 * font-core.el (font-lock-defaults-alist): Remove variable.
6438 (font-lock-mode): Doc fix.
6439 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6440 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6441 (font-lock-set-defaults): Doc fix.
6442 Do not consult font-lock-defaults-alist.
6444 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6446 * emacs-lisp/cl.el: No longer provide cl-19.
6448 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
6450 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6451 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6452 New defuns, taken from tramp-smb.el.
6453 (tramp-coding-system-change-eol-conversion)
6454 (tramp-set-process-query-on-exit-flag): Remove.
6456 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
6457 (tramp-compat-coding-system-change-eol-conversion)
6458 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6461 * net/tramp-gvfs.el:
6462 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6463 by `tramp-compat-set-process-query-on-exit-flag'.
6465 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6466 Use `tramp-handle-directory-files-and-attributes',
6467 `tramp-handle-file-exists-p' and
6468 `tramp-handle-file-newer-than-file-p'.
6469 (tramp-imap-handle-file-exists-p)
6470 (tramp-imap-handle-file-executable-p)
6471 (tramp-imap-handle-file-readable-p)
6472 (tramp-imap-handle-directory-files-and-attributes)
6473 (tramp-imap-handle-file-newer-than-file-p): Remove.
6475 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6476 by `tramp-compat-set-process-query-on-exit-flag' and
6477 `tramp-coding-system-change-eol-conversion' by
6478 `tramp-compat-coding-system-change-eol-conversion'.
6480 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6481 Use `tramp-handle-directory-files-and-attributes',
6482 `tramp-handle-file-exists-p' and
6483 `tramp-handle-file-newer-than-file-p'.
6484 (tramp-smb-handle-directory-files-and-attributes)
6485 (tramp-smb-handle-file-exists-p)
6486 (tramp-smb-handle-file-newer-than-file-p): Remove.
6487 (tramp-smb-maybe-open-connection):
6488 Replace `tramp-set-process-query-on-exit-flag' by
6489 `tramp-compat-set-process-query-on-exit-flag'.
6491 2010-10-05 Glenn Morris <rgm@gnu.org>
6493 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6495 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6497 Continue reorganization of load dependencies. (Bug#7156)
6499 * net/tramp.el (tramp-handle-file-local-copy-hook)
6500 (tramp-delete-temp-file-function): Move down.
6501 (tramp-exists-file-name-handler): Move up.
6502 (tramp-register-file-name-handlers): Simplify autoload.
6503 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6504 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6505 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6506 (tramp-handle-file-name-completion)
6507 (tramp-handle-file-name-directory)
6508 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6509 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6510 (tramp-handle-find-backup-file-name)
6511 (tramp-handle-insert-file-contents, tramp-handle-load)
6512 (tramp-handle-substitute-in-file-name)
6513 (tramp-handle-unhandled-file-name-directory)
6514 (tramp-mode-string-to-int, tramp-local-host-p)
6515 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6517 * net/tramp-gvfs.el (top):
6518 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6520 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6521 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6523 2010-10-04 Glenn Morris <rgm@gnu.org>
6525 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6526 (appt-activate): Give status messages.
6528 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6530 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6531 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6532 `gnutls-negotiate' (formerly `starttls-negotiate').
6533 Remove trivial wrapper `starttls-open-stream'.
6535 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6537 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6538 log-outgoing commands.
6539 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6540 to create a buffer local revert-buffer-function variable.
6541 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6542 revert-buffer-function lambda.
6544 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6546 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6547 `gnutls-boot'. Make TYPE the only required parameter.
6548 Allow TRUSTFILES and KEYFILES to be lists.
6549 (open-ssl-stream): Use it.
6551 2010-10-03 Glenn Morris <rgm@gnu.org>
6553 * subr.el (directory-sep-char): Remove obsolete variable.
6554 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6557 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6558 * vc/vc.el (vc-static-header-alist): Doc fix.
6559 * vc/vc-cvs.el (vc-cvs-header):
6560 * vc/vc-rcs.el (vc-rcs-header):
6561 * vc/vc-sccs.el (vc-sccs-header):
6562 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6563 * obsolete/vc-mcvs.el (vc-mcvs-header):
6564 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6567 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6569 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6570 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6572 2010-10-03 Glenn Morris <rgm@gnu.org>
6574 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6576 * textmodes/rst.el (rst-font-lock-keywords-function):
6579 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6581 * printing.el: Drop Emacs 20 code.
6583 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6584 without having used appt.el already).
6586 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6587 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6588 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6590 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6591 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6593 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6594 (charset-width, find-charset-region, chars-in-region, forward-point)
6595 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6596 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6597 Remove compatibility cruft (none of these are used by ps*.el).
6599 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6601 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6603 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6605 * server.el (server-process-filter, server-return-error):
6606 Give emacsclient time to shut down after receiving an error string.
6608 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6610 * files.el (remote-file-name-inhibit-cache): New defcustom.
6612 * time.el (display-time-file-nonempty-p):
6613 Use `remote-file-name-inhibit-cache'.
6615 * net/tramp.el (tramp-completion-reread-directory-timeout):
6618 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6619 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6620 `remote-file-name-inhibit-cache'. Check also for an integer
6621 value. Add/increase counter when `tramp-verbose' >= 10.
6622 (tramp-set-file-property): Add/increase counter when
6623 `tramp-verbose' >= 10.
6625 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6626 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6627 (tramp-bug): Set tramp-autoload cookie. Report all interned
6628 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6629 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6630 characters only in strings.
6632 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6633 to backward compatibility.
6635 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6636 (tramp-handle-file-name-all-completions)
6637 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6638 (tramp-open-connection-setup-interactive-shell):
6639 Call `tramp-cleanup-connection' directly.
6641 2010-10-02 Glenn Morris <rgm@gnu.org>
6643 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6645 * subr.el (char-bytes): Remove obsolete function.
6647 * isearch.el (isearch-return-char): Remove obsolete function.
6649 * mouse.el: No longer provide mldrag.
6650 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6651 Remove obsolete aliases.
6653 * comint.el (comint-kill-output): Remove obsolete alias.
6655 * composite.el (decompose-composite-char): Remove obsolete function.
6656 * ps-def.el (decompose-composite-char): Remove unused function.
6658 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6660 * outline.el (outline-visible): Remove obsolete function.
6662 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6663 * faces.el (internal-find-face, internal-get-face)
6664 (frame-update-faces, frame-update-face-colors)
6665 (x-frob-font-weight, x-frob-font-slant)
6666 (internal-frob-font-weight, internal-frob-font-slant)
6667 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6668 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6669 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6671 * emulation/viper-util.el (viper-get-face):
6672 * obsolete/lucid.el (find-face, get-face): Use facep.
6673 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6674 Remove unused functions.
6675 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6677 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6678 delete tempfile if interrupted during compilation.
6680 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6682 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6684 (tls-program): Add --insecure to be consistent with the defaults from
6685 openssl s_client. Now all three commands are insecure.
6687 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6689 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6690 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6691 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6693 2010-10-01 Glenn Morris <rgm@gnu.org>
6695 * obsolete/sc.el: Remove file.
6697 * files.el (temporary-file-directory): On darwin, also try
6698 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6700 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6702 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6703 Let's not break compatibility gratuitously, shall we?
6705 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6707 * net/tls.el (tls-starttls-switches): New variable.
6708 (tls-find-starttls-argument): Use it.
6709 (open-tls-stream): Ditto.
6711 * net/netrc.el (netrc-credentials): Return the value of the "default"
6713 (netrc-machine): Ditto.
6715 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6717 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6719 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6721 * server.el (server-start): Don't write pid to the authentication file.
6722 (server-create-tty-frame): Don't send pid.
6723 (server-process-filter): Send pid at the start of every connection.
6725 2010-09-30 Glenn Morris <rgm@gnu.org>
6727 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6728 (show-all-diary-entries): Remove obsolete function aliases.
6730 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6731 Remove options, obsolete since 22.1.
6732 (appt-display-format, appt-display-message):
6733 Remove backwards-compatibility code.
6734 (appt-check): No longer check appt-issue-message.
6735 (appt-make-list): No longer autoload it. Doc fix. No longer
6736 activate the package.
6738 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6740 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6741 (starttls-negotiate): Just call boot, and let the handshake be
6742 triggered from the read loop.
6744 2010-09-29 Glenn Morris <rgm@gnu.org>
6746 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6747 not displaying the diary.
6748 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6749 * calendar/appt.el (appt-check): No longer need to kill diary.
6751 * calendar/diary-lib.el (diary-list-entries): Move the
6752 "Preparing..." message entirely here.
6753 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6754 messages to diary-list-entries.
6755 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6756 diary-display-function.
6758 * calendar/diary-lib.el (diary-include-other-diary-files):
6759 Trap some recursive includes.
6761 * calendar/appt.el (appt-activate): Check diary file.
6763 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6765 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6768 * calendar/time-date.el: No need to require cl for Emacs 21.
6770 2010-09-28 Glenn Morris <rgm@gnu.org>
6772 * calendar/appt.el (appt-check): Minor simplification.
6774 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6776 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6779 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6781 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6782 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6784 2010-09-27 Kenichi Handa <handa@m17n.org>
6786 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6789 2010-09-27 Kenichi Handa <handa@m17n.org>
6791 * international/mule.el (define-coding-system): Docstring fixed.
6793 * international/mule-diag.el (describe-character-set): Use princ
6794 with proper print-length and print-level instead of insert.
6796 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6798 * window.el (walk-windows): Doc fix (bug#7105).
6800 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6802 * emacs-lisp/float-sup.el (e): Remove.
6804 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6806 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6808 (starttls-negotiate): Use it.
6810 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6812 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6815 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6817 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6819 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6821 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6823 * net/netrc.el (netrc-store-data): New function.
6825 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6827 * net/gnutls.el: GnuTLS glue code to set up a connection.
6829 2010-09-25 Julien Danjou <julien@danjou.info>
6831 * notifications.el: Call dbus-register-signal only if it is bound.
6833 2010-09-25 Glenn Morris <rgm@gnu.org>
6835 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6836 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6837 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6838 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6839 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6840 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6841 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6842 * eshell/esh-util.el, eshell/esh-var.el:
6843 Remove leading `*' from docs of faces and defcustoms.
6845 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6847 * eshell/em-ls.el (eshell-ls-archive-regexp):
6848 * eshell/esh-util.el (eshell-tar-regexp):
6849 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6850 * info.el (Info-suffix-list):
6851 * international/mule.el (auto-coding-alist):
6852 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6853 * progmodes/etags.el (tags-compression-info-list):
6854 Support xz compression.
6856 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6858 * files.el (get-free-disk-space): Don't assume the "df" output
6859 columns line up (Bug#6995).
6861 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6863 * finder.el (finder-unknown-keywords):
6864 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6865 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6867 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6869 * server.el (server-start): Revert part of 2010-08-08 change. Using
6870 address 127.0.0.1 for local host is now done in Fmake_network_process.
6872 2010-09-24 Glenn Morris <rgm@gnu.org>
6874 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6875 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6876 * textmodes/css-mode.el, textmodes/dns-mode.el:
6877 Move autoloaded auto-mode-alist entries to files.el.
6878 * files.el (auto-mode-alist): Move entries here.
6880 2010-09-23 Glenn Morris <rgm@gnu.org>
6882 * isearch.el (isearch-lazy-highlight-cleanup)
6883 (isearch-lazy-highlight-initial-delay)
6884 (isearch-lazy-highlight-interval)
6885 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6886 * net/net-utils.el (ipconfig-program-options):
6887 Move aliases to options before the associated definitions.
6889 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6891 * newcomment.el (comment-normalize-vars): Better test validity of
6894 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6896 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6897 (float-e): New name for `e'.
6898 (degrees-to-radians, radians-to-degrees):
6899 * calendar/solar.el (solar-longitude):
6900 * calculator.el (calculator-registers, calculator-funcall):
6901 * textmodes/artist.el (artist-spray-random-points):
6902 * play/bubbles.el (bubbles--initialize-images): Use new names.
6904 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6906 Update to CEDET 1.0's version of EIEIO.
6908 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6910 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6911 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6912 (class-precedence-list): If class is nil, return nil.
6913 (eieio-generic-call): If class of first input arg is nil, don't
6914 look up static methods, and do check for primary methods.
6915 (initialize-instance): See if the default needs to be evaluated
6916 during the constructor.
6917 (eieio-perform-slot-validation-for-default): Don't do the check
6918 for values that will eventually be evaluated.
6919 (eieio-eval-default-p): New function.
6920 (eieio-default-eval-maybe): Use it.
6922 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6924 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6925 method-invocation-order.
6926 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6927 (eieio-class-precedence-dfs): Compute class precedence list using
6929 (eieio-class-precedence-bfs): Compute class precedence list using
6931 (eieio-class-precedence-c3): Compute class precedence list using
6933 (class-precedence-list): New function.
6934 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6935 (inconsistent-class-hierarchy): New error symbol.
6936 (call-next-method): Stow the replacement argument list for future
6937 call-next-method invocations.
6939 2010-09-23 Glenn Morris <rgm@gnu.org>
6941 * calendar/appt.el (appt-check): If not displaying the diary,
6942 use (diary 1) to only get the entries we need.
6943 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6944 that it is in day order. (Bug#7019)
6946 * calendar/appt.el (appt-check): Rather than showing the diary,
6947 just turn off invisible display, and only if needed.
6949 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6951 2010-09-23 Glenn Morris <rgm@gnu.org>
6953 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6954 (byte-compile-defvar, byte-compile-cl-warn):
6955 Start warnings with lower-case, like the majority.
6957 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6959 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6961 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6962 * files.el (auto-mode-alist): Move ld-script entries here, further down
6965 * vc/add-log.el: Don't require timezone when compiling.
6966 (timezone-make-date-sortable): Autoload it.
6967 (change-log-sortable-date-at): Don't require timezone.
6968 Use `ignore-errors'.
6970 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6971 Move alias before definition, so it does not need autoloading.
6973 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6974 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6975 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6976 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6977 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6978 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6979 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6980 * textmodes/tex-mode.el, textmodes/two-column.el:
6981 Remove leading `*' from docs of defcustoms etc.
6983 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6985 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6987 2010-09-22 Dan Christensen <jdc@uwo.ca>
6989 * calendar/time-date.el (date-to-time): Try using parse-time-string
6990 first before using the slower timezone-make-date-arpa-standard.
6992 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6994 * calendar/time-date.el (format-seconds): Comment fix.
6996 2010-09-22 Glenn Morris <rgm@gnu.org>
6998 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6999 is not automatically buffer-local.
7001 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7003 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7004 (smie-indent-comment): Be more careful with comment-start-skip.
7005 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7006 (smie-indent-functions): Use them.
7008 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
7010 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7012 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7014 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7015 tool-bar-position. Don't modify frame parameters here.
7016 (menu-bar-options-save): Add tool-bar-position.
7018 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7020 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7022 * textmodes/reftex-parse.el (reftex-what-macro)
7023 (reftex-context-substring): Let-bind forward-sexp-function to nil
7024 since we don't need/want to treat \begin...\end as a block (bug#7053).
7026 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7028 * simple.el (blink-matching-open): Use syntax-class.
7030 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7031 Set invisibility spec for pascal's outline mode.
7032 (pascal-outline-change): Clean up calling convention.
7033 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7035 * progmodes/prolog.el (prolog-smie-forward-token)
7036 (prolog-smie-backward-token): New functions.
7037 (prolog-mode-variables): Use them to parse "!," correctly.
7038 Set up smie-blink-matching for ".".
7040 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7042 (ispell-region, ispell-process-line): Update users.
7044 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7047 * textmodes/ispell.el: Fix commenting convention.
7048 (ispell-parse-output): Simplify, use push.
7049 (ispell-region): Use match-string-no-properties.
7050 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7051 (ispell-minor-mode): Use define-minor-mode.
7052 (ispell-message): Remove unused var `skip-regexp'.
7053 (ispell-add-per-file-word-list): Use dynamic let-binding.
7054 Try and use the proper comment marker.
7056 * mail/sendmail.el: Fix commenting convention.
7057 (sendmail-send-it): Use line-beginning-position.
7059 * help-fns.el (describe-variable): Add original value, if applicable.
7061 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
7063 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7065 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7067 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7069 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7070 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7071 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7072 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7073 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7074 something like "." can also be a closer.
7075 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7076 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7077 Rename internal functions to use "--". Update callers.
7079 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7081 * fringe.el (fringe-styles): New var.
7082 (fringe-mode, fringe-query-style): Use it.
7084 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7086 * progmodes/sql.el: Version 2.8
7087 (sql-login-params): Update widget structure; changes still needed.
7088 (sql-product-alist): Add :list-all and :list-table features for
7089 SQLite, Postgres and MySQL products.
7090 (sql-redirect): Handle default value.
7091 (sql-execute, sql-execute-feature): New functions.
7092 (sql-read-table-name): New function.
7093 (sql-list-all, sql-list-table): New functions. User API.
7094 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7095 for above functions.
7096 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7097 for above functions.
7098 (sql-postgres-login-params): Add user and database defaults.
7099 (sql-buffer-live-p): Bug fix.
7100 (sql-product-history): New variable.
7101 (sql-read-product): New function. Use it.
7102 (sql-set-product, sql-product-interactive): Use it.
7103 (sql-connection-history): New variable.
7104 (sql-read-connection): New function. Use it.
7105 (sql-connect): New function.
7106 (sql-for-each-login): Redesign function interface.
7107 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
7108 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7109 (sql-comint): Check for program. Existing live buffer.
7110 (sql-comint-postgres): Add port parameter.
7112 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7114 * emacs-lisp/warnings.el: Fix commenting convention.
7115 (display-warning): Use special mode and make the buffer read-only.
7117 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7119 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7120 empty string when it follows a repeated or optional pattern.
7122 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7124 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7125 (indent-region): Use indent-according-to-mode.
7127 2010-09-18 Eli Zaretskii <eliz@gnu.org>
7129 * fringe.el (fringe-mode): Doc fix.
7131 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7133 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7134 refreshing the preview buffer.
7136 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7138 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7139 (latex-syntax-propertize-rules): New consts; replace
7140 tex-font-lock-syntactic-keywords.
7141 (tex-env-mark, latex-env-before-change): New functions.
7142 (latex-electric-env-pair-mode): New minor mode.
7143 (tex-font-lock-verb): Change arguments; do move point.
7144 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7145 representation as a form of comment.
7146 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7147 (doctex-syntax-propertize-rules): New const; replaces
7148 doctex-font-lock-syntactic-keywords.
7149 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7151 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7152 (fortran-make-syntax-propertize-function): New function; replaces
7153 fortran-font-lock-syntactic-keywords.
7154 (fortran-mode): Use it.
7155 (fortran-line-length): Use it. Improve interactive spec.
7157 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7158 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7159 when adding surrounding \(..\).
7161 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7163 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7165 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7166 Use with-current-buffer.
7168 * isearch.el (isearch-face): Rename from `isearch'.
7169 (isearch-highlight): Use new name.
7171 2010-09-17 Eli Zaretskii <eliz@gnu.org>
7173 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7174 5, for `half' width fringes. (Bug#6933)
7176 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7178 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7179 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7181 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7183 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
7185 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7186 in calculating new frame position. Add more space between new and
7187 parent on the left (Bug#7048).
7189 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
7191 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7194 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
7196 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
7198 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7199 obsolete alias for x-selection-value.
7201 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7203 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
7205 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7208 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
7210 * net/tramp-compat.el (tramp-compat-with-temp-message)
7211 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7212 (tramp-compat-process-put): New defuns.
7214 * net/tramp.el (top):
7215 * net/tramp-gvfs.el (top):
7216 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7218 * net/tramp.el (tramp-progress-reporter-update):
7219 Use `tramp-compat-funcall'.
7221 * net/tramp.el (tramp-process-actions):
7222 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7223 * net/tramp-sh.el (tramp-handle-vc-registered)
7224 (tramp-get-remote-stat, tramp-get-remote-readlink):
7225 Use `tramp-compat-with-temp-message'.
7227 * net/tramp-sh.el (top): Require 'cl.
7228 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
7229 (tramp-open-connection-setup-interactive-shell):
7230 Use `tramp-compat-process-put'.
7232 2010-09-15 Alan Mackenzie <acm@muc.de>
7234 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7236 (c-forward-<>-arglist-recur): Fix an infinite recursion.
7238 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7240 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7241 `lexical' for warnings related to lexical scoping.
7242 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7243 global vars which don't have a prefix and could hence affect lexical
7244 scoping in unrelated files.
7246 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7248 * net/imap.el: Revert back to version
7249 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7252 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7254 * obsolete/old-whitespace.el (whitespace-unload-function):
7255 Explicitly pass `obarray' to `unintern' to avoid a warning.
7257 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7259 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7260 Add `when' argument. Update callers.
7262 * subr.el (unintern): Declare the obarray arg mandatory.
7264 2010-09-14 Glenn Morris <rgm@gnu.org>
7266 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7269 * calendar/diary-lib.el (diary-included-files): New variable.
7270 (diary-list-entries): Maybe initialize diary-included-files.
7271 (diary-include-other-diary-files): Append to diary-included-files.
7272 * calendar/appt.el (appt-update-list): Also check the members of
7273 diary-included-files. (Bug#6999)
7274 (appt-check): Doc fix.
7276 2010-09-14 David Reitter <david.reitter@gmail.com>
7278 * simple.el (line-move-visual): Do not truncate goal column to
7279 integer size. (Bug#7020)
7281 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7283 * repeat.el (repeat): Allow repeating when the last event is a click.
7284 Suggested by Drew Adams (bug#6256).
7286 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
7288 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
7289 Replace setting HGRCPATH to "" by some less invasive --config options.
7291 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7293 * font-lock.el (font-lock-beginning-of-syntax-function):
7296 2010-09-14 Glenn Morris <rgm@gnu.org>
7298 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7299 and tool-bar modes. (Bug#6211)
7300 (menu-bar-mode): Move setting of standard-value after the
7301 minor-mode definition, otherwise it seems to have no effect.
7303 2010-09-14 Masatake YAMATO <yamato@redhat.com>
7305 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7306 Fix typo. (Bug#6976)
7308 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7310 * whitespace.el: Allow cleaning up blanks without blank
7311 visualization (Bug#6651). Adjust help window for
7312 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7313 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7314 (whitespace-style): Add new value 'face. Adjust docstring.
7315 (whitespace-space, whitespace-hspace, whitespace-tab):
7316 Adjust foreground property face.
7317 (whitespace-line-column): Adjust docstring and type declaration.
7318 (whitespace-style-value-list, whitespace-toggle-option-alist)
7319 (whitespace-help-text): Adjust const initialization.
7320 (whitespace-toggle-options, global-whitespace-toggle-options):
7322 (whitespace-display-window, whitespace-interactive-char)
7323 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7324 (whitespace-help-scroll): New fun.
7326 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7328 * calendar/time-date.el (format-seconds): Comment fix.
7330 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7332 * progmodes/sql.el: Version 2.7.
7333 (sql-buffer-live-p): Improve detection.
7334 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7335 (sql-set-sqli-buffer): Use it.
7336 (sql-product-interactive): Run `sql-set-sqli-hook'.
7337 (sql-rename-buffer): Code cleanup.
7338 (sql-redirect, sql-redirect-value): New functions. More to come.
7340 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
7342 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.
7343 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7344 (TRAMP_SRC): New macro.
7345 ($(lisp)/net/tramp-loaddefs.el): New target.
7347 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
7349 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7351 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7353 * net/tramp.el (top): Don't show loading message. Require just
7354 'tramp-compat, everything else is required there.
7355 Use `ignore-errors' where appropriate.
7356 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7357 (tramp-terminal-type, tramp-end-of-output)
7358 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7359 (tramp-completion-function-alist-ssh)
7360 (tramp-completion-function-alist-telnet)
7361 (tramp-completion-function-alist-su)
7362 (tramp-completion-function-alist-putty, tramp-remote-path)
7363 (tramp-remote-process-environment, tramp-sh-extra-args)
7364 (tramp-actions-before-shell, tramp-uudecode)
7365 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7366 (tramp-perl-file-attributes)
7367 (tramp-perl-directory-files-and-attributes)
7368 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7369 (tramp-perl-encode, tramp-perl-decode)
7370 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7371 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7372 (tramp-handle-make-symbolic-link, tramp-handle-load)
7373 (tramp-handle-file-name-as-directory)
7374 (tramp-handle-file-name-directory)
7375 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7376 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7377 (tramp-do-file-attributes-with-ls)
7378 (tramp-do-file-attributes-with-perl)
7379 (tramp-do-file-attributes-with-stat)
7380 (tramp-handle-set-visited-file-modtime)
7381 (tramp-handle-verify-visited-file-modtime)
7382 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7383 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7384 (tramp-handle-file-selinux-context)
7385 (tramp-handle-set-file-selinux-context)
7386 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7387 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7388 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7389 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7390 (tramp-handle-file-ownership-preserved-p)
7391 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7392 (tramp-handle-directory-files-and-attributes)
7393 (tramp-do-directory-files-and-attributes-with-perl)
7394 (tramp-do-directory-files-and-attributes-with-stat)
7395 (tramp-handle-file-name-all-completions)
7396 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7397 (tramp-handle-copy-file, tramp-handle-copy-directory)
7398 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7399 (tramp-do-copy-or-rename-file-via-buffer)
7400 (tramp-do-copy-or-rename-file-directly)
7401 (tramp-do-copy-or-rename-file-out-of-band)
7402 (tramp-handle-make-directory, tramp-handle-delete-directory)
7403 (tramp-handle-delete-file)
7404 (tramp-handle-dired-recursive-delete-directory)
7405 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7406 (tramp-handle-insert-directory)
7407 (tramp-handle-unhandled-file-name-directory)
7408 (tramp-handle-expand-file-name)
7409 (tramp-handle-substitute-in-file-name)
7410 (tramp-handle-executable-find, tramp-process-sentinel)
7411 (tramp-handle-start-file-process, tramp-handle-process-file)
7412 (tramp-handle-call-process-region, tramp-handle-shell-command)
7413 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7414 (tramp-handle-insert-file-contents)
7415 (tramp-handle-insert-file-contents-literally)
7416 (tramp-handle-find-backup-file-name)
7417 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7418 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7419 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7420 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7421 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7422 (tramp-find-file-exists-command, tramp-open-shell)
7423 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7424 (tramp-open-connection-setup-interactive-shell)
7425 (tramp-local-coding-commands, tramp-remote-coding-commands)
7426 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7427 (tramp-inline-compress-commands, tramp-find-inline-compress)
7428 (tramp-compute-multi-hops, tramp-maybe-open-connection)
7429 (tramp-send-command, tramp-wait-for-output)
7430 (tramp-send-command-and-check, tramp-barf-unless-okay)
7431 (tramp-send-command-and-read, tramp-mode-string-to-int)
7432 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7433 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7434 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7435 (tramp-method-out-of-band-p, tramp-local-host-p)
7436 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7437 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7438 (tramp-get-test-command, tramp-get-test-nt-command)
7439 (tramp-get-file-exists-command, tramp-get-remote-ln)
7440 (tramp-get-remote-perl, tramp-get-remote-stat)
7441 (tramp-get-remote-readlink, tramp-get-remote-trash)
7442 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7443 (tramp-get-local-uid, tramp-get-local-gid)
7444 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
7446 (tramp-methods, tramp-default-method-alist)
7447 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7448 Move initialization to tramp-sh.el.
7449 (tramp-temp-name-prefix): Make it a defconst.
7450 (tramp-dissect-file-name): Don't check anymore for multi-hop
7452 (tramp-debug-outline-regexp): Add a docstring.
7453 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
7454 (tramp-get-debug-buffer): Use it.
7456 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7457 initialization forms.
7458 (tramp-set-connection-property): Don't protect `tramp-message'
7459 call, it isn't necessary any longer.
7460 (tramp-dump-connection-properties): Use `ignore-errors'.
7462 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7463 'password-cache and 'auth-source.
7465 * net/tramp-gvfs.el (top):
7466 * net/tramp-smb.el (top): Require 'tramp-sh.
7468 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7470 * net/tramp-sh.el: New file, derived from tramp.el.
7471 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7472 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7473 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7474 Use `ignore-errors' where appropriate.
7475 (tramp-sh-file-name-handler-alist): Rename from
7476 `tramp-file-name-handler-alist'.
7477 (tramp-send-command-and-check): Return t or nil. Remove all
7478 `zerop' checks, where called.
7479 (tramp-handle-set-file-modes)
7480 (tramp-do-copy-or-rename-file-directly)
7481 (tramp-handle-delete-directory, tramp-handle-delete-file)
7482 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7483 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7484 (tramp-get-remote-ln): Set tramp-autoload cookie.
7486 * net/tramp-fish.el: Remove file.
7488 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7490 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7491 buffer-file-name to avoid file-locking. (Bug#7026)
7493 2010-09-13 Julien Danjou <julien@danjou.info>
7495 * notifications.el (notifications-notify): Add support for
7496 image-path and sound-name.
7497 (notifications-specification-version): Add this variable.
7499 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7501 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7503 2010-09-12 Leo <sdl.web@gmail.com>
7505 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7506 (rcirc-completion-start): New variables.
7507 (rcirc-nick-completions): Rename to rcirc-completions.
7508 (rcirc-nick-completion-start-offset): Delete.
7509 (rcirc-completion-at-point): New function for constructing
7510 completion data for both nicks and irc commands. Add to
7511 completion-at-point-functions in rcirc mode.
7512 (rcirc-complete): Rename from rcirc-nick-complete; use
7513 rcirc-completion-at-point.
7514 (defun-rcirc-command): Update rcirc-client-commands.
7516 2010-09-11 Glenn Morris <rgm@gnu.org>
7518 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7519 atomically, to avoid parallel build errors. (Bug#4196)
7521 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7523 * progmodes/sql.el: Version 2.6
7524 (sql-dialect): Synonym for "sql-product".
7525 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7526 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7527 Set "sql-buffer" to buffer name not buffer object so multiple sql
7528 interactive buffers work properly. Reverts misguided changes in
7530 (sql-comint): Make sure different buffer name is used if "*SQL*"
7531 buffer is for a different product.
7532 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7534 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7535 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7536 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7537 Accept new buffer name or prompt for one.
7538 (sql-port): Default to zero.
7539 (sql-comint-mysql): Handle "sql-port" as a numeric.
7540 (sql-port-history): Delete unused variable.
7541 (sql-get-login): Default "sql-port" to a number.
7542 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7543 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7544 "sqlite3" executables.
7545 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7546 (sql-buffer-live-p): New function.
7547 (sql-mode-menu, sql-send-string): Use it.
7548 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7550 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7551 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7553 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7555 * net/netrc.el (netrc-credentials): New convenience function.
7557 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7559 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7560 to replace texinfo-font-lock-syntactic-keywords.
7561 (texinfo-mode): Use it.
7563 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7564 Use syntax-propertize-function.
7566 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7567 replace sgml-font-lock-syntactic-keywords.
7568 (sgml-mode): Use it.
7570 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7571 since we don't use it.
7573 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7575 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7577 (vhdl-fontify-buffer): Adjust.
7579 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7580 replace tcl-font-lock-syntactic-keywords.
7583 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7584 replace simula-font-lock-syntactic-keywords.
7585 (simula-mode): Use it.
7587 * progmodes/sh-script.el (sh-st-symbol): Remove.
7588 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7589 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7590 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7591 (sh-font-lock-paren): Set syntax-multiline.
7592 (sh-font-lock-syntactic-keywords): Remove.
7593 (sh-syntax-propertize-function): New function to replace it.
7596 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7597 Define while compiling.
7598 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7599 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7600 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7601 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7602 (ruby-here-doc-end-syntax): Only define when
7603 syntax-propertize is not available.
7604 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7606 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7607 (electric-indent-chars): Silence bytecompiler.
7608 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7609 electric-indent-chars.
7611 * progmodes/python.el (python-syntax-propertize-function): New var to
7612 replace python-font-lock-syntactic-keywords.
7613 (python-mode): Use it.
7614 (python-quote-syntax): Simplify and adjust to new use.
7616 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7617 replace perl-font-lock-syntactic-keywords.
7618 (perl-syntax-propertize-special-constructs): New fun to replace
7619 perl-font-lock-special-syntactic-constructs.
7620 (perl-font-lock-syntactic-face-function): New fun.
7621 (perl-mode): Use it.
7623 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7624 to replace octave-font-lock-close-quotes.
7625 (octave-syntax-propertize-function): New function to replace
7626 octave-font-lock-syntactic-keywords.
7627 (octave-mode): Use it.
7629 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7630 replaces mixal-font-lock-syntactic-keywords.
7631 (mixal-mode): Use it.
7633 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7634 New var; replaces makefile-font-lock-syntactic-keywords.
7635 (makefile-mode): Use it.
7636 (makefile-imake-mode): Adjust.
7638 * progmodes/js.el (js--regexp-literal): Define while compiling.
7639 (js-syntax-propertize-function): New var; replaces
7640 js-font-lock-syntactic-keywords.
7643 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7644 replaces gdb-script-font-lock-syntactic-keywords.
7645 (gdb-script-mode): Use it.
7647 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7648 (fortran--font-lock-syntactic-keywords): New var.
7649 (fortran-line-length): Update syntax-propertize-function and
7650 fortran--font-lock-syntactic-keywords.
7652 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7654 * progmodes/cfengine.el (cfengine-mode):
7655 Use syntax-propertize-function.
7656 (cfengine-font-lock-syntactic-keywords): Remove.
7658 * progmodes/autoconf.el (autoconf-mode):
7659 Use syntax-propertize-function.
7660 (autoconf-font-lock-syntactic-keywords): Remove.
7662 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7663 (ada-after-change-function, ada-initialize-syntax-table-properties)
7664 (ada-handle-syntax-table-properties): Only define when
7665 syntax-propertize is not available.
7666 (ada-mode): Use syntax-propertize-function.
7668 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7669 (font-lock-fontify-syntactic-keywords-region): Move handling of
7670 font-lock-syntactically-fontified to...
7671 (font-lock-default-fontify-region): ...here.
7672 Let syntax-propertize-function take precedence.
7673 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7675 * emacs-lisp/syntax.el (syntax-propertize-function)
7676 (syntax-propertize-chunk-size, syntax-propertize--done)
7677 (syntax-propertize-extend-region-functions): New vars.
7678 (syntax-propertize-wholelines, syntax-propertize-multiline)
7679 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7680 (syntax-propertize): New functions.
7681 (syntax-propertize-rules): New macro.
7682 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7683 (syntax-ppss): Call syntax-propertize.
7685 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7687 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7689 * textmodes/ispell.el (ispell-init-process): Improve comments.
7690 XEmacs compatibility changes regarding (add-hook) 'local option
7691 and (set-process-query-on-exit-flag).
7693 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7695 * net/tramp-cache.el (tramp-parse-connection-properties):
7696 Set tramp-autoload cookie.
7698 2010-09-09 Glenn Morris <rgm@gnu.org>
7700 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7701 (imagemagick-register-types): Doc fix.
7703 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7705 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7707 * progmodes/js.el (require): Require is already "eval-and-compile".
7708 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7709 (js--re-search-backward): Use js--re-search-forward.
7711 * progmodes/fortran.el (fortran-line-length): Don't recompute
7712 syntactic keywords redundantly a second time.
7714 * progmodes/ada-mode.el: Replace "(set '" with setq.
7715 (ada-mode): Simplify.
7716 (ada-create-case-exception, ada-adjust-case-interactive)
7717 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7718 (ada-search-ignore-string-comment, ada-move-to-start)
7719 (ada-move-to-end): Use with-syntax-table.
7721 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7722 (font-lock-unfontify-region, font-lock-default-fontify-region):
7723 Update usage correspondingly.
7724 (font-lock-fontify-syntactic-keywords-region):
7725 Set parse-sexp-lookup-properties buffer-locally here.
7726 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7728 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7730 2010-09-08 Glenn Morris <rgm@gnu.org>
7732 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7733 Error if not compiled with -DBYTE_CODE_METER.
7735 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7736 Ignore dir-locals-file.
7738 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7740 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7742 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7743 for the `gnu' messages.
7744 (compilation-set-skip-threshold): New command.
7745 (compilation-start): Use \' rather than $.
7746 (compilation-forget-errors): Use clrhash.
7748 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7750 * textmodes/ispell.el (ispell-valid-dictionary-list):
7753 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7755 Migrate to Tramp 2.2. Rearrange load dependencies.
7756 (Bug#1529, Bug#5448, Bug#5705)
7758 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7759 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7760 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7762 * net/tramp.el (top): Remove all other tramp-* loads except
7763 tramp-compat.el. Remove all changes to tramp-unload-hook for
7764 other tramp-* packages. Rearrange defun order. Change calls of
7765 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7766 `tramp-compat-octal-to-decimal' to new function names.
7767 (tramp-terminal-type, tramp-initial-end-of-output)
7768 (tramp-methods, tramp-foreign-file-name-handler-alist)
7769 (tramp-tramp-file-p, tramp-completion-mode-p)
7770 (tramp-send-command-and-check, tramp-get-remote-path)
7771 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7772 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7773 (with-file-property, with-connection-property): Move to
7775 (tramp-local-call-process, tramp-decimal-to-octal)
7776 (tramp-octal-to-decimal): Move to tramp-compat.el.
7777 (tramp-handle-shell-command): Do not require 'shell.
7778 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7780 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7782 * net/tramp-cache.el (top): Require 'tramp. Add to
7783 `tramp-unload-hook'.
7784 (tramp-cache-data, tramp-get-file-property)
7785 (tramp-set-file-property, tramp-flush-file-property)
7786 (tramp-flush-directory-property, tramp-get-connection-property)
7787 (tramp-set-connection-property, tramp-flush-connection-property)
7788 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7790 (with-file-property, with-connection-property): New defuns, moved
7792 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7795 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7796 (tramp-version): Set tramp-autoload cookie.
7798 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7799 changes to tramp-unload-hook for other tramp-* packages. Add to
7800 `tramp-unload-hook'.
7801 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7802 (tramp-compat-call-process): New defuns, moved from tramp.el.
7804 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7805 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7806 Add to `tramp-unload-hook'. Change call of
7807 `tramp-compat-decimal-to-octal' to new function name.
7808 (tramp-fish-method): Make it a defconst.
7809 (tramp-fish-file-name-p): Make it a defsubst.
7810 (tramp-fish-method, tramp-fish-file-name-handler)
7811 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7813 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7814 `tramp-foreign-file-name-handler-alist'. Add to
7815 `tramp-unload-hook'.
7816 (tramp-ftp-method): Make it a defconst.
7817 (tramp-ftp-file-name-p): Make it a defsubst.
7818 (tramp-ftp-method, tramp-ftp-file-name-handler)
7819 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7821 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7822 `tramp-foreign-file-name-handler-alist'. Add to
7823 `tramp-unload-hook'. Change checks, whether package can be
7825 (tramp-gvfs-file-name-p): Make it a defsubst.
7826 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7827 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7828 (tramp-gvfs-handle-file-directory-p): New defun.
7829 (tramp-gvfs-file-name-handler-alist): Use it.
7831 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7832 `tramp-foreign-file-name-handler-alist'. Add to
7833 `tramp-unload-hook'.
7834 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7835 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7837 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7838 (tramp-gw-open-connection): Set tramp-autoload cookie.
7840 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7841 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7842 Add to `tramp-unload-hook'. Change checks, whether package can be
7844 (tramp-imap-file-name-p): Make it a defsubst.
7845 (tramp-imap-method, tramp-imaps-method)
7846 (tramp-imap-file-name-handler)
7847 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7849 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7850 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7851 Add to `tramp-unload-hook'. Change checks, whether package can be
7852 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7854 (tramp-smb-tunnel-method): Make it a defconst.
7855 (tramp-smb-file-name-p): Make it a defsubst.
7856 (tramp-smb-method, tramp-smb-file-name-handler)
7857 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7859 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7860 (tramp-uuencode-region): Set tramp-autoload cookie.
7862 * net/trampver.el (top) Add to `tramp-unload-hook'.
7863 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7864 cookie. Update release number.
7866 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7868 * textmodes/ispell.el (ispell-start-process): Make sure original
7869 arg list is properly initialized (Bug#6993, Bug#6994).
7871 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7873 * files.el (directory-abbrev-alist): Use \` as default regexp.
7875 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7876 chars like - or ] (bug#6984).
7877 (rx-any-condense-range): Explode 2-char ranges.
7879 2010-09-06 Glenn Morris <rgm@gnu.org>
7881 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7883 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7885 * textmodes/bibtex.el:
7886 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7888 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7890 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7891 since no callers use it.
7892 (imap-message-get): Ditto.
7893 (imap-message-put): Ditto.
7894 (imap-mailbox-map): Ditto.
7895 (imap-mailbox-put): Ditto.
7896 (imap-mailbox-get): Ditto.
7897 (imap-mailbox-get): Revert last change for this function.
7899 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7901 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7902 callers to use `imap-fetch' instead. According to the comments, this
7903 should be safe, since all other IMAP clients use the 1:* syntax.
7904 (imap-enable-exchange-bug-workaround): Remove.
7905 (imap-debug): Remove -- doesn't seem very useful.
7907 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7909 * net/imap.el (imap-log): New convenience function used throughout
7910 instead of repeating the same code all over the place.
7912 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7914 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7915 when mouse-drag-copy-region is non-nil (Bug#6956).
7917 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7919 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7920 Improve regexps (Bug#6987).
7921 (dired-sort-toggle): Search more robustly for -t flag.
7923 * files.el (get-free-disk-space): Search more robustly for
7924 "available" column. Suggested by Ehud Karni
7925 <ehud@unix.mvs.co.il>.
7927 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7929 * international/uni-bidi.el:
7930 * international/uni-category.el:
7931 * international/uni-combining.el:
7932 * international/uni-decimal.el:
7933 * international/uni-mirrored.el:
7934 * international/uni-name.el: Regenerate.
7936 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7938 * electric.el (electric-indent-post-self-insert-function):
7939 Don't reindent with a sloppy indentation function.
7941 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7942 border case in change-log-mode.
7944 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7946 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7947 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7948 Recognize leading tab in gcc-include regexp. Ignore names with
7949 leading "from" or "in" in gnu regexp (Bug#6937).
7951 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7953 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7954 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7955 (ispell-start-process): Avoid setq and simplify logic.
7956 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7957 (kill-buffer-hook): Don't use it globally with code that uses
7958 expand-file-name since that may call kill-buffer via
7959 code_conversion_restore.
7961 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7963 * emacs-lisp/package.el (package-directory-list): Only call
7964 file-name-nondirectory on a string.
7966 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7968 * emacs-lisp/package.el (package--download-one-archive):
7969 Ensure that archive-contents is valid before saving it.
7970 (package-activate-1, package-mark-obsolete, define-package)
7971 (package-compute-transaction, package-list-maybe-add): Use push.
7973 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7975 Use SMIE's blink-paren for octave-mode.
7976 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7977 Backslashes do not escape single-quotes, single-quotes do.
7978 (octave-block-else-regexp, octave-block-end-regexp)
7979 (octave-block-match-alist): Remove.
7980 (octave-smie-bnf-table): New var, with old content.
7981 (octave-smie-op-levels): Use it.
7982 (octave-smie-closer-alist): New var.
7983 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7984 (octave-blink-matching-block-open): Remove.
7985 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7986 (octave-electric-space): Let self-insert-command run expand-abbrev and
7989 * electric.el (electricity): New group.
7990 (electric-indent-chars): New var.
7991 (electric-indent-post-self-insert-function): New fun.
7992 (electric-indent-mode): New minor mode.
7993 (electric-pair-skip-self): New custom.
7994 (electric-pair-post-self-insert-function): New function.
7995 (electric-pair-mode): New minor mode.
7997 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7998 calcAlg-blink-matching-open.
7999 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8000 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8001 Use the new blink-matching-check-function.
8003 Provide blink-matching support to SMIE.
8004 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8005 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8006 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8008 * simple.el (newline): Fix last change to properly remove itself from
8011 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8013 * simple.el (newline): Eliminate optimization.
8014 Use post-self-insert-hook to set hard-newline and things before
8015 running post-self-insert-hook.
8016 (blink-matching-check-mismatch): New function.
8017 (blink-matching-check-function): New variable.
8018 (blink-matching-open): Use them.
8019 Skip back forward over prefix chars skipped by forward-sexp.
8020 Don't check if the parens are backslash escaped.
8021 (blink-paren-post-self-insert-function): Check backslash escaping here.
8023 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
8025 * emacs-lisp/package.el (package-menu-mode-map):
8026 Change package-menu-revert bindings to revert-buffer.
8027 (package-menu-mode): Set revert-buffer-function.
8028 (package-menu-revert): Doc fix.
8030 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8032 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8033 `default-directory' unless using Ispell per-directory personal
8034 dictionaries and not in a mini-buffer under XEmacs.
8035 (kill-buffer-hook): Do not kill ispell process on exit when
8036 `ispell-process-directory' is "~/". (Bug#6143)
8038 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8040 * simple.el (kill-new): Call interprogram-cut-function with only
8043 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8044 Remove cut buffer from error message.
8046 * term/x-win.el (x-select-text):
8047 * term/pc-win.el (x-selection-value):
8048 * term/ns-win.el (x-selection-value):
8049 * eshell/em-term.el:
8050 * w32-fns.el (x-get-selection-value):
8051 * mouse-sel.el (mouse-sel-set-selection-function):
8052 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8054 * term/x-win.el: Update documentation for x-last-selected-text-*.
8055 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8056 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
8057 (x-select-text): Remove argument PUSH, update documentation.
8058 Remove cut-buffer code.
8059 (x-selection-value-internal): Was previously x-selection-value.
8060 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8061 Update documentation, remove cut-buffer code.
8062 Call x-selection-value-internal.
8063 (x-clipboard-yank): Call x-selection-value-internal.
8064 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8066 * term/pc-win.el (x-last-selected-text):
8067 x-cut-buffer-or-selection-value renamed to x-selection-value
8068 (x-select-text): Remove argument PUSH, update documentation.
8070 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8071 x-cut-buffer-or-selection-value renamed to x-selection-value
8072 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8073 (x-select-text): Remove argument PUSH, update documentation.
8075 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8077 * w32-fns.el (x-last-selected-text):
8078 x-cut-buffer-or-selection-value renamed to x-selection-value.
8079 (x-cut-buffer-max): Remove.
8080 (x-select-text): Remove argument PUSH, update documentation.
8082 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8084 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8086 * mouse-sel.el (mouse-sel-get-selection-function):
8087 x-cut-buffer-or-selection-value renamed to x-selection-value.
8088 (x-select-text): Remove optional push.
8090 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8092 * simple.el (blink-paren-function): Move from C to here.
8093 (blink-paren-post-self-insert-function): New function.
8094 (post-self-insert-hook): Use it.
8096 * emacs-lisp/pcase.el (pcase-split-memq):
8097 Fix overenthusiastic optimisation.
8098 (pcase-u1): Handle the case of a lambda pred.
8100 2010-08-31 Kenichi Handa <handa@m17n.org>
8102 * international/mule-cmds.el (standard-display-european-internal):
8103 Setup standard-display-table for 8-bit characters by storing 8-bit
8104 characters in the element vector.
8106 * disp-table.el (standard-display-8bit):
8107 Setup standard-display-table for 8-bit characters by storing 8-bit
8108 characters in the element vector.
8109 (standard-display-european): Likewise.
8111 2010-08-31 Masatake YAMATO <yamato@redhat.com>
8113 * textmodes/nroff-mode.el (nroff-view): New command.
8114 (nroff-mode-map): Bind it to C-c C-c.
8116 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8118 * emacs-lisp/smie.el (smie-down-list): New command.
8120 Remove old indentation and navigation code on octave-mode.
8121 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8122 smie-down-list rather than add a binding for octave-down-block.
8123 (octave-mark-block, octave-blink-matching-block-open):
8124 Rely on forward-sexp-function.
8125 (octave-fill-paragraph): Don't narrow, so you can use
8126 indent-according-to-mode.
8127 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8128 (octave-in-block-p, octave-re-search-forward-kw)
8129 (octave-re-search-backward-kw, octave-indent-calculate)
8130 (octave-end-as-array-index-p, octave-block-end-offset)
8131 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8132 (octave-down-block, octave-backward-up-block, octave-up-block)
8133 (octave-before-magic-comment-p, octave-indent-line): Remove.
8135 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
8137 * emacs-lisp/package.el (package--read-archive-file): Just use
8138 `read', to avoid copying an additional string.
8139 (package-menu-mode): Set header-line-format here.
8140 (package-menu-refresh, package-menu-revert): Signal an error if
8141 not in the Package Menu.
8142 (package-menu-package-list): New var.
8143 (package--generate-package-list): Operate on the current buffer;
8144 don't assume that it is *Packages*, since the user may rename it.
8145 Allow persistent package listings and sort keys using
8146 package-menu-package-list and package-menu-package-sort-key.
8147 (package-menu--version-predicate): Fix version calculation.
8148 (package-menu-sort-by-column): Don't select the window.
8149 (package--list-packages): Create the *Packages* buffer.
8150 Set package-menu-package-list-key.
8151 (list-packages): Sorting by status is now the default.
8152 (package-buffer-info): Use match-string-no-properties.
8153 (define-package): Add a &rest argument for future proofing, but
8155 (package-install-from-buffer, package-install-buffer-internal):
8156 Merge into a single function, package-install-from-buffer.
8157 (package-install-file): Change caller.
8159 * finder.el: Load finder-inf using `require'.
8160 (finder-list-matches): Sorting by status is now the default.
8161 (finder-compile-keywords): Simpify printing.
8163 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8165 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8166 (octave-mode-map): Remove special bindings for forward/backward-block
8167 and octave-backward-up-block. Use smie-close-block.
8168 (octave-continuation-marker-regexp): New var.
8169 (octave-continuation-regexp): Use it.
8170 (octave-operator-table, octave-smie-op-levels)
8171 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8172 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8173 (octave-mode): Use SMIE.
8174 (octave-close-block): Delete.
8176 2010-08-30 Eli Zaretskii <eliz@gnu.org>
8178 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8179 CLIPBOARD, not in PRIMARY. (Bug#6944)
8181 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8183 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8185 (smie-indent-column): Allow indirection through variables.
8187 * composite.el (save-buffer-state): Delete, unused.
8188 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8189 (font-lock-default-fontify-region): Use with-syntax-table.
8190 * jit-lock.el (with-buffer-unmodified): Remove.
8191 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8193 Use `declare' in defmacros.
8194 * window.el (save-selected-window):
8195 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8196 * progmodes/python.el (def-python-skeleton):
8197 * net/dbus.el (dbus-ignore-errors):
8198 * jka-cmpr-hook.el (with-auto-compression-mode):
8199 * international/mule.el (with-category-table):
8200 * emacs-lisp/timer.el (with-timeout):
8201 * emacs-lisp/lisp-mnt.el (lm-with-file):
8202 * emacs-lisp/eieio.el (with-slots):
8203 * emacs-lisp/easymenu.el (easy-menu-define):
8204 * emacs-lisp/debug.el (debugger-env-macro):
8205 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8206 (Multiple-value-call, Multiple-value-prog1):
8207 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8208 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8209 edebug rule to definition.
8210 * emacs-lisp/lisp-mode.el (save-selected-window)
8211 (with-current-buffer, combine-after-change-calls)
8212 (with-output-to-string, with-temp-file, with-temp-buffer)
8213 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8214 (dolist, dotimes, when, unless):
8215 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8217 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8219 * finder.el: Require `package'.
8220 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8221 (finder-package-info): Var deleted.
8222 (finder-keywords-hash, finder--builtins-alist): New vars.
8223 (finder-compile-keywords): Compute package--builtins and
8224 finder-keywords-hash instead of finder-keywords-hash, respecting
8225 the "Package" header.
8226 (finder-unknown-keywords, finder-list-matches):
8227 Use finder-keywords-hash and package--list-packages.
8228 (finder-mode): Don't set font-lock-defaults.
8229 (finder-exit): We don't use "*Finder-package*" and "*Finder
8230 Category*" buffers anymore.
8232 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8233 (package--builtins): Set default value to nil.
8234 (package-initialize): Load precomputed value of package--builtins
8236 (package-alist, package-compute-transaction)
8237 (package-download-transaction): Improve docstring.
8238 (package-read-all-archive-contents): Do not change
8239 package--builtins here.
8240 (list-packages): Make package-list-packages an alias for this.
8241 Sort by status by default.
8242 (package--list-packages): Add optional PACKAGES arg.
8243 (describe-package-1): Use font-lock-face property. For built-in
8244 packages, insert file commentary.
8245 (package--generate-package-list): Rename from
8246 package-list-packages-internal; all callers changed. Add optional
8247 PACKAGES arg. Add alphabetical sort fallbacks.
8248 (package-menu--version-predicate, package-menu--status-predicate)
8249 (package-menu--description-predicate)
8250 (package-menu--name-predicate): New functions.
8252 * info.el (Info-finder-find-node): Search package-alist instead of
8253 finder-package-info.
8255 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8257 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8259 (version-to-list): Handle versions like "10.3d".
8261 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8263 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8264 (macroexp-accumulate): Use `declare'.
8266 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8268 * whitespace.el (whitespace-style): Adjust type declaration.
8270 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8272 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8274 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8276 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8279 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8281 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8282 (js-paren-indent-offset, js-square-indent-offset)
8283 (js-curly-indent-offset): New options.
8284 (js--proper-indentation): Use them.
8286 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8288 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8289 instead of inspecting font-lock properties (Bug#6916).
8291 2010-08-26 David Reitter <david.reitter@gmail.com>
8293 * server.el (server-visit-files): Run pre-command-hook and
8294 post-command-hook for each buffer while it is current (Bug#6910).
8295 (server-execute): Do not run hooks here.
8297 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
8299 Sync with Tramp 2.1.19.
8301 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8302 Protect deleting tmpfile.
8303 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
8305 * net/tramp.el (tramp-handle-expand-file-name)
8306 (tramp-completion-handle-file-name-all-completions)
8307 (tramp-completion-handle-file-name-completion):
8308 Use `tramp-connectable-p'.
8310 * net/trampver.el: Update release number.
8312 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8314 * help.el (help-map): Bind `C-h P' to describe-package.
8316 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8318 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8319 when downloading archives.
8320 (describe-package-1): Add package commentary.
8321 (package-install-button-action): New function.
8322 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8323 (package-menu-view-commentary): Function removed.
8324 (package-list-packages-internal): Hide the `package' package too.
8326 2010-08-25 Kenichi Handa <handa@m17n.org>
8328 * language/misc-lang.el ("Arabic"): New language environment.
8329 Setup composition-function-table for Arabic characters.
8331 * international/fontset.el (setup-default-fontset): Fix typo for
8332 arabic OTF spec (fini->fina).
8334 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8336 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8339 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8341 * whitespace.el: Allow cleaning up blanks without blank
8342 visualization (Bug#6651). Adjust help window for
8343 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8344 instead of whitespace-line-column (from EmacsWiki). New version
8346 (whitespace-style): Add new value 'face. Adjust docstring.
8347 (whitespace-space, whitespace-hspace, whitespace-tab):
8348 Adjust foreground property face.
8349 (whitespace-line-column): Adjust docstring and type declaration.
8350 (whitespace-style-value-list, whitespace-toggle-option-alist)
8351 (whitespace-help-text): Adjust const initialization.
8352 (whitespace-toggle-options, global-whitespace-toggle-options):
8354 (whitespace-display-window, whitespace-interactive-char)
8355 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8356 (whitespace-help-scroll): New fun.
8358 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8360 * emacs-lisp/package.el (list-packages): Alias for
8361 package-list-packages.
8363 2010-08-24 Kevin Ryde <user42@zip.com.au>
8365 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8368 * progmodes/ruby-mode.el (ruby): Add defgroup.
8370 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8372 * progmodes/python.el: Add Ipython support (Bug#5390).
8373 (python-shell-prompt-alist)
8374 (python-shell-continuation-prompt-alist): New options.
8375 (python--set-prompt-regexp): New function.
8376 (inferior-python-mode, run-python, python-shell):
8377 Require ansi-color. Use python--set-prompt-regexp to set the comint
8378 prompt based on the Python interpreter.
8379 (python--prompt-regexp): New var.
8380 (python-check-comint-prompt)
8381 (python-comint-output-filter-function): Use it.
8382 (run-python): Use a pipe (Bug#5694).
8384 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8386 * progmodes/python.el (python-send-region): Send a different
8387 Python command if Ipython is in use.
8388 (python-check-version): Use a Python command to find the version.
8390 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8392 * mouse.el (mouse-yank-primary): Avoid setting primary when
8393 deactivating the mark (Bug#6872).
8395 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
8397 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8398 with "else" (Bug#3991).
8400 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
8402 * net/dbus.el: Accept UNIX domain sockets as bus address.
8403 (top): Don't initialize `dbus-registered-objects-table' anymore,
8404 this is done in dbusbind.c.
8405 (dbus-check-event): Adapt test for bus.
8406 (dbus-return-values-table, dbus-unregister-service)
8407 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8410 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
8412 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8414 2010-08-22 Juri Linkov <juri@jurta.org>
8416 * simple.el (read-extended-command): New function with the logic
8417 for `completing-read' moved to Elisp from `execute-extended-command'.
8418 Use `function-called-at-point' in `minibuffer-default-add-function'
8419 to get a command name for M-n (bug#5364, bug#5214).
8421 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8423 * startup.el (command-line-1): Issue warning for ignored arguments
8424 --unibyte, etc (Bug#6886).
8426 2010-08-22 Leo <sdl.web@gmail.com>
8428 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8429 (ignore, bright, dim, keyword): Split list of nicknames before
8430 passing to rcirc-add-or-remove (Bug#6894).
8432 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8434 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8436 2010-08-22 Leo <sdl.web@gmail.com>
8438 Fix buffer-list rename&refresh after killing a buffer in ido.
8439 * ido.el: Revert Óscar's.
8440 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8441 Remember the buffers at head, rather than their name.
8442 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
8444 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8445 Stefan Monnier <monnier@iro.umontreal.ca>
8447 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8448 extra backslash added to each line (bug#6890).
8450 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8452 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8454 2010-08-22 Glenn Morris <rgm@gnu.org>
8456 * menu-bar.el (menu-bar-games-menu): Add landmark.
8458 2010-08-22 Glenn Morris <rgm@gnu.org>
8460 * align.el (align-regexp): Make group and spacing arguments
8461 use the interactive defaults when non-interactive. (Bug#6698)
8463 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8464 expansion, so as not to need sendmail.
8465 (mail-text-start): Remove declaration.
8466 (rmail-retry-failure): Require sendmail.
8468 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8470 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8472 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
8474 * progmodes/flymake.el (flymake-start-syntax-check-process):
8475 Use `start-file-process' in order to let it run also on remote hosts.
8477 2010-08-22 Kenichi Handa <handa@m17n.org>
8479 * files.el: Add `word-wrap' as safe local variable.
8481 2010-08-22 Glenn Morris <rgm@gnu.org>
8483 * woman.el (woman-translate): Case matters. (Bug#6849)
8485 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8487 * simple.el (kill-region): Doc fix (Bug#6787).
8489 2010-08-22 Glenn Morris <rgm@gnu.org>
8491 * calendar/diary-lib.el (diary-header-line-format):
8492 Fit it to the window, not the frame.
8494 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8496 * subr.el (ignore-errors): Add debug declaration.
8498 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8500 * whitespace.el (whitespace-color-off): Remove post-command-hook
8503 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8505 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8507 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8509 * cus-edit.el (custom-group-value-create): Add extra newline
8510 before end line (Bug#6876).
8512 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8514 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8515 when extending it. Before killing on the second click, check if
8516 the buffer is the correct one. Doc fix.
8517 (mouse-secondary-save-then-kill): Allow usage without first
8518 calling mouse-start-secondary, by defaulting to point. Don't save
8519 an empty secondary selection. Doc fix.
8521 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8523 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8524 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8526 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8527 Adjust initialization.
8528 (whitespace-bob-marker, whitespace-eob-marker)
8529 (whitespace-buffer-changed): New vars.
8530 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8531 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8532 (whitespace-post-command-hook, whitespace-display-char-on):
8534 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8535 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8537 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8539 * files.el (locate-file-completion-table): Only list the .el and .elc
8540 extensions if there's no other choice (bug#5955).
8542 * facemenu.el (facemenu-self-insert-data): New var.
8543 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8545 (facemenu-add-face): Use them.
8547 * simple.el (blink-matching-open): Obey forward-sexp-function.
8549 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8551 * simple.el (prog-mode-map): New var.
8552 (prog-indent-sexp): New command.
8554 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8556 * progmodes/prolog.el (smie): Require.
8558 * emacs-lisp/smie.el (smie-default-backward-token)
8559 (smie-default-forward-token): Strip properties.
8560 (smie-next-sexp): Be more careful with associative operators.
8561 (smie-forward-sexp-command): Generalize.
8562 (smie-backward-sexp-command): Simplify.
8563 (smie-closer-alist): New var.
8564 (smie-close-block): New command.
8565 (smie-indent-debug-log): New var.
8566 (smie-indent-offset-rule): Add a few more cases.
8567 (smie-indent-column): New function.
8568 (smie-indent-after-keyword): Use it.
8569 (smie-indent-keyword): Use it.
8570 Fix up the opener code's point position.
8571 (smie-indent-comment): Only applies at BOL.
8572 (smie-indent-debug): New command.
8574 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8575 declarations that are useful before running the macro.
8577 2010-08-18 Joakim Verona <joakim@verona.se>
8579 * image.el (imagemagick-types-inhibit): New variable.
8580 (imagemagick-register-types): New function.
8581 * image-mode.el (image-transform-properties): New function.
8582 (image-transform-set-scale, image-transform-fit-to-height)
8583 (image-transform-set-rotation, image-transform-set-resize)
8584 (image-transform-fit-to-width, image-transform-fit-to-height):
8586 (image-toggle-display-image): Support image transforms.
8588 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8590 * image.el (create-animated-image): Don't add heuristic mask to image
8593 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8595 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8596 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8598 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8600 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8602 Font-lock '...' strings, plus various simplifications and fixes.
8603 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8604 (octave-font-lock-close-quotes): New function.
8605 (octave-font-lock-syntactic-keywords): New var.
8606 (octave-mode): Use it. Set beginning-of-defun-function.
8607 (octave-mode-map): Don't override the <foo>-defun commands.
8608 (octave-mode-menu): Pass it directly to easy-menu-define;
8609 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8610 (octave-block-match-alist): Fix up last change so that
8611 octave-close-block uses the more specific keyword.
8612 (info-lookup-mode): Silence byte-compiler.
8613 (octave-beginning-of-defun): Not interactive any more.
8615 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8616 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8617 (octave-completion-at-point-function): Make sure point is within
8619 (octave-reindent-then-newline-and-indent):
8620 Use reindent-then-newline-and-indent.
8621 (octave-add-octave-menu): Remove.
8623 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8625 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8626 (report-emacs-bug-can-use-xdg-email): New functions.
8627 (report-emacs-bug): Set can-xdg-email to result of
8628 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8629 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8632 * net/browse-url.el (browse-url-default-browser): Add cond
8633 for browse-url-xdg-open.
8634 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8636 2010-08-17 Glenn Morris <rgm@gnu.org>
8638 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8639 (c-fontify-recorded-types-and-refs): Define for compiler.
8640 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8643 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8646 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8648 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8650 (tramp-handle-process-file): Call the program in a subshell, in
8651 order to preserve working directory.
8652 (tramp-action-password): Hide password prompt before next run.
8653 (tramp-process-actions): Widen connection buffer for the trace.
8655 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8657 * net/rcirc.el (rcirc-log-process-buffers): New option.
8658 (rcirc-print): Use it.
8659 (rcirc-generate-log-filename): New function.
8660 (rcirc-log-filename-function): Change default to
8661 rcirc-generate-log-filename (Bug#6828).
8663 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8665 * simple.el (deactivate-mark): If select-active-regions is `only',
8666 only set selection for temporarily active regions.
8668 * cus-start.el: Change defcustom for select-active-regions.
8670 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8672 * mouse.el (mouse--drag-set-mark-and-point): New function.
8673 (mouse-drag-track): Use LOCATION arg to push-mark.
8674 Use mouse--drag-set-mark-and-point to take click-count into
8675 consideration when updating point and mark (Bug#6840).
8677 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8679 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8680 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8682 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8684 * font-lock.el (lisp-font-lock-keywords-2):
8685 Add combine-after-change-calls, condition-case-no-debug,
8686 with-demoted-errors, and with-silent-modifications (Bug#6025).
8688 2010-08-14 Kevin Ryde <user42@zip.com.au>
8690 * emacs-lisp/copyright.el (copyright-update-year)
8691 (copyright-update): Temporary switch-to-buffer to ensure the
8692 buffer change being queried is visible (Bug#5394).
8694 2010-08-14 Tom Tromey <tromey@redhat.com>
8696 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8699 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8701 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8704 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8706 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8707 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8708 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8709 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8710 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8711 Call menu-bar-set-tool-bar-position.
8713 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8715 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8716 comment style (bug#6834).
8717 * progmodes/scheme.el (scheme-mode-syntax-table):
8718 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8719 "b" flag in "' 14b" syntax.
8721 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8722 for (un)commenting the region and performing completion.
8723 (octave-mode-menu): Use standard commands for help and completion.
8724 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8725 (octave-mode): Use define-derived-mode.
8726 Set completion-at-point-functions and don't set columns.
8727 Don't disable adaptive-fill-regexp.
8728 (octave-describe-major-mode, octave-comment-region)
8729 (octave-uncomment-region, octave-comment-indent)
8730 (octave-indent-for-comment): Remove.
8731 (octave-indent-calculate): Rename from calculate-octave-indent.
8732 (octave-indent-line, octave-fill-paragraph): Update caller.
8733 (octave-initialize-completions): No need to make an alist.
8734 (octave-completion-at-point-function): New function.
8735 (octave-complete-symbol): Use it.
8736 (octave-insert-defun): Use define-skeleton.
8738 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8739 (octave-mode-map): Use comment-dwim (bug#6829).
8741 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8743 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8744 indentation of inserted comment.
8746 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8748 * faces.el (region): Add type gtk that uses gtk colors.
8750 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8751 Handle theme-name change.
8753 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8755 * progmodes/sql.el: Version 2.5
8756 (sql-product-alist): Add :prompt-cont-regexp property for several
8758 (sql-prompt-cont-regexp): New variable.
8759 (sql-output-newline-count, sql-output-by-send):
8760 New variables. Record number of newlines in input text.
8761 (sql-send-string): Handle multiple filters and count newlines.
8762 (sql-send-magic-terminator): Count terminator newline.
8763 (sql-interactive-remove-continuation-prompt): Filters output to
8764 remove continuation prompts; one for each newline.
8765 (sql-interactive-mode): Set up new variables, prompt regexp and
8767 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8768 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8770 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8772 * emacs-lisp/pcase.el: New file.
8774 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8776 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8777 as here-document, otherwise the command could exceed maximum
8778 length of command line.
8779 (tramp-handle-vc-registered): Call script accordingly.
8780 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8782 2010-08-10 Kenichi Handa <handa@m17n.org>
8784 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8787 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8789 * emacs-lisp/package.el (package-version-split)
8790 (package--version-first-nonzero, package-version-compare):
8792 (package-directory-list, package-load-all-descriptors)
8793 (package--built-in, package-activate, define-package)
8794 (package-installed-p, package-compute-transaction)
8795 (package-read-all-archive-contents)
8796 (package--add-to-archive-contents, package-buffer-info)
8797 (package-tar-file-info, package-list-packages-internal):
8798 Use version-to-list and version-list-*.
8800 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8801 Use version-to-list.
8802 (package-upload-buffer-internal): Use version-list-<=.
8804 2010-08-09 Kenichi Handa <handa@m17n.org>
8806 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8809 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8811 * tutorial.el (tutorial--default-keys): C-d is now bound to
8812 delete-forward-char (Bug#6826).
8814 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8815 for `double' value of mouse-1-click-follows-link (Bug#6807).
8817 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8819 * replace.el (replace-highlight): Bind isearch-forward and
8820 isearch-error, ensuring that highlighting is updated if the user
8821 switches the search direction (Bug#6808).
8823 * isearch.el (isearch-lazy-highlight-forward): New var.
8824 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8825 (isearch-lazy-highlight-update): Use it.
8827 2010-08-08 Kenichi Handa <handa@m17n.org>
8829 * international/mule.el (define-charset): Store NAME as :base property.
8830 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8831 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8832 current priority. Force using the designation of the specific
8833 charset by adding `charset' text property. Improve the whole algorithm.
8835 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8837 * emulation/pc-select.el (pc-selection-mode-hook)
8838 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8839 (pc-selection-mode): Fix typos in docstrings.
8841 2010-08-08 Kenichi Handa <handa@m17n.org>
8843 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8844 ctext-non-standard-encodings-alist here.
8846 * international/mule.el (ctext-non-standard-encodings-alist):
8847 Add "koi8-r" and "microsoft-cp1251".
8848 (ctext-standard-encodings): New variable.
8849 (ctext-non-standard-encodings-table): List only elements for
8850 non-standard encodings.
8851 (ctext-pre-write-conversion): Adjust for the above change.
8852 Check ctext-standard-encodings.
8854 * international/mule-conf.el (compound-text): Doc fix.
8855 (ctext-no-compositions): Doc fix.
8856 (compound-text-with-extensions): Doc fix.
8858 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8860 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8862 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8864 * progmodes/which-func.el (which-func-format): Split help-echo text
8865 into lines, like other mode-line tooltips.
8867 * server.el (server-start): When using TCP sockets, force IPv4
8868 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8870 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8872 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8874 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8876 * term.el (term-delimiter-argument-list): Reflow docstring.
8877 (term-read-input-ring, term-write-input-ring, term-send-input)
8878 (term-bol, term-erase-in-display, serial-supported-or-barf):
8879 Fix typos in docstrings.
8881 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8883 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8885 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8887 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8889 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8891 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8892 Fix typo in docstring (bug#6747).
8894 2010-08-08 Leo <sdl.web@gmail.com>
8896 * eshell/esh-io.el (eshell-get-target): Better detection of
8897 read-only file (Bug#6762).
8899 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8901 * align.el (align-default-spacing): Doc fix.
8902 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8904 2010-08-08 Stephen Peters <speters@itasoftware.com>
8906 * calendar/icalendar.el
8907 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8908 (icalendar--get-weekday-numbers): New.
8909 (icalendar--convert-recurring-to-diary): Handle multiple byday
8910 values in weekly rules. (Bug#6766)
8912 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8914 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8915 (icalendar--create-uid, icalendar-export-region)
8916 (icalendar--parse-summary-and-rest): Code formatting.
8918 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8920 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8921 to italicize headers.
8922 (calc-highlight-selections-with-faces): New variable.
8923 (calc-selected-face, calc-nonselected-face): New faces.
8925 * calc/calccomp.el (math-comp-highlight-string): Use
8926 `calc-highlight-selections-with-faces' to determine how to highlight
8929 * calc/calc-sel.el (calc-show-selections): Change message to when
8930 using faces to highlight selections.
8932 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8934 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8935 Add SQLite 3 keywords, functions and datatypes.
8936 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8939 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8941 * simple.el (select-active-regions): Move to keyboard.c.
8942 (deactivate-mark): Used saved-region-selection.
8943 (select-active-region): Function removed.
8944 (activate-mark, set-mark, push-mark-command)
8945 (handle-shift-selection): Don't call it.
8946 (keyboard-quit): Avoid adding the region to the window selection.
8948 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8949 select-active-regions implementation.
8950 (mouse-yank-at-click): Doc fix.
8952 * cus-start.el: Add custom declaration for select-active-regions.
8954 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8956 * simple.el (delete-forward-char): Doc fix.
8958 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8959 after reading the tutorial.
8961 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8963 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8964 Fix for the case that a C style comment has its delimiters alone on
8965 their respective lines. (Bug#193)
8967 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8969 * net/tramp.el (tramp-handle-start-file-process): Set connection
8971 (tramp-process-sentinel): Use it for flushing the cache.
8972 We cannot do it via the process buffer, the buffer could be deleted
8973 already when running the sentinel.
8975 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8977 * comint.el (comint-mode): Make directory tracking functions
8978 functional on remote files. (Bug#6764)
8980 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8982 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8984 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8986 * emacs-lisp/find-gc.el (find-gc-source-files):
8987 Rename unexec.c => unexcoff.c.
8989 * emacs-lisp/authors.el (authors-fixed-entries):
8990 Rename unexec.c => unexcoff.c.
8992 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8994 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8995 cache, not only file cache.
8996 (tramp-process-sentinel): New defun.
8997 (tramp-handle-start-file-process): Use it, in order to invalidate
9000 2010-08-03 Leo <sdl.web@gmail.com>
9002 * server.el (server-start): Simplify loop.
9004 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9006 * frame.el (screen-height, screen-width, set-screen-width)
9007 (set-screen-height): Remove ancient compatibility aliases.
9009 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9010 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9012 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9013 that change current buffer.
9015 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9017 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9018 beginning of the string. Use `string-match-p'. (Bug#6765)
9020 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9022 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9024 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
9026 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
9027 (package--builtins): Tweak descriptions.
9028 (package-print-package): Upcase descriptions if necessary.
9029 Show all built-in packages in font-lock-builtin-face.
9030 (package-list-packages-internal): Omit "emacs" package.
9031 Show status of built-in packages as "built-in".
9033 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
9035 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9036 before killing to preserve the primary selection (Bug#6701).
9038 * term/x-win.el (x-select-text): Doc fix.
9040 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
9042 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9043 (objc-font-lock-extra-types):
9044 * progmodes/cc-mode.el (c-basic-common-init):
9045 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9046 (c++-make-template-syntax-table)
9047 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9048 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9049 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9050 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
9051 * progmodes/cc-fonts.el (c-make-inverse-face)
9052 (c-basic-matchers-after):
9053 * progmodes/cc-engine.el (c-forward-keyword-clause)
9054 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9055 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9056 (c-guess-continued-construct, c-guess-basic-syntax):
9057 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9058 The above functions were modified or created.
9060 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9062 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
9064 2010-07-31 Eli Zaretskii <eliz@gnu.org>
9066 * files.el (bidi-paragraph-direction): Define safe local values.
9068 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9069 language-info-alist. Remove outdated FIXME in a comment.
9071 2010-07-31 Alan Mackenzie <acm@muc.de>
9073 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9074 Auto-fill broken in C/C++ modes.
9076 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9078 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9079 (menu-bar-showhide-tool-bar-menu-customize-disable)
9080 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
9081 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9082 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
9083 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9084 make a menu for Options => toolbar that can move it.
9086 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
9088 * emacs-lisp/package-x.el (package--make-rss-entry):
9089 (package-maint-add-news-item, package--update-news)
9090 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9092 * emacs-lisp/package.el (package-archive-url): Rename from
9094 (package-install): Doc fix.
9095 (package-download-single, package-download-tar, package-install)
9096 (package-menu-view-commentary): Callers changed.
9098 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
9100 * net/tramp.el (tramp-handle-start-file-process): Check only for
9101 `remote-tty' process property.
9102 (tramp-open-shell): Don't check for tty.
9103 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9106 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9109 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
9111 * emacs-lisp/package.el (package-load-list, package-archives)
9112 (package-archive-contents, package-user-dir)
9113 (package-directory-list, package--builtins, package-alist)
9114 (package-activated-list, package-obsolete-alist): Mark as risky.
9116 2010-07-28 Phil Hagelberg <phil@evri.com>
9118 Add support for non-default package repositories.
9119 * emacs-lisp/package.el (package-archive-base): Var deleted.
9120 (package-archives): New variable.
9121 (package-archive-contents): Doc fix.
9122 (package-load-descriptor): Do nothing if descriptor file is missing.
9123 (package--write-file-no-coding): New function.
9124 (package-unpack-single): Use it.
9125 (package-archive-id): New function.
9126 (package-download-single, package-download-tar)
9127 (package-menu-view-commentary): Use it.
9128 (package-installed-p): Make second argument optional.
9129 (package-read-all-archive-contents): New function.
9130 (package-initialize): Use it.
9131 (package-read-archive-contents): Add ARCHIVE argument.
9132 (package--add-to-archive-contents): New function.
9133 (package-install): Don't call package-read-archive-contents.
9134 (package--download-one-archive): Store archive file in a
9135 subdirectory of package-user-dir.
9136 (package-menu-execute): Remove spurious line movement.
9138 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9140 * cus-start.el (tool-bar-style): Add text-image-horiz.
9142 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9144 * progmodes/gud.el (gud-common-init): Check for remoteness of
9145 `file', and not of `default-directory'.
9147 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9149 * net/tramp.el (tramp-methods): Move hostname to the end in all
9150 ssh `tramp-login-args'.
9151 (tramp-verbose): Describe verbose level 9.
9152 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9153 (tramp-open-connection-setup-interactive-shell): Trace stty
9154 settings if `tramp-verbose' >= 9.
9155 (tramp-handle-start-file-process): Implement tty setting.
9156 (Bug#4604, Bug#6360)
9158 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9159 `tramp-verbose' to 9.
9161 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9163 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9164 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9165 Remove references to package `lisp-re' (bug#4369).
9167 2010-07-27 Tom Tromey <tromey@redhat.com>
9169 * progmodes/js.el (js-mode):
9170 * progmodes/make-mode.el (makefile-mode):
9171 * progmodes/simula.el (simula-mode):
9172 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9174 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
9176 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9178 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9179 (display-time-world-buffer-name, display-time-world-mode-map):
9180 Fix typos in docstrings.
9182 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
9184 * image-mode.el (image-display-size): New function.
9185 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9186 (image-mode-fit-frame): Use it (Bug#6639).
9188 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
9190 * dired.el (dired-buffers-for-dir): Handle list values of
9191 dired-directory (Bug#6636).
9193 2010-07-26 Sam Steingold <sds@gnu.org>
9195 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9196 Do not call `x-get-selection' the second time, reuse the value.
9198 2010-07-26 Daiki Ueno <ueno@unixuser.org>
9200 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
9201 which consist of control chars only. Suggested by Richard Stallman.
9203 2010-07-25 Daiki Ueno <ueno@unixuser.org>
9205 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9206 exists before passing an error to find-file-not-found-functions
9209 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
9211 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9212 Remove leading nil element, adjust values.
9213 (tetris-shapes, tetris-shape-scores):
9214 Change representation of shapes and remove some redundancy.
9215 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9216 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9217 Adjust for working with new representation of shapes.
9218 (tetris-shape-rotations): New function.
9219 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9220 (tetris-rotate-prev, tetris-rotate-next):
9221 Adjust for working with the new version of tetris-test-shape.
9223 2010-07-23 Markus Triska <markus.triska@gmx.at>
9225 * progmodes/ps-mode.el: Use comint (bug#5954).
9226 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9227 (ps-mode-other-newline): Simplify.
9228 (ps-run-mode): Derive from comint-mode instead of
9229 fundamental-mode, yielding input history etc.
9230 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9231 (ps-run-send-string): Adapt for comint-mode.
9232 (ps-run-newline): Remove now unneeded function.
9234 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9236 * net/tramp.el (tramp-methods): Move hostname to the end in all
9237 plink `tramp-login-args'.
9239 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9241 * net/tramp.el (tramp-open-shell): New defun.
9242 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9245 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9247 * net/tramp.el (tramp-file-name-regexp-unified)
9248 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9249 not regard the volume letter as remote filename. (Bug#5447)
9251 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
9253 * custom.el (custom-declare-variable): Give a clearer error message
9254 when the docstring is missing (bug#6476).
9256 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9258 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9259 (sql-login-params): New widget definition.
9260 (sql-oracle-login-params, sql-mysql-login-params)
9261 (sql-solid-login-params, sql-sybase-login-params)
9262 (sql-informix-login-params, sql-ingres-login-params)
9263 (sql-ms-login-params, sql-postgres-login-params)
9264 (sql-interbase-login-params, sql-db2-login-params)
9265 (sql-linter-login-params): Use it.
9266 (sql-sqlite-login-params): Use it; Define "database" parameter as
9268 (sql-sqlite-program): Change to "sqlite3".
9269 (sql-comint-sqlite): Make sure database name is complete.
9270 (sql-for-each-login): New function.
9271 (sql-connect, sql-save-connection): Use it.
9272 (sql-get-login-ext): New function.
9273 (sql-get-login): Use it.
9274 (sql-make-alternate-buffer-name): Handle :file parameters.
9276 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
9278 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9279 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9281 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9283 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9285 2010-07-22 Lawrence Mitchell <wence@gmx.li>
9287 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9289 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
9291 * net/tramp.el (tramp-get-ls-command)
9292 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9295 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9297 * progmodes/sql.el: Version 2.3.
9298 (sql-connection-alist): Change keys from symbols to strings;
9299 enhanced the widget definition.
9300 (sql-mode-menu): Add submenu to select connections.
9301 (sql-interactive-mode-menu): Add "Save Connection" item.
9302 (sql-add-product): Fix menu item.
9303 (sql-get-product-feature): Improved error handling.
9304 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
9305 (sql-make-alternate-buffer-name): Simplified.
9306 (sql-product-interactive): Handle missing product.
9307 (sql-connect): Support string keys, minor improvements.
9308 (sql-save-connection): New function.
9309 (sql-connection-menu-filter): New function.
9311 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9313 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
9314 (tramp-open-connection-setup-interactive-shell):
9315 Apply workaround for IRIX64 bug. Move argument of last
9316 `tramp-send-command' where it belongs to.
9318 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9320 * net/tramp.el (tramp-perl-file-attributes)
9321 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9322 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9323 front of `login-args'.
9325 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
9327 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9328 Set `show-trailing-whitespace' to nil.
9329 (display-time-world-display): Simplify.
9331 2010-07-18 Alan Mackenzie <acm@muc.de>
9333 Enhance `c-file-style' in file/directory local variables.
9334 * progmodes/cc-mode.el (c-count-cfss): New function.
9335 (c-before-hack-hook): Call `c-set-style' differently according to
9336 whether c-file-style was set in file or directory local
9339 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9341 * progmodes/sql.el: Version 2.2.
9342 (sql-product, sql-user, sql-database, sql-server, sql-port):
9343 Use defcustom :safe keyword rather than putting safe-local-variable
9345 (sql-password): Use defcustom :risky keyword rather than putting
9346 risky-local-variable property.
9347 (sql-oracle-login-params, sql-sqlite-login-params)
9348 (sql-solid-login-params, sql-sybase-login-params)
9349 (sql-informix-login-params, sql-ingres-login-params)
9350 (sql-ms-login-params, sql-postgres-login-params)
9351 (sql-interbase-login-params, sql-db2-login-params)
9352 (sql-linter-login-params): Add `port' option.
9353 (sql-get-product-feature): Add NO-INDIRECT parameter.
9354 (sql-comint-oracle, sql-comint-sybase)
9355 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9356 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9357 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
9358 (sql-comint-linter): Rename sql-connect-* functions to
9360 (sql-product-alist, sql-mode-menu): Rename as above and
9361 :sqli-connect-func to :sqli-comint-func.
9362 (sql-connection): New variable.
9363 (sql-interactive-mode): Set it.
9364 (sql-connection-alist): New variable.
9365 (sql-connect): New function.
9366 (sql--alt-buffer-part, sql--alt-if-not-empty)
9367 (sql-make-alternate-buffer-name): Improved alternative buffer name.
9369 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9371 * image-mode.el (image-bookmark-make-record): Do not set context
9372 in an image (Bug#6650).
9374 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9376 * simple.el (select-active-region): New function.
9377 (push-mark-command, set-mark, activate-mark)
9378 (handle-shift-selection): Use it.
9379 (deactivate-mark): Don't check for size of region.
9381 * mouse.el (mouse-drag-track): Use select-active-region.
9383 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
9385 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9388 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9390 * term/x-win.el (x-select-enable-primary): Change default to nil.
9391 (x-select-enable-clipboard): Add :version keyword.
9393 * mouse.el (mouse-drag-copy-region):
9394 * simple.el (select-active-regions): Likewise.
9396 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9398 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
9399 (vc-coding-system-for-diff): Use it to decide whether to inherit
9400 from the file the EOL format for reading the diffs of that file.
9403 2010-07-16 Eli Zaretskii <eliz@gnu.org>
9405 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9406 unibyte, so compressed attachments are not compressed again.
9408 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
9410 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9411 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9412 (tramp-find-shell): Simplify setting connection property.
9413 (tramp-get-ls-command): Make test for "--color=never" stronger.
9415 2010-07-15 Simon South <ssouth@member.fsf.org>
9417 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9418 blocks within record declarations (i.e. variant parts) correctly.
9420 2010-07-15 Simon South <ssouth@member.fsf.org>
9422 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9423 over literal tokens when parsing so newlines aren't "absorbed" by
9424 single-line comments. Corrects the indentation of case blocks
9425 that have a comment on the first line.
9427 2010-07-14 Karl Fogel <kfogel@red-bean.com>
9429 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9430 by Drew Adams (Bug#5504).
9432 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9434 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
9435 now that Unicode is used (Bug#6594).
9437 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
9439 * term/x-win.el (x-select-enable-clipboard): Default to t.
9440 (x-initialize-window-system): Don't overwrite Paste menu item.
9442 * simple.el (select-active-regions): Default to t.
9443 (push-mark-command): Don't overwrite primary with empty string.
9445 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9446 (mouse-drag-copy-region): Default to nil.
9448 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9449 Cut/Copy/Paste menu bar items.
9451 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9453 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9454 Patch applied by Karl Fogel.
9456 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9457 and `bookmark-current-buffer' if they have been already set in
9458 another buffer (e.g gnus-art).
9460 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9461 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9463 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9465 * bookmark.el (bookmark-make-record-default): Allow unneeded
9466 information to be omitted from the record.
9468 Adjust declarations and calls:
9470 * info.el (bookmark-make-record-default): Adjust declaration.
9471 (Info-bookmark-make-record): Adjust call.
9473 * woman.el (bookmark-make-record-default): Adjust declaration.
9474 (woman-bookmark-make-record): Adjust call.
9476 * man.el (bookmark-make-record-default): Adjust declaration.
9477 (Man-bookmark-make-record): Adjust call.
9479 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9481 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9483 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9485 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9486 This is also from Thierry Volpiatto's patch in bug #6444. However,
9487 because it was extraneous to the functional change in that patch,
9488 and causes a re-indendation, I am committing it separately.
9490 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9492 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9493 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9494 Patch applied by Karl Fogel (Bug#6444).
9496 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9498 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9500 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9502 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9503 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9504 (ns-alternatives-map): Change S-tab binding to backtab
9507 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9510 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9512 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9515 * language/tv-util.el (tai-viet-re): Remove format.
9517 2010-07-12 Kenichi Handa <handa@m17n.org>
9519 * language/hebrew.el: Remove no-byte-compile declaration.
9520 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9521 composition-function-table for 3-character looking back.
9522 (hebrew-font-get-precomposed): New function.
9523 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9525 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9527 * mouse.el (mouse-drag-track): Handle select-active-regions
9530 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9532 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9533 empty argument to gvfs-copy.
9535 2010-07-10 Glenn Morris <rgm@gnu.org>
9537 * calendar/calendar.el (calendar-week-end-day): New function.
9538 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9539 Respect calendar-week-start-day. (Bug#6606)
9540 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9541 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9542 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9543 respect calendar-week-start-day.
9545 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9547 * simple.el (use-region-p): Doc fix (Bug#6607).
9549 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9551 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9552 Add regexps for cucumber and ruby.
9554 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9556 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9557 (epa-file-insert-file-contents): Hack to prevent
9558 find-file from opening empty buffer when decryption failed
9561 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9563 * textmodes/ispell.el (ispell-alternate-dictionary):
9564 Use file-readable-p.
9565 Return nil if no word-list is found at default locations.
9566 (ispell-complete-word-dict): Default to nil.
9567 (ispell-command-loop): Use 'word-list' when using lookup-words.
9568 (lookup-words): Use ispell-complete-word-dict or
9569 ispell-alternate-dictionary. Check for word-list availability
9570 and handle errors if needed with better messages (Bug#6539).
9571 (ispell-complete-word): Use ispell-complete-word-dict or
9572 ispell-alternate-dictionary.
9574 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9576 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9577 builtins (BufferError, BytesWarning, WindowsError; callables
9578 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9580 2010-07-07 Glenn Morris <rgm@gnu.org>
9582 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9583 (zone-shift-left): Ignore intangibility, and any errors from
9585 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9586 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9587 deleting, and copying text properties.
9588 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9589 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9590 to point-max is hard.
9591 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9592 (zone-fill-out-screen): Ignore intangibility.
9594 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9596 * menu-bar.el (menu-bar-mode):
9597 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9600 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9601 word/line selection (Bug#6565).
9603 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9605 * net/dbus.el (dbus-send-signal): Declare function.
9607 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9609 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9610 (dbus-register-property): New optional argument EMITS-SIGNAL.
9611 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9613 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9615 * mouse.el (mouse-drag-overlay): Variable deleted.
9616 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9617 (mouse--remap-link-click-p): New function.
9618 (mouse-drag-track): Handle dragging by using temporary Transient
9619 Mark mode, instead of a special overlay.
9620 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9623 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9626 2010-07-02 Juri Linkov <juri@jurta.org>
9628 * autoinsert.el (auto-insert-alist): Fix readability
9629 by using dotted pair notation for lambda.
9631 2010-07-02 Juri Linkov <juri@jurta.org>
9633 * faces.el (read-face-name): Rename arg `string-describing-default'
9634 to `default'. Doc fix. Display the default value in quotes
9635 in the prompt. With empty input, return the `default' arg,
9636 unless the default value is a string (in which case return nil).
9637 (describe-face): Replace the string `default' arg of `read-face-name'
9638 with the symbol `default'.
9640 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9642 * emulation/viper-cmd.el (viper-delete-backward-char)
9643 (viper-del-backward-char-in-insert)
9644 (viper-del-backward-char-in-replace, viper-change)
9645 (viper-backward-indent): Replace delete-backward-char with
9646 delete-char (Bug#6552).
9648 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9650 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9652 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9654 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9655 argument passed to frame-creation-function (Bug#5378).
9657 * faces.el (x-handle-named-frame-geometry)
9658 (x-handle-reverse-video, x-create-frame-with-faces)
9659 (face-set-after-frame-default, tty-create-frame-with-faces):
9660 Don't separately consult default-frame-alist. It is now passed as the
9663 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9665 * startup.el (command-line): Don't call tool-bar-setup in a
9668 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9670 * ruler-mode.el (ruler--save-header-line-format): New fun.
9671 (ruler-mode): Use it as a setter function, so as not to overwrite
9672 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9674 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9676 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9677 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9678 (vc-log-outgoing): Use it.
9679 (vc-diff-internal): Set diff-vc-backend.
9681 * vc/diff-mode.el (diff-vc-backend): New var.
9683 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9685 * dynamic-setting.el (font-setting-change-default-font):
9686 Remove call to message.
9688 2010-06-28 Kenichi Handa <handa@m17n.org>
9690 * international/quail.el (quail-insert-kbd-layout): Fix the
9691 showing of untranslated characters.
9693 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9695 * simple.el (delete-active-region): New option.
9696 (delete-backward-char): Implement in Lisp.
9697 (delete-forward-char): New command.
9699 * mouse.el (mouse-region-delete-keys): Delete.
9700 (mouse-show-mark): Simplify.
9702 * bindings.el (global-map): Bind delete and DEL, the former to
9703 delete-forward-char.
9705 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9707 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9708 (ruby-mode): Bind indent-line-function (Bug#5119).
9710 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9712 * startup.el (command-line): Recognize "0" X resource value.
9714 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9716 * startup.el (command-line): Use X resources to set the value of
9717 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9719 * menu-bar.el (menu-bar-mode):
9720 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9721 Set init-value to t.
9723 * frame.el (frame-notice-user-settings): Don't change
9724 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9725 vice versa (Bug#2249).
9727 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9729 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9731 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9733 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9734 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9736 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9737 default directories are expanded (Bug#6143).
9739 2010-06-24 Juri Linkov <juri@jurta.org>
9741 * minibuffer.el (completions-format): Change default from nil to
9742 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9744 2010-06-24 Juri Linkov <juri@jurta.org>
9746 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9747 buffer-locally to lambda that re-runs the vc diff command.
9750 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9752 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9753 echo area is in use (Bug#3412).
9755 2010-06-22 Glenn Morris <rgm@gnu.org>
9757 * textmodes/texinfmt.el (texinfo-format-region)
9758 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9759 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9760 (texinfo-format-option, texinfo-noindent):
9761 Use line-beginning-position and line-end-position.
9763 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9764 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9765 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9768 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9770 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9771 forward-line fallout.
9773 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9775 * mouse.el (mouse-appearance-menu): Add docstring.
9777 * help.el (describe-key): Print up-event using key-description.
9779 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9781 * net/zeroconf.el (zeroconf-resolve-service)
9782 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9783 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9785 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9787 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9789 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9791 Avoid displaying files with a nil state in vc-dir.
9792 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9793 cases that cause insertion.
9794 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9797 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9799 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9801 2010-06-29 Leo <sdl.web@gmail.com>
9803 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9805 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9807 * generic-x.el (bat-generic-mode): Fix regexp for command line
9808 switches (Bug#5719).
9810 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9812 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9813 of nconc to avoid pure storage error (Bug#6239).
9815 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9817 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9818 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9819 bindings of bookmark-automatically-show-annotations (Bug#6515).
9821 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9823 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9824 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9826 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9828 * comint.el (make-comint, make-comint-in-buffer): Mention return
9829 value in the docstrings. (Bug#6498)
9831 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9833 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9834 since it is not present when using some non-default switches.
9836 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9838 * simple.el (compose-mail): Fix doc string to refer to
9839 `compose-mail-user-agent-warnings', instead of to the
9840 nonexistent `compose-mail-check-user-agent'.
9842 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9844 Fix an indentation bug:
9846 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9847 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9850 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9851 (c-clear->-pair-props-if-match-before): now return t when they've
9852 cleared properties, nil otherwise.
9853 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9854 by taking account of the existing value.
9856 * progmodes/cc-defs.el
9857 (c-clear-char-property-with-value-function): Fix this to clear the
9858 property rather than overwriting it with nil.
9860 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9862 * emacs-lisp/package.el (package-print-package): Add link to
9863 package description via describe-package.
9864 (describe-package-1): List package requirements. Add button to
9865 perform installation.
9866 (package-menu-describe-package): New command.
9868 * help-mode.el (help-package): New button type.
9870 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9872 * emacs-lisp/package.el: Move package-list-packages binding to
9874 (describe-package, describe-package-1, package--dir): New funs.
9875 (package-activate-1): Use package--dir.
9877 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9879 * help-mode.el (help-package-def): New button type.
9881 * menu-bar.el: Move package-list-packages binding here from
9884 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9886 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9888 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9890 * emacs-lisp/edebug.el (edebug-read-list):
9891 Phase out old-style backquotes.
9893 2010-06-17 Juri Linkov <juri@jurta.org>
9895 * help-mode.el (help-mode): Set buffer-local variable
9896 revert-buffer-function to help-mode-revert-buffer.
9897 (help-mode-revert-buffer): New function.
9899 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9900 before popping to "*info*" (like in other Info functions).
9901 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9902 old-history-forward. Pop to old-buffer-name or "*info*" to
9903 recreate the killed buffer. Set Info-history-forward from
9904 old-history-forward.
9905 (Info-breadcrumbs-depth): Add :group and :version.
9907 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9909 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9911 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9913 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9914 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9916 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9918 * emacs-lisp/package.el (package-menu-mode-map):
9919 Move initialization into declaration.
9921 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9923 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9925 * emacs-lisp/package.el (package-archive-base): Point to
9927 (package-enable, package-load-list): New defcustoms.
9928 (package-user-dir, package-directory-list): Turn into defcustoms.
9929 Don't include package-user-dir in package-directory-list.
9930 (package--builtins-base): Don't include Emacs as a "package".
9931 (package-subdirectory-regexp): New var.
9932 (package-load-all-descriptors, package-compute-transaction)
9933 (package-download-transaction): Obey package-load-list.
9934 (package-activate-1): Rename from package-do-activate.
9935 (package-list-packages-internal): Check package-load-list.
9936 (package-load-descriptor, package-generate-autoloads)
9937 (package-unpack, package-unpack-single)
9938 (package--read-archive-file, package-delete):
9939 Use expand-file-name.
9941 * emacs-lisp/package-x.el: New file. Package uploading
9942 functionality split out from package.el.
9944 * startup.el (command-line): Load packages after reading init file.
9946 2010-06-17 Tom Tromey <tromey@redhat.com>
9948 * emacs-lisp/package.el: New file.
9950 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9952 Fix vc-annotate for renamed files when using Git.
9953 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9954 ls-files. Doe not pass the object as a file name to cat-file, it
9956 (vc-git-annotate-command): Pass the file name using -- to avoid
9957 ambiguity with the revision.
9958 (vc-git-previous-revision): Pass a relative file name.
9960 2010-06-22 Glenn Morris <rgm@gnu.org>
9962 * progmodes/js.el (js-mode-map): Use standard capitalization and
9963 ellipses for menu entries.
9965 * wid-edit.el (widget-complete): Doc fix.
9967 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9969 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9971 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9973 Fix annotating other revisions for renamed files in vc-annotate.
9974 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9975 VC backend. Use it when non-nil.
9976 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9979 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9980 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9981 Do not pass the file name to the 'previous-revision call when we
9982 don't want a file diff. (Bug#6489)
9984 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9986 Fix finding revisions for renamed files in vc-annotate.
9987 * vc/vc.el (vc-find-revision): Add an optional argument for
9988 the VC backend. Use it when non-nil.
9989 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9990 backend to vc-find-revision. (Bug#6487)
9992 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9994 Fix reading file names in Git annotate buffers.
9995 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9996 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9998 2010-06-20 Alan Mackenzie <acm@muc.de>
10000 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10001 in file local variables, set it first.
10003 2010-06-19 Glenn Morris <rgm@gnu.org>
10005 * descr-text.el (describe-char-unicode-data): Insert separating
10006 space when needed. (Bug#6422)
10008 * progmodes/idlwave.el (idlwave-action-and-binding):
10009 Fix typo in 2009-12-03 change. (Bug#6450)
10011 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10013 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10014 handling for `lambda' (misunderstanding).
10016 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10018 * calc/calc-poly.el (math-accum-factors): Make sure that
10019 constants aren't distributed after they are factored out.
10021 2010-06-16 Juri Linkov <juri@jurta.org>
10023 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10024 `list-colors-print'. (Bug#6332)
10026 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10028 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10030 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10031 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10033 * font-lock.el (font-lock-major-mode): Rename from
10034 font-lock-mode-major-mode to distinguish it from
10035 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10036 (font-lock-set-defaults):
10037 * font-core.el (font-lock-default-function): Adjust users.
10038 (font-lock-mode): Don't set it at all.
10040 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10042 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
10044 2010-06-16 Glenn Morris <rgm@gnu.org>
10046 * calendar/appt.el (appt-time-msg-list): Doc fix.
10047 (appt-check): Let-bind appt-warn-time.
10048 (appt-add): Make the 3rd argument optional.
10049 Simplify argument names. Doc fix. Check for integer WARNTIME.
10050 Only add WARNTIME to the output list if non-nil.
10052 2010-06-16 Ivan Kanis <apple@kanis.eu>
10054 * calendar/appt.el (appt-check): Let the 3rd element of
10055 appt-time-msg-list specify the warning time.
10056 (appt-add): Add new argument with the warning time. (Bug#5176)
10058 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10060 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
10061 older than version 1.6. (Bug#6361)
10063 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
10065 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10066 used by cl-do-arglist. (Bug#6408)
10068 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10070 * textmodes/ispell.el (ispell-dictionary-base-alist):
10071 Fix portuguese casechars/not-casechars for missing 'çÇ'.
10072 Suggested by Rolando Pereira (bug#6434).
10074 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
10076 * facemenu.el (list-colors-sort): Doc fix.
10078 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10080 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10082 2010-06-14 Juri Linkov <juri@jurta.org>
10084 Add sort option `list-colors-sort'. (Bug#6332)
10085 * facemenu.el (color-rgb-to-hsv): New function.
10086 (list-colors-sort): New defcustom.
10087 (list-colors-sort-key): New function.
10088 (list-colors-display): Doc fix. Sort list according to the option
10089 `list-colors-sort'.
10090 (list-colors-print): Add HSV values to `help-echo' property of
10093 2010-06-14 Juri Linkov <juri@jurta.org>
10095 * compare-w.el: Move to the "vc" subdirectory.
10097 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10099 * image-mode.el (image-mode-map): Remap left-char and right-char.
10101 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10103 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
10105 * term/common-win.el (x-colors): Add all the color names defined
10106 in rgb.txt (Bug#6332).
10108 * facemenu.el (list-colors-print): Don't print extra names if it
10109 will overflow the window width.
10111 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
10114 2010-06-12 Eli Zaretskii <eliz@gnu.org>
10116 * files.el (make-directory): Doc fix (bug#6396).
10118 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
10120 * net/tramp.el (tramp-remote-process-environment): Protect version
10121 string by apostroph.
10122 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10124 (tramp-file-name-for-operation): Add `call-process-region'.
10125 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10127 * net/tramp-compat.el (top): Do not autoload
10128 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10129 only when `start-file-process' is not bound.
10130 (tramp-advice-file-expand-wildcards): Do not use
10131 `tramp-handle-file-remote-p'.
10132 (tramp-compat-make-temp-file): Handle the case, that
10133 `make-temp-file' has no third argument EXTENSION.
10135 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
10137 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10139 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10141 2010-06-11 Juri Linkov <juri@jurta.org>
10143 * finder.el (finder-known-keywords): Add keyword "vc"
10144 for version control.
10146 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10147 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10148 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10149 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10151 2010-06-11 Juri Linkov <juri@jurta.org>
10153 Move version control related files to the "vc" subdirectory.
10154 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10155 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10156 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10157 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10158 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10159 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10160 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10161 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10162 Move files to the "vc" subdirectory.
10164 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
10166 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10169 2010-06-11 Stephen Eglen <stephen@gnu.org>
10171 * shell.el: Bind `shell-resync-dirs' to M-RET.
10173 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
10175 * notifications.el: Move file from lisp/net, because it is
10176 supposed to talk locally to the user.
10178 2010-06-10 Julien Danjou <julien@danjou.info>
10180 * net/notifications.el (notifications-on-action-signal)
10181 (notifications-on-closed-signal): Pass notification id as first
10182 argument to the callback functions. Add docstrings.
10183 (notifications-notify): Fix docstring.
10185 2010-06-10 Glenn Morris <rgm@gnu.org>
10187 * emacs-lisp/authors.el (authors-ignored-files)
10188 (authors-valid-file-names): Add some files.
10190 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10192 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10193 merge conflict, giving preference to the emacs-23 version of the code.
10195 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10197 * emacs-lisp/advice.el (ad-compile-function):
10198 Define warning-suppress-types before we let-bind it (bug#6275).
10200 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10201 declare it, make it buffer-local and permanent-local (bug#6324).
10202 (vc-resynch-window): Adjust name.
10203 * vc-hooks.el (vc-find-file-hook): Adjust name.
10205 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
10207 * net/notifications.el (notifications-notify): Fix docstring.
10209 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10211 Update to Unicode 6.0.0 beta.
10212 * international/charprop.el: Update copyright.
10213 * international/mule-cmds.el (ucs-names): Update character ranges.
10214 * international/uni-bidi.el:
10215 * international/uni-category.el:
10216 * international/uni-combining.el:
10217 * international/uni-comment.el:
10218 * international/uni-decimal.el:
10219 * international/uni-decomposition.el:
10220 * international/uni-digit.el:
10221 * international/uni-lowercase.el:
10222 * international/uni-mirrored.el:
10223 * international/uni-name.el:
10224 * international/uni-numeric.el:
10225 * international/uni-old-name.el:
10226 * international/uni-titlecase.el:
10227 * international/uni-uppercase.el: Regenerate.
10229 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10231 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10232 (smie-precs-precedence-table): Fix typo in docstring.
10234 * vc-mtn.el (log-edit-extract-headers): Declare function.
10236 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10238 * net/notifications.el (dbus-register-signal): Declare function.
10239 (notifications-notify): Fix typos and reflow docstring.
10241 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10243 Improve VC create/retrieve tag/branch.
10244 * vc.el (vc-create-tag): Do not read the directory name for VCs
10245 with repository revision granularity. Adjust the tag/branch
10246 prompt. Reset VC properties.
10247 (vc-retrieve-tag): Do not read the directory name for VCs
10248 with repository revision granularity. Reset VC properties.
10250 2010-06-09 Julien Danjou <julien@danjou.info>
10252 * net/notifications.el: New file.
10254 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10256 Add optional support for resetting VC properties.
10257 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10258 call vc-file-clearprops when true.
10259 (vc-resynch-buffer): Add new optional argument, pass it down.
10260 (vc-resynch-buffers-in-directory): Likewise.
10262 Improve support for special markup in the VC commit message.
10263 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10264 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10265 * vc-git.el (vc-git-checkin):
10266 * vc-bzr.el (vc-bzr-checkin): Likewise.
10268 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10270 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10271 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10273 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10275 * iimage.el: Remove images as soon as the underlying text is modified.
10276 (iimage-modification-hook): New function.
10277 (iimage-mode-buffer): Use it.
10279 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10281 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10282 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10283 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10284 (smie-indent-keyword): Add handling of open-paren keywords.
10285 (smie-indent-comment-continue): Don't assume comment-continue.
10287 2010-06-07 Martin Rudalics <rudalics@gmx.at>
10289 * window.el (pop-to-buffer): Remove the conditional that
10290 compares new-window and old-window, so it will reselect
10291 the selected window unconditionally.
10292 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10294 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10296 * emacs-lisp/smie.el (smie-indent-offset-after)
10297 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10298 (smie-indent-after-keyword): Use them.
10299 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10300 (smie-indent-keyword): Tweak the black magic.
10301 (smie-indent-comment-continue): Strip comment-continue before use.
10302 (smie-indent-functions): Indent comments before keywords.
10304 2010-06-06 Juri Linkov <juri@jurta.org>
10306 * isearch.el (isearch-lazy-highlight-search): Fix looping
10307 by checking for empty match. This syncs this loop with the
10308 similar loop in `isearch-search'. (Bug#6362)
10310 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
10312 * net/dbus.el (dbus-register-method): Declare function.
10313 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10314 (dbus-introspect): Doc fix.
10315 (dbus-event-bus-name, dbus-introspect-get-interface)
10316 (dbus-introspect-get-argument): Reflow docstrings.
10318 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10320 vc-log-incoming/vc-log-outgoing fixes for Git.
10321 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10322 incoming/outgoing logs.
10323 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10324 instead of vc-git-compute-remote.
10325 (vc-git-compute-remote): Remove.
10327 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
10329 * term/common-win.el (x-colors): Add "dark green" and "dark
10330 turquoise" (Bug#6332).
10332 2010-06-04 Juri Linkov <juri@jurta.org>
10334 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10335 Instead of setting `replace' to t and replacing the same string
10336 with itself, don't do certain actions when
10337 kill-do-not-save-duplicates is non-nil and string is equal to car
10338 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10339 interprogram-paste strings to kill-ring, and don't push the input
10340 argument `string' to kill-ring.
10341 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10343 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10345 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10347 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
10349 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10350 (tramp-gvfs-handler-mounted-unmounted)
10351 (tramp-gvfs-connection-mounted-p): Handle default-location.
10353 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10354 move files to trash.
10356 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10358 * international/mule-cmds.el (nonascii-insert-offset)
10359 (nonascii-translation-table): Add obsolescence information.
10361 * international/mule.el (make-translation-table-from-vector): Doc fix.
10363 2010-06-03 Glenn Morris <rgm@gnu.org>
10365 * desktop.el (desktop-clear-preserve-buffers):
10366 Add "*Warnings*" buffer. (Bug#6336)
10368 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10370 vc-log-incoming/vc-log-outgoing improvements for Git.
10371 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10373 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10375 Add bindings for vc-log-incoming and vc-log-outgoing.
10376 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10377 and vc-log-outgoing.
10378 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10379 and vc-log-outgoing.
10381 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10383 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10384 (rcirc-handler-366): Always sort nicknames.
10386 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
10388 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10390 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10392 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
10394 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10396 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10397 (rcirc-sort-nicknames-join): Avoid setq.
10399 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10401 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10402 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10403 (rcirc-handler-366): Use them.
10405 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10407 Split smie-indent-calculate into more manageable chunks.
10408 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10409 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10410 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10411 (smie-indent-exps): Extract from smie-indent-calculate.
10412 (smie-indent-functions): New var.
10413 (smie-indent-functions): Use them.
10415 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10417 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10418 (smie-indent-calculate): Simplify and cleanup.
10420 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
10422 * net/tramp-gvfs.el (top): Require url-util.
10423 (tramp-gvfs-mount-point): Remove.
10424 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10426 (with-tramp-dbus-call-method): Format trace message.
10427 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
10428 Implement backup call, when operation on local files fails.
10429 Use progress reporter. Flush properties of changed files.
10430 (tramp-gvfs-handle-make-directory): Make more traces.
10431 (tramp-gvfs-url-file-name): Hexify file name in url.
10432 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10433 into account for the resulting file name.
10434 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10435 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10436 (tramp-gvfs-handler-mounted-unmounted)
10437 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10438 attribute "default_location". Set "prefix" property.
10439 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10440 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10441 exists. Raise an error, if not (due to a corresponding answer
10442 "no" in interactive questions, for example).
10444 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
10446 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10448 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
10450 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10451 right-*. (Bug#6265)
10453 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10455 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10456 * vc-git.el (vc-git-compute-remote): New function.
10457 (vc-git-log-outgoing): Use it instead of hard coding a value.
10458 (vc-git-log-incoming): New function.
10460 Improve state updating for VC tag commands.
10461 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10462 to update the state of all buffers in the directory.
10464 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10466 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10468 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10469 `file-directory-p' to the filename part rather than to the whole text.
10471 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10473 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10475 2010-05-31 Drew Adams <drew.adams@oracle.com>
10477 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10479 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
10481 * subr.el (momentary-string-display): Just use read-event to read
10482 the exit event (Bug#6238).
10484 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10486 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10488 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10490 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10491 Suggested by Eli Zaretskii <eliz@gnu.org>.
10493 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10495 * minibuffer.el (completion-file-name-table): Don't return a boundary
10496 past the end of `string' (bug#6299).
10497 (completion--file-name-table): Delegate to completion-file-name-table
10498 for the `boundaries' case.
10500 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10502 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10505 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10506 `path-separator', but maintain compatibility with Emacs 20.2.
10508 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10510 * server.el (server-process-filter): Receive parent-id argument
10512 (server-create-window-system-frame): New arg. Pass parent-id as
10515 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10517 Bidi-sensitive word movement with arrow keys.
10518 * subr.el (right-arrow-command, left-arrow-command): Move to
10521 * bindings.el (right-char, left-char): Move from subr.el and
10522 rename from right-arrow-command and left-arrow-command.
10523 (right-word, left-word): New functions.
10524 (global-map) <right>: Bind to right-char.
10525 (global-map) <left>: Bind to left-char.
10526 (global-map) <C-right>: Bind to right-word.
10527 (global-map) <C-left>: Bind to left-word.
10529 * ls-lisp.el (ls-lisp-classify-file): New function.
10530 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10531 (ls-lisp-classify): Call ls-lisp-classify-file.
10532 (insert-directory): Remove blanks from switches.
10534 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10536 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10537 (ansi-color-drop-regexp): New constant.
10538 (ansi-color-apply, ansi-color-filter-region)
10539 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10540 (ansi-color-apply): Build string list before calling concat.
10542 2010-05-28 Juri Linkov <juri@jurta.org>
10544 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10545 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10548 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10550 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10551 to ignored backtrace functions.
10552 (with-progress-reporter): Expand docstring.
10553 (tramp-handle-delete-file): Implement TRASH argument.
10554 (tramp-get-remote-trash): New defun.
10556 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10558 * net/tramp-compat.el (tramp-compat-delete-file):
10559 Use `symbol-value' for backward compatibility.
10561 * net/tramp.el (tramp-handle-make-symbolic-link)
10562 (tramp-handle-load)
10563 (tramp-do-copy-or-rename-file-via-buffer)
10564 (tramp-do-copy-or-rename-file-directly)
10565 (tramp-do-copy-or-rename-file-out-of-band)
10566 (tramp-handle-process-file, tramp-handle-call-process-region)
10567 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10568 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10569 (tramp-delete-temp-file-function): Use `delete-file' instead
10570 of `tramp-compat-delete-file'.
10572 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10573 (tramp-fish-handle-make-symbolic-link)
10574 (tramp-fish-handle-process-file): Use `delete-file' instead
10575 of `tramp-compat-delete-file'.
10577 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10578 Use `delete-file' instead of `tramp-compat-delete-file'.
10580 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10581 Use `delete-file' instead of `tramp-compat-delete-file'.
10583 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10584 Use `delete-file' instead of `tramp-compat-delete-file'.
10586 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10587 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10588 (tramp-smb-handle-write-region): Use `delete-file' instead of
10589 `tramp-compat-delete-file'.
10590 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10592 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10594 * dired.el (dired-delete-file): New arg TRASH.
10595 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10596 (dired-do-flagged-delete, dired-do-delete): Use trash.
10598 * speedbar.el (speedbar-item-delete): Allow trashing.
10600 * files.el (delete-directory): New arg TRASH.
10602 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10603 (ange-ftp-rename-remote-to-remote)
10604 (ange-ftp-rename-local-to-remote)
10605 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10606 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10608 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10611 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10612 handle new TRASH arg of `delete-file'.
10614 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10615 (tramp-handle-make-symbolic-link, tramp-handle-load)
10616 (tramp-do-copy-or-rename-file-via-buffer)
10617 (tramp-do-copy-or-rename-file-directly)
10618 (tramp-do-copy-or-rename-file-out-of-band)
10619 (tramp-handle-process-file, tramp-handle-call-process-region)
10620 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10621 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10622 (tramp-delete-temp-file-function): Use null TRASH arg in
10623 tramp-compat-delete-file call.
10625 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10626 (tramp-fish-handle-delete-file)
10627 (tramp-fish-handle-make-symbolic-link)
10628 (tramp-fish-handle-process-file): Use null TRASH arg in
10629 `tramp-compat-delete-file' call.
10631 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10632 arg in `tramp-compat-delete-file' call.
10634 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10635 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10636 `tramp-compat-delete-file' call.
10638 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10639 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10640 `tramp-compat-delete-file' call.
10642 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10643 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10644 (tramp-smb-handle-write-region): Use null TRASH arg in
10645 tramp-compat-delete-file call.
10646 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10647 (tramp-smb-handle-delete-file): Rename arg.
10649 * diff.el (diff-sentinel):
10650 * epg.el (epg--make-temp-file, epg-decrypt-string)
10651 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10652 * jka-compr.el (jka-compr-partial-uncompress)
10653 (jka-compr-call-process, jka-compr-write-region):
10654 * server.el (server-sentinel): Remove optional arg from
10655 delete-file, reverting 2010-05-03 change.
10657 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10659 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10660 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10662 2010-05-27 Kenichi Handa <handa@m17n.org>
10664 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10665 element of GSTRING is nil.
10667 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10669 * emacs-lisp/smie.el (smie-forward-token-function)
10670 (smie-backward-token-function): New vars.
10671 (smie-backward-sexp, smie-forward-sexp)
10672 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10673 (smie-default-backward-token): Rename from smie-backward-token and
10675 (smie-default-forward-token): Rename from smie-forward-token and
10677 (smie-next-sexp): Handle nil results from next-token.
10678 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10680 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10682 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10683 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10685 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10687 * htmlfontify.el (hfy-face-resolve-face): New function.
10688 (hfy-face-to-style): Use it (Bug#6279).
10690 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10692 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10693 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10695 2010-05-26 Glenn Morris <rgm@gnu.org>
10697 * emulation/edt.el (edt-load-keys): Use locate-library.
10699 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10701 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10702 (log-edit-changelog-entries): Doc fix.
10703 (log-edit-changelog-insert-entries): Args changed.
10704 Rename relative filenames in ChangeLog entries. Delete tabs.
10705 (log-edit-insert-changelog-entries): Reorganize return value of
10706 `log-edit-changelog-entries' to pass filenames to
10707 log-edit-changelog-insert-entries.
10709 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10711 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10712 `image-dired-dired-insert-marked-thumbs' to
10713 `image-dired-dired-toggle-marked-thumbs'.
10715 * image-dired.el: Require cl when compiling.
10716 (image-dired-dired-toggle-marked-thumbs): Rename from
10717 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10718 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10719 to 'no-dir. Skip files whose names don't match
10720 `image-file-name-regexp'. When file has a thumbnail overlay,
10721 delete it. (Bug#5270)
10723 2010-05-25 Juri Linkov <juri@jurta.org>
10725 * image-mode.el (image-mode): Add image-after-revert-hook to
10727 (image-after-revert-hook): New function. (Bug#5669)
10729 2010-05-25 Juri Linkov <juri@jurta.org>
10731 * image.el (image-animated-p): When delay between animated images
10732 is 0, set it to 10 (0.1 sec). (Bug#6258)
10734 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10736 * net/tramp.el (tramp-handle-insert-directory): Don't use
10737 `forward-word', its default syntax could be changed.
10739 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10741 * net/tramp.el (tramp-progress-reporter-update): New defun.
10742 (with-progress-reporter): Use it.
10743 (tramp-process-actions):
10744 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10745 Preserve current message, in order to let progress reporter continue
10746 afterwards. (Bug#6257)
10748 2010-05-25 Glenn Morris <rgm@gnu.org>
10750 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10753 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10755 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10756 (rcirc-default-full-name): Change to "unknown".
10757 (rcirc-user-name-history): Add variable.
10759 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10760 Jonathan Rockway <jon@jrock.us>
10762 * net/rcirc.el (rcirc-server-alist): Add :pass.
10763 (rcirc): When prompting for connection parameters, also prompt for
10764 username and password.
10765 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10766 value to server when connecting.
10768 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10770 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10771 (smie-merge-prec2s): Pass the tables as separate args.
10772 (smie-bnf-precedence-table): Adjust call accordingly.
10773 (smie-prec2-levels): Set levels at the end.
10775 Replace Lisp calls to delete-backward-char by delete-char.
10776 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10777 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10778 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10779 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10780 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10781 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10782 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10783 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10784 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10785 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10786 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10787 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10788 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10789 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10790 delete-backward-char by calls to delete-char.
10792 2010-05-25 Kenichi Handa <handa@m17n.org>
10794 * language/hebrew.el (hebrew-shape-gstring): New function.
10795 Register it in composition-function-table for all Hebrew combining
10798 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10800 * epa.el (epa--select-keys): Don't explicitly delete the window since
10801 that can fail (e.g. sole window in frame). Use dedication instead.
10803 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10805 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10807 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10809 * image.el (image-refresh): Define as an alias for image-flush.
10811 * image-mode.el (image-toggle-display-image): Caller changed.
10813 2010-05-21 Juri Linkov <juri@jurta.org>
10815 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10816 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10817 whitespace, call wildcard-to-regexp on substrings and concat them
10818 with "\\|". (Bug#6114)
10820 2010-05-21 Alan Mackenzie <acm@muc.de>
10822 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10823 Replace parameter `here' with `here-' and `here-plus', which sandwich
10824 any pertinent CPP construct.
10825 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10826 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10827 CPP construct from taking part in the scanning.
10829 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10831 * net/tramp.el (tramp-do-copy-or-rename-file)
10832 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10833 Tune `with-progress-reporter' messages.
10834 (tramp-handle-vc-registered):
10835 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10836 (tramp-fish-handle-insert-file-contents)
10837 (tramp-fish-maybe-open-connection):
10838 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10839 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10840 (tramp-imap-handle-insert-file-contents)
10841 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10843 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10845 * add-log.el (change-log-font-lock-keywords):
10846 Highlight all authors in multi-author entries.
10848 * smerge-mode.el (smerge-refine-ignore-whitespace)
10849 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10850 Fix typos in docstrings.
10851 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10853 2010-05-21 Glenn Morris <rgm@gnu.org>
10855 * progmodes/fortran.el (fortran-mode):
10856 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10858 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10859 having a relative path in src/Makefile.in.
10861 2010-05-20 Kevin Ryde <user42@zip.com.au>
10863 * help-mode.el (help-make-xrefs): For Info node links turn
10864 newlines into spaces. Link node names with newlines are matched
10865 by help-xref-info-regexp and buttonized, this change ensures they
10866 can be followed successfully with RET. (Bug#6206)
10868 2010-05-20 Juri Linkov <juri@jurta.org>
10870 * locate.el (locate): Use pop-to-buffer instead of
10871 switch-to-buffer-other-window. (Bug#6204)
10873 2010-05-20 Juri Linkov <juri@jurta.org>
10875 * replace.el (replace-highlight): Fix lazy-highlighting
10876 for `M-s w str M-% str RET'.
10878 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10880 * isearch.el (isearch-yank-word-or-char): Pull next subword
10881 when `subword-mode' is activated. (Bug#6220)
10883 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10885 * isearch.el (isearch-update-post-hook): New hook.
10886 (isearch-update): Use the new hook. (Bug#6225)
10888 2010-05-20 Juri Linkov <juri@jurta.org>
10890 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10891 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10894 2010-05-20 Juri Linkov <juri@jurta.org>
10896 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10899 2010-05-20 Juri Linkov <juri@jurta.org>
10901 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10902 FILE-NAME to read from the minibuffer when called interactively
10903 with prefix argument instead of using buffer-file-name.
10904 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10906 * dired.el: Update autoloads.
10908 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10910 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10911 nxml-finish-element, for consistency with SGML mode.
10913 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10914 octave-close-block.
10916 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10918 * composite.el: Require cl when compiling.
10919 (reference-point-alist, compose-gstring-for-graphic)
10920 (compose-gstring-for-terminal): Fix typos in docstrings.
10922 2010-05-19 Juri Linkov <juri@jurta.org>
10924 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10925 set-window-parameter.
10927 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10929 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10931 (tramp-maybe-open-connection): Use it.
10933 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10935 * simple.el (move-end-of-line): Make sure we are at line beginning
10936 before backing up to end of previous line.
10938 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10940 * password-cache.el (password-cache-remove): Fix docstring.
10942 * net/secrets.el: Autoload the widget functions.
10943 (secrets-search-items, secrets-create-item)
10944 (secrets-get-attributes, secrets-expand-item): Attributes will be
10945 stored on the password database without leading ":", as all other
10946 clients do as well.
10947 (secrets-mode): Fix docstring.
10948 (secrets-show-secrets): Provide it as autoloaded command only when
10949 D-Bus support is available. Check existence of Secret Service API.
10951 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10953 * indent.el (indent-region): Deactivate region (bug#6200).
10955 2010-05-19 Glenn Morris <rgm@gnu.org>
10957 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10959 2010-05-19 Kenichi Handa <handa@m17n.org>
10961 * composite.el: Register compose-gstring-for-graphic in
10962 composition-function-table only for combining characters (Mn, Mc, Me).
10964 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10966 * calc/calc-trail.el (calc-trail-isearch-forward)
10967 (calc-trail-isearch-backward): Ensure that the new window
10968 point is set correctly.
10970 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10972 * subr.el (read-quoted-char): Resolve modifiers after key
10973 remapping (bug#6212).
10975 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10977 Add visualization code for secrets.
10978 * net/secrets.el (secrets-mode): New major mode.
10979 (secrets-show-secrets, secrets-show-collections)
10980 (secrets-expand-collection, secrets-expand-item)
10981 (secrets-tree-widget-after-toggle-function)
10982 (secrets-tree-widget-show-password): New defuns.
10984 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10986 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10987 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10988 handled in smie-next-sexp.
10989 (smie-indent-calculate): Provide a starting indentation (so the
10990 recursion is well-founded ;-).
10992 Fix handling of non-associative equal levels.
10993 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10994 when it's not needed.
10995 (smie-op-left, smie-op-right): New functions.
10996 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10997 Better handle equal levels to distinguish the associative case from
10998 the "multi-keyword construct" case.
10999 (smie-backward-sexp, smie-forward-sexp): Use it.
11001 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
11003 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11005 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11006 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11008 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11010 Provide a simple generic indentation engine and use it for Prolog.
11011 * emacs-lisp/smie.el: New file.
11012 * progmodes/prolog.el (prolog-smie-op-levels)
11013 (prolog-smie-indent-rules): New var.
11014 (prolog-mode-variables): Use them to configure SMIE.
11015 (prolog-indent-line, prolog-indent-level): Remove.
11017 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11019 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
11020 order before computing the averages.
11022 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11024 * calc/calc-vec.el (calc-histogram):
11025 (calcFunc-histogram): Allow vectors as inputs.
11026 (math-vector-avg): New function.
11028 * calc/calc-ext.el (math-group-float): Have the number of digits
11029 being grouped depend on the radix (Bug#6189).
11031 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
11033 * version.el (emacs-copyright, emacs-version): Don't define here,
11034 now that emacs.c defines it.
11036 2010-05-15 Eli Zaretskii <eliz@gnu.org>
11038 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11039 "Describe Language Environment" menu item.
11041 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11043 Bidi-sensitive movement with arrow keys.
11044 * subr.el (right-arrow-command, left-arrow-command): New functions.
11046 * bindings.el (global-map): Bind them to right and left arrow keys.
11048 Don't override standard definition of convert-standard-filename.
11049 * files.el (convert-standard-filename):
11050 Call w32-convert-standard-filename and dos-convert-standard-filename on
11051 the corresponding systems.
11053 * w32-fns.el (w32-convert-standard-filename): Rename from
11054 convert-standard-filename. Doc fix.
11056 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11057 (convert-standard-filename): Don't defalias.
11058 (register-name-alist, make-register, register-value)
11059 (set-register-value, intdos): Obsolete aliases for the
11060 corresponding dos-* functions and variables.
11061 (dos-intdos): Add a doc string.
11063 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11065 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11066 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11067 (math-compose-tex-func):
11068 * calc/calccomp.el (math-compose-expr):
11069 * calc/calc-ext.el (math-format-flat-expr-fancy):
11070 * calc/calc-store.el (calc-read-var-name):
11071 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11073 * calc/calc.el (var-π, var-φ, var-γ): New variables.
11074 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
11075 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
11076 (math-standard-units): Add units.
11078 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11080 * progmodes/asm-mode.el (asm-mode):
11081 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11083 * pcomplete.el (pcomplete-completions-at-point): New function,
11084 extracted from pcomplete-std-complete.
11085 (pcomplete-std-complete): Use it.
11087 2010-05-15 Glenn Morris <rgm@gnu.org>
11089 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11090 Remove references to CVS, RCS and Old directories.
11092 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11094 * calc/calc-bin.el (math-format-twos-complement): Group digits when
11097 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11099 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11100 (sh-mode-syntax-table): Give it a default value instead.
11101 (sh-header-marker): Make buffer-local.
11102 (sh-mode): Move make-local-variable to the corresponding setq.
11103 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11104 Use complete-with-action.
11106 * simple.el (prog-mode): New (abstract) major mode.
11107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11108 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11110 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
11112 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11113 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11114 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11115 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11116 (sql-escape-newlines-filter, sql-input-sender)
11117 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11119 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
11121 Add TeX open-block and close-block keybindings to SGML, and vice versa.
11123 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11124 latex-open-block and C-c / to latex-close-block.
11126 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11127 and C-c C-e to sgml-close-tag.
11129 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
11131 * net/tramp.el (with-progress-reporter): Create reporter object
11132 only when the message would be displayed. Handle nested calls.
11133 (tramp-handle-load, tramp-handle-file-local-copy)
11134 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11135 (tramp-maybe-send-script, tramp-find-shell):
11136 Use `with-progress-reporter'.
11137 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11140 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11141 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11142 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11143 Use `with-progress-reporter'.
11145 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11147 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11148 process everytime when spellchecking from the minibuffer (bug#6143).
11150 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11152 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11154 * dos-fns.el: Add "dos-" prefix for namespace control.
11155 (convert-standard-filename): Define as alias for
11156 dos-convert-standard-filename but only if applicable.
11158 2010-05-12 Alan Mackenzie <acm@muc.de>
11160 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11161 Push the mark at the start of these functions when appropriate.
11163 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11165 * minibuffer.el (completion-cycle-threshold): New custom var.
11166 (completion--do-completion): Use it.
11167 (minibuffer-complete): Use cycling if appropriate.
11169 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
11171 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11172 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11174 2010-05-11 Juri Linkov <juri@jurta.org>
11176 * scroll-all.el (scroll-all-check-to-scroll):
11177 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11179 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11181 * iimage.el (iimage-mode-map): Move initialization into declaration.
11182 (iimage-mode-buffer): Use with-silent-modifications.
11183 Simplify calling convention. Adjust callers.
11184 (iimage-mode): Don't run hook redundantly.
11186 * minibuffer.el (completion-pcm--pattern->regex):
11187 Fix last change (bug#6160).
11189 2010-05-10 Juri Linkov <juri@jurta.org>
11191 Remove nodes visited during Isearch from the Info history.
11192 * info.el (Info-isearch-initial-history)
11193 (Info-isearch-initial-history-list): New variables.
11194 (Info-isearch-start): Record initial values of
11195 Info-isearch-initial-history and Info-isearch-initial-history-list.
11196 Add Info-isearch-end to isearch-mode-end-hook.
11197 (Info-isearch-end): New function.
11199 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
11201 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
11202 format string, in order to work around a bug in pdksh.
11203 Reported by Gilles Pion <gpion@lfdj.com>.
11204 (tramp-handle-verify-visited-file-modtime): Do not send a command
11205 when the connection is not established.
11206 (tramp-handle-set-file-times): Simplify the check for utc.
11208 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
11210 Fix use of `filter-buffer-substring' (rework previous change).
11211 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11212 (cua-repeat-replace-region):
11213 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11214 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11215 (cua-cut-region-to-global-mark): Use it.
11217 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11219 * progmodes/sql.el: Version 2.1.
11220 (sql-product-alist): Redesign structure of product info.
11221 (sql-product, sql-user, sql-server, sql-database): Safe variables.
11222 (sql-port, sql-port-history): New variables.
11223 (sql-interactive-product): New variable.
11224 (sql-send-terminator): New variable.
11225 (sql-imenu-generic-expression): Add "Types" imenu entry.
11226 (sql-oracle-login-params, sql-sqlite-login-params)
11227 (sql-mysql-login-params, sql-solid-login-params)
11228 (sql-sybase-login-params, sql-informix-login-params)
11229 (sql-ingres-login-params, sql-ms-login-params)
11230 (sql-postgres-login-params, sql-interbase-login-params)
11231 (sql-db2-login-params, sql-linter-login-params)
11232 (sql-oracle-scan-on): New variables.
11233 (sql-mode-map): Add C-c C-i to start interactive mode.
11234 (sql-mode-menu): Update existing menu entries.
11235 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
11236 (sql-mode-oracle-font-lock-keywords)
11237 (sql-mode-postgres-font-lock-keywords)
11238 (sql-mode-ms-font-lock-keywords)
11239 (sql-mode-sybase-font-lock-keywords)
11240 (sql-mode-informix-font-lock-keywords)
11241 (sql-mode-interbase-font-lock-keywords)
11242 (sql-mode-ingres-font-lock-keywords)
11243 (sql-mode-solid-font-lock-keywords)
11244 (sql-mode-mysql-font-lock-keywords)
11245 (sql-mode-sqlite-font-lock-keywords)
11246 (sql-mode-db2-font-lock-keywords)
11247 (sql-mode-linter-font-lock-keywords): Update initialization to
11248 reduce run-time complexity.
11249 (sql-add-product, sql-del-product): New functions.
11250 (sql-set-product-feature, sql-get-product-feature): New functions.
11251 (sql-product-font-lock): Update product API.
11252 (sql-add-product-keywords): New function.
11253 (sql-highlight-product): Update product API.
11254 (sql-help-list-products): New function.
11255 (sql-help): Dynamically lists free and non-free products.
11256 (sql-get-login): Correct bug in handling history and added
11258 (sql-copy-column): Copy without properties.
11259 (sqli-input-sender): Apply filters to SQLi input.
11260 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11261 Implement as a filter.
11262 (sql-escape-newlines-filter): Implement as a filter.
11263 (sql-remove-tabs-filter): New function.
11264 (sql-send-magic-terminator): New function.
11265 (sql-send-string): Implement magic terminator.
11266 (sql-send-region): Use `sql-send-string'.
11267 (sql-interactive-mode): Use product API.
11268 (sql-product-interactive): Use product API.
11269 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11270 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11271 (sql-db2, sql-linter): Use `sql-product-interactive'.
11272 (sql-connect): New function.
11273 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11274 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11275 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
11276 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11279 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11281 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11282 New custom variable.
11283 (completion-pcm--string->pattern): Use it.
11284 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11285 Make it handle any symbol as `any'.
11286 (completion-pcm--merge-completions): Extract common suffix for the new
11287 `prefix' symbol as well.
11288 (completion-substring--all-completions): Use the new `prefix' symbol.
11290 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
11292 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11294 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11295 (tramp-compat-funcall): New defmacro.
11296 (tramp-compat-line-beginning-position)
11297 (tramp-compat-line-end-position)
11298 (tramp-compat-temporary-file-directory)
11299 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11300 (tramp-compat-copy-file, tramp-compat-copy-directory)
11301 (tramp-compat-delete-file, tramp-compat-delete-directory)
11302 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11303 * net/tramp.el (top, with-progress-reporter)
11304 (tramp-rfn-eshadow-setup-minibuffer)
11305 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11306 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11307 (tramp-completion-mode-p, tramp-check-for-regexp)
11308 (tramp-open-connection-setup-interactive-shell)
11309 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11310 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11311 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11312 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11313 (tramp-reporter-dump-variable, tramp-load-report-modules)
11314 (tramp-append-tramp-buffers)
11315 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11317 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11319 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11321 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11322 buffer-modtime. Adjust users.
11324 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11326 * international/mule.el (auto-coding-alist): Only purecopy
11327 car of each item, not the whole list (Bug#6083).
11329 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11331 * progmodes/js.el (js-mode): Make paragraph variables local before
11332 calling c-setup-paragraph-variables (Bug#6071).
11334 2010-05-08 Eli Zaretskii <eliz@gnu.org>
11336 * composite.el (compose-region, reference-point-alist): Fix typos
11337 in the doc strings.
11339 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11341 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11342 gnuplot's "set" command.
11344 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11346 * abbrev.el (last-abbrev-text): Doc fix.
11347 (abbrev-prefix-mark): Don't escape parenthesis.
11349 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
11351 * composite.el (find-composition): Doc fix.
11353 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11355 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11356 (sql-oracle-program, sql-sqlite-options)
11357 (sql-query-placeholders-and-send): Doc fixes.
11358 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11359 (sql-imenu-generic-expression, sql-buffer)
11360 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11361 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11362 (sql-mode-sybase-font-lock-keywords)
11363 (sql-mode-informix-font-lock-keywords)
11364 (sql-mode-interbase-font-lock-keywords)
11365 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11366 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11367 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11368 (sql-product-feature, sql-highlight-product)
11369 (comint-line-beginning-position, sql-rename-buffer)
11370 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11371 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
11372 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11373 Fix typos in docstrings.
11375 2010-05-08 Juri Linkov <juri@jurta.org>
11377 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11378 property instead of `invisible' and `after-string' (bug#5998).
11380 2010-05-08 Juri Linkov <juri@jurta.org>
11382 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11384 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11386 * filecache.el (file-cache-add-directory-list)
11387 (file-cache-add-directory-recursively): Fix typos in docstrings.
11389 2010-05-08 Kenichi Handa <handa@m17n.org>
11391 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
11392 (gujarati-composable-pattern): Fix typo.
11394 2010-05-08 Kenichi Handa <handa@m17n.org>
11396 * language/indian.el (oriya-composable-pattern)
11397 (tamil-composable-pattern, malayalam-composable-pattern):
11398 Add two-part vowels to "v" (vowel sign).
11400 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11402 * files.el (copy-directory): Handle symlinks (Bug#5982).
11404 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11406 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11407 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11410 2010-05-08 Glenn Morris <rgm@gnu.org>
11412 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11414 * minibuffer.el (completion-at-point): Doc fix.
11416 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11418 * electric.el (Electric-command-loop): Minor tweak.
11420 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11421 better with dedicated windows.
11423 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
11425 * Version 23.2 released.
11427 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
11428 Stefan Monnier <monnier@iro.umontreal.ca>
11430 Highlight vendor specific properties.
11431 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11432 (css-proprietary-property): New face.
11433 (css-font-lock-keywords): Use them.
11435 2010-05-07 Eli Zaretskii <eliz@gnu.org>
11437 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11439 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11441 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11442 * files.el (auto-mode-alist): Remove redundant entries.
11444 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11445 * simple.el (auto-save-mode): Move from files.el.
11446 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11448 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11450 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
11452 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11454 * mail/binhex.el (binhex-decode-region-internal)
11455 * mail/uudecode.el (uudecode-decode-region-internal)
11456 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11457 (dns-read-type, dns-query)
11458 * pgg-parse.el (pgg-parse-armor)
11459 * pgg.el (pgg-verify-region)
11460 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11463 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11465 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
11467 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11469 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11470 * emulation/cua-base.el (cua-repeat-replace-region):
11471 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11472 (cua-cut-region-to-global-mark):
11473 Remove text properties with `set-text-properties'.
11475 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
11477 * net/tramp.el (top, with-progress-reporter):
11478 Use `symbol-function' inside `funcall'.
11480 * net/tramp-compat.el (tramp-compat-file-attributes)
11481 (tramp-compat-delete-file, tramp-compat-delete-directory):
11482 Handle only `wrong-number-of-arguments' error.
11484 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11485 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11488 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11490 * minibuffer.el (completion--sreverse, completion--common-suffix):
11492 (completion-pcm--merge-completions): Extract common suffix when safe.
11494 * emacs-lisp/easy-mmode.el (define-minor-mode):
11495 Make :variable more flexible.
11496 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11498 2010-05-05 Juri Linkov <juri@jurta.org>
11500 Add `slow' and `history' tags to the desktop data.
11502 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11503 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11504 (Info-finder-find-node): Require `finder.el' to be able
11505 to restore node from the desktop.
11506 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11507 data `Info-history' and `slow' tag in the assoc list.
11508 (Info-restore-desktop-buffer): Don't restore nodes with the
11509 `slow' tag. Restore `Info-history'.
11511 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11513 Add FORCE argument to `delete-file'.
11515 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11516 forcing to delete the temporary file.
11517 (ange-ftp-delete-file): Add FORCE arg.
11518 (ange-ftp-rename-remote-to-remote)
11519 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11520 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11521 Force file deletion.
11523 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11525 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11526 (tramp-handle-make-symbolic-link, tramp-handle-load)
11527 (tramp-do-copy-or-rename-file-via-buffer)
11528 (tramp-do-copy-or-rename-file-directly)
11529 (tramp-do-copy-or-rename-file-out-of-band)
11530 (tramp-handle-process-file, tramp-handle-call-process-region)
11531 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11532 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11533 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11535 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11536 (tramp-fish-handle-make-symbolic-link)
11537 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11539 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11540 Use `tramp-compat-delete-file'.
11542 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11543 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11545 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11546 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11548 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11549 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11550 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11551 Use `tramp-compat-delete-file'.
11553 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11556 * subr.el (add-minor-mode): Use push.
11557 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11558 * emulation/edt.el (edt-select-mode): Simplify.
11560 Use define-minor-mode in more cases.
11561 * term/tvi970.el (tvi970-set-keypad-mode):
11562 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11563 (normal-erase-is-backspace-mode):
11564 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11565 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11566 (get-scroll-bar-mode): New function.
11567 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11569 Use define-minor-mode for less obvious cases.
11570 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11571 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11572 * international/iso-ascii.el (iso-ascii-mode):
11573 * frame.el (auto-raise-mode, auto-lower-mode):
11574 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11576 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11578 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11579 in order to see error messages for failed logins.
11581 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11583 * diff.el (diff-sentinel):
11585 * epg.el (epg--make-temp-file, epg-decrypt-string)
11586 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11588 * jka-compr.el (jka-compr-partial-uncompress)
11589 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11591 * server.el (server-sentinel): Use delete-file's new FORCE arg
11594 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11596 Use define-minor-mode where applicable.
11597 * view.el (view-mode):
11598 * type-break.el (type-break-query-mode)
11599 (type-break-mode-line-message-mode):
11600 * textmodes/reftex.el (reftex-mode):
11601 * term/vt100.el (vt100-wide-mode):
11602 * tar-mode.el (tar-subfile-mode):
11603 * savehist.el (savehist-mode):
11604 * ibuf-ext.el (ibuffer-auto-mode):
11605 * composite.el (auto-composition-mode):
11606 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11607 Use define-minor-mode.
11608 (vhdl-mode): Use static mode-line format.
11609 (vhdl-mode-line-update): Delete.
11610 (vhdl-create-mode-menu, vhdl-activate-customizations)
11611 (vhdl-hs-minor-mode): Don't bother calling it.
11613 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11615 * simple.el (with-wrapper-hook): Move.
11616 (buffer-substring-filters): Mark obsolete.
11617 (filter-buffer-substring-functions): New variable.
11618 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11620 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11621 Michael Albinus <michael.albinus@gmx.de>
11623 Implement compression for inline methods.
11625 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11626 (tramp-copy-size-limit): Allow also nil.
11627 (tramp-inline-compress-commands): New defconst.
11628 (tramp-find-inline-compress, tramp-get-inline-compress)
11629 (tramp-get-inline-coding): New defuns.
11630 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11631 replaced by `tramp-get-inline-coding'.
11632 (tramp-handle-file-local-copy, tramp-handle-write-region)
11633 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11635 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11637 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11638 Remove unused functions.
11640 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11641 Set find-tag-default-function as a variable rather than a property.
11643 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11644 * progmodes/etags.el (tags-completion-at-point-function):
11645 Remove left over interactive spec. Add autoloading stub.
11646 (complete-tag): Use tags-completion-at-point-function.
11648 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11650 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11652 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11654 * ido.el (ido-init-completion-maps): Remove C-v binding.
11655 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11657 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11659 * minibuffer.el (tags-completion-at-point-function): New function.
11660 (completion-at-point-functions): Use it.
11662 * progmodes/etags.el (complete-tag): Revert last change.
11664 2010-04-29 Alan Mackenzie <acm@muc.de>
11666 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11667 off-by-one error (in end of macro position).
11669 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11671 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11672 firefox is absent. Don't autoload.
11673 (browse-url-galeon-program): Don't autoload.
11675 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11677 * bindings.el (complete-symbol): Move into minibuffer.el.
11679 * minibuffer.el (complete-tag): Move from etags.el. If tags
11680 completion cannot be performed, return nil instead of signalling
11682 (completion-at-point): Make it an alias for complete-symbol.
11683 (complete-symbol): Move from bindings.el, and replace with the
11684 body of completion-at-point.
11686 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11688 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11690 * net/tramp.el (tramp-remote-selinux-p): New defun.
11691 (tramp-handle-file-selinux-context)
11692 (tramp-handle-set-file-selinux-context): Use it.
11694 2010-04-28 Sam Steingold <sds@gnu.org>
11696 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11697 `safe-local-variable' if the value is a string or a symbol with
11698 the property `bug-reference-url-format'.
11700 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11702 * progmodes/bug-reference.el (bug-reference-url-format):
11703 Revert 2010-04-27 change due to security risk.
11705 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11707 Make it possible to locally disable a globally enabled mode.
11708 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11709 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11710 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11711 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11712 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11713 that subsequent hooks get a chance to disable it.
11715 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11717 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11718 Avoid re-enabling a minor mode after the user turned the minor mode
11719 off if MODE-enable-in-buffers is run twice (typically once from
11720 fundamental-mode's after-change-major-mode-hook and a second time from
11721 run-mode-hook's own after-change-major-mode-hook).
11723 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11725 2010-04-27 Sam Steingold <sds@gnu.org>
11727 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11728 `safe-local-variable' if the value is a string or a function, as
11729 documented and implemented on 2010-04-02.
11731 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11733 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11734 when method is 'kill.
11736 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11738 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11739 condition in default directory check.
11740 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11741 Kill ispell process when killing its associated buffer.
11743 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11745 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11746 but we aren't using it.
11748 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11750 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11751 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11753 2010-04-24 Glenn Morris <rgm@gnu.org>
11755 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11756 Ignore VCS-ignore files, and deleted nextstep preferences files.
11757 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11758 (authors-ambiguous-files): New list.
11759 (authors-valid-file-names): Add some deleted files.
11760 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11761 (authors-disambiguate-file-name): New function. (Bug#5501)
11762 (authors-canonical-file-name): Doc fix.
11763 Don't warn about obsolete files.
11764 (authors-canonical-file-name, authors-scan-el):
11765 Use authors-disambiguate-file-name.
11767 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11768 Add autoload cookies.
11769 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11770 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11771 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11772 They have definitions / compiler macros in cl.el.
11773 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11774 Replace manual autoloads with generated ones.
11775 (htmlfontify-unload-rgb-file): Remove autoload.
11776 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11778 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11780 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11781 (byte-compile-setq-default): Optimize for the
11782 single-var case and don't call byte-compile-form in this case to avoid
11783 inf-loop with byte-compile-set-default.
11785 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11787 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11789 Implement SELINUX backends.
11791 * net/tramp.el (tramp-file-name-handler-alist):
11792 Add `file-selinux-context' and `set-file-selinux-context'.
11793 (tramp-handle-file-selinux-context)
11794 (tramp-handle-set-file-selinux-context): New defuns.
11795 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11796 Handle PRESERVE-SELINUX-CONTEXT.
11798 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11799 Add `file-selinux-context' and `set-file-selinux-context'.
11800 (tramp-gvfs-handle-file-selinux-context)
11801 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11802 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11804 * net/ange-ftp.el (ange-ftp-copy-file):
11805 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11806 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11807 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11808 Add PRESERVE-SELINUX-CONTEXT.
11810 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11812 Synchronize with Tramp repository.
11814 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11815 (tramp-action-process-alive, tramp-action-out-of-band)
11816 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11817 (tramp-exists-file-name-handler): Fix docstring.
11818 (with-progress-reporter): New defmacro.
11819 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11820 (tramp-maybe-open-connection): Use it.
11822 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11824 Detect ssh 'ControlMaster' argument automatically in some cases.
11826 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11827 (tramp-default-method): Use it.
11829 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11831 * net/tramp.el (tramp-handle-copy-file): Add new optional
11832 parameter `preserve-selinux-context'.
11833 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11835 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11837 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11838 Ensure, that non remote files are still checked. Oops.
11840 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11844 * icomplete.el (icomplete-completions): Use `non-essential'.
11846 * net/tramp.el (tramp-connectable-p): New defun.
11847 (tramp-handle-expand-file-name)
11848 (tramp-completion-handle-file-name-all-completions)
11849 (tramp-completion-handle-file-name-completion): Use it.
11851 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11853 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11855 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11857 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11859 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11861 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11864 * info.el (info-tool-bar-map): Add labels.
11866 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11868 * cus-edit.el (custom-commands): Add labels for tool bar.
11869 (custom-buffer-create-internal, Custom-mode): Adjust for
11870 labels in custom-commands.
11872 * dynamic-setting.el: Renamed from font-setting.el.
11874 2010-04-21 John Wiegley <jwiegley@gmail.com>
11876 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11877 toggles the use of virtual buffers.
11878 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11879 (ido-toggle-virtual-buffers): New function.
11881 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11883 Use `define-derived-mode'; fix window selection; doc fixes.
11884 * play/tetris.el (tetris, tetris-update-speed-function)
11885 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11886 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11887 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11888 (tetris-pause-game): Fix typos in docstrings.
11889 (tetris-mode-map, tetris-null-map):
11890 Move initialization into declaration.
11891 (tetris-mode): Define with `define-derived-mode';
11892 set show-trailing-whitespace to nil.
11893 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11895 2010-04-21 Karel Klíč <kklic@redhat.com>
11897 * files.el (backup-buffer): Handle SELinux context, and return it
11898 if a backup was made by renaming.
11899 (backup-buffer-copy): Set SELinux context to the target file.
11900 (basic-save-buffer): Set SELinux context of the newly written file.
11901 (basic-save-buffer-1): Now it also returns any SELinux context.
11902 (basic-save-buffer-2): Set SELinux context of the newly created file,
11904 * net/tramp.el (tramp-file-name-for-operation):
11905 Add file-selinux-context.
11907 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11909 Make the log-edit comments use RFC822 format throughout.
11911 * vc.el (vc-checkin, vc-modify-change-comment):
11912 Adjust to new vc-start/finish-logentry.
11913 (vc-find-conflicted-file): New command.
11914 (vc-transfer-file): Adjust to new vc-checkin.
11915 (vc-next-action): Improve scoping.
11917 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11918 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11920 * vc-git.el (vc-git-log-edit-mode): Remove.
11921 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11922 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11924 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11925 (vc-start-logentry): Remove argument `extra'.
11926 (vc-finish-logentry): Remove extra args.
11928 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11929 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11930 (vc-bzr-conflicted-files): New function.
11932 * log-edit.el (log-edit-extra-flags)
11933 (log-edit-before-checkin-process): Remove.
11934 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11935 (log-edit-headers-alist): New var.
11936 (log-edit-header-contents-regexp): New const.
11937 (log-edit-match-to-eoh): New function.
11938 (log-edit-font-lock-keywords): Use them.
11939 (log-edit): Insert a "Summary:" header as default.
11940 (log-edit-mode): Mark font-lock rules as case-insensitive.
11941 (log-edit-done): Cleanup headers.
11942 (log-view-process-buffer): Remove.
11943 (log-edit-extract-headers): New function to replace it.
11945 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11947 * subr.el (default-direction-reversed): Remove obsolescence info.
11949 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11951 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11954 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11955 I.e. include text after point in the completion region.
11956 Also, return nil when we're not after/in a symbol.
11958 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11959 default enable-multibyte-characters.
11961 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11963 * international/mule.el: Help the user choose a valid coding-system.
11964 (read-buffer-file-coding-system): New function.
11965 (set-buffer-file-coding-system): Use it. Prompt the user if the
11966 coding-system cannot encode all the chars.
11968 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11969 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11970 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11971 Don't use *vc-bzr-shelve*.
11973 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11975 Fix the version number for added files.
11976 * vc-hg.el (vc-hg-working-revision): Check if the file is
11977 registered after hg parent fails (Bug#5961).
11979 2010-04-19 Glenn Morris <rgm@gnu.org>
11981 * htmlfontify.el (htmlfontify-buffer)
11982 (htmlfontify-copy-and-link-dir): Autoload entry points.
11984 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11986 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11987 name relative to the project root (Bug#5960).
11989 2010-04-19 Glenn Morris <rgm@gnu.org>
11991 * vc-git.el (vc-git-print-log): Doc fix.
11993 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11995 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11997 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11999 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12000 default settings (Bug#5928).
12002 2010-04-19 Glenn Morris <rgm@gnu.org>
12004 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12006 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
12008 2010-04-19 Kenichi Handa <handa@m17n.org>
12010 * language/indian.el (malayalam-composable-pattern): Fix previous
12011 change (add U+0D4D "SIGN VIRAMA").
12012 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12013 (tamil-composable-pattern): Fix typo in the regexp.
12014 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12015 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12016 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12018 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12020 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12021 paragraph-separate (Bug#5821).
12023 2010-04-19 Juri Linkov <juri@jurta.org>
12025 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12027 * info.el (Info-find-node-2): Comment out code that skips
12029 (Info-mouse-follow-link): New command.
12030 (Info-link-keymap): New keymap.
12031 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12032 Return a string with links instead of inserting breadcrumbs
12033 to the Info buffer.
12034 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12035 Instead of putting the `invisible' text property over the Info
12036 header, make an overlay over the Info header with the `invisible'
12037 property and `after-string' set to the string returned by
12038 `Info-breadcrumbs'.
12040 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12042 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12043 Reported by monkey@sandpframing.com.
12045 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12047 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12048 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12049 available in the "keyseq cache" any more.
12051 * custom.el (defcustom): Add edebug spec.
12053 2010-04-18 Juri Linkov <juri@jurta.org>
12055 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12057 * view.el (view-file, view-buffer): Move test for special mode-class
12058 from view-file to view-buffer.
12060 * tar-mode.el (tar-extract): Turn if's into one cond
12061 like in arc-mode.el.
12063 2010-04-18 Juri Linkov <juri@jurta.org>
12065 Add 7z archive format support (bug#5475).
12067 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12068 (archive-7z-extract): New defcustom.
12069 (archive-find-type): Add magic string for 7z.
12070 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12071 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12072 `buffer' arg of `call-process'.
12073 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12074 call the function `archive-7z-extract' with the variable
12075 `archive-7z-extract' let-bound to `archive-zip-extract'.
12076 (archive-7z-summarize, archive-7z-extract): New functions.
12078 * international/mule.el (auto-coding-alist):
12079 * files.el (auto-mode-alist): Add 7z file extension.
12081 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12083 * loadup.el: Setup hash-cons for pure data.
12085 Fix duplicate entries in cedet's loaddefs.el files.
12086 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12087 Should make most file-local generated-autoload-file unnecessary.
12088 (print-readably): Silence warnings.
12089 (autoload-find-destination): Take load-name as an arg to make sure
12090 it's the same as the one that will be in the file.
12091 (autoload-generate-file-autoloads): Adjust to above changes.
12092 Try to make the dataflow a bit simpler.
12094 * cvs-status.el (cvs-refontify): Remove unused.
12096 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12098 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
12100 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
12101 twos-complement mode.
12103 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12105 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12106 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
12107 (calc-inverse): Add "Option" to message, as appropriate.
12108 (calc-hyperbolic): Add "Option" to message, as appropriate.
12109 (calc-option, calc-is-option): New functions.
12111 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
12112 (calc-option-prefix-help): New function.
12114 * calc/calc-misc.el (calc-help): Add "Option" entry.
12116 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
12117 (calc-option-flag): New variable.
12118 (calc-do): Set `calc-option-flag to nil.
12119 (calc-set-mode-line): Add "Opt " as appropriate.
12121 2010-04-16 Juri Linkov <juri@jurta.org>
12123 Move scrolling commands from simple.el to window.el
12124 because their primitives are implemented in window.c.
12126 * simple.el (scroll-error-top-bottom)
12127 (scroll-up-command, scroll-down-command, scroll-up-line)
12128 (scroll-down-line, scroll-other-window-down)
12129 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12130 * window.el (scroll-error-top-bottom)
12131 (scroll-up-command, scroll-down-command, scroll-up-line)
12132 (scroll-down-line, scroll-other-window-down)
12133 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12134 Move from simple.el to window.el because their primitives are
12135 implemented in window.c.
12137 2010-04-16 Juri Linkov <juri@jurta.org>
12139 * isearch.el (isearch-lookup-scroll-key): Check both
12140 `isearch-scroll' and `scroll-command' properties.
12141 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12143 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12145 * simple.el (scroll-up-command, scroll-down-command)
12146 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12148 2010-04-15 Juri Linkov <juri@jurta.org>
12150 * simple.el (scroll-up-command, scroll-down-command)
12151 (scroll-up-line, scroll-down-line): Put `scroll-command'
12152 property on the these symbols. Remove them from
12153 `scroll-preserve-screen-position-commands'.
12155 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12156 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12157 Remove it from `scroll-preserve-screen-position-commands'.
12159 * isearch.el (isearch-allow-scroll): Doc fix.
12161 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
12163 * net/tramp.el (tramp-error-with-buffer): Don't show the
12164 connection buffer when we are in completion mode.
12165 (tramp-file-name-handler): Catch the error for some operations
12166 when we are in completion mode. This gives the user the chance to
12167 correct the file name in the minibuffer.
12169 2010-04-15 Glenn Morris <rgm@gnu.org>
12171 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12173 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
12175 Simplify by using `define-derived-mode'.
12176 * info.el (Info-mode):
12177 * calendar/todo-mode.el (todo-mode):
12178 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12179 (gomoku-mode-map): Move initialization into declaration.
12181 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
12184 * ido.el (ido-file-name-all-completions-1):
12185 * minibuffer.el (minibuffer-completion-help):
12186 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12188 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12190 * simple.el (non-essential): New var.
12192 Add a new field `location' to bookmarks for non-file bookmarks.
12193 * bookmark.el (bookmark-location): Use the new field, if present.
12194 (bookmark-insert-location): Undo last change, not needed any more.
12195 * man.el (Man-bookmark-make-record):
12196 * woman.el (woman-bookmark-make-record): Add `location' field.
12198 2010-04-14 Juri Linkov <juri@jurta.org>
12200 * simple.el (scroll-error-top-bottom): New defcustom.
12201 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12203 * emulation/pc-select.el (pc-select-override-scroll-error):
12204 Obsolete in favor of `scroll-error-top-bottom'.
12206 2010-04-14 Juri Linkov <juri@jurta.org>
12208 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12209 `scroll-up-command' and `M-v' to `scroll-down-command'.
12211 * emulation/cua-rect.el (cua--init-rectangles):
12212 * forms.el (forms--change-commands):
12213 * image-mode.el (image-mode-map):
12214 Remap scroll-down-command and scroll-up-command
12215 in addition to scroll-down and scroll-up.
12217 2010-04-14 Juri Linkov <juri@jurta.org>
12219 * mwheel.el (scroll-preserve-screen-position-commands):
12220 Add mwheel-scroll to this list of commands.
12222 * simple.el (scroll-preserve-screen-position-commands):
12223 Add scroll-up-command, scroll-down-command, scroll-up-line,
12224 scroll-down-line to this list of commands.
12226 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12228 * obsolete/complete.el: Move from lisp/complete.el.
12230 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12232 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12233 to the minor mode function now turns the mode ON unconditionally.
12235 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12237 * vc-dir.el (vc-dir-kill-line): New command.
12238 (vc-dir-mode-map): Bind it to C-k.
12240 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12242 * woman.el: Add bookmark declarations to silence the compiler.
12243 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12244 step to compatibility between man and woman bookmarks.
12245 Adjust for Man-default-bookmark-title renaming.
12246 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12248 * man.el: Add bookmark declarations to silence the compiler.
12249 (Man-name-local-regexp): Make it match NAME as well.
12250 (Man-getpage-in-background): Return the buffer.
12251 (Man-notify-when-ready): Use `case'.
12252 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12253 Don't hardcode "NAME". Simplify.
12254 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12255 Rename from Man-bookmark-make-record.
12256 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12257 we have the actual man-args. Use Man-getpage-in-background rather
12258 than `man' since the arg is already processed. Let bookmark.el do the
12259 window handling. Only wait for the relevant process.
12260 Don't forget to autoload.
12262 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12264 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12266 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12268 (woman-mode): Setup bookmark support.
12270 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12271 (man-bookmark-jump): New functions.
12272 (Man-mode): Setup bookmark support.
12274 2010-04-10 Jari Aalto <jari.aalto@cante.net>
12276 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12277 recognize ssh-keygen prompt (Bug#2817).
12279 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12281 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12283 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12285 Synchronize with Tramp repository.
12287 * net/tramp.el (tramp-completion-function-alist)
12288 (tramp-file-name-regexp, tramp-chunksize)
12289 (tramp-local-coding-commands, tramp-remote-coding-commands):
12291 (tramp-remote-process-environment): Use `format' instead of `concat'.
12292 (tramp-handle-directory-files-and-attributes)
12293 (tramp-get-remote-path): Use `copy-tree'.
12294 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12295 compatibility: Use `completion-ignore-case' if
12296 `read-file-name-completion-ignore-case' does not exist.
12297 (tramp-do-copy-or-rename-file-directly): Do not use
12298 `tramp-handle-file-remote-p'.
12299 (tramp-do-copy-or-rename-file-out-of-band):
12300 Use `tramp-compat-delete-directory'.
12301 (tramp-do-copy-or-rename-file-out-of-band)
12302 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12303 Use `format-spec-make'.
12304 (tramp-find-foreign-file-name-handler)
12305 (tramp-advice-make-auto-save-file-name)
12306 (tramp-set-auto-save-file-modes): Remove superfluous check for
12307 `stringp'. This is done inside `tramp-tramp-file-p'.
12308 (tramp-debug-outline-regexp): New defconst.
12309 (tramp-get-debug-buffer): Use it.
12310 (tramp-check-for-regexp): Use (forward-line 1).
12311 (tramp-set-auto-save-file-modes): Adapt version check.
12313 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12314 Wrap call of `featurep' for 2nd argument.
12315 (tramp-compat-make-temp-file): Simplify fallback implementation.
12316 (tramp-compat-copy-tree): Remove function.
12317 (tramp-compat-delete-directory): Provide implementation for older
12320 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12321 Do not use `tramp-fish-handle-file-attributes.
12323 * net/trampver.el: Update release number.
12325 2010-04-10 Glenn Morris <rgm@gnu.org>
12327 * progmodes/compile.el (compilation-save-buffers-predicate):
12328 Add missing :version tag.
12330 2010-04-09 Sam Steingold <sds@gnu.org>
12332 * progmodes/compile.el (compilation-save-buffers-predicate):
12333 Remove the "autoload" cookie.
12335 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12336 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12337 and `bug-reference-prog-mode' can be used in hooks directly.
12339 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12341 Add --author support to git commit.
12342 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12343 (vc-git-log-edit-mode): New minor mode.
12344 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12347 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12349 * vc-hooks.el, vc-git.el: Improve documentation comments.
12351 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12353 Fix some of the problems in defsubst* (bug#5728).
12354 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12355 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12357 2010-04-07 Sam Steingold <sds@gnu.org>
12359 * progmodes/compile.el (compilation-save-buffers-predicate):
12360 New custom variable.
12361 (compile, recompile): Pass it to `save-some-buffers'.
12363 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12365 * wid-edit.el (widget-choose): Move cursor to the second line of
12366 the buffer (Bug#5695).
12368 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12370 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12371 * vc.el (vc-print-log-setup-buttons): New function split out from
12372 vc-print-log-internal.
12373 (vc-log-internal-common): New function, a parametrized version of
12374 vc-print-log-internal.
12375 (vc-print-log-internal): Just call vc-log-internal-common with the
12377 (vc-incoming-outgoing-internal):
12378 (vc-log-incoming, vc-log-outgoing): New functions.
12379 (vc-log-view-type): New permanent local variable.
12381 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12383 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12384 of the dynamic bound vc-short-log.
12385 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12387 * vc-git.el (vc-git-log-outgoing): New function.
12388 (vc-git-log-view-mode): Use vc-log-view-type instead
12389 of the dynamic bound vc-short-log.
12391 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12392 of the dynamic bound vc-short-log. Highlight the tag.
12393 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12394 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12395 (vc-hg-incoming-mode): Remove.
12396 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12398 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12400 Fix default-directory for vc-root-diff.
12401 * vc.el (vc-root-diff): Bind default-directory to the root
12402 directory for the diff command.
12404 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
12406 * progmodes/verilog-mode.el (verilog-forward-sexp):
12407 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12408 word keywords, suggested by Steve Pearlmutter.
12409 (verilog-pretty-declarations): Support lineup of declarations in
12411 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
12412 fix bug for /* / comments.
12413 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
12414 Speed up and simplfy as this is never called with a bound.
12415 (verilog-pretty-declarations): Enhance to line up declarations
12416 inside a parameter list, suggested by Alan Morgan.
12417 (verilog-pretty-expr): Tune assignment regular expression match
12418 string for corner cases; also use markers instead of character
12419 number as indent changes the later.
12421 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12423 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12424 as missing keyword.
12425 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12426 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12427 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12428 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12430 (verilog-keywords):
12431 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12432 1800-2009 keywords, including "global.".
12434 2010-04-06 John Wiegley <jwiegley@gmail.com>
12436 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
12437 appearing in buffer list (if a live buffer name matched a recentf
12438 file basename). Should use uniquify to offer a real solution.
12440 2010-04-06 John Wiegley <jwiegley@gmail.com>
12442 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12443 comment to code, and add a :version tag.
12444 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
12446 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
12448 Enable recentf-mode if using virtual buffers.
12449 * ido.el (recentf-list): Declare for byte-compiler.
12450 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
12451 (ido-make-buffer-list): Simplify.
12452 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12454 2010-04-05 Juri Linkov <juri@jurta.org>
12456 Scrolling commands which scroll a line instead of full screen.
12457 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12459 * simple.el (scroll-up-line, scroll-down-line): New commands.
12460 Put property isearch-scroll=t on them.
12462 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12465 2010-04-05 Juri Linkov <juri@jurta.org>
12467 Scrolling commands which do not signal errors at top/bottom.
12468 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12470 * simple.el (scroll-up-command, scroll-down-command): New commands.
12471 Put property isearch-scroll=t on them.
12473 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12474 `scroll-down-command' and [next] from `scroll-up' to
12475 `scroll-up-command'.
12477 * emulation/cua-base.el: Put property CUA=move on
12478 `scroll-up-command' and `scroll-down-command'.
12479 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12480 and `scroll-down-command' to `cua-scroll-down'.
12482 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
12484 * help.el (describe-mode): Return nil.
12486 2010-04-04 John Wiegley <jwiegley@gmail.com>
12488 * ido.el (ido-use-virtual-buffers): New variable to indicate
12489 whether "virtual buffer" support is enabled for IDO.
12490 (ido-virtual): Face used to indicate virtual buffers in the list.
12491 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12492 exists, but a virtual buffer of that name does (which would be why
12493 it was in the list), recreate the buffer by reopening the file.
12494 (ido-make-buffer-list): If virtual buffers are being used, call
12495 `ido-add-virtual-buffers-to-list' before the make list hook.
12496 (ido-virtual-buffers): New variable which contains a copy of the
12497 current contents of the `recentf-list', albeit pared down for the
12498 sake of speed, and with proper faces applied.
12499 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12500 create a list of "virtual buffers" to present to the user in
12501 addition to the currently open set. Note that this logic could
12502 get rather slow if that list is too large. With the default
12503 `recentf-max-saved-items' of 200, there is little speed penalty.
12505 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12507 * font-lock.el: Require CL when compiling.
12508 (font-lock-turn-on-thing-lock): Use `case'.
12510 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12512 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12515 2010-04-02 Juri Linkov <juri@jurta.org>
12517 * ehelp.el (electric-help-orig-major-mode):
12518 New buffer-local variable.
12519 (electric-help-mode): Set it to original major-mode. Doc fix.
12520 (with-electric-help): Use `electric-help-orig-major-mode' instead
12521 of (default-value 'major-mode). Doc fix.
12522 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12524 2010-04-02 Sam Steingold <sds@gnu.org>
12526 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12527 `vc-hg-command' with a list of flags.
12529 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12530 Also accept "patch" and "RFE".
12531 (bug-reference-fontify): `bug-reference-url-format' can also be a
12532 function to be able to handle the bug kind.
12533 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12535 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12537 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12538 value to fboundp, it may not be a symbol.
12540 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12542 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12544 2010-03-31 Juri Linkov <juri@jurta.org>
12546 * simple.el (next-line, previous-line): Re-throw a signal
12547 with `signal' instead of using `ding'.
12548 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12550 2010-03-31 Juri Linkov <juri@jurta.org>
12552 * simple.el (keyboard-escape-quit): Raise deselecting the active
12553 region higher than exiting the minibuffer.
12554 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12556 2010-03-31 Juri Linkov <juri@jurta.org>
12558 * image.el (image-animated-p): Use `image-metadata' instead of
12559 `image-extension-data'. Get GIF extenstion data from metadata
12560 property `extension-data'.
12562 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12564 * simple.el (append-to-buffer): Simplify.
12566 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12568 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12569 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12571 2010-03-31 Kenichi Handa <handa@m17n.org>
12573 * language/sinhala.el (composition-function-table): Fix regexp for
12574 the new Unicode specification.
12576 * language/indian.el (devanagari-composable-pattern)
12577 (tamil-composable-pattern, kannada-composable-pattern)
12578 (malayalam-composable-pattern): Adjust for the new Unicode
12580 (bengali-composable-pattern, gurmukhi-composable-pattern)
12581 (gujarati-composable-pattern, oriya-composable-pattern)
12582 (telugu-composable-pattern): New variables to cope with the new
12583 Unicode specification. Use them in composition-function-table.
12585 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12587 Make tmm-menubar work for the Buffers menu again (bug#5726).
12588 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12589 vectors rather than cons cells, as used in menu-bar-update-buffers.
12591 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12593 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12594 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12595 electric punctuation for "{}();,:" (Bug#5586).
12597 * mail/sendmail.el (mail-default-directory): Doc fix.
12599 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12601 * mail/sendmail.el (mail-default-directory): Doc fix.
12603 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12605 * subr.el (version-regexp-alist, version-to-list)
12606 (version-list-<, version-list-=, version-list-<=)
12607 (version-list-not-zero, version<, version<=, version=): Doc fix.
12610 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12612 * vc.el (vc-root-diff): Doc fix.
12614 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12616 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12618 * simple.el (append-to-buffer): Fix last change.
12620 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12622 * simple.el (append-to-buffer): Ensure that point is preserved if
12623 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12626 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12628 * files.el (auto-mode-case-fold): Change default to t.
12630 2010-03-30 Juri Linkov <juri@jurta.org>
12632 * dired-x.el (dired-omit-mode): Doc fix.
12634 2010-03-30 Juri Linkov <juri@jurta.org>
12636 * replace.el (occur-accumulate-lines): Move occur-engine related
12637 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12638 to be located after `occur-engine'.
12640 2010-03-30 Juri Linkov <juri@jurta.org>
12642 Make occur handle multi-line matches cleanly with context.
12643 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12645 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12646 (occur-engine): Add local variables `ret', `prev-after-lines',
12647 `prev-lines'. Use more arguments for `occur-context-lines'.
12648 Set first elem of its returned list to `data', and the second elem
12649 to `prev-after-lines'. Don't print the separator line.
12650 In the end, print remaining context after-lines.
12651 (occur-context-lines): Add new arguments `begpt', `endpt',
12652 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12653 after-lines of the previous match with before-lines of the
12654 current match and not overlap them. Return a list with two
12655 values: the output line and the list of context after-lines.
12657 2010-03-30 Juri Linkov <juri@jurta.org>
12659 * replace.el (occur-accumulate-lines): Fix a bug where the first
12660 context line at the beginning of the buffer was missing.
12662 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12664 * files.el: Make bidi-display-reordering safe variable for boolean
12667 2010-03-29 Phil Hagelberg <phil@evri.com>
12668 Chong Yidong <cyd@stupidchicken.com>
12670 * subr.el: Extend progress reporters to perform "spinning".
12671 (progress-reporter-update, progress-reporter-do-update):
12672 Handle non-numeric value arguments.
12673 (progress-reporter--pulse-characters): New var.
12675 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12677 * progmodes/compile.el (compilation-start): Fix regexp detection
12678 of initial cd command (Bug#5771).
12680 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12682 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12684 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12686 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12687 * progmodes/gdb-mi.el: Restore.
12688 * progmodes/gdb-ui.el: Remove.
12689 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12691 2010-03-25 Glenn Morris <rgm@gnu.org>
12693 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12694 all dired buffers, even tramp ones. (Bug#5755)
12696 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12698 Add "union tags" in mpc.el.
12699 * mpc.el: Remove backward compatibility code.
12700 (mpc-browser-tags): Change default.
12701 (mpc--find-memoize-union-tags): New var.
12702 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12703 (mpc-cmd-find): Handle the case where the playlist does not exist.
12705 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12706 (mpc-cmd-add): Use mpc-cmd-flush.
12707 (mpc-tagbrowser-tag-name): New fun.
12708 (mpc-tagbrowser-buf): Use it.
12709 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12711 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12714 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12715 Use replace-regexp-in-string.
12716 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12717 (makefile-imake-mode-syntax-table): Move init into defvar.
12718 (makefile-mode): Use define-derived-mode.
12720 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12721 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12722 not be present any more.
12724 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12726 * faces.el (set-face-attribute): Fix typo in docstring.
12727 (face-valid-attribute-values): Reflow docstring.
12729 2010-03-24 Glenn Morris <rgm@gnu.org>
12731 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12733 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12735 * indent.el (indent-for-tab-command): Doc fix.
12737 2010-03-24 Alan Mackenzie <acm@muc.de>
12739 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12740 Fix off-by-one error. Fixes bug #5747.
12742 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12744 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12745 (image-dired-read-comment): Doc fix.
12747 * json.el (json-object-type, json-array-type, json-key-type)
12748 (json-false, json-null, json-read-number):
12749 * minibuffer.el (completion-in-region-functions):
12750 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12751 (cal-tex-cursor-week):
12752 * emacs-lisp/trace.el (trace-function):
12753 * eshell/em-basic.el (eshell/printnl):
12754 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12755 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12756 * obsolete/levents.el (allocate-event, event-key, event-object)
12757 (event-point, event-process, event-timestamp, event-to-character)
12758 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12759 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12760 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12761 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12762 (reftex-highlight-selection): Fix typos in docstrings.
12764 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12766 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12768 2010-03-24 Glenn Morris <rgm@gnu.org>
12770 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12771 2008-02-13 without comment; mark it obsolete.
12772 (rmail-highlight-headers): Use rmail-highlight-face once more.
12774 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12776 * woman.el (woman2-process-escapes): Only consume the newline if
12777 the filler character is on a line by itself (Bug#5729).
12779 2010-03-24 Kenichi Handa <handa@m17n.org>
12781 * language/indian.el (devanagari-composable-pattern): Add more
12784 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12786 * net/trampver.el: Update release number.
12788 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12790 * net/tramp.el (tramp-find-executable):
12791 Use `tramp-get-connection-buffer'. Make the regexp for checking
12792 output of "wc -l" more robust.
12793 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12794 (tramp-open-connection-setup-interactive-shell): Remove workaround
12795 for OpenSolaris bug, it is not needed anymore.
12797 2010-03-24 Glenn Morris <rgm@gnu.org>
12799 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12801 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12803 * files.el (auto-mode-alist): Accept more verilog file patterns.
12805 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12807 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12809 2010-03-24 Glenn Morris <rgm@gnu.org>
12811 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12812 log-edit-before-checkin-process.
12814 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12816 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12818 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12819 (log-view-process-buffer, log-edit-extra-flags): Declare.
12821 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12823 2010-03-23 Sam Steingold <sds@gnu.org>
12825 Fix bug#5620: recalculate all markers on compilation buffer
12826 modifications, not on file modifications.
12827 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12828 variable: the buffer modification time, for buffers not associated with
12830 (compilation-mode): Create it.
12831 (compilation-filter): Update it.
12832 (compilation-next-error-function): Use it instead of
12833 `visited-file-modtime' for timestamp.
12835 2010-03-23 Juri Linkov <juri@jurta.org>
12837 Implement Occur multi-line matches.
12838 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12840 * replace.el (occur): Doc fix.
12841 (occur-engine): Set `begpt' to the beginning of the first line.
12842 Set `endpt' to the end of the last match line. At first, count
12843 line numbers between `origpt' and `begpt'. Split out code from
12844 `out-line' variable to new let-bindings `match-prefix' and
12845 `match-str'. In `out-line' add non-numeric prefix to all
12846 non-first lines of multi-line matches. Finally, count lines
12847 between `begpt' and `endpt' and add to `lines'.
12849 2010-03-23 Juri Linkov <juri@jurta.org>
12851 * replace.el (occur-accumulate-lines, occur-engine):
12852 Use `occur-engine-line' instead of duplicate code.
12853 (occur-engine-line): New function created from duplicate code
12854 in `occur-accumulate-lines' and `occur-engine'.
12856 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12857 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12859 2010-03-23 Juri Linkov <juri@jurta.org>
12861 * finder.el: Remove TODO tasks.
12863 * info.el (Info-finder-find-node): Add node "all"
12864 with all package info. Handle a list of multiple keywords
12865 separated by comma.
12866 (info-finder): In interactive use with a prefix argument,
12867 use `completing-read-multiple' to read a list of keywords
12868 separated by comma.
12870 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12872 Add a new completion style `substring'.
12873 * minibuffer.el (completion-basic--pattern): New function.
12874 (completion-basic-try-completion, completion-basic-all-completions):
12876 (completion-substring--all-completions)
12877 (completion-substring-try-completion)
12878 (completion-substring-all-completions): New functions.
12879 (completion-styles-alist): New style `substring'.
12881 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12883 Get rid of .elc files after removal of the corresponding .el.
12884 * Makefile.in (compile-clean): New target.
12885 (compile-main): Use it.
12887 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12889 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12890 don't do make there. When compiling with separate object dir, there
12891 is no Makefile there.
12893 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12895 Get rid of the ELCFILES abomination, again.
12896 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12897 (all, compile): Don't call compile-last.
12898 (compile-main): Build the "elcfiles" list dynamically.
12899 (compile-targets): New (internal) target.
12901 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12903 * Makefile.in (top_srcdir): Define.
12904 (abs_top_builddir): Define.
12905 (srcdir): Don't append `/..'.
12906 (EMACS): Use ${abs_top_builddir}.
12907 (all, compile, compile-always, compile-last): Don't set emacswd.
12908 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12910 (lisp): Use $(srcdir) instead of @srcdir@.
12912 2010-03-21 Juri Linkov <juri@jurta.org>
12914 Fix message of multi-line occur regexps and multi-buffer header lines.
12915 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12917 * replace.el (occur-1): Don't display regexp if it is longer
12918 than window-width. Use `query-replace-descr' to display regexp.
12919 (occur-engine): Don't display regexp in the buffer header for
12920 multi-buffer occur. Display a separate header line with total
12921 match count and regexp for multi-buffer occur.
12922 Use `query-replace-descr' to display regexp.
12924 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12926 * net/secrets.el: Fix parenthesis.
12927 (secrets-enabled): Fix parenthesis.
12929 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12931 Use more relative file and directory names.
12932 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12933 (setwins, setwins_almost, setwins_for_subdirs):
12934 Don't `cd'; output relative names.
12935 (all, compile, compile-always, compile-last): Set emacswd.
12936 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12937 Just cd to the lisp source dir so we can use relative file names.
12939 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12941 2010-03-20 Glenn Morris <rgm@gnu.org>
12943 * textmodes/rst.el: Use faces for font-lock customization, and make the
12944 old -face variables obsolete.
12945 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12946 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12947 (rst-block-face, rst-external-face, rst-definition-face)
12948 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12949 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12951 (rst-font-lock-keywords-function): Update for above changes.
12953 2010-03-20 Juri Linkov <juri@jurta.org>
12956 * obsolete/s-region.el: Move to obsolete.
12958 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12960 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12962 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12964 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12966 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12968 Add special markup processing for commit logs.
12969 * log-edit.el (log-edit-extra-flags): New variable.
12970 (log-edit): Add new argument MODE. Use that mode when non-nil
12971 instead of the log-view-mode.
12972 (log-view-process-buffer): New function.
12974 * vc.el: Document that the checkin method takes optional
12975 arguments. Document new backend specific method: log-view-mode.
12976 (vc-default-log-edit-mode): New function.
12977 (vc-checkin): Use a backend specific log-view-mode.
12978 Pass extra arguments to the checkin method.
12979 (vc-modify-change-comment): Pass a dummy extra argument.
12981 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12983 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12984 (vc-finish-logentry): Process the log buffer before passing it
12985 down. Pass log-edit-extra-flags.
12987 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12989 (log-edit-extra-flags, log-edit-before-checkin-process):
12992 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12994 (log-edit-extra-flags, log-edit-before-checkin-process):
12996 (vc-hg-log-edit-mode): New derived mode.
12998 * vc-arch.el (vc-arch-checkin):
12999 * vc-cvs.el (vc-cvs-checkin):
13000 * vc-git.el (vc-git-checkin):
13001 * vc-mtn.el (vc-mtn-checkin):
13002 * vc-rcs.el (vc-rcs-checkin):
13003 * vc-sccs.el (vc-sccs-checkin):
13004 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13006 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13008 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13011 2010-03-19 Glenn Morris <rgm@gnu.org>
13013 * password-cache.el (password-cache, password-cache-expiry): Autoload.
13015 2010-03-18 Glenn Morris <rgm@gnu.org>
13017 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13019 * replace.el (query-replace-history): Give it a doc string.
13020 (map-query-replace-regexp): Use query-replace-from-history-variable
13021 and query-replace-to-history-variable.
13023 * mail/hashcash.el (declare-function): Remove duplicate definition.
13025 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13026 Make it an obsolete alias for report-emacs-bug-address.
13027 (message-strip-special-text-properties): Declare.
13028 (report-emacs-bug): Remove test for a pretest bug address.
13029 Combine message-mode-specific code.
13031 * mail/supercite.el: Don't require sendmail.
13032 (mh-in-header-p): Declare rather than using with-no-warnings.
13033 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13034 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13036 * calendar/cal-french.el: Convert to utf-8.
13038 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13041 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
13043 * net/secrets.el (secrets-enabled): New variable. Use it instead
13046 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
13048 * net/secrets.el (top): Register the D-Bus signals only when the
13049 service "org.freedesktop.secrets" can be pinged.
13050 Provide subfeature `enabled'.
13052 2010-03-14 Juri Linkov <juri@jurta.org>
13054 Add finder unknown keywords.
13056 * finder.el (finder-unknown-keywords): New function.
13058 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13059 to create a Finder node with unknown keywords.
13061 2010-03-14 Juri Linkov <juri@jurta.org>
13063 * finder.el (finder-compile-keywords): Replace `princ' with
13064 `prin1' on a list of symbols interned from keyword strings.
13066 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13067 a comma, then split keywords using a comma and optional whitespace.
13068 Otherwise, split by whitespace.
13076 * progmodes/mixal-mode.el: Fix keywords.
13078 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
13080 * Makefile.in (ELCFILES): Add net/secrets.elc.
13082 * net/secrets.el: New file.
13084 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13086 * facemenu.el (list-colors-display, list-colors-print): New arg
13087 callback. Use it to allow selecting colors.
13089 * wid-edit.el (widget-image-insert): Insert image prop even if the
13090 current display is non-graphic.
13091 (widget-field-value-set): New fun.
13092 (editable-field): Use it.
13093 (widget-field-value-get): Clean up unused var.
13094 (widget-color-value-create, widget-color--choose-action):
13095 New funs. Allow using list-colors-display to choose color.
13097 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13099 * cus-edit.el: Resort topmost custom groups.
13100 (custom-buffer-sort-alphabetically): Default to t.
13101 (customize-apropos): Use apropos-parse-pattern.
13102 (custom-search-field): New var.
13103 (custom-buffer-create-internal): Add custom-apropos search field.
13104 (custom-add-parent-links): Don't display parent doc.
13105 (custom-group-value-create): Don't sort top-level custom group.
13106 (custom-magic-value-create): Show visibility button before option name.
13108 (custom-variable-state): New fun, from custom-variable-state-set.
13109 (custom-variable-state-set): Use it.
13110 (custom-group-value-create): Hide options with standard values
13111 using the :hidden-states property. Use progress reporter.
13113 (custom-show): Simplify.
13114 (custom-visibility): Disable images by default.
13115 (custom-variable): New property :hidden-states.
13116 (custom-variable-value-create): Enable images for
13117 custom-visibility widgets. Use :hidden-states property to
13118 determine initial visibility.
13120 * wid-edit.el (widget-image-find): Give images center ascent.
13121 (visibility): Add :on-image and :off-image properties.
13122 (widget-visibility-value-create): Use them.
13124 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13126 * cus-edit.el (processes): Remove from development group.
13127 (oop, hypermedia): Delete group.
13128 (comm): Promote to top-level group.
13130 * net/browse-url.el (browse-url):
13131 * net/xesam.el (xesam):
13132 * net/tramp.el (tramp):
13133 * net/goto-addr.el (goto-address):
13134 * net/ange-ftp.el (ange-ftp): Put in comm group.
13136 * view.el (view): Remove from editing group.
13138 * uniquify.el (uniquify): Put in files group.
13140 * net/browse-url.el (browse-url):
13141 * ps-print.el (postscript): Put in external group.
13143 * cus-edit.el (outlines):
13144 * textmodes/text-mode.el (text-mode-hook):
13145 * textmodes/table.el (table):
13146 * textmodes/picture.el (picture):
13147 * outline.el (outlines): Put in wp group.
13149 * nxml/nxml-mode.el (nxml): Remove from wp group.
13151 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13153 * mail/metamail.el (metamail): Remove from hypermedia group.
13155 * cus-edit.el (abbrev):
13156 * whitespace.el (whitespace):
13157 * vcursor.el (vcursor):
13158 * reveal.el (reveal):
13159 * hl-line.el (hl-line): Put in convenience group.
13161 * epg-config.el (epg): Put in data group.
13163 * emulation/pc-select.el (pc-select): Put in emulations group.
13165 * calculator.el (calculator): Put in applications group.
13167 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13169 Add .dir-locals.el support for file-less buffers.
13170 * files.el (hack-local-variables): Split out code to apply local
13171 variable settings ...
13172 (hack-local-variables-apply): ... here. New function.
13173 (hack-dir-local-variables): Use the default directory for when the
13174 buffer does not have an associated file.
13175 (hack-dir-local-variables-non-file-buffer): New function.
13176 * diff-mode.el (diff-mode):
13177 * vc-annotate.el (vc-annotate-mode):
13178 * vc-dir.el (vc-dir-mode):
13179 * log-edit.el (log-edit-mode):
13180 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13182 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13184 Add support for shelving snapshots and for showing shelves.
13185 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13186 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13188 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13189 (vc-bzr-extra-menu-map): Map them.
13191 2010-03-11 Glenn Morris <rgm@gnu.org>
13193 * cus-edit.el (customize-changed-options-previous-release):
13196 * image.el (image-animate-max-time): Fix :version tag.
13198 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
13202 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13204 * vc-git.el (vc-git-revision-table): Include remote branches.
13206 2010-03-10 Kim F. Storm <storm@cua.dk>
13208 Animated image API.
13209 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13211 * image.el (image-animate-max-time): New defcustom.
13212 (image-animated-types): New defconst.
13213 (create-animated-image, image-animate-timer)
13214 (image-animate-start, image-animate-stop, image-animate-timeout)
13215 (image-animated-p): New functions.
13217 * image-mode.el (image-toggle-display-image):
13218 Replace `create-image' with `create-animated-image'.
13220 2010-03-09 Miles Bader <miles@gnu.org>
13222 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13223 instead of "format:"; this ensures that the output is
13224 newline-terminated.
13226 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
13228 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13229 that all errors are caught, and that the return value is always a
13232 2010-03-08 Kenichi Handa <handa@m17n.org>
13234 * language/misc-lang.el (windows-1256): New coding system.
13235 (cp1256): New alias of windows-1256 (bug#5690).
13237 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13239 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13240 call to rfc822-bad-address. (Bug#5692)
13242 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13244 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13245 Use vc-git-root as default directory for revision path (Bug#5657).
13247 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
13249 * calculator.el (calculator): Don't bind split-window-keep-point
13252 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13254 * vc-git.el: Re-flow to fit into 80 columns.
13255 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13256 Remove spurious `quote' element in each case alternative.
13257 (vc-git-show-log-entry): Use prog1.
13258 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13260 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13262 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13264 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
13266 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13267 definition, not the name (Bug#5481).
13269 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
13271 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13272 argument with a local variable. (Bug#5670)
13274 2010-03-02 Juri Linkov <juri@jurta.org>
13276 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13278 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
13280 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13281 error when FILENAME and NEWNAME are existing remote directories.
13283 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13284 parameter DIR-FLAG.
13286 2010-03-02 Glenn Morris <rgm@gnu.org>
13288 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13289 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13291 2010-03-01 Kenichi Handa <handa@m17n.org>
13293 * language/burmese.el (burmese-composable-pattern): Rename from
13294 myanmar-composable-pattern.
13296 * international/characters.el (script-list):
13297 * international/fontset.el (script-representative-chars):
13298 Change myanmar to burmese.
13299 (otf-script-alist): Likewise.
13300 (setup-default-fontset): Likewise. Re-fix :otf spec.
13302 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13304 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13306 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13308 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13310 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13312 * net/tramp.el (tramp-handle-write-region): START can be a string.
13313 Take care in the checks. Reported by Dan Davison
13314 <davison@stats.ox.ac.uk>.
13316 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13318 * net/dbus.el (dbus-introspect, dbus-get-property)
13319 (dbus-set-property, dbus-get-all-properties):
13320 Use `dbus-call-method' when noninteractive. (Bug#5645)
13322 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
13324 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13325 * emacs-lisp/elint.el (elint-add-required-env):
13326 * calendar/icalendar.el (icalendar--add-diary-entry):
13327 * calc/calcalg2.el (math-tracing-integral):
13328 * files.el (recover-session-finish): Use with-current-buffer
13329 instead of save-excursion.
13331 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13333 Fix in-buffer completion when after-change-functions modify the buffer.
13334 * minibuffer.el (completion--replace): New function.
13335 (completion--do-completion): Use it and use relative movement.
13337 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
13339 * international/fontset.el (setup-default-fontset): Fix :otf spec.
13341 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13343 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13344 Allow the characters _<> in the stack entry (Bug#5653).
13346 2010-02-26 Kenichi Handa <handa@m17n.org>
13348 * language/burmese.el: Fix entries in composition-function-table.
13349 (myanmar-composable-pattern): New variable.
13351 * international/fontset.el (setup-default-fontset): Add an entry
13354 * international/characters.el (script-list): Add Myanmar
13357 2010-02-26 Glenn Morris <rgm@gnu.org>
13359 * custom.el (custom-initialize-delay): Doc fix.
13361 * mail/sendmail.el (send-mail-function): Autoload the call
13362 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13364 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
13366 * files.el (hack-local-variables-filter): For eval forms, also
13367 check safe-local-variable-p (Bug#5636).
13369 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
13371 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13372 setting the modes by `ignore-errors'. It might fail, for example
13373 if the file is not owned by the user but the group.
13374 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13376 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
13378 * files.el (directory-listing-before-filename-regexp):
13379 Use stricter matching for iso-style dates, to avoid false matches with
13380 date-like filenames (Bug#5597).
13382 * htmlfontify.el (htmlfontify): Doc fix.
13384 * eshell/eshell.el (eshell): Doc fix.
13386 * startup.el (fancy-about-screen): In mode-line, apply
13387 mode-line-buffer-id face only to the buffer name (Bug#5613).
13389 2010-02-20 Kevin Ryde <user42@zip.com.au>
13391 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13392 In `watcom' anchor regexp to start of line, to avoid slowness
13395 2010-02-20 Eli Zaretskii <eliz@gnu.org>
13397 * subr.el (remove-yank-excluded-properties): Explain in a comment
13398 why `category' property is removed.
13400 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
13402 * isearch.el (isearch-update-post-hook, isearch-update):
13403 Revert 2010-02-17 change.
13405 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
13407 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13408 (icalendar--convert-weekly-to-ical)
13409 (icalendar--convert-yearly-to-ical)
13410 (icalendar--convert-block-to-ical)
13411 (icalendar--convert-cyclic-to-ical)
13412 (icalendar--convert-anniversary-to-ical): Take care of time
13413 specifications where hour has 1-digit only (Bug#5549).
13415 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
13417 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13418 of disassemble output in GDB 7.1.
13420 2010-02-19 Glenn Morris <rgm@gnu.org>
13422 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13423 property. (Bug#5593)
13425 2010-02-18 Sam Steingold <sds@gnu.org>
13427 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13429 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13431 Use abbreviated file names in bookmarks (bug#5591).
13432 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13433 calls to expand-file-name.
13434 (bookmark-relocate): Use abbreviated file names in bookmarks.
13435 (bookmark-load): Use abbreviated file names in messages.
13437 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13439 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13440 expand "." and "..". Reported by Thierry Volpiatto
13441 <thierry.volpiatto@gmail.com>.
13443 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13445 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13446 permissions of the temporary file to "0600". In case the remote
13447 file has no read permissions for the owner, there might be
13448 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13450 22010-02-18 Glenn Morris <rgm@gnu.org>
13452 * emacs-lisp/authors.el (authors-renamed-files-alist):
13453 Add entries for INSTALL.CVS.
13455 2010-02-17 Mark A. Hershberger <mah@everybody.org>
13457 * vc-bzr.el: Fix typo in Known Bugs section.
13459 * isearch.el (isearch-update-post-hook): New hook.
13460 (isearch-update): Use the new hook.
13462 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
13464 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13465 Fix errors in copying directories.
13466 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13467 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13468 (tramp-handle-delete-file)
13469 (tramp-handle-dired-recursive-delete-directory)
13470 (tramp-handle-write-region): Flush also the cache for the upper
13473 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
13475 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13477 * cus-edit.el (hardware): Doc fix.
13479 * man.el (man): Add to external custom group.
13481 * delim-col.el (columns): Move to wp custom group.
13483 * doc-view.el (doc-view): Add to data custom group.
13485 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13487 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13488 by ispell-parse-output (Bug#5575).
13490 2010-02-16 Kenichi Handa <handa@m17n.org>
13492 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13493 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13494 (skkdic-convert): Use `euc-japan' coding system for writing.
13496 2010-02-16 Glenn Morris <rgm@gnu.org>
13498 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13499 tex-main-file before using it. (Bug#5562)
13501 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13503 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13504 warnings, since it is annoying for the user to see them each time he
13507 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13509 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13510 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13511 instead of PROC for caching "first-password-request". Otherwise,
13512 new processes would not profit from passwords already entered.
13514 * net/tramp-cache.el (tramp-dump-connection-properties):
13515 Don't save "first-password-request" property.
13517 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13519 * outline.el (outline-head-from-level):
13520 * simple.el (with-wrapper-hook):
13521 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13522 (elint-defun, elint-buffer-env, elint-top-form-logged)
13523 (elint-unbound-variable):
13524 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13525 Fix typos in docstrings.
13527 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13529 * files.el (insert-directory): When WILDCARD-REGEXP and
13530 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13531 whole directory. (Bug#5551)
13533 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13534 dired's alignment sanity. (Bug#5516)
13536 2010-02-14 Juri Linkov <juri@jurta.org>
13538 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13539 Remove remaining ^H with their preceding chars. (Bug#5566)
13541 2010-02-13 Glenn Morris <rgm@gnu.org>
13543 * simple.el (transpose-subr): Give it a doc-string.
13545 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13548 2010-02-12 Juri Linkov <juri@jurta.org>
13550 * arc-mode.el (archive-unique-fname): Make directories for nested
13551 archives. (Bug#5540)
13553 2010-02-12 Juri Linkov <juri@jurta.org>
13555 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13557 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13559 * subr.el (copy-overlay): Handle deleted overlays.
13561 * man.el (Man-completion-table): Don't signal an error if we can't run
13562 manual-program (bug#4056).
13564 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13566 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13568 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13570 * info.el (Info-bookmark-jump): Simplify.
13572 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13573 (bookmark-default-handler): Accept new bookmark field `buffer'.
13575 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13577 * iswitchb.el (iswitchb-completions): Revert last change.
13579 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13581 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13582 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13583 This prevents file names like "~/" being listed literally.
13585 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13587 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13588 Remove dead code. (Bug#5546)
13590 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13592 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13593 correctly (Bug#5548).
13595 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13597 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13598 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13600 2010-02-08 Kenichi Handa <handa@m17n.org>
13602 * international/mule-util.el (with-coding-priority): Add autoload
13603 cookie for putting `lisp-indent-function'.
13605 2010-02-07 Glenn Morris <rgm@gnu.org>
13607 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13608 Move F2003 named interfaces from keywords-2 to keywords-1, and
13609 use function-name-face rather than constant-face.
13610 Simplify "abstract interface" regexp.
13612 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13614 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13615 ID-FORMAT. Pass it to `file-attributes'.
13617 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13619 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13621 * faces.el (set-face-attribute): Allow calling
13622 internal-set-lisp-face-attribute with 'unspecified family and
13623 foundry argument (Bug#5536).
13625 2010-02-07 Glenn Morris <rgm@gnu.org>
13627 * progmodes/f90.el (f90-font-lock-keywords-2)
13628 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13629 Handle F2003 named interfaces.
13631 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13633 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13634 beg and end before calling c-get-state-before-change-functions.
13636 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13638 * vc-bzr.el (vc-bzr-dir-extra-headers):
13639 Disable the pending merges header.
13641 2010-02-05 Juri Linkov <juri@jurta.org>
13643 * doc-view.el (doc-view-mode):
13644 * image-mode.el (image-mode): Put property mode-class=special.
13647 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13649 * vc-svn.el (vc-svn-revision-table): New function.
13651 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13653 * net/ange-ftp.el (ange-ftp-insert-directory):
13654 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13655 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13656 Handle also directories. (Bug#5478)
13658 2010-02-05 Glenn Morris <rgm@gnu.org>
13660 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13662 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13664 * startup.el (command-line-1): Convert options beginning with a
13665 single dash as well (Bug#5519).
13667 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13669 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13670 * minibuffer.el (completion-initials-expand): Only check the presence
13671 of delims *within* the boundaries, since otherwise the / delim is
13672 always found for files.
13674 Fix up various corner case problems.
13675 * doc-view.el (doc-view-last-page-number): New function.
13676 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13677 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13678 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13679 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13680 (doc-view-convert-current-doc): Don't create the resolution.el file
13682 (doc-view-pdf/ps->png): Do it here instead.
13683 (doc-view-already-converted-p): Check that resolution.el is present.
13684 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13685 windows that are not yet showing images.
13687 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13689 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13690 `dired-uncache' for every elemnt which is an absolute file name.
13692 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13693 directory, handle its directory component.
13694 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13695 function is called permanently and creates noise, otherwise.
13697 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13698 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13699 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13701 2010-02-04 David Burger <dburger@google.com> (tiny change)
13703 * macros.el (apply-macro-to-region-lines):
13704 Minor simplification. (Bug#5485)
13706 2010-02-04 Glenn Morris <rgm@gnu.org>
13708 * mail/rmail.el (rmail-show-message-1): Handle malformed
13709 quoted-printable text. (Bug#5441)
13711 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13713 * simple.el (visual-line-mode): Capitalize lighter.
13715 2010-02-03 John Wiegley <jwiegley@gmail.com>
13717 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13718 list of files considered for "virtual buffer" completions.
13720 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13722 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13723 also in case of (and (not full) (not wildcard)). This is needed
13724 when dired is called with a list of files, which are not in
13725 `default-directory'. (Bug#5478)
13727 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13729 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13731 2010-02-02 Juri Linkov <juri@jurta.org>
13733 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13734 from unidiff to allow function-line after @@.
13736 2010-02-02 Juri Linkov <juri@jurta.org>
13738 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13739 '(RCS SCCS) with inverted condition.
13741 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13743 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13746 2010-02-01 Juri Linkov <juri@jurta.org>
13748 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13749 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13750 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13751 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13753 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13755 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13756 (doc-view-revert-buffer): New command.
13757 (doc-view-mode-map): Use it.
13759 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13761 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13762 pending merge is detected.
13764 2010-01-31 Juri Linkov <juri@jurta.org>
13766 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13767 beginning of interactive spec like all other grep commands do.
13768 Put "all" in front of "gz". (Bug#5260)
13770 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13772 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13774 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13776 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13777 regexp is incorrect (Bug#5476).
13779 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13781 * net/tramp.el (tramp-handle-insert-directory): Handle also
13782 symlinks, when FILENAME is not in `default-directory'.
13784 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13786 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13787 FILE is not in `default-directory'. (Bug#5478)
13789 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13790 of SWITCHES. Handle the case, FILENAME is not in
13791 `default-directory'. (Bug#5478)
13792 (tramp-register-file-name-handlers): Add safe-magic property.
13794 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13796 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13799 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13801 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13802 (flymake-master-make-header-init): Add other C++ filename masks.
13803 (flymake-find-possible-master-files)
13804 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13806 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13808 Fix some busybox annoyances.
13810 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13811 not responding." string.
13812 (tramp-open-connection-setup-interactive-shell): Dump stty
13813 settings. Enable "neveropen" arg for all `tramp-send-command'
13814 calls. Handle "=" in variable values properly.
13815 (tramp-find-inline-encoding): Raise an error, when no encoding is
13817 (tramp-wait-for-output): Check, whether PROC buffer is available.
13818 Remove spurious " ^H" sequences, sent by busybox.
13819 (tramp-get-ls-command): Suppress coloring, if possible.
13821 2010-01-28 Glenn Morris <rgm@gnu.org>
13823 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13825 * log-edit.el (log-edit-strip-single-file-name): Add missing
13826 :safe, :group, and :version tags.
13828 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13830 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13831 buffers. (Bug#5477)
13833 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13835 * files.el (delete-directory): Handle moving to trash without
13836 first doing recursion (Bug#5436).
13838 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13840 * vc-hooks.el (vc-path): Mark as obsolete.
13842 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13844 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13847 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13849 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13851 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13853 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13855 * vc-bzr.el (vc-bzr-revision-table): New function.
13857 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13859 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13860 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13862 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13864 Remove support for adding --signoff on commit.
13865 Future support will use an incompatible generic mechanism.
13866 * vc-git.el (vc-git-add-signoff): Remove variable.
13867 (vc-git-toggle-signoff): Remove function.
13868 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13870 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13871 Rename from xterm-set-background-mode. Return t if the background mode
13873 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13874 earlier, call it again in case the background mode has changed.
13876 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13878 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13881 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13883 * emacs-lisp/assoc.el (aelement): Doc fix.
13884 (aput, adelete, amake): Use lexical-let (Bug#5450).
13886 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13888 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13889 is the same as subprogram call, not declaration. (Bug#5435).
13891 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13893 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13894 (tramp-smb-maybe-open-connection): Use it.
13896 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13898 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13900 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13902 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13903 just because we see "encoding: 8bit".
13904 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13906 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13908 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13910 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13912 * jka-compr.el (jka-compr-load): If load-file is not in
13913 load-history, try its file-truename version. (bug#5447)
13915 2010-01-21 Alan Mackenzie <acm@muc.de>
13917 Fix a situation where deletion of a cpp construct throws an error.
13918 * progmodes/cc-engine.el (c-invalidate-state-cache):
13919 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13920 special cpp construct is still in the buffer.
13921 (c-parse-state): Record the special cpp with markers, not numbers.
13923 2010-01-21 Kenichi Handa <handa@m17n.org>
13925 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13926 process last-command-event, as it is now decoded first (Bug#5380).
13928 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13930 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13932 2010-01-20 Glenn Morris <rgm@gnu.org>
13934 * indent.el (tab-always-indent): Fix custom-type.
13936 2010-01-19 Alan Mackenzie <acm@muc.de>
13938 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13939 buffer throws "args out of range".
13940 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13941 playing the role of delimiter.
13943 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13945 * progmodes/ada-mode.el: Fix bug#5400.
13946 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13947 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13948 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13949 Improve comments in "is" portion. Handle null procedure declaration.
13950 (ada-move-to-end): Improve doc string.
13952 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13954 * ido.el (ido-cur-list): Initialize to nil.
13955 Remove obsolete information from commentary.
13956 (ido-choice-list): Initialize to nil.
13957 (ido-get-bufname): Reject minibuffers.
13958 (ido-make-buffer-list): If "default" is a nonexistent
13959 buffer, ignore it, as per the function's comment.
13960 (ido-kill-buffer-internal): New function.
13961 (ido-kill-buffer-at-head): Use it.
13962 (ido-visit-buffer): Likewise.
13964 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13966 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13968 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13970 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13971 Fix typos in chart titles.
13973 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13974 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13975 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13976 (describe-class, eieio-describe-generic, describe-generic):
13977 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13978 (eieio-speedbar-expand):
13979 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13980 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13981 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13982 (viper-del-backward-char-in-replace, viper-backward-indent)
13983 (viper-brac-function, viper-register-to-point, viper-submit-report):
13984 * net/tramp.el (tramp-remote-coding-commands):
13985 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13986 Fix typos in docstrings.
13988 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13990 * mail/sendmail.el (mail-yank-original): Set the mark if the
13991 specified function for yanking does not do it.
13993 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13995 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13997 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13998 resyncing a directory.
14000 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14002 * progmodes/ada-mode.el: Fix bug#1920.
14003 (ada-ident-re): Delete ., allow multibyte characters.
14004 (ada-goto-label-re): New; matches goto labels.
14005 (ada-block-label-re): New; matches block labels.
14006 (ada-label-re): New; matches both.
14007 (ada-named-block-re): Delete; callers changed to use
14008 `ada-block-label-re' instead.
14009 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14010 Use `ada-block-label-re'.
14011 (ada-indent-on-previous-lines): Improve handling of goto labels.
14012 (ada-get-indent-block-start): Special-case block label.
14013 (ada-get-indent-label): Split into `ada-indent-block-label' and
14014 `ada-indent-goto-label'.
14015 (ada-goto-stmt-start, ada-goto-next-non-ws):
14016 Optionally ignore goto labels.
14017 (ada-goto-next-word): Simplify.
14018 (ada-indent-newline-indent-conditional): Insert newline before
14019 trying to fix indentation; doc fix.
14021 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14023 * calc/calc.el (calc-command-flags): Give it an initial value.
14025 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
14027 * files.el (minibuffer-with-setup-hook):
14028 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14029 (artist-key-draw-continously, artist-key-do-continously-continously)
14030 (artist-key-set-point-continously, artist-mouse-draw-continously):
14031 Fix typos in docstrings.
14033 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14035 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14036 Never return t (Bug#3898).
14038 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
14040 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14041 can parse the output of the external commands (Bug#5279).
14043 2010-01-16 Jari Aalto <jari.aalto@cante.net>
14045 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14047 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
14049 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14051 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14053 * startup.el (command-line): Remove unused --icon-type arg.
14054 Handle --display arg, passing it to command-line-1 (Bug#5392).
14056 2010-01-16 Mario Lang <mlang@delysid.org>
14058 * emacs-lisp/chart.el (chart-translate-namezone):
14059 * textmodes/artist.el (artist-compute-popup-menu-table):
14060 Remove duplicated words in doc-strings.
14062 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14064 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14065 to mairix-search to suppress threading (Bug#5342).
14067 2010-01-15 Kenichi Handa <handa@m17n.org>
14069 * international/mule-cmds.el (canonicalize-coding-system-name):
14070 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
14072 2010-01-15 Glenn Morris <rgm@gnu.org>
14074 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14076 * wid-edit.el (widget-keymap): Doc fix.
14078 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14079 former seems to be more widely accepted by various svn versions.
14081 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14083 * find-cmd.el (find-constituents):
14084 * vc-arch.el (vc-arch-root):
14085 * window.el (window-body-height, pop-up-frames):
14086 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14087 * progmodes/ada-stmt.el (ada-if):
14088 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14089 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14090 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14091 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14093 * progmodes/flymake.el (flymake-post-syntax-check):
14094 Fix typo in error message.
14096 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14098 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14099 which is always a string. (Bug#5313)
14101 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14103 * progmodes/ada-xref.el (ada-default-prj-properties):
14104 Simplify previous change.
14106 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14108 * progmodes/ada-xref.el (ada-default-prj-properties):
14109 Default ada_project_path to $ADA_PROJECT_PATH.
14111 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14113 * progmodes/ada-mode.el (ada-create-keymap):
14114 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14116 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14118 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14119 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14120 (ada-get-current-indent, ada-imenu-generic-expression)
14121 (ada-which-function): Check for it.
14123 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14125 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14126 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14128 2010-01-14 Glenn Morris <rgm@gnu.org>
14130 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14132 2010-01-14 Kenichi Handa <handa@m17n.org>
14134 * composite.el (auto-composition-mode): Make it a buffer local
14135 variable (permanent-local).
14136 (auto-composition-function): Set the default value to
14137 auto-compose-chars.
14138 (auto-composition-mode): Make it a simple function, not a minor mode.
14139 (global-auto-composition-mode): Likewise.
14140 (turn-on-auto-composition-if-enabled): Delete it.
14142 2010-01-13 Karl Fogel <kfogel@red-bean.com>
14144 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
14146 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
14148 * files.el (copy-directory): Compute target for recursive
14149 directories with identical names. (Bug#5343)
14151 2010-01-12 Glenn Morris <rgm@gnu.org>
14153 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14154 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
14156 2010-01-11 Sam Steingold <sds@gnu.org>
14158 * imenu.el (imenu-default-create-index-function): Detect infinite
14159 loops caused by imenu-prev-index-position-function.
14161 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14163 * htmlfontify.el (htmlfontify-load-rgb-file)
14164 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14165 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14166 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14167 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14168 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14169 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14170 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14171 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14172 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14173 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14174 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14175 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14176 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14177 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14178 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14179 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14180 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14181 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14182 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14183 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14184 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14185 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14186 backslash-quoting from parentheses, etc.
14188 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
14190 * progmodes/js.el: Autoload javascript-mode alias.
14192 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14194 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14195 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14196 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14197 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14198 Fix typos in docstrings.
14199 (ffap-url-regexp): Doc fix.
14200 (ffap-at-mouse): Fix typo in message.
14202 2010-01-11 Glenn Morris <rgm@gnu.org>
14204 * version.el (emacs-copyright): Set copyright year to 2010.
14206 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14208 * format.el (format-annotate-function): Only set
14209 write-region-post-annotation-function after running to-fn so as not to
14210 affect nested write-region calls (bug#5273).
14212 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
14214 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14217 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14219 * man.el (Man-goto-section): Signal error if the section is not
14222 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
14224 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14225 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14227 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14229 * progmodes/compile.el: Don't treat compile-command as safe if
14230 compilation-read-command might be nil (Bug#4218).
14232 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14234 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14237 2010-01-08 Kenichi Handa <handa@m17n.org>
14239 * international/fontset.el (build-default-fontset-data):
14240 Exclude characters in scripts kana, hangul, han, or cjk-misc.
14242 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
14244 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14245 to `create-file-buffer' as it expects, not just a buffer name.
14246 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14247 to help uniquify. (Bug#3224)
14249 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14251 * font-setting.el (font-setting-change-default-font): Use user-spec
14254 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14256 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14258 2010-01-05 Tom Tromey <tromey@redhat.com>
14260 * progmodes/python.el (python-font-lock-keywords):
14261 Handle qualified decorators (Bug#881).
14263 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14265 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14266 in a lightweight checkout.
14268 2010-01-05 Kenichi Handa <handa@m17n.org>
14270 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
14272 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14274 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14276 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14278 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14279 checkouts. (Bug#618)
14280 (vc-bzr-log-view-mode): Also highlight the author.
14281 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14282 (vc-bzr-shelve-menu-map):
14283 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14284 (vc-bzr-shelve-apply): Make prompt more explicit.
14286 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
14288 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14289 They are valid characters in URL paths (rfc3986), and at least
14290 Firefox does not understand the encoded version (Bug#3166).
14292 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14294 * progmodes/octave-mod.el (octave-end-keywords)
14295 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14296 Add "end" keyword (Bug#3061).
14297 (octave-end-as-array-index-p): New function.
14298 (calculate-octave-indent): Use it.
14300 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14302 * bookmark.el: Consistently put the text property on the bookmark name.
14303 (bookmark-bmenu-marks-width): Bump back to 2, to include
14305 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14306 property on the bookmark name, instead of not putting it at all.
14307 (bookmark-bmenu-list): Fix where we put the text property.
14309 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14311 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14312 for showing buffer modified state (as added in the previous change).
14314 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14316 * bookmark.el: Show modified state of bookmark buffer more accurately.
14317 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14318 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14319 (with-buffer-modified-unmodified): New macro.
14320 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14321 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
14322 Use new macro to preserve the buffer modified state.
14324 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14326 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
14327 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14328 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14329 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14330 (bookmark-bmenu-rename, bookmark-bmenu-locate)
14331 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14332 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
14334 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14336 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14337 Make the lines in the generated doc string shorter. (Bug#4668)
14339 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
14341 * net/rcirc.el: Add follow-link binding (Bug#4738).
14343 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14345 * Makefile.in (bzr-update): Rename from cvs-update.
14346 (cvs-update): New target for backward compatibility.
14348 * makefile.w32-in (bzr-update): Rename from cvs-update.
14349 (cvs-update): New target for backward compatibility.
14351 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14353 * bookmark.el: Remove gratuitous gratitude.
14355 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14357 * bookmark.el (bookmark-bmenu-any-marks): New function.
14358 (bookmark-bmenu-save): Clear buffer modification if no marks.
14360 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14362 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
14363 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14364 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14365 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14367 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14368 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14369 To: emacs-devel {_AT_} gnu.org
14370 Subject: bookmark.el bug report
14371 Date: Mon, 28 Dec 2009 14:19:16 +0800
14372 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14374 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14376 * bookmark.el: Improvements suggested by Drew Adams:
14377 (bookmark-bmenu-ensure-position): New name for
14378 `bookmark-bmenu-check-position'. Just ensure the position,
14379 don't return any meaningful value.
14380 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14383 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
14385 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14386 (bookmark-yank-point, bookmark-bmenu-check-position):
14387 Fix typos in docstrings.
14388 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14389 (bookmark-name-from-full-record, bookmark-get-position)
14390 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14391 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14392 Remove useless quoting of parenthesis, etc. in docstrings.
14394 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14395 (ediff-append-custom-diff): Fix typo in error message.
14396 (ediff-meta-mark-equal-files): Fix typos in messages.
14398 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14400 * net/imap-hash.el (imap-hash-make): Doc fix.
14401 (imap-hash-test): Fix typo in error message; reflow docstring.
14402 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14403 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14404 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14405 Fix typos in docstrings.
14406 (imap-hash-open-connection): Fix typo in error message.
14408 * play/gomoku.el (gomoku): Fix typos in docstring.
14410 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14411 (gdb-jsonify-buffer): Fix typos in docstring.
14412 (gdb-goto-breakpoint): Fix typo in error message.
14413 ("Display Other Windows"): Fix typo in help message.
14414 (gdb-speedbar-expand-node): Fix typo in question.
14416 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14417 (idlwave-html-system-help-location, idlwave-html-help-location)
14418 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14419 (idlwave-help-browser-generic-args, idlwave-help-directory)
14420 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14421 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14422 (idlwave-online-help, idlwave-help-html-link)
14423 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14424 Fix typos in docstrings.
14425 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14427 (idlwave-help-assistant-start): Fix typo in error message.
14429 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14430 (octave-electric-space): Fix typos in docstrings.
14432 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
14434 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14436 2010-01-01 Juri Linkov <juri@jurta.org>
14438 * comint.el (comint-input-ring-size): Make it a defcustom and
14439 increase the default to 500 (Bug#5148).
14441 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
14443 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14444 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14445 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14447 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
14449 Show working revision correctly for mercurial.
14450 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
14451 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
14453 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
14455 Declare some functions for the byte-compiler.
14456 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14457 (speedbar-timer-fn, speedbar-change-expand-button-char)
14458 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14460 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
14462 This changeset reverts GDB Graphical Interface to use annotations.
14463 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14465 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14467 Make vc-dir work on subdirectories of the bzr root.
14468 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14469 Return file names relative to it.
14470 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14471 relative directory to vc-bzr-after-dir-status.
14473 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14475 * font-lock.el (font-lock-refresh-defaults): New function, which
14476 can be used to let font-lock react to external changes in
14477 variables like font-lock-defaults and keywords.
14478 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14480 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14482 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14484 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14486 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14488 Supersede color.diff settings in git log (bug#5211).
14490 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14491 escape chars in its output when the user has color.diff set to `always'.
14492 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14494 2009-12-26 Kevin Ryde <user42@zip.com.au>
14496 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14497 node. Keep previous "Index" name to work with past coreutils too.
14499 * man.el (man): Revise docstring a bit to show -a and -l as
14500 examples. Add -k description since support for it has otherwise
14501 been a secret. (Further to bug#3717.)
14502 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14503 "no matches" rather than "Can't find manpage", as the latter reads
14504 like -k was interpreted as a page name, which is not so. (Bug#5431)
14506 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14508 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14509 switches. Check also for //SUBDIRED// line.
14511 2009-12-25 Kenichi Handa <handa@m17n.org>
14513 * language/indian.el (devanagari-composable-pattern): Fix to
14514 handle ZWNJ and ZWJ. Use it in composition-function-table for
14516 (malayalam-composable-pattern): Fix previous change.
14518 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14520 * ps-print.el (ps-face-attributes): It was not returning the
14521 attribute face for faces specified as string. Reported by harven
14522 <harven@free.fr>. (Bug#5254)
14523 (ps-print-version): New version 7.3.5.
14525 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14527 * calendar/icalendar.el (icalendar--convert-tz-offset):
14528 Fix timezone names.
14529 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14530 (icalendar--add-diary-entry): Remove the trailing blank that
14531 diary-make-entry inserts.
14533 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14535 Make `file-expand-wildcards' work for remote files.
14537 * files.el (file-expand-wildcards): In case of remote files, check
14538 only local file name part for wildcards. Provide feature 'files
14539 and subfeature 'remote-wildcards. (Bug#5198)
14541 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14542 if there is already an established connection.
14543 (tramp-advice-file-expand-wildcards): Remove it.
14545 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14546 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14547 Activate advice for older GNU Emacs versions. (Bug#5237)
14549 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14551 Some doc fixes (more needed).
14553 * find-cmd.el (find-constituents): Reflow docstring.
14554 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14555 (find-generic): Doc fix.
14557 2009-12-17 Juri Linkov <juri@jurta.org>
14559 Fix regression from 23.1 to allow multiple modes in Local Variables.
14561 * files.el (hack-local-variables-filter): While ignoring duplicates,
14562 don't take `mode' into account.
14563 (hack-local-variables-filter, hack-dir-local-variables):
14564 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14566 2009-12-17 Juri Linkov <juri@jurta.org>
14568 Make `dired-diff' safer. (Bug#5225)
14570 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14571 `current' or when `file' is a directory of the `current' file.
14573 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14575 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14576 unconditionally preloaded files.
14578 2009-12-16 Juri Linkov <juri@jurta.org>
14580 Revert to old 23.1 logic of using the file at the mark as default.
14581 * dired-aux.el (dired-diff): Use the file at the mark as default
14582 if it's not the same as the current file, and the target dir is
14583 the current dir or the mark is active. Add the current file
14584 as the arg of `dired-dwim-target-defaults'. Use the default file
14585 in the prompt. (Bug#5225)
14587 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14589 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14590 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14591 (tramp-check-for-regexp): Check also, when an echoing shell stops
14592 to echo sent commands.
14594 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14596 * Makefile.in: Revert last change (Bug#5191).
14598 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14600 * vc-hg.el (vc-hg-print-log): Fix argument order.
14601 (vc-hg-working-revision): Make sure the command is executed in a
14602 known environment so that we can parse the output. (Bug#4417)
14604 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14606 * progmodes/python.el (python-symbol-completions): Remove text
14607 properties from symbol string before calling python-send-receive.
14609 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14611 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14612 when there are values for both file and line. (Bug#5060)
14614 2009-12-14 Juri Linkov <juri@jurta.org>
14616 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14617 whitespace after the file name of the first line of unified format,
14618 because git-diff doesn't output whitespace and file modification time
14619 after the file name.
14621 2009-12-14 David Kastrup <dak@gnu.org>
14623 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14624 check if it already has the `display' property added by
14625 `Info-display-images-node', and not put the `invisible' property
14628 2009-12-13 Glenn Morris <rgm@gnu.org>
14630 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14631 (report-emacs-bug): In message-mode, sort manually before storing
14632 original report text. (Bug#5178)
14633 Remove superfluous save-excursion.
14635 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14637 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14638 when responding to "GetAll" properties.
14640 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14642 * simple.el (compose-mail): Remove mail-setup-with-from from
14643 customization checks.
14645 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14647 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14648 RAR archives created on Unix systems.
14650 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14652 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14653 the varalias that was accidentally removed by the 2009-11-19 change
14656 2009-12-12 Kenichi Handa <handa@m17n.org>
14658 * language/indian.el (indian-compose-regexp): New function.
14659 (malayalam-composable-pattern): Fix the pattern.
14660 (composition-function-table): Set malayalam-composable-pattern for
14661 Malayalam characters.
14663 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14665 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14666 rather than down-mouse-1, based on follow-link conventions.
14668 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14671 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14673 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14674 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14675 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14676 (verilog-leap-to-head, verilog-backward-token):
14677 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14679 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14681 * progmodes/verilog-mode.el (verilog-auto-lineup)
14682 (verilog-nameable-item-re): Cleanup user-visible spelling and
14683 documentation errors. One reported by Gary Delp.
14684 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14685 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14686 package, bug195. Reported by Pierre-David Pfister.
14688 2009-12-11 Glenn Morris <rgm@gnu.org>
14690 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14692 * mail/emacsbug.el: No longer require sendmail.
14693 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14694 (report-emacs-bug-orig-text): Doc fix.
14695 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14696 New local variables, to adapt to different mail-user-agents.
14697 (report-emacs-bug): Fix test for a gnu.org address.
14698 Use overlays for emphasis, since font-lock defeats 'face property.
14699 Pretest bugs also end up at the newsgroup these days.
14700 Stop message-mode stripping text properties.
14701 Set and use the new buffer-local variables.
14702 (report-emacs-bug-hook): Add doc-string.
14703 Remove some unnecessary save-excursions and simplify.
14704 Use the appropriate hook and send-command.
14706 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14707 capitalization of some menu entries.
14709 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14711 * whitespace.el (whitespace-display-char-on):
14712 Ensure `buffer-display-table' is unique when two or more windows are
14713 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14716 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14718 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14719 characters in the Attribute field.
14721 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14723 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14725 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14727 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14728 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14729 Disregard autoload-excludes.
14730 (update-directory-autoloads): Obey autoload-excludes here instead.
14731 But don't store its contents in no-autoloads and remove entries that
14732 refer to excludes files.
14734 2009-12-10 Glenn Morris <rgm@gnu.org>
14736 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14737 (expand-mail-aliases): Define for compiler.
14739 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14740 Define for compiler.
14742 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14743 appropriate for the mail-user-agent in use.
14745 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14747 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14749 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14751 Fix short log parsing and fontification.
14752 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14753 Fix fontification for the [merge] label.
14755 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14757 Drop some properties to avoid surprises (bug#5002).
14758 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14759 (hfy-fontify-buffer): Use it.
14761 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14764 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14765 Adjust all callers.
14766 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14767 args compulsory. Adjust callers.
14768 (ffap-gopher-at-point): Remove unused var `name'.
14770 Get rid of the ELCFILES abomination.
14771 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14772 (compile-elcfiles): New phony target.
14773 (compile-main): Compute ELCFILES dynamically.
14774 (compile-clean): New target to remove left-over elc files.
14775 (compile, all): Use it.
14777 2009-12-09 Kenichi Handa <handa@etlken>
14779 * international/mule-diag.el: Require help-mode instead of help-fns.
14781 2009-12-09 Kenichi Handa <handa@m17n.org>
14783 * international/mule-cmds.el (ucs-names): Supply sufficiently
14784 fine ranges instead of pre-calculating accurate ranges.
14785 Iterate with bigger gc-cons-threshold.
14787 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14789 Add support for stashing a snapshot of the current tree.
14790 * vc-git.el (vc-git-stash-snapshot): New function.
14791 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14793 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14795 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14796 instead of `(beginning|end)-of-line'.
14798 2009-12-08 Glenn Morris <rgm@gnu.org>
14800 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14802 * Makefile.in (ELCFILES): Regenerate.
14804 2009-12-07 Juri Linkov <juri@jurta.org>
14806 Don't lazy-highlight the comint output in history Isearch mode.
14808 * comint.el (comint-history-isearch-search): Instead of
14809 `comint-line-beginning-position', use `comint-after-pmark-p'
14810 to check if point if before the process mark, and go to
14811 `process-mark' in this case.
14813 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14815 * textmodes/tex-mode.el (latex-complete)
14816 (latex-indent-or-complete): Remove.
14817 (latex-mode): Set completion-at-point-functions instead.
14819 Provide a standard completion command and hook it into TAB.
14820 * minibuffer.el (completion-at-point-functions): New var.
14821 (completion-at-point): New command.
14822 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14823 * progmodes/python.el (python-mode-map): Use completion-at-point.
14824 (python-completion-at-point): Rename from python-partial-symbol and
14825 adjust for use in completion-at-point-functions.
14826 (python-mode): Setup completion-at-point for Python completion.
14827 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14828 extracted from lisp-complete-symbol.
14829 (lisp-complete-symbol): Use it.
14830 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14831 setup completion-at-point for Elisp completion.
14832 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14833 Use completion-at-point.
14834 * ielm.el (ielm-map): Use completion-at-point.
14835 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14836 * progmodes/sym-comp.el: Move to...
14837 * obsolete/sym-comp.el: Move from progmodes.
14839 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14841 Prevent save-buffer in Rmail buffers from using the coding-system
14842 of the current message, and from clobbering the encoding mnemonics
14843 in the mode line (Bug#4623).
14845 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14847 (rmail-message-encoding): New variable.
14848 (rmail-write-region-annotate): Record the encoding of the current
14849 message in rmail-message-encoding.
14850 (rmail-after-save-hook): New function, restores the encoding of
14851 the current message after the message collection is saved.
14853 2009-12-07 Juri Linkov <juri@jurta.org>
14855 * progmodes/grep.el (grep-read-files): Use `completing-read'
14856 instead of `read-string'. Set its `collection' arg to
14857 `read-file-name-internal'. (Bug#4301)
14859 2009-12-07 Juri Linkov <juri@jurta.org>
14861 Correctly restore original Isearch point. (Bug#4994)
14863 * isearch.el (isearch-mode): Move `isearch-push-state' after
14864 `(run-hooks 'isearch-mode-hook)'.
14865 (isearch-cancel): When `isearch-push-state-function' is defined,
14866 let-bind `isearch-cmds' to the first state (the last element of
14867 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14868 function and restores the original point). Otherwise, move point
14869 to `isearch-opoint'.
14871 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14873 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14874 chars that don't have names, so the table can be built much faster at
14877 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14879 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14880 change. Suggested by David Kastrup.
14882 * simple.el (compose-mail): Check for incompatibilities and warn.
14883 (compose-mail-user-agent-warnings): New option.
14885 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14887 Support showing a single log entry from vc-annotate.
14888 * vc.el (print-log): Add a new argument: START-REVISION.
14889 (vc-print-log-internal): Add a new optional argument and
14890 pass it to the backend.
14891 (vc-print-log, vc-print-root-log): Adjust callers.
14892 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14893 buffer already displays the requested log entry, use it.
14894 Otherwise display only the log entry in question.
14895 * vc-svn.el (vc-svn-print-log):
14896 * vc-mtn.el (vc-mtn-print-log):
14897 * vc-hg.el (vc-hg-state):
14898 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14899 (vc-git-show-log-entry): Return t on success.
14900 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14901 (vc-bzr-show-log-entry): Return t on success.
14902 * vc-rcs.el (vc-rcs-print-log):
14903 * vc-sccs.el (vc-sccs-print-log):
14904 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14906 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14908 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14909 Add menus to the meta mode. (Bug#5043)
14911 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14913 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14916 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14918 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14920 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14921 Berbain <raphael.berbain@gmail.com>.
14923 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14925 (tramp-initial-end-of-output): New defconst.
14926 (tramp-methods, tramp-find-shell)
14927 (tramp-open-connection-setup-interactive-shell)
14928 (tramp-maybe-open-connection): Use it.
14929 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14930 Handle existence of `#' and `$'.
14932 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14933 Use `tramp-initial-end-of-output'.
14935 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14937 Get the background mode from the terminal for xterm, and set
14939 * term/xterm.el (xterm-set-background-mode): New function.
14940 (terminal-init-xterm): Use it in case xterm supports background
14941 color queries. Recompute faces after getting the background
14944 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14946 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14947 number comment back on its own line, for easier parsing.
14949 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14951 Make it work for non-file buffers (bug#5102).
14952 * doc-view.el (doc-view-current-cache-dir):
14953 Use doc-view-buffer-file-name rather than buffer-file-name.
14954 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14956 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14958 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14959 author field is too short.
14961 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14963 * vc-git.el (vc-git-print-log): Handle a limit argument.
14964 Display the short log in graph form and with labels.
14965 (vc-git-log-view-mode): Handle labels.
14967 Make vc-revert change VC state from 'added to 'unregistered.
14968 * vc-git.el (vc-git-revert): Call git reset first.
14970 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14972 * net/newst-backend.el, net/newst-plainview.el:
14973 * net/newst-reader.el, net/newst-ticker.el:
14974 * net/newst-treeview.el, net/newsticker.el:
14975 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14977 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14979 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14981 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14982 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14983 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14984 Update annotation regexp.
14986 * simple.el (beginning-of-visual-line): Constrain to field
14987 boundaries (Bug#5106).
14989 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14991 * xml.el (xml-substitute-numeric-entities):
14992 Move newsticker--decode-numeric-entities in newst-backend.el to
14993 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14994 * net/newst-backend.el (newsticker--parse-generic-feed)
14995 (newsticker--parse-generic-items)
14996 (newsticker--decode-numeric-entities):
14997 Move newsticker--decode-numeric-entities in newst-backend.el to
14998 xml-substitute-numeric-entities in xml.el. (Bug#5008)
15000 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15002 * progmodes/js.el (js--js-not): Add null to the list of values.
15004 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
15006 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
15008 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15010 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15011 delimiter if it is at the end of the current line.
15012 (bibtex-generate-url-list): Fix docstring.
15014 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15016 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15017 minibuffer's content with itself.
15018 Fold the confirm-after-completion case into the `confirm' case.
15019 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15021 2009-12-06 Kevin Ryde <user42@zip.com.au>
15023 * ffap.el (ffap-rfc-path): Make this a defcustom since
15024 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
15026 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
15027 manuals, similar to existing setup for help-mode. (Bug#3913.)
15029 2009-12-05 Juri Linkov <juri@jurta.org>
15031 Save and restore dired buffer's point positions too. (Bug#4880)
15033 * dired.el (dired-save-positions): Return in the first element
15034 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15036 (dired-restore-positions): First restore buffer's position.
15037 While restoring window's positions, check if window still displays
15038 the original buffer.
15040 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
15042 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15045 * shell.el (shell): Require ansi-color (Bug#5113).
15047 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15049 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15051 2009-12-05 Alan Mackenzie <acm@muc.de>
15053 * progmodes/cc-mode.el (c-before-hack-hook)
15054 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15055 `c-file-style' to work again. This reversion restores the current
15056 software to its state in Emacs 23.1. (Bug#4146)
15058 2009-12-05 Kevin Ryde <user42@zip.com.au>
15060 * textmodes/sgml-mode.el (sgml-lexical-context):
15061 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
15063 2009-12-05 Juri Linkov <juri@jurta.org>
15065 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15066 for virtual nodes. (Bug#4147)
15067 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15068 when moving from a virtual node.
15069 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15070 (Info-mode): Add `Info-virtual-index' to the docstring.
15072 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15074 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15075 track of the buffer position of the end of a BibTeX entry as this
15076 position may change during reformatting.
15077 (bibtex-format-entry): Remove whitespace before processing
15078 numerical fields so that we recognize the latter properly.
15079 (bibtex-reformat): Do not use push which changes the global value
15080 of bibtex-entry-format.
15081 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15082 (bibtex-field-re-init): Replace only space characters by regexp
15084 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
15085 (bibtex-initialize): Also update bibtex-strings.
15086 (bibtex-kill-field): Preserve white space at end of entry.
15087 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15088 Update bibtex-reference-keys.
15090 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15092 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15093 point after a star, if that's the only place where modifications can
15096 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15098 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15101 2009-12-04 Juri Linkov <juri@jurta.org>
15103 * proced.el (proced): Call `(proced-update t)' to update process
15104 information instead of only running proced-post-display-hook.
15105 (proced-send-signal): Add a leading space to the buffer name
15106 " *Marked Processes*" to make this buffer ephemeral.
15108 2009-12-04 Juri Linkov <juri@jurta.org>
15110 * dired.el (dired-auto-revert-buffer): New defcustom.
15111 (dired-internal-noselect): Use it.
15113 2009-12-04 Juri Linkov <juri@jurta.org>
15115 Change roles of modes and functions in image-mode.el (Bug#5062).
15117 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15118 in `auto-mode-alist'.
15119 (image-mode-previous-major-mode): New variable.
15120 (image-minor-mode-map): Rename from `image-mode-text-map'.
15121 (image-mode): Move graceful error-handling code from
15122 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15123 (image-minor-mode): Remove all image-handling code.
15124 Replace `image-mode-text-map' with `image-minor-mode-map'.
15125 Check for `image-type' in mode-line format string.
15126 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15127 (image-mode-as-text): New function with most code from
15128 `image-mode-maybe'.
15129 (image-toggle-display-text): Move code that removes image
15130 properties from `image-toggle-display' to here.
15131 (image-toggle-display-image): New function with code that adds
15132 image properties copied from `image-toggle-display'.
15133 (image-toggle-display): Remove most code with leaving only code
15134 that toggles between `image-mode-as-text' and `image-mode'.
15136 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
15138 * net/newst-treeview.el
15139 (newsticker--treeview-list-highlight-start): Restored call to
15140 save-excursion: Selected item was stuck.
15141 (newsticker--treeview-list-select): New.
15142 (newsticker--treeview-item-show-text)
15143 (newsticker--treeview-item-show)
15144 (newsticker--treeview-item-update): Use new
15145 newsticker-treeview-item-mode.
15146 (newsticker-treeview-update): Keep current item.
15147 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15148 (newsticker--treeview-first-feed): Doc change.
15149 (newsticker-treeview-list-menu)
15150 (newsticker-treeview-item-menu): Add menu entries.
15151 (newsticker-treeview-item-mode): New.
15153 * net/newst-backend.el (newsticker-customize): Delete other
15156 2009-12-04 Sam Steingold <sds@gnu.org>
15158 * log-view.el (log-view-mode-map): "q" calls quit-window,
15159 like in all the other non-self-insert buffers.
15161 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15164 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15165 key decoding rather than do it manually via last-input-event +
15167 (term-exec): Use delete-and-extract-region.
15168 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15169 (term-process-pager): Remove unused var `i'.
15170 (term-dynamic-simple-complete): Make obsolete.
15171 (serial-update-config-menu): Remove unused vars `y' and `str'.
15172 (term-update-mode-line): Remove unused var `temp'.
15174 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15176 Limit the number of log entries displayed by default.
15177 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15178 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15179 using a prefix argument.
15181 2009-12-03 Glenn Morris <rgm@gnu.org>
15183 * progmodes/idlwave.el (class): Restore still useful declaration.
15185 2009-12-03 Alan Mackenzie <acm@muc.de>
15187 Enhance `c-parse-state' to run efficiently in "brace deserts".
15189 * progmodes/cc-mode.el (c-basic-common-init):
15190 Call c-state-cache-init.
15191 (c-neutralize-syntax-in-and-mark-CPP): Rename from
15192 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
15193 placing `category' properties value 'c-cpp-delimiter at its boundaries.
15195 * progmodes/cc-langs.el (c-before-font-lock-function):
15196 c-extend-and-neutralize-syntax-in-CPP has been renamed
15197 c-neutralize-syntax-in-and-mark-CPP.
15199 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15200 with `category' properties now, not `syntax-table' ones.
15202 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15203 enhanced (but slower) version of c-end-of-macro that won't land
15204 inside a literal or on another awkward character.
15205 (c-state-cache-too-far, c-state-cache-start)
15206 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15207 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15208 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15209 (c-state-min-scan-pos, c-state-brace-pair-desert)
15210 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15211 buffer local variables.
15212 (c-state-literal-at, c-state-lit-beg)
15213 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15214 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15215 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15216 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15217 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15218 (c-renarrow-state-cache)
15219 (c-append-lower-brace-pair-to-state-cache)
15220 (c-state-push-any-brace-pair, c-append-to-state-cache)
15221 (c-remove-stale-state-cache)
15222 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15223 (c-invalidate-state-cache-1, c-parse-state-1)
15224 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
15225 (c-parse-state): Enhance and refactor.
15226 (c-debug-parse-state): Amend to deal with all the new variables.
15228 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15229 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
15230 modify to use category text properties rather than syntax-table ones.
15231 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
15232 to switch off/on the syntactic paren property of C++ template
15233 delimiters using the category property.
15234 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15235 template delims suppressed.
15236 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15237 New constant/macros which apply category properties to the start
15238 and end of preprocessor constructs.
15239 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
15240 "comment out" the syntactic value of characters in preprocessor
15242 (c-with-cpps-commented-out)
15243 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15244 with characters in all or all but one preprocessor constructs
15247 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15249 * proced.el (proced-filter-alist): Use regexp-quote.
15251 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
15254 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15255 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15256 arguments. Expand `default-directory'.
15258 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15259 the benefit of returning an expanded localname.
15260 (tramp-tramp-file-p): Handle the case NAME is not a string.
15262 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15264 Add support for bzr shelve/unshelve.
15265 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15266 (vc-bzr-extra-menu-map): New variables.
15267 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15268 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15269 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15270 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15271 (vc-bzr-dir-extra-headers): Display shelves.
15273 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15275 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15277 * textmodes/bibtex.el (bibtex-complete-internal):
15278 Use completion-in-region.
15279 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15281 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15283 Support applying stashes. Improve UI.
15284 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15285 (vc-git-stash-apply, vc-git-stash-pop)
15286 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15287 (vc-git-stash-menu): New functions.
15288 (vc-git-stash-menu-map): New variable.
15289 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15291 2009-12-03 Glenn Morris <rgm@gnu.org>
15293 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15294 (vc-print-log-internal): Fix previous change.
15295 (vc-revert): Correct pluralization.
15297 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15299 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15300 it to be an alist any more.
15301 (makefile-complete): Use completion-in-region.
15303 * progmodes/octave-mod.el (octave-complete-symbol):
15304 Use completion-in-region.
15307 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15308 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15309 (idlwave-complete-class): Don't quote lambda.
15310 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15311 (idlwave-mode-map): Move initialization into declaration.
15312 (idlwave-action-and-binding): Use backquotes.
15313 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15315 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15316 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15317 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15318 `parts', and `all-parts'.
15319 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15320 (idlwave-convert-xml-system-routine-info): Remove unused string
15322 (idlwave-display-user-catalog-widget): Use dolist.
15323 (idlwave-scanning-lib): Declare dynamically-scoped var.
15324 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15325 (completion-highlight-first-word-only): Declare to silence bytecomp.
15326 (idlwave-popup-select): Tighten scope of `resp'.
15327 (idlwave-find-struct-tag): Remove unused var `beg'.
15328 (idlwave-after-load-rinfo-hook): Declare.
15329 (idlwave-sintern-class-info): Remove unused var `taglist'.
15330 (idlwave-find-class-definition): Remove unused var `list'.
15331 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15332 (idlwave-what-module-find-class): Remove unused var `classes'.
15334 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
15336 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15338 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15340 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15341 buffers visited. Remove redundant current-buffer-saving.
15343 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15345 Use completion-in-buffer and remove uses of dynamic scoping.
15346 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15347 (pascal-buffer-to-use, pascal-flag): Don't declare.
15348 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15349 (pascal-get-completion-decl, pascal-keyword-completion):
15350 Add `pascal-str' argument, save-excursion,
15351 return the found completions, and don't filter with pascal-pred.
15352 (pascal-completion-cache): New var.
15353 (pascal-completion): Don't switch buffer any more (it was never
15354 necessary). Don't save-excursion any more (it's done by the called
15355 subroutines). Use a cache to avoid redundant computations.
15356 Use complete-with-action rather than pascal-completion-response and
15357 let it apply the predicate as well.
15358 (pascal-complete-word): Use completion-in-buffer when
15359 pascal-toggle-completions is nil.
15360 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15362 (pascal-comp-defun): Don't change buffer any more.
15363 Use complete-with-action rather than pascal-completion-response and
15364 let it apply the predicate as well.
15365 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15368 2009-12-02 Kenichi Handa <handa@m17n.org>
15370 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15371 shape for all Indic scripts.
15373 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15375 Use completion-in-buffer.
15376 * wid-edit.el (widget-field-text-end): New function.
15377 (widget-field-value-get): Use it.
15378 (widget-string-complete, widget-file-complete)
15379 (widget-color-complete): Use it and completion-in-region.
15380 (widget-complete): Don't narrow the buffer.
15382 2009-12-02 Glenn Morris <rgm@gnu.org>
15384 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15385 (rmail-select-summary): Use rmail-pop-to-buffer.
15386 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15387 rmail-pop-to-buffer, to prevent horizontal splits.
15389 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15390 save-excursion with save-current-buffer.
15391 Widen before searching. (Bug#5093)
15392 (diary-list-sexp-entries): Remove superfluous save-excursion.
15394 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
15396 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15399 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15401 * ido.el (ido-file-internal): Handle filenames at point that do
15402 not have a directory part. (Bug#5049)
15404 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
15406 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15407 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15409 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15411 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15412 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15415 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15417 * comint.el (comint-insert-input): Ignore clicks to the right of
15418 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15420 * vc.el (vc-print-log-internal): Don't wait for the process to
15421 terminate before setting up the major mode.
15423 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15426 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15429 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15431 2009-12-01 Glenn Morris <rgm@gnu.org>
15433 * window.el (window--display-buffer-2): Fix previous changes.
15435 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
15437 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15439 2009-12-01 Glenn Morris <rgm@gnu.org>
15441 * Makefile.in (ELCFILES): Add mpc.elc.
15443 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15445 * mpc.el: New file.
15447 2009-12-01 Glenn Morris <rgm@gnu.org>
15449 * window.el (window-to-use): Define for compiler.
15451 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15452 consistent with others (no final period).
15454 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15455 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15457 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15459 Make vc-print-log buttons work.
15460 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
15462 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15464 * savehist.el (savehist-autosave-interval): Allow setting to nil
15465 through customize. (Bug#5056)
15467 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
15469 Fix references to jit-lock properties.
15470 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15471 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15472 (perl-font-lock-special-syntactic-constructs):
15473 Quote jit-lock-defer-multiline property.
15475 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15477 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15479 2009-11-30 Juri Linkov <juri@jurta.org>
15481 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15482 value `buffer' of `multi-isearch-next-buffer-current-function'.
15483 Use `(current-buffer)' when `buffer' is nil.
15484 (multi-isearch-next-buffer-from-list): Don't fallback to
15485 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15487 2009-11-30 Juri Linkov <juri@jurta.org>
15489 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15490 of buffers with `get-buffer' to `multi-isearch-buffers'.
15491 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15492 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15493 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15494 FILES with `expand-file-name' converting relative file names
15495 to absolute. Doc fix. (Bug#4727)
15497 2009-11-30 Juri Linkov <juri@jurta.org>
15499 * misearch.el (multi-isearch-read-buffers)
15500 (multi-isearch-read-matching-buffers): New functions.
15501 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15502 Use them in the `interactive' spec. Doc fix.
15503 (multi-isearch-read-files, multi-isearch-read-matching-files):
15505 (multi-isearch-files, multi-isearch-files-regexp):
15506 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15508 2009-11-30 Juri Linkov <juri@jurta.org>
15510 * doc-view.el (doc-view-continuous):
15511 Rename from `doc-view-continuous-mode'.
15512 (doc-view-menu): Move "Toggle display" to the top.
15513 Add submenu "Continuous" with radio buttons "Off"/"On"
15514 and "Save as Default".
15515 (doc-view-scroll-up-or-next-page)
15516 (doc-view-scroll-down-or-previous-page)
15517 (doc-view-next-line-or-next-page)
15518 (doc-view-previous-line-or-previous-page):
15519 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15521 2009-11-30 Juri Linkov <juri@jurta.org>
15523 * comint.el (comint-mode-map): Rebind `M-r' from
15524 `comint-previous-matching-input' to
15525 `comint-history-isearch-backward-regexp'.
15526 Unbind `M-s' to allow global key binding `M-s'.
15527 Add menu items for `comint-history-isearch-backward' and
15528 `comint-history-isearch-backward-regexp'. (Bug#3746)
15530 2009-11-30 Juri Linkov <juri@jurta.org>
15532 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15533 For def=recenter, replace `recenter' with `recenter-top-bottom'
15534 that is called with `this-command' and `last-command' let-bound
15535 to `recenter-top-bottom'. When the last `def' was not `recenter',
15536 set `recenter-last-op' to nil. (Bug#4981)
15538 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15540 Minor cleanup and simplification.
15541 * filecache.el (file-cache-add-directory)
15542 (file-cache-add-directory-recursively)
15543 (file-cache-add-from-file-cache-buffer)
15544 (file-cache-delete-file-regexp, file-cache-delete-directory)
15545 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15546 (file-cache-temp-minibuffer-message): Delete function.
15547 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15549 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15550 Don't signal an error when bumping into EOB in tr, s, or y.
15552 2009-11-29 Juri Linkov <juri@jurta.org>
15554 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15557 * descr-text.el (describe-char-unidata-list): Use lowercase name
15558 for "Unicode name" like in other tags.
15560 2009-11-29 Juri Linkov <juri@jurta.org>
15562 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15563 New compatibility macro.
15564 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15566 2009-11-29 Juri Linkov <juri@jurta.org>
15568 Add defcustom to define the cycling order of `recenter-top-bottom'.
15571 * window.el (recenter-last-op): Doc fix.
15572 (recenter-positions): New defcustom.
15573 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15574 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15576 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15578 Improve integration of Tramp and ange-ftp in eshell.
15580 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15581 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15582 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15584 * eshell/esh-util.el (top): Require also Tramp when compiling.
15585 (eshell-directory-files-and-attributes): Check for FTP remote
15587 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15588 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15589 (eshell-file-attributes): Handle ".". Return `entry'.
15591 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15592 (ange-ftp-directory-files-and-attributes)
15593 (ange-ftp-real-directory-files-and-attributes): New defuns.
15595 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15596 shell with "exec" when possible. This prevents trailing prompts
15597 in `start-file-process'.
15599 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15601 Try and remove assumptions about point-min==1.
15602 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15603 (rng-compute-mode-line-string): Show the validation percentage in
15604 terms of the narrowed text, not the widened text.
15605 (rng-do-some-validation): Don't catch internal errors when debugging.
15606 (rng-first-error): Simplify.
15607 (rng-after-change-function): Remove work around. AFAIK the bug has
15608 been fixed a while ago.
15610 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15611 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15613 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15615 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15616 `cd' doesn't always do it for us (bug#5067).
15618 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15619 on 2009-10-25 as part of some other change (bug#5067).
15621 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15623 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15625 (byte-compile-warnings): Use byte-compile-warning-types.
15626 (byte-compile-save-excursion): Warn about use of set-buffer right
15627 after save-excursion.
15629 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15630 the excursion as well.
15632 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15634 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15635 providing a Tramp related implementation of "su" and "sudo".
15636 (eshell-unix-initialize): Add "su" and "sudo".
15638 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15640 * net/socks.el (socks-send-command): Convert binary request to
15641 unibyte before sending. This fixes mishandling of some port
15642 numbers such as 129.
15644 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15646 * help.el (describe-bindings-internal): Remove `interactive'.
15648 * man.el (Man-completion-table): Trim a terminating "(".
15649 Remove the space between name page a section.
15650 Add the command's description on the `help-echo' property.
15651 Remove `process-connection-type' binding since it's unused by
15653 Provide completion for the "<section> <name>" format as well.
15654 (Man-default-man-entry): Remove spurious var shadowing the argument.
15656 2009-11-26 Kevin Ryde <user42@zip.com.au>
15658 * log-view.el: Add "Keywords: tools", since its other keywords
15659 aren't in finder-known-keywords, and following vc.el.
15661 * sha1.el (sha1-string-external): default-directory "/" in case
15662 otherwise non-existent. process-connection-type pipe for touch of
15663 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15665 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15667 Misc coding convention cleanups.
15668 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15669 hfy-init-kludge-hooks.
15670 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15671 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15672 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15674 (hfy-slant, hfy-weight): Use tables rather than code.
15675 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15676 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15677 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15678 (hfy-face-to-css): Remove `nconc' with single arg.
15679 (hfy-p-to-face-lennart): Use `or'.
15680 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15681 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15682 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15683 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15684 (hfy-force-fontification): Use run-hooks.
15686 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15688 Various minor fixes.
15689 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15690 Javascript belongs in the header, not the body.
15691 (hfy-javascript): Remove.
15692 (hfy-fontify-buffer): Don't insert it any more.
15693 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15694 Fix bug in invis handling when there were no invis props in a chunk.
15696 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15698 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15700 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15702 * finder.el (finder-mode-map): Add a menu.
15704 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15706 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15707 "unsigned" structs.
15709 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15710 fork" statement better.
15712 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15714 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15715 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15716 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15717 Reported by Clay Douglass.
15719 (verilog-auto-inst, verilog-auto-star-safe)
15720 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15721 Fix removing "// Interfaces" when saving .* expansions.
15722 Reported by Pierre-David Pfister.
15724 2009-11-26 Glenn Morris <rgm@gnu.org>
15726 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15729 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15731 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15732 Really use previous revision.
15734 2009-11-25 Kevin Ryde <user42@zip.com.au>
15736 * man.el (Man-completion-table): default-directory "/" in case
15737 doesn't otherwise exist. process-environment COLUMNS=999 so as
15738 not to truncate long names. process-connection-type pipe to avoid
15739 any chance of hitting the pseudo-tty TIOCGWINSZ.
15740 (man): completion-ignore-case t for friendliness and since man
15741 itself is case-insensitive on the command line.
15742 Further to Bug#3717.
15744 * arc-mode.el: Add "Keywords: files", so the details in its
15745 commentary can be reached from finder-by-keyword.
15746 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15747 editing mode, but it's comms related and sgml-mode.el has "comm"
15749 * textmodes/bibtex-style.el: Add "Keywords: tex".
15750 * international/isearch-x.el, international/ja-dic-cnv.el:
15751 * international/ja-dic-utl.el, international/kkc.el:
15752 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15754 2009-11-25 Juri Linkov <juri@jurta.org>
15756 * man.el (Man-completion-table): Modify regexp to include
15757 section names to completion strings. (Bug#3717)
15759 2009-11-25 Juri Linkov <juri@jurta.org>
15761 Search recursively in gzipped files. (Bug#4982)
15763 * progmodes/grep.el (grep-highlight-matches): Add new options
15764 `always' and `auto'. Doc fix.
15765 (grep-process-setup): Check `grep-highlight-matches' for
15766 `auto-detect' to determine the need to compute grep defaults.
15767 Move Windows/DOS specific --colors settings handling
15768 to `grep-compute-defaults'. Check `grep-highlight-matches'
15769 to get the value of "--color=".
15770 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15771 has the value `auto-detect'. Move Windows/DOS specific settings
15772 from `grep-process-setup'.
15773 (zrgrep): New command with alias `rzgrep'.
15775 2009-11-25 Juri Linkov <juri@jurta.org>
15777 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15778 to nil instead of switching off view-mode. (Bug#4896)
15780 2009-11-25 Juri Linkov <juri@jurta.org>
15782 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15784 * mwheel.el (mwheel-scroll-up-function)
15785 (mwheel-scroll-down-function): New defvars.
15786 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15787 `scroll-up', and `mwheel-scroll-down-function' instead of
15790 * doc-view.el (doc-view-scroll-up-or-next-page)
15791 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15792 Use this ARG in the call to image-scroll-up/image-scroll-down.
15793 Change `interactive' spec to "P". Goto next/previous page only
15794 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15795 SPC/DEL case). Doc fix.
15796 (doc-view-next-line-or-next-page)
15797 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15799 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15800 `doc-view-scroll-up-or-next-page', and buffer-local
15801 `mwheel-scroll-down-function' to
15802 `doc-view-scroll-down-or-previous-page'.
15804 2009-11-25 Juri Linkov <juri@jurta.org>
15806 Provide additional default values (directories at other Dired
15807 windows) via M-n in the minibuffer of some Dired commands.
15809 * dired-aux.el (dired-diff, dired-compare-directories)
15810 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15811 `minibuffer-default' in `minibuffer-with-setup-hook'.
15812 (dired-dwim-target-directory): Find a window that displays Dired
15813 buffer instead of failing when the next window is not Dired.
15814 Use `get-window-with-predicate' to find for the next Dired window.
15815 (dired-dwim-target-defaults): New function.
15817 * ediff-util.el (ediff-read-file-name):
15818 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15819 in `minibuffer-with-setup-hook'.
15821 2009-11-25 Juri Linkov <juri@jurta.org>
15823 Provide additional default values (file name at point or at the
15824 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15826 * minibuffer.el (read-file-name-defaults): New function.
15827 (read-file-name): Reset `minibuffer-default' to nil when
15828 it duplicates initial input `insdef'.
15829 Bind `minibuffer-default-add-function' to lambda that
15830 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15831 (minibuffer-insert-file-name-at-point): New command.
15833 * files.el (file-name-at-point-functions): New defcustom.
15834 (find-file-default): Remove defvar.
15835 (find-file-read-args): Don't use `find-file-default'.
15836 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15837 to `read-file-name'.
15838 (find-file-literally): Use `read-file-name' with
15839 `confirm-nonexistent-file-or-buffer'.
15841 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15843 * dired.el (dired-read-dir-and-switches):
15844 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15845 to `read-file-name'.
15846 (dired-file-name-at-point): New function.
15847 (dired-mode): Add hook `dired-file-name-at-point' to
15848 `file-name-at-point-functions'.
15850 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15852 Really make the *Completions* window soft-dedicated (bug#5030).
15853 * window.el (window--display-buffer-2): Add `dedicated' argument.
15854 (display-buffer): Pass it when needed so the dedicated flag is set
15855 after calling set-window-buffer, which would otherwise reset it.
15857 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15859 * progmodes/meta-mode.el (meta-complete-symbol):
15860 * progmodes/etags.el (complete-tag):
15861 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15862 Use completion-in-region.
15864 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15865 (dabbrev-completion): Use completion-in-region.
15866 (dabbrev--abbrev-at-point): Simplify regexp.
15868 * abbrev.el (abbrev--before-point): Use word-motion functions
15869 if :regexp is not specified (bug#5031).
15871 * subr.el (string-prefix-p): New function.
15873 * man.el (Man-completion-cache): New var.
15874 (Man-completion-table): Use it.
15876 * vc.el (vc-print-log-internal): Make `limit' optional for better
15877 compatibility (e.g. with vc-annotate.el).
15879 2009-11-24 Kevin Ryde <user42@zip.com.au>
15881 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15882 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15884 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15885 when .el source file not found or other error.
15887 2009-11-24 Markus Triska <markus.triska@gmx.at>
15889 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15891 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15893 Handle the [back] button properly (bug#4979).
15894 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15895 Use help-setup-xref, help-buffer, and with-help-window.
15896 (describe-char): Add `buffer' argument.
15897 Pass proper command to help-setup-xref. Don't meddle with
15898 help-xref-stack-item directly.
15899 (describe-text-category): Use with-help-window and help-buffer.
15901 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15902 for the displayed buffer (bug#4887).
15904 * man.el (Man-completion-table): New function.
15907 2009-11-24 David Reitter <david.reitter@gmail.com>
15909 * vc-git.el (vc-git-registered): Use checkout directory (where
15910 .git is) rather than the file's directory and a relative path spec
15911 to work around a bug in git.
15913 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15915 Improve handling of processes on remote hosts.
15917 * eshell/esh-util.el (eshell-path-env): New defvar.
15918 (eshell-parse-colon-path): New defun.
15919 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15921 * eshell/esh-ext.el (eshell-search-path):
15922 Use `eshell-parse-colon-path'.
15923 (eshell-remote-command): Remove argument HANDLER.
15924 (eshell-external-command): Check for FTP remote connection.
15926 * eshell/esh-proc.el (eshell-gather-process-output):
15927 Use `file-truename', in order to start also symlinked files.
15928 Apply `start-file-process' instead of `start-process'.
15929 Shorten `command' to the local file name part.
15931 * eshell/em-cmpl.el (eshell-complete-commands-list):
15932 Use `eshell-parse-colon-path'.
15934 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15936 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15937 to `eshell-directory-change-hook'.
15939 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15941 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15942 because it could be enabled automatically if view-read-only is non-nil.
15944 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15946 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15947 made on 2009-11-22.
15949 2009-11-24 Glenn Morris <rgm@gnu.org>
15951 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15952 deleted variable bookmark-bmenu-bookmark-column.
15954 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15956 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15958 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15960 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15961 two slashes to the "file:" prefix.
15962 (browse-url-file-url): De-munge Cygwin filenames before passing
15963 them to Windows browser.
15964 (browse-url-default-windows-browser): Use call-process.
15966 2009-11-23 Juri Linkov <juri@jurta.org>
15968 Implement DocView Continuous mode. (Bug#4896)
15969 * doc-view.el (doc-view-continuous-mode): New defcustom.
15970 (doc-view-mode-map): Bind C-n/<down> to
15971 `doc-view-next-line-or-next-page', C-p/<up> to
15972 `doc-view-previous-line-or-previous-page'.
15973 (doc-view-next-line-or-next-page)
15974 (doc-view-previous-line-or-previous-page): New commands.
15976 2009-11-23 Juri Linkov <juri@jurta.org>
15978 Implement Isearch in comint input history. (Bug#3746)
15979 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15980 `isearch-mode-hook'.
15981 (comint-history-isearch): New defcustom.
15982 (comint-history-isearch-backward)
15983 (comint-history-isearch-backward-regexp): New commands.
15984 (comint-history-isearch-message-overlay): New buffer-local variable.
15985 (comint-history-isearch-setup, comint-history-isearch-end)
15986 (comint-goto-input, comint-history-isearch-search)
15987 (comint-history-isearch-message, comint-history-isearch-wrap)
15988 (comint-history-isearch-push-state)
15989 (comint-history-isearch-pop-state): New functions.
15991 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15993 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15995 (tramp-handle-make-symbolic-link)
15996 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15998 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15999 (tramp-handle-process-file): Use it.
16001 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16003 * window.el (move-to-window-line-last-op): Remove.
16004 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16006 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16008 Make M-r mirror the new cycling behavior of C-l.
16009 * window.el (move-to-window-line-last-op): New var.
16010 (move-to-window-line-top-bottom): New command.
16011 (global-map): Bind M-r move-to-window-line-top-bottom.
16013 2009-11-23 Sven Joachim <svenjoac@gmx.de>
16015 * dired-x.el (dired-guess-shell-alist-default):
16016 Support xz format. (Bug#4953)
16018 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16020 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16021 last-command-char/last-command-event.
16022 (viper-prefix-arg-value): Do correct conversion of event-char for
16025 * emulation/viper-util.el, emulation/viper.el:
16026 Use viper-last-command-char instead of
16027 last-command-char/last-command-event.
16029 * ediff-init.el, ediff-mult.el, ediff-util.el:
16030 Replace last-command-char and last-command-event
16031 with (ediff-last-command-char) everywhere.
16033 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16034 created in fundamental mode.
16036 * ediff.el (ediff-version): Revert the change of interactive-p to
16037 called-interactively-p.
16039 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16041 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16042 generation from word-movement command names.
16044 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16046 * cus-start.el (all): Add native condition for font-use-system-font.
16048 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
16050 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16051 Correct the patch from 2009-11-18. (Bug#3910)
16053 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16055 * progmodes/subword.el: Rename from lisp/subword.el.
16057 * subword.el: Rename to progmodes/subword.el.
16059 * Makefile.in (ELCFILES): Adapt to subword.el move.
16061 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16062 Stefan Monnier <monnier@iro.umontreal.ca>
16064 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16065 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16066 (bookmark-bmenu-show-filenames): Use push.
16067 (bookmark-bmenu-hide-filenames): Use local var instead of
16068 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16069 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16070 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16071 filenames now that the bookmark names are always available.
16073 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16075 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16076 (bookmark-search-pattern): Move and leave unbound.
16077 (bookmark-bmenu-mode-map): Change binding.
16078 (bookmark-read-search-input): Simplify.
16079 Don't use text-char-description. Don't error on non-char events.
16080 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16081 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16082 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16083 Use a local var for the timer.
16084 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16085 (i.e. bookmark-bmenu-search).
16087 2009-11-21 Glenn Morris <rgm@gnu.org>
16089 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16091 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16093 * net/browse-url.el (browse-url-default-windows-browser):
16094 Use cygstart for cygwin.
16096 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16098 * bookmark.el: Formatting and doc fixes only:
16099 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16100 (bookmark-bmenu-search): Wrap to fit within 80 columns.
16101 Minor grammar and punctuation fixes in doc string.
16102 (bookmark-read-search-input): Adjust to fit within 80 columns.
16104 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16106 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16107 (c-backward-into-nomenclature): Adapt to subword renaming.
16109 * subword.el (subword-forward, subword-backward, subword-mark)
16110 (subword-kill, subword-backward-kill, subword-transpose)
16111 (subword-downcase, subword-upcase, subword-capitalize)
16112 (subword-forward-internal, subword-backward-internal):
16113 Rename from forward-subword, backward-subword, mark-subword,
16114 kill-subword, backward-kill-subword, transpose-subwords,
16115 downcase-subword, upcase-subword, capitalize-subword,
16116 forward-subword-internal, backward-subword-internal.
16118 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16120 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16122 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16124 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16125 (bookmark-bmenu-filter-alist-by-regexp)
16126 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16127 (bookmark-bmenu-search): New command.
16128 (bookmark-bmenu-mode-map): Bind it.
16130 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16132 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16133 backward-subword to quit the byte-compiler.
16135 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16137 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16139 * progmodes/cc-cmds.el (c-update-modeline)
16140 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16141 Refer to subword.el functions instead of cc-subword.el.
16143 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16144 subword.el functions instead of cc-subword.el.
16146 * progmodes/cc-subword.el: Rename to subword.el.
16147 * subword.el: Rename from progmodes/cc-subword.el.
16148 (subword-mode-map): Rename from c-subword-mode-map.
16149 (subword-mode): Rename from c-subword-mode.
16150 (global-subword-mode): New global minor mode.
16151 (forward-subword): Rename from c-forward-subword.
16152 (backward-subword): Rename from c-backward-subword.
16153 (mark-subword): Rename from c-mark-subword.
16154 (kill-subword): Rename from c-kill-subword.
16155 (backward-kill-subword): Rename from c-backward-kill-subword.
16156 (transpose-subwords): Rename from c-tranpose-subword.
16157 (downcase-subword): Rename from c-downcase-subword.
16158 (capitalize-subword): Rename from c-capitalize-subword.
16159 (forward-subword-internal): Rename from c-forward-subword-internal.
16160 (backward-subword-internal): Rename from c-backward-subword-internal.
16162 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16164 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16165 from a dired buffer.
16166 (vc-dired-deduce-fileset): New function.
16167 (vc-root-diff, vc-print-root-log): Use it.
16169 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16170 nil LIMIT argument to vc-print-log-internal.
16172 2009-11-20 Glenn Morris <rgm@gnu.org>
16174 * Makefile.in (ELCFILES): Regenerate.
16176 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16178 * calc/calc.el (calc-set-mode-line):
16179 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16180 (math-format-number): Rename `math-format-complement-signed' to
16181 `math-format-twos-complement'.
16183 * calc/calc-bin.el (math-format-twos-complement): Rename from
16184 math-format-complement-signed.
16185 (calc-radix): Rename `calc-complement-signed-mode' to
16186 `calc-twos-complement-mode'.
16187 (calc-octal-radix, calc-hex-radix): Add an argument for
16190 * calc/calc-embed.el (calc-embedded-mode-vars):
16191 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16193 * calc/calc-ext.el (calc-init-extensions):
16194 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16195 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16197 * calc/calc-units.el (math-build-units-table-buffer):
16198 Let `calc-twos-complement-mode' be nil.
16200 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16203 * calc/calc-vec.el (calcFunc-vunpack):
16204 * calc/calc-aent.el (calc-do-calc-eval):
16205 * calc/calc-forms.el (math-format-date):
16206 * calc/calc-graph.el (calc-graph-plot):
16207 * calc/calc-math.el (math-use-emacs-fn):
16208 * calc/calccomp.el (math-compose-expr):
16209 Let `calc-twos-complement-mode' be nil.
16211 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16213 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16214 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16215 * minibuffer.el (completion-in-region-functions): New hook.
16216 (completion-in-region): New function.
16217 * emacs-lisp/lisp.el (lisp-complete-symbol):
16218 * pcomplete.el (pcomplete-std-complete): Use it.
16220 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16222 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16223 (latex-complete-alist): New vars.
16224 (latex-string-prefix-p, latex-complete-bibtex-keys)
16225 (latex-complete-envnames, latex-complete-refkeys)
16226 (latex-complete-data): New functions.
16227 (latex-complete, latex-indent-or-complete): New commands.
16229 * window.el (display-buffer-mark-dedicated): New var.
16230 (display-buffer): Obey it.
16231 * minibuffer.el (minibuffer-completion-help): Use it.
16233 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16235 * filecache.el (file-cache-add-file): Use push and cons.
16236 (file-cache-delete-file-regexp): Use push.
16237 (file-cache-complete): Use completion-in-region.
16239 * simple.el (with-wrapper-hook): Fix thinko.
16241 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16242 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16243 Use with-current-buffer and string-to-number.
16244 (hfy-fallback-colour-values): Use assoc-string.
16245 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16246 (hfy-face-at): Remove unused var `found-face'.
16247 (hfy-compile-stylesheet): Remove unused var `css'.
16248 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16250 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16251 Use with-current-buffer.
16252 (hfy-text-p): Use expand-file-name and fewer setq.
16254 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16256 * htmlfontify.el, hfy-cmap.el: New files.
16258 2009-11-19 Juri Linkov <juri@jurta.org>
16260 * minibuffer.el (completions-format): New defcustom.
16261 (completion--insert-strings): Implement vertical format.
16263 * simple.el (switch-to-completions): Move point to the first
16264 completion when point was at the beginning of the buffer.
16266 2009-11-19 Juri Linkov <juri@jurta.org>
16268 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16270 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16272 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
16274 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16275 (mail-signature): Change default to t.
16276 (mail-from-style): Deprecate `system-default' value.
16277 (mail-insert-from-field): For default value of mail-from-style,
16278 default to `angles' unless `angles' needs quoting and `parens'
16280 (mail-citation-prefix-regexp): Use citation regexp from
16283 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
16285 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16286 Set variables for computing the prompt for reading password.
16288 2009-11-19 Glenn Morris <rgm@gnu.org>
16290 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16292 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16294 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16295 (newsticker-treeview-listwindow-height): Fix custom type.
16297 2009-11-19 Kenichi Handa <handa@m17n.org>
16299 * descr-text.el (describe-char-padded-string): Compose with TAB
16300 only if there's a font for CH.
16301 (describe-char): Fix the condition for detecting a trivial composition.
16303 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
16305 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
16306 more accurate version of the regexp. (Bug#3910)
16308 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16310 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16312 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
16314 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16315 (font-setting-change-default-font): Fix typo in docstring.
16317 2009-11-18 Alan Mackenzie <acm@muc.de>
16319 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16321 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16323 * font-setting.el (font-use-system-font): Move ...
16325 * cus-start.el (all): ... to here.
16327 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
16329 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16330 Don't set `ad-return-value' if `ad-do-it' doesn't.
16332 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16335 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16337 * menu-bar.el: Put "Use system font" in Option-menu.
16338 (menu-bar-options-save): Add font-use-system-font.
16340 * loadup.el: If feature system-font-setting or font-render-setting is
16341 there, load font-setting.
16343 * Makefile.in (ELCFILES): Add font-settings.el.
16344 * font-setting.el: New file.
16346 2009-11-17 Glenn Morris <rgm@gnu.org>
16348 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16350 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16351 Preserve point in the list buffer. (Bug#4939)
16353 (newsticker--treeview-list-update-highlight)
16354 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16356 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16358 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16361 * calc/calc-ext.el (calc-init-extensions): Remove references to
16364 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16366 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
16367 * calc/calc-help.el (calc-b-prefix-help): Remove references to
16370 2009-11-16 Kevin Ryde <user42@zip.com.au>
16372 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16373 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
16375 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16376 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16377 Ignore trailing spaces by omit-nulls to split-string (fixing
16378 regression from Emacs 21 due to the incompatible split-string
16379 change). (Bug #4928.)
16381 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16383 * vc.el (vc-log-show-limit): Default to 2000.
16384 (vc-print-log-internal): Insert buttons to request more entries
16385 when limiting the output.
16387 * vc-sccs.el (vc-sccs-print-log):
16388 * vc-rcs.el (vc-rcs-print-log):
16389 * vc-cvs.el (vc-cvs-print-log):
16390 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16393 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16395 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16396 error when `tramp-gvfs-dbus-event-vector' is set.
16397 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16399 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16401 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16403 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16405 * net/dbus.el (dbus-unregister-service): New defun.
16406 (dbus-register-property): Register the handlers of
16407 "org.freedesktop.DBus.Properties" for SERVICE.
16408 (dbus-property-handler): Fix docstring.
16410 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16412 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16413 Quote doc string reference in defvaralias as it is not in special form.
16414 (byte-compile-output-docform): Doc fix.
16416 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16418 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16419 (calc-complement-signed-mode): New variables.
16420 (calc-set-mode-line): Add indicator for twos-complements.
16421 (math-format-number): Format twos-complement notation.
16423 * calc/calc-bin.el (calc-word-size): Reset the variables
16424 `math-2-word-size' and `math-half-2-word-size'.
16425 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16426 (calc-symclip): New functions.
16428 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16430 * calc/calc-embed.el (calc-embedded-mode-vars):
16431 Add `calc-complement-signed-mode' to the list of modes.
16433 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
16434 (calc-b-oper-keys): Add `calc-symclip' to list.
16436 * calc/calc-ext.el (math-read-number-fancy): Read complement
16438 (calc-init-extensions): Add binding for `calc-symclip'.
16439 Add autoload for `calcFunc-symclip' and `calc-symclip'.
16441 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16443 (calc-modes-menu): Add item for twos complement mode.
16445 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
16447 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16449 * register.el (jump-to-register, insert-register): Handle Semantic
16450 tags. From commented-out advice in semantic/senator.el.
16452 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16454 * vc.el (vc-log-show-limit): New variable.
16455 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16456 when using a prefix argument.
16457 (vc-print-log-internal): Add new argument LIMIT.
16459 * vc-svn.el (vc-svn-print-log):
16460 * vc-mtn.el (vc-mtn-print-log):
16461 * vc-hg.el (vc-hg-print-log):
16462 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
16463 pass it to the log command when set. Make the BUFFER argument
16466 * vc-sccs.el (vc-sccs-print-log):
16467 * vc-rcs.el (vc-rcs-print-log):
16468 * vc-git.el (vc-git-print-log):
16469 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16470 ignore it. Make the BUFFER argument non-optional.
16472 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16474 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16476 * dired.el (dired-mode-map): Move encryption items to "Operate"
16479 * strokes.el (strokes-update-window-configuration): Make strokes
16480 buffer current before erasing (Bug#4906).
16482 2009-11-15 Juri Linkov <juri@jurta.org>
16484 * simple.el (set-mark-default-inactive): Add :type, :group
16485 and :version. (Bug#4876)
16487 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16489 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16490 (archive-unique-fname): ... here. (Bug#4929)
16492 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16494 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16497 * novice.el (disabled-command-function): Add useful args.
16498 Setup the help buffer so that [back] works.
16499 Remove redundant call to help-mode.
16500 (disabled-command-function): Use `case'.
16501 (en/disable-command): New function extracted from enable-command.
16502 (enable-command, disable-command): Use it.
16504 2009-11-14 Glenn Morris <rgm@gnu.org>
16506 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16507 constants. (Bug#4913)
16509 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16511 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16513 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16514 defined in C that have no doc-strings. (Bug#1063)
16516 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16518 * cus-edit.el (data, files):
16519 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16521 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16523 * simple.el (shell-command): Doc fix (Bug#4891).
16525 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16527 2009-11-14 Glenn Morris <rgm@gnu.org>
16529 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16530 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16531 If they are already loaded, eval-after-load will do the right thing.
16533 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16536 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16538 * simple.el (x-selection-owner-p): Declare.
16539 (read-mail-command): Use custom radio type rather than choice.
16540 (completion-no-auto-exit): Doc fix.
16542 * custom.el (defgroup):
16543 * epg-config.el (epg): Doc fixes.
16545 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16547 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16548 * international/ccl.el (define-ccl-program): Do not purecopy the
16549 docstring, defconst does it anyway.
16551 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16553 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16556 * x-dnd.el (x-dnd-maybe-call-test-function):
16557 * window.el (split-window-vertically):
16558 * whitespace.el (whitespace-help-on):
16559 * vc-rcs.el (vc-rcs-consult-headers):
16560 * userlock.el (ask-user-about-lock-help)
16561 (ask-user-about-supersession-help):
16562 * type-break.el (type-break-force-mode-line-update):
16563 * time-stamp.el (time-stamp-conv-warn):
16564 * terminal.el (te-set-output-log, te-more-break, te-filter)
16565 (te-sentinel, terminal-emulator):
16566 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16567 (term-write-input-ring, term-check-source, term-start-output-log):
16568 (term-display-buffer-line, term-dynamic-list-completions):
16569 (term-ansi-make-term, serial-term):
16570 * subr.el (selective-display):
16571 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16572 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16573 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16574 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16575 (speedbar-remove-localized-speedbar-support)
16576 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16577 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16578 (speedbar-buffers-line-directory):
16579 * simple.el (shell-command-on-region, append-to-buffer)
16580 (prepend-to-buffer):
16581 * shadowfile.el (shadow-save-todo-file):
16582 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16583 (scroll-bar-maybe-set-window-start):
16584 * sb-image.el (speedbar-image-dump):
16585 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16586 (load-save-place-alist-from-file):
16587 * ps-samp.el (ps-print-message-from-summary):
16588 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16589 (ps-background-image, ps-begin-job, ps-do-despool):
16590 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16591 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16592 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16593 (pr-call-process, pr-file-list, pr-interface-save):
16594 * novice.el (disabled-command-function)
16595 (enable-command, disable-command):
16596 * mouse.el (mouse-buffer-menu-alist):
16597 * mouse-copy.el (mouse-kill-preserving-secondary):
16598 * macros.el (kbd-macro-query):
16599 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16600 * informat.el (batch-info-validate):
16601 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16602 * hippie-exp.el (try-expand-dabbrev-visible):
16603 * help-mode.el (help-make-xrefs):
16604 * help-fns.el (describe-variable):
16605 * generic-x.el (bat-generic-mode-run-as-comint):
16606 * finder.el (finder-mouse-select):
16607 * find-dired.el (find-dired-sentinel):
16608 * filesets.el (filesets-file-close):
16609 * files.el (list-directory):
16610 * faces.el (list-faces-display, describe-face):
16611 * facemenu.el (list-colors-display):
16612 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16613 * epg.el (epg--process-filter, epg-cancel):
16614 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16615 (epa--read-signature-type):
16616 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16617 (emerge-file-names):
16618 * ehelp.el (electric-helpify):
16619 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16620 * ediff-vers.el (rcs-ediff-view-revision):
16621 * ediff-util.el (ediff-setup):
16622 * ediff-mult.el (ediff-append-custom-diff):
16623 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16625 * echistory.el (Electric-command-history-redo-expression):
16626 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16627 * disp-table.el (describe-display-table):
16628 * dired.el (dired-find-buffer-nocreate):
16629 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16630 * dabbrev.el (dabbrev--same-major-mode-p):
16631 * chistory.el (list-command-history):
16632 * apropos.el (apropos-documentation):
16633 * allout.el (allout-obtain-passphrase):
16634 (allout-copy-exposed-to-buffer):
16635 (allout-verify-passphrase): Use with-current-buffer.
16637 2009-11-13 Glenn Morris <rgm@gnu.org>
16639 * Makefile.in (ELCFILES): Regenerate.
16641 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16643 * net/dbus.el (dbus-registered-objects-table): Rename from
16644 `dbus-registered-functions-table', because it contains also properties.
16645 (dbus-unregister-object): Unregister also properties.
16646 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16647 Use a timeout of 500 msec, in order to not block.
16648 (dbus-register-property, dbus-property-handler): New defuns.
16650 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16652 * simple.el (minibuffer-default-add-completions): Drop deprecated
16655 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16657 * textmodes/artist.el (artist-mouse-choose-operation):
16658 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16659 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16660 (artist-compute-up-event-key): New function.
16661 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16663 2009-11-13 Kenichi Handa <handa@m17n.org>
16665 * language/japan-util.el: Make sure that the value of jisx0208
16666 property is jisx0208 character.
16668 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16670 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16671 car or each item, not the whole list.
16673 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16675 * minibuffer.el (minibuffer-completion-help):
16676 Use minibuffer-hide-completions.
16678 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16680 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16681 (dired-revert): Use them (bug#4880).
16683 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16685 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16687 2009-11-12 Juri Linkov <juri@jurta.org>
16689 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16691 (find-file-literally-at-point): Alias of `ffap-literally'.
16693 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16695 * textmodes/ispell.el (ispell-skip-region-alist):
16696 * textmodes/css-mode.el (auto-mode-alist):
16697 * progmodes/compile.el (auto-mode-alist):
16698 * international/mule.el (ctext-non-standard-encodings-alist)
16699 (ctext-non-standard-encodings-regexp):
16700 * simple.el (shell-command-switch, text-read-only):
16701 * replace.el (occur-mode-map):
16702 * paths.el (rmail-file-name):
16703 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16704 * find-file.el (ff-special-constructs):
16705 * files.el (file-name-handler-alist):
16706 * composite.el: Purecopy strings.
16708 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16710 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16712 * widget.el (define-widget): Purecopy the docstring.
16713 * international/mule-cmds.el (charset): Do not purecopy the
16714 docstring here, define-widget does it.
16716 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16717 * textmodes/bibtex-style.el (auto-mode-alist):
16718 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16719 * progmodes/compile.el (compile-command):
16720 * language/korea-util.el (default-korean-keyboard):
16721 * international/mule-conf.el (file-coding-system-alist):
16722 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16723 * tooltip.el (tooltip-frame-parameters):
16724 * newcomment.el (comment-end, comment-padding):
16725 * dired.el (dired-trivial-filenames):
16726 * comint.el (comint-file-name-prefix): Purecopy initial values.
16728 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16730 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16731 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16733 (tramp-advice-make-auto-save-file-name)
16734 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16735 after removing the advice.
16737 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16739 * progmodes/grep.el (grep-regexp-alist):
16740 * international/mule-cmds.el (iso-2022-control-alist):
16741 * emacs-lisp/timer.el (timer-duration-words):
16742 * subr.el (version-separator, version-regexp-alist):
16743 * minibuffer.el (completion-styles-alist):
16744 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16745 Change defvars to defconsts.
16747 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16748 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16749 * international/mule-conf.el: Allow to be byte compiled.
16751 * international/mule.el (define-charset): Purecopy props.
16752 (load-with-code-conversion): Purecopy doc string and file name.
16753 (put-charset-property): Purecopy strings.
16754 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16756 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16757 (define-char-code-property): Correctly purecopy the table.
16759 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16761 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16763 * subr.el (add-hook): Purecopy strings.
16764 (eval-after-load): Purecopy load-history-regexp and the form.
16766 * custom.el (custom-declare-group): Purecopy load-file-name.
16768 * subr.el (menu-bar-separator): New defconst.
16769 * net/eudc.el (eudc-tools-menu):
16770 * international/mule-cmds.el (set-coding-system-map)
16771 (mule-menu-keymap):
16772 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16773 * vc-hooks.el (vc-menu-map):
16774 * replace.el (occur-mode-map):
16775 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16776 (menu-bar-edit-menu, menu-bar-goto-menu)
16777 (menu-bar-custom-menu, menu-bar-showhide-menu)
16778 (menu-bar-options-menu, menu-bar-tools-menu)
16779 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16780 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16781 (menu-bar-help-menu):
16782 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16783 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16785 * term/x-win.el (x-gtk-stock-map):
16786 * progmodes/vera-mode.el (auto-mode-alist):
16787 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16788 (inferior-lisp-program, inferior-lisp-load-command):
16789 * progmodes/hideshow.el (hs-special-modes-alist):
16790 * progmodes/gud.el (same-window-regexps):
16791 * progmodes/grep.el (grep-program, find-program, xargs-program):
16792 * net/telnet.el (same-window-regexps):
16793 * net/rlogin.el (same-window-regexps):
16794 * language/ethiopic.el (font-ccl-encoder-alist):
16795 * vc-sccs.el (vc-sccs-master-templates):
16796 * vc-rcs.el (vc-rcs-master-templates):
16797 * subr.el (cl-assertion-failed):
16798 * simple.el (next-error-overlay-arrow-position):
16799 * lpr.el (lpr-command):
16800 * locate.el (locate-ls-subdir-switches):
16801 * info.el (same-window-regexps, info)
16802 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16803 * image-mode.el (image-mode, auto-mode-alist):
16804 * hippie-exp.el (hippie-expand-ignore-buffers):
16805 * format.el (format-alist):
16806 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16808 * facemenu.el (facemenu-keybindings):
16809 * dired.el (dired-listing-switches, dired-chown-program):
16810 * diff.el (diff-switches, diff-command):
16811 * cus-edit.el (same-window-regexps):
16812 * bindings.el (mode-line-mule-info)
16813 (mode-line-buffer-identification): Purecopy strings.
16815 2009-11-11 Juri Linkov <juri@jurta.org>
16817 * simple.el (dired-get-filename) <declare-function>:
16818 Tell the byte-compiler about dired-get-filename.
16819 (shell-command): In Dired mode, get filename from the current line
16820 as the default value.
16822 2009-11-10 Glenn Morris <rgm@gnu.org>
16824 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16825 * calendar/holidays.el, progmodes/cperl-mode.el:
16826 Update x-popup-menu declarations.
16828 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16829 (list-load-path-shadows): Use dolist.
16830 (list-load-path-shadows): Use with-current-buffer.
16832 2009-11-10 Juri Linkov <juri@jurta.org>
16834 * minibuffer.el (read-file-name): Support a list of default values
16835 in `default-filename'. Use the first file name where only one
16836 element is required. Doc fix.
16838 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16840 * net/dbus.el (dbus-unregister-object): Release service, if no
16841 other method is registered for it.
16843 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16845 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16846 bookmark-sort-flag is non-nil (Bug#4653).
16848 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16850 * emulation/cua-base.el: Add CUA property to some CC mode commands
16853 2009-11-08 Kevin Ryde <user42@zip.com.au>
16855 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16856 at end of sentence (Bug#4818).
16858 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16860 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16861 Handle "see declaration of" MSFT statements (Bug#4100).
16863 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16865 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16866 (tramp-advice-file-expand-wildcards): Unload via
16867 `ad-remove-advice'.
16869 * net/trampver.el: Update release number.
16871 2009-11-08 Kevin Ryde <user42@zip.com.au>
16873 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16876 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16878 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16879 in order to keep context in SELinux.
16881 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16883 * dired-aux.el (dired-query): Place cursor in echo area and allow
16886 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16887 menu item if not on a directory (Bug#4701).
16889 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16891 Sync with Tramp 2.1.17.
16893 * net/tramp.el (tramp-handle-copy-directory): Don't use
16894 `file-remote-p' (due to compatibility).
16896 * net/tramp-compat.el (tramp-compat-copy-directory)
16897 (tramp-compat-delete-directory): New defuns.
16899 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16900 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16901 Use `tramp-compat-delete-directory'.
16903 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16904 (tramp-smb-handle-delete-directory):
16905 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16907 * net/trampver.el: Update release number.
16909 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16911 * tar-mode.el (tar-copy): Call write-region on the right buffer
16914 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16915 by hand, if necessary (Bug#4878).
16917 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16919 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16920 align size column (Bug#4839).
16922 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16925 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16927 * progmodes/ld-script.el (auto-mode-alist):
16928 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16930 * cus-face.el (custom-declare-face): Purecopy face spec.
16932 2009-11-06 Kenichi Handa <handa@m17n.org>
16934 * international/uni-bidi.el: Re-generated.
16935 * international/uni-category.el: Re-generated.
16936 * international/uni-combining.el: Re-generated.
16937 * international/uni-mirrored.el: Re-generated.
16939 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16941 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16942 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16943 (tex-start-options, slitex-run-command, latex-run-command)
16944 (tex-run-command, tex-directory):
16945 * textmodes/ispell.el (ispell-html-skip-alists)
16946 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16947 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16948 (adaptive-fill-regexp):
16949 * textmodes/dns-mode.el (auto-mode-alist):
16950 * progmodes/python.el (interpreter-mode-alist):
16951 * progmodes/etags.el (tags-compression-info-list):
16952 * progmodes/etags.el (tags-file-name):
16953 * net/browse-url.el (browse-url-galeon-program)
16954 (browse-url-firefox-program):
16955 * mail/sendmail.el (mail-signature-file)
16956 (mail-citation-prefix-regexp):
16957 * international/mule-conf.el (eight-bit):
16958 * international/latexenc.el (latex-inputenc-coding-alist):
16959 * international/fontset.el (x-pixel-size-width-font-regexp):
16960 * emacs-lisp/warnings.el (warning-type-format):
16961 * emacs-lisp/trace.el (trace-buffer):
16962 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16963 (emacs-lisp-mode-map):
16964 * calendar/holidays.el (holiday-solar-holidays)
16965 (holiday-bahai-holidays, holiday-islamic-holidays)
16966 (holiday-christian-holidays, holiday-hebrew-holidays)
16967 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16968 (hebrew-holidays-1, holiday-oriental-holidays)
16969 (holiday-general-holidays):
16970 * x-dnd.el (x-dnd-known-types):
16971 * tool-bar.el (tool-bar):
16972 * startup.el (site-run-file):
16973 * shell.el (shell-dumb-shell-regexp):
16974 * rfn-eshadow.el (file-name-shadow-tty-properties)
16975 (file-name-shadow-properties):
16976 * paths.el (remote-shell-program, news-directory):
16977 * mouse.el ([C-down-mouse-3]):
16978 * menu-bar.el (menu-bar-tools-menu):
16979 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16980 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16981 (jka-compr-compression-info-list):
16982 * isearch.el (search-whitespace-regexp):
16983 * image-file.el (image-file-name-extensions):
16984 * find-dired.el (find-ls-option):
16985 * files.el (directory-listing-before-filename-regexp)
16986 (directory-free-space-args, insert-directory-program)
16987 (list-directory-brief-switches, magic-fallback-mode-alist)
16988 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16989 (automount-dir-prefix):
16990 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16991 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16992 (face-font-registry-alternatives, face-font-registry-alternatives)
16993 (face-font-family-alternatives):
16994 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16995 (facemenu-foreground-menu, facemenu-face-menu):
16996 * epa-hook.el (epa-file-name-regexp):
16997 * dnd.el (dnd-protocol-alist):
16998 * textmodes/rst.el (auto-mode-alist):
16999 * button.el (default-button): Purecopy strings.
17001 2009-11-06 Glenn Morris <rgm@gnu.org>
17003 * Makefile.in (ELCFILES): Update.
17005 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17007 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17008 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17010 * nxml/xsd-regexp.el (xsdre-gen-categories):
17011 * nxml/xmltok.el (xmltok-parse-entity):
17012 * nxml/rng-parse.el (rng-parse-validate-file):
17013 * nxml/rng-maint.el (rng-format-manual)
17014 (rng-manual-output-force-new-line):
17015 * nxml/rng-loc.el (rng-save-schema-location-1):
17016 * nxml/rng-cmpct.el (rng-c-parse-file):
17017 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17018 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17020 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17022 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
17023 Remove extra save-excursions and make-variable-buffer-local's.
17024 Suggested by Stefan Monnier.
17026 (verilog-getopt-file, verilog-module-inside-filename-p)
17027 (verilog-set-define): Merge GNU 1.35 and repair changes from
17028 switching to using with-current-buffer.
17030 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17031 being treated as a number and confusing AUTORESET.
17032 Reported by Dan Dever.
17034 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17035 Add verilog-auto-ignore-concat to fix backward compatibility with
17036 older verilog-modes. Reported by Dan Katz.
17038 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17039 containing closing anchors "...$".
17041 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17042 Reported by Wade Smith.
17044 (verilog-batch-execute-func): Comment on function usage.
17046 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
17048 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17051 (verilog-label-re, verilog-calc-1): Support proper indent of named
17054 (verilog-backward-token, verilog-basic-complete-re)
17055 (verilog-beg-of-statement, verilog-indent-re): Support proper
17056 indent of the assert statement at the beginning of a block of text.
17058 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17059 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17062 2009-11-05 Glenn Morris <rgm@gnu.org>
17064 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17065 Emacs 19. (Bug#1531)
17066 (byte-compile-fix-header): Update for the above change.
17067 Drop test for epoch::version.
17069 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
17070 * cus-dep.el (custom-make-dependencies):
17071 * finder.el (finder-compile-keywords):
17072 Use autoload-rubric's feature argument.
17074 * calendar/diary-lib.el (top-level): Make load behave more like require.
17076 * vc-git.el (vc-git-stash-map): Move definition before use.
17078 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
17080 * custom.el (custom-declare-group): Purecopy standard-value.
17081 (custom-declare-group): Purecopy custom-prefix.
17083 * international/mule.el (load-with-code-conversion):
17084 Call do-after-load-evaluation unconditionally.
17086 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17088 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17090 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17092 2009-11-04 Glenn Morris <rgm@gnu.org>
17094 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17095 (byte-compile-compatibility): Remove option.
17096 (byte-compile-close-variables, byte-compile-fix-header)
17097 (byte-compile-insert-header, byte-compile-output-docform)
17098 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17099 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17100 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17101 (byte-compile-insert, byte-compile-defun):
17102 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
17103 (byte-defop-compiler19): Remove.
17104 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17105 used by anything. Replace all calls with byte-defop-compiler.
17107 2009-11-04 Juri Linkov <juri@jurta.org>
17109 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17110 (menu-bar-options-menu): Don't quote the `prop' arg of
17111 `menu-bar-make-mm-toggle'.
17113 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
17115 * calendar/calendar.el (cal-loaddefs):
17116 * calendar/diary-lib.el (diary-loaddefs):
17117 * calendar/holidays.el (hol-loaddefs):
17118 * eshell/esh-module.el (esh-groups): Load rather than require.
17120 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17122 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17124 (todo-top-priorities): Only display-buffer when called interactively.
17125 (todo-item-start): Don't save excursion point.
17126 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17127 (todo-insert-item-here, todo-file-item, todo-remove-item):
17128 Adjust uses of todo-item-start and todo-item-end.
17130 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17131 (autoload-rubric): Don't use any more.
17133 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17134 and only put a prop if it is non-nil.
17136 2009-11-03 Juri Linkov <juri@jurta.org>
17138 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17139 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17141 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17142 and "Menu" to make top-level menu item visually one unit (like
17143 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17144 multi-word menu items). Fix :help string for quit-window.
17146 2009-11-03 Glenn Morris <rgm@gnu.org>
17148 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17149 (byte-compile-file-form-define-abbrev-table)
17150 (byte-compile-file-form-custom-declare-variable)
17151 (byte-compile-variable-ref, byte-compile-defvar):
17152 Whether or not a warning is enabled should only affect whether we issue
17153 the warning, not whether or not we collect the relevant data.
17154 Eg warnings can be turned on and off throughout the course of a file.
17156 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17157 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17159 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17161 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17162 * play/mpuz.el (mpuz-create-buffer):
17163 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17164 (lm-print-y,s,noise, lm-print-w0, lm-init):
17165 * play/gomoku.el (gomoku-prompt-for-move):
17166 * play/fortune.el (fortune-in-buffer):
17167 * play/dissociate.el (dissociated-press):
17168 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
17169 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
17170 * mail/supercite.el (sc-eref-show):
17171 * mail/smtpmail.el (smtpmail-send-it):
17172 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17173 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17174 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17175 (rmail-summary-goto-msg, rmail-summary-expunge)
17176 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17177 (rmail-summary-add-label, rmail-summary-output-menu)
17178 (rmail-summary-output-body):
17179 * mail/rfc822.el (rfc822-addresses):
17180 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17181 * mail/mailpost.el (post-mail-send-it):
17182 * mail/hashcash.el (hashcash-generate-payment):
17183 * mail/feedmail.el (feedmail-run-the-queue)
17184 (feedmail-queue-send-edit-prompt-help-first)
17185 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17186 (feedmail-deduce-address-list):
17187 * eshell/esh-ext.el (eshell-remote-command):
17188 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17189 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17190 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17191 (viper-save-string-in-file, viper-valid-marker):
17192 * emulation/viper-keym.el (viper-toggle-key):
17193 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17194 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17195 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17196 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17197 (viper-exec-form-in-emacs, viper-brac-function):
17198 * emulation/viper.el (viper-delocalize-var):
17199 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17200 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17201 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17202 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17203 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17204 * emulation/edt.el (edt-electric-helpify):
17205 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17206 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17207 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17208 (cua-indent-to-global-mark-column):
17209 * calendar/diary-lib.el (calendar-mark-1):
17210 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17211 Use with-current-buffer.
17212 * emulation/viper.el (viper-delocalize-var): Use dolist.
17214 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
17216 * comint.el (comint-replace-by-expanded-history-before-point):
17217 Replace !! with the previous input string literally (Bug#1795).
17219 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17221 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17222 to be made up of whitespace.
17224 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
17226 * minibuffer.el (read-file-name): Don't use file dialogs for
17227 remote directories (Bug#99).
17229 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
17231 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17233 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17235 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17236 instead of deleting the window or frame.
17238 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17240 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17241 Support face colors.
17243 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17244 New function. Support face colors (Bug#1168).
17245 (tex-common-initialization): Use it.
17247 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17248 mode allows it (Bug#1168).
17250 2009-10-31 Juri Linkov <juri@jurta.org>
17252 * facemenu.el (list-colors-display): Don't mark buffer as
17253 modified (Bug#3948).
17255 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17257 * international/mule-diag.el (list-character-sets-1):
17258 Minor message fix (Bug#3526).
17260 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17261 Fix face property (Bug#4834).
17262 (etags-list-tags, etags-tags-apropos-additional)
17263 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17266 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17269 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17271 * textmodes/two-column.el (2C-split):
17272 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17273 * textmodes/tex-mode.el (tex-set-buffer-directory):
17274 * textmodes/spell.el (spell-region, spell-string):
17275 * textmodes/reftex.el (reftex-erase-buffer):
17276 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17277 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17278 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17279 (reftex-select-item):
17280 * textmodes/reftex-ref.el (reftex-label-info-update)
17281 (reftex-offer-label-menu):
17282 * textmodes/reftex-index.el (reftex-index-change-entry)
17283 (reftex-index-phrases-info):
17284 * textmodes/reftex-global.el (reftex-create-tags-file)
17285 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17286 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17287 (reftex-view-crossref-from-bibtex):
17288 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17289 (reftex-extract-bib-entries-from-thebibliography)
17290 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17291 * textmodes/refbib.el (r2b-capitalize-title):
17292 (r2b-convert-buffer, r2b-help):
17293 * textmodes/page-ext.el (pages-directory)
17294 (pages-directory-goto-with-mouse):
17295 * textmodes/bibtex.el (bibtex-validate-globally):
17296 * textmodes/bib-mode.el (bib-capitalize-title):
17297 * textmodes/artist.el (artist-clear-buffer, artist-system):
17298 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17299 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17300 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17301 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17302 (xscheme-send-control-g-interrupt, xscheme-start-process)
17303 (xscheme-process-sentinel, xscheme-cd):
17304 * progmodes/verilog-mode.el (verilog-read-always-signals)
17305 (verilog-set-define, verilog-getopt-file)
17306 (verilog-module-inside-filename-p):
17307 * progmodes/sh-script.el:
17308 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17309 (python-pdbtrack-grub-for-buffer, python-execute-file):
17310 * progmodes/octave-inf.el (inferior-octave):
17311 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17312 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17313 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17314 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17315 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17316 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17317 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17318 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17319 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17320 (idlwave-shell-examine-display, idlwave-shell-run-region)
17321 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17322 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17323 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17324 (idlwave-help-get-help-buffer):
17325 * progmodes/gud.el (gud-basic-call, gud-find-class)
17326 (gud-tooltip-activate-mouse-motions-if-enabled):
17327 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17328 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17329 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17330 (ebrowse-tags-next-file):
17331 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17332 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17333 (ebnf-eps-finish-and-write):
17334 * progmodes/cpp.el (cpp-edit-save):
17335 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17336 * progmodes/cc-defs.el (c-emacs-features):
17337 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17338 (antlr-directory-dependencies):
17339 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17340 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17341 (ada-find-any-references, ada-make-filename-from-adaname)
17342 (ada-make-body-gnatstub):
17343 * obsolete/rnews.el (news-list-news-groups):
17344 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
17345 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17346 * net/rcirc.el (rcirc-debug):
17347 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17348 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17349 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17350 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
17351 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
17352 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17353 (newsticker--treeview-list-clear-highlight)
17354 (newsticker--treeview-list-update-highlight)
17355 (newsticker--treeview-list-highlight-start)
17356 (newsticker--treeview-tree-update-highlight)
17357 (newsticker--treeview-get-selected-item)
17358 (newsticker-treeview-mark-list-items-old)
17359 (newsticker--treeview-set-current-node):
17360 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17361 * net/newst-backend.el (newsticker--get-news-by-funcall)
17362 (newsticker--get-news-by-wget, newsticker--image-get)
17363 (newsticker--image-sentinel):
17364 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17365 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17366 (eudc-ph-close-session):
17367 * net/eudc.el (eudc-save-options):
17368 * language/thai-word.el (thai-update-word-table):
17369 * language/japan-util.el (japanese-string-conversion):
17370 * international/titdic-cnv.el (tsang-quick-converter)
17371 (ziranma-converter, ctlau-converter):
17372 * international/mule-cmds.el (describe-language-environment):
17373 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17374 (skkdic-convert-postfix, skkdic-convert-prefix):
17375 (skkdic-convert-okuri-nasi, skkdic-convert):
17376 * emacs-lisp/re-builder.el (reb-update-overlays):
17377 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17378 * emacs-lisp/gulp.el (gulp-send-requests):
17379 * emacs-lisp/find-gc.el (trace-call-tree):
17380 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17381 (eieio-describe-generic):
17382 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17383 * emacs-lisp/edebug.el (edebug-outside-excursion):
17384 * emacs-lisp/debug.el (debugger-make-xrefs):
17385 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17386 * emacs-lisp/chart.el (chart-new-buffer):
17387 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17388 Use with-current-buffer.
17389 * textmodes/artist.el (artist-system): Don't call
17390 copy-sequence on a fresh string.
17391 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17393 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
17395 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
17396 is no item to edit. (Bug#4820)
17397 (todo-top-priorities): Restore point and restore narrowing in Todo
17400 2009-10-31 Glenn Morris <rgm@gnu.org>
17402 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17403 (comint-last-output-start, comint-last-input-start)
17404 (comint-last-input-end): Don't defvar when compiling.
17405 (ange-ftp-process-file): Use bound-and-true-p.
17407 * pcmpl-rpm.el (top-level): Move provide statement to end.
17408 (pcmpl-rpm): Remove unused custom group.
17410 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17412 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17414 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17415 (byte-compile-warnings): Add `constants' as an option.
17416 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17417 (display-call-tree): Update for byte-compile-fdefinition possibly
17418 returning `(macro lambda ...)'. (Bug#4778)
17419 (byte-compile-variable-ref, byte-compile-setq-default):
17420 Respect `constants' member of byte-compile-warnings.
17422 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17424 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17425 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17428 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17430 * textmodes/ispell.el (ispell-skip-region-alist):
17431 * international/mule-conf.el (eight-bit):
17432 * international/fontset.el (font-encoding-alist):
17433 * startup.el (pure-space-overflow-message):
17434 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17435 * paths.el (gnus-nntp-service, rmail-spool-directory)
17436 (term-file-prefix):
17437 * files.el (save-some-buffers-action-alist):
17438 * cmuscheme.el (same-window-buffer-names):
17439 * ielm.el (same-window-buffer-names):
17440 * shell.el (same-window-buffer-names):
17441 * mail/sendmail.el (same-window-buffer-names):
17442 * progmodes/inf-lisp.el (same-window-buffer-names):
17443 * bindings.el (mode-line-client)
17444 (mode-line-column-line-number-mode-map):
17445 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17446 (tibetan-precomposed-regexp): Purecopy string arguments.
17448 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17450 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17451 (calcDigit-nondigit):
17452 * calc/calc-yank.el (calc-copy-to-buffer):
17453 * calc/calc-units.el (calc-invalidate-units-table):
17454 * calc/calc-trail.el (calc-trail-yank):
17455 * calc/calc-store.el (calc-insert-variables):
17456 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17457 * calc/calc-prog.el (calc-read-parse-table):
17458 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17459 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17460 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17461 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17462 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17463 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17464 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17465 * calc/calc-ext.el (calc-realign):
17466 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17467 (calc-embedded-finish-edit, calc-embedded-make-info)
17468 (calc-embedded-finish-command, calc-embedded-stack-change):
17469 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17471 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17472 shell-dynamic-complete-filename in preference to
17473 comint-dynamic-complete-filename.
17475 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17476 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17477 Don't consider whether the display supports colors.
17478 (bookmark-import-new-list): Use dolist.
17479 (bookmark-bmenu-mode-map): Move initialization into declaration.
17480 (bookmark-bmenu-list): Use dolist, simplify.
17481 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17482 (menu-bar-final-items): Use push.
17484 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17486 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17487 it works on remote files.
17488 (vc-hg-diff): Don't pass any `--cwd' argument.
17490 2009-10-27 Kevin Ryde <user42@zip.com.au>
17492 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17493 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17494 (Further to Bug#3921).
17496 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17498 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17499 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17500 calling `tramp-imap-put-file'. Add file size to the call.
17501 (tramp-imap-get-file-entries): Compute also user name, file size,
17503 (tramp-imap-handle-insert-directory): Insert uid and gid.
17504 (tramp-imap-handle-file-attributes): Transform uid and gid
17505 according to `id-format'.
17506 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17507 size in header X-Size.
17509 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17511 * simple.el (transpose-subr): Give clearer error when the mark
17512 is not set. (Bug#4807)
17514 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17516 * net/tramp.el (tramp-perl-file-truename): New defconst.
17517 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17518 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17519 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17520 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17522 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17523 Ignore `dired-call-process'.
17524 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17526 2009-10-26 Julian Scheid <julians37@gmail.com>
17528 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17529 (tramp-get-remote-readlink): New defun.
17530 (tramp-handle-file-truename): Use it.
17531 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17532 file exists if cache value present.
17533 (tramp-check-cached-permissions): New defun.
17534 (tramp-handle-file-readable-p): Use it.
17535 (tramp-handle-file-writable-p): Likewise.
17536 (tramp-handle-file-executable-p): Likewise.
17537 (tramp-handle-file-name-all-completions): Try using Perl to get
17538 partial completions. When perl not available, combine `cd' and
17539 `ls' into single remote operation and use shell expansion to get
17540 partial remote directory contents. Set `file-exists-p' cache for
17541 directory and any files returned by ls. Change cache handling to
17542 support partial directory contents. Use error message emitted by
17543 remote `cd' or Perl code for local tramp-error.
17544 (tramp-do-copy-or-rename-file-directly): Avoid separate
17545 tramp-send-command-and-check call.
17546 (tramp-handle-process-file): Merge three remote ops into one.
17547 Do not flush all caches when `process-file-side-effects' is set.
17548 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17549 file-attributes shows uid/gid to be set already.
17551 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17553 * textmodes/tex-mode.el (tex-dvi-view-command)
17554 (tex-show-queue-command, tex-open-quote):
17555 * progmodes/ruby-mode.el (auto-mode-alist)
17556 (interpreter-mode-alist): Purecopy strings.
17558 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17560 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17561 string for the hook, keymap and abbrev table.
17563 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17565 * x-dnd.el (x-dnd-xdnd-to-action):
17566 * startup.el (fancy-startup-text, fancy-about-text): Change to
17567 defconst from defvar.
17569 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17571 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17572 Purecopy initialization strings.
17574 * mail/sendmail.el (mail-header-separator)
17575 (mail-personal-alias-file):
17576 * mail/rmail.el (rmail-default-dont-reply-to-names)
17577 (rmail-ignored-headers, rmail-retry-ignored-headers)
17578 (rmail-highlighted-headers, rmail-secondary-file-directory)
17579 (rmail-secondary-file-regexp):
17580 * files.el (null-device, file-name-invalid-regexp)
17581 (locate-dominating-stop-dir-regexp)
17582 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17583 (interpreter-mode-alist): Use mapcar instead of mapc.
17585 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17587 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17588 (completion-ignored-extensions):
17589 (debug-ignored-errors): Purecopy strings.
17591 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17593 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17594 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17595 (pcomplete--here): Use push.
17597 * subr.el (all-completions): Declare the 4th arg obsolete.
17599 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17601 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17602 (pcomplete-unquote-argument): New function.
17603 (pcomplete--common-suffix): Always pay attention to case.
17604 (pcomplete--table-subvert): Quote and unquote the text.
17605 (pcomplete--common-quoted-suffix): New function.
17606 (pcomplete-std-complete): Use it and pcomplete-begin.
17608 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17609 we're inside a dedicated or minibuffer window.
17611 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17613 * bookmark.el: Update documentation, especially documentation
17614 of `bookmark-alist' and of the bookmark file format.
17615 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17617 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17619 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17620 keybindings apply to the mail buffer (Bug#4003). Shrink help
17623 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17624 (global-whitespace-mode, global-whitespace-newline-mode)
17625 (whitespace-toggle-options, global-whitespace-toggle-options):
17626 Doc fix (Bug#3660).
17628 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17629 of xmltok-start before the end tag was inserted (Bug#2840).
17631 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17632 patterns that are preceded by an open-paren (Bug#1320).
17634 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17636 * files.el (delete-directory): Delete symlinks to directories with
17637 delete-file (Bug#4739).
17639 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17641 * vc.el (vc-backend-for-registration): Rename from
17642 vc-get-backend-for-registration. Update callers.
17644 * international/mule-cmds.el (set-language-info-alist):
17646 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17647 (charset): Purecopy the name.
17648 (define-char-code-property): Purecopy string arguments.
17650 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17651 Purecopy string arguments.
17653 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17654 * ediff-hook.el (menu-bar-ediff-menu):
17655 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17656 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17658 2009-10-24 Glenn Morris <rgm@gnu.org>
17660 * comint.el (comint-dynamic-list-completions):
17661 * term.el (term-dynamic-list-completions): Use choose-completion rather
17662 than obsolete alias mouse-choose-completion.
17664 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17665 file-cache-choose-completion.
17666 (file-cache-choose-completion): Handle an optional event argument.
17667 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17669 * progmodes/octave-mod.el (octave-complete-symbol):
17670 Use choose-completion if mouse-choose-completion is ever removed.
17672 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17675 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17678 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17680 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17682 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17683 Ignore `pred' now that we receive one.
17684 Handle test-completion specially.
17686 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17688 * vc.el (vc-responsible-backend): Throw an error if not backend is
17689 found. Remove the REGISTER argument. Move the code dealing with
17691 (vc-get-backend-for-registration): ... here. New function.
17692 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17693 of vc-responsible-backend, pass the file name instead of the
17696 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17698 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17700 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17701 (pcomplete-comint-setup): Don't modify a global var via
17702 accidental side-effects.
17703 (pcomplete-shell-setup): Adjust call accordingly.
17704 (pcomplete-parse-comint-arguments): Use push.
17706 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17708 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17709 Allow uncapitalized info node names (Bug#3921).
17711 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17712 to the DEBUG file (Bug#3781).
17714 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17716 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17717 dictionary entry (Bug#4579).
17719 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17721 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17722 from `rfn-eshadow-update-overlay-hook' when unloading.
17723 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17724 "rsyncc". Adjust doc string.
17725 (tramp-temp-buffer-file-name): New buffer-local defvar.
17726 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17727 Keep temporary file when indicated by method ("rsync" and
17729 (tramp-handle-write-region): Handle APPEND.
17730 (tramp-delete-temp-file-function): New defun. Added to
17731 `kill-buffer-hook'.
17733 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17735 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17737 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17739 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17740 (color-name-rgb-alist, tty-standard-colors)
17741 (tty-color-mode-alist): Change to defconst.
17743 * simple.el (mark-inactive): Purecopy message.
17745 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17746 (global-map, yank-menu):
17747 * textmodes/ispell.el (ispell-menu-map):
17748 * net/eudc.el (eudc-tools-menu):
17749 * international/mule-cmds.el (describe-language-environment-map)
17750 (setup-language-environment-map, set-coding-system-map)
17751 (mule-menu-keymap):
17752 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17753 * replace.el (occur-mode-map):
17754 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17756 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17758 * calc/calc.el (math-read-number, math-read-number-simple):
17759 Use `save-match-data'.
17761 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17763 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17764 rather than fiddling with global-map bindings, since it should only
17765 affect per-terminal settings.
17766 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17768 * minibuffer.el (completion-table-with-terminator): Allow to specify
17769 the terminator-regexp.
17771 * simple.el (switch-to-completions): Look for *Completions* in other
17774 * pcomplete.el: Allow the use of completion-tables.
17775 (pcomplete-std-complete): New command.
17776 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17777 (pcomplete--here): Use a function for `form' rather than an expression,
17778 so it can be byte-compiled.
17779 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17780 Add edebug declaration.
17781 (pcomplete-show-completions): Remove unused var `curbuf'.
17782 (pcomplete-do-complete, pcomplete-stub):
17783 Don't assume `completions' is a list of strings any more.
17785 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17787 * find-dired.el (find-name-arg): Fix typo in docstring.
17789 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17791 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17792 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17794 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17797 * comint.el (comint-read-input-ring, comint-write-input-ring)
17798 (comint-substitute-in-file-name)
17799 (comint-dynamic-complete-as-filename)
17800 (comint-dynamic-simple-complete)
17801 (comint-dynamic-list-filename-completions)
17802 (comint-dynamic-list-completions)
17803 (comint-redirect-results-list-from-process): Minor simplifications.
17805 2009-10-21 Kevin Ryde <user42@zip.com.au>
17807 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17808 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17809 the first form. And insert a blank line after ";;; Code" since
17810 that's usual style. (Bug#4612)
17812 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17814 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17816 * minibuffer.el (completion-table-with-terminator): Properly implement
17817 boundaries, in case `terminator' appears in the suffix.
17818 (completion--embedded-envvar-table): Don't return boundaries if
17819 there's no valid completion. Simplify.
17820 (completion-file-name-table): New completion table extracted from
17821 completion--file-name-table.
17822 (completion--file-name-table): Use it.
17823 (read-file-name-predicate): Declare obsolete.
17824 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17825 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17826 completion-file-name-table, and use the `pred' argument.
17827 * files.el (locate-file-completion-table): Use the `pred' arg rather
17828 than read-file-name-predicate.
17829 (abbreviate-file-name): Use \` rather than ^ for BOS.
17831 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17833 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17834 vc-responsible-backend to register, it causes problems.
17836 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17838 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17840 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17842 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17843 (tramp-smb-handle-file-attributes): Use it.
17844 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17845 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17846 `mapcar'. Use `tramp-smb-get-stat-capability'.
17847 Add `dired-filename' text properties.
17848 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17849 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17852 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17854 * subr.el (read-key-delay): Reduce to 0.01.
17855 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17858 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17860 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17862 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17863 (Info-menu): Remove unused vars `last' and `completions'.
17864 (Info-index-nodes): Remove unused var `node'.
17866 * info.el (Info-complete-menu-item): Use complete-with-action.
17868 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17870 Make vc-annotate work through copies and renames.
17871 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17872 Return the file name too.
17873 (vc-annotate-revision-at-line)
17874 (vc-annotate-find-revision-at-line)
17875 (vc-annotate-revision-previous-to-line)
17876 (vc-annotate-show-log-revision-at-line): Update to get the file
17877 name from vc-annotate-extract-revision-at-line.
17878 (vc-annotate-show-diff-revision-at-line-internal): Change the
17879 argument to mean whether to show a file diff or not. Get the file
17880 name from vc-annotate-extract-revision-at-line.
17881 (vc-annotate-show-diff-revision-at-line):
17882 Update vc-annotate-show-diff-revision-at-line call.
17883 (vc-annotate-warp-revision): Add an optional file argument.
17885 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17886 (vc-git-annotate-extract-revision-at-line): Also return the file
17889 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17890 command. Remove unused code.
17891 (vc-hg-annotate-re): Update to match --follow output.
17892 (vc-hg-annotate-extract-revision-at-line): Also return the file
17895 * vc.el: Update annotate-extract-revision-at-line documentation.
17897 2009-10-18 Kevin Ryde <user42@zip.com.au>
17899 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17900 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17902 * net/browse-url.el (browse-url): Identify alist with "consp and
17903 not functionp" and let all other things go down the `apply' leg,
17904 as suggested by Stefan. (Further to bug#4531.)
17906 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17908 * minibuffer.el (read-file-name): Check for repeat before putting
17909 a default argument in file-name-history (Bug#4657).
17911 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17912 read syntax (Bug#4737).
17914 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17916 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17918 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17919 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17920 entries and make note of obsolete tags.
17922 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17924 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17926 2009-10-18 Glenn Morris <rgm@gnu.org>
17928 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17929 grep, so that binary files (eg international/uni-bidi.el) can match.
17930 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17931 now, and in any case the file header format has changed.
17933 2009-10-17 Glenn Morris <rgm@gnu.org>
17935 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17936 (flyspell-get-word, flyspell-large-region)
17937 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17939 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17941 * Makefile.in (ELCFILES): Add ede/shell.
17943 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17945 * term/common-win.el (x-colors): Purecopy it.
17947 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17949 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17950 permissive for when the buffer is empty.
17951 (tar-header-block-tokenize): Decode the username and groupname.
17952 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17954 2009-10-17 Eric Ludlam <zappo@gnu.org>
17956 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17957 contains multibyte characters, choose first applicable coding
17958 system automatically.
17960 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17962 * international/mule-cmds.el (select-safe-coding-system): If the file
17963 has a coding cookie, use it regardless of any other setting (bug#4712).
17965 2009-10-17 Glenn Morris <rgm@gnu.org>
17967 * foldout.el (foldout-mouse-swallow-events):
17968 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17970 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17971 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17972 (dired-keep-marker-symlink, dired-dwim-target)
17973 (dired-copy-preserve-time): Do not autoload these defcustoms.
17975 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17976 messages from messing up the file coding. (Bug#4623)
17978 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17980 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17981 if no match is found for the current dictionary. (Bug#4578)
17983 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17984 optional, since that is how it is documented, and this is often called
17985 with a nil argument. (Bug#4577)
17986 (flyspell-external-point-words, flyspell-auto-correct-word)
17987 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17988 (flyspell-word-search-backward): Remove nil argument in calls to
17989 flyspell-get-word, since it is not needed now.
17991 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17993 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17995 2009-10-16 Glenn Morris <rgm@gnu.org>
17997 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17999 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18001 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18002 (ange-ftp-file-size): New function.
18003 (ange-ftp-file-attributes): Use it.
18005 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
18007 * net/tramp-smb.el (tramp-smb-version): New defvar.
18008 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18011 2009-10-16 Glenn Morris <rgm@gnu.org>
18013 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18014 Maybe copy some custom properties from old to new name. (Bug#4706)
18016 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
18018 * subr.el (error, sit-for, start-process-shell-command)
18019 (start-file-process-shell-command): Set the calling convention
18020 after the function definition.
18022 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18024 * subr.el (error, sit-for, start-process-shell-command)
18025 (start-file-process-shell-command): Use the new
18026 set-advertised-calling-convention feature.
18028 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18030 * international/ucs-normalize.el (ucs-normalize-version):
18032 (check-range): Adjust for Unicode 5.2.
18034 2009-10-15 Juri Linkov <juri@jurta.org>
18036 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18037 to the `menu-item' format.
18039 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
18041 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18042 if the environment variable does not exist.
18044 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18045 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18047 (tramp-smb-handle-add-name-to-file)
18048 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18049 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18050 (tramp-smb-handle-file-attributes)
18051 (tramp-smb-do-file-attributes-with-stat)
18052 (tramp-smb-handle-file-local-copy)
18053 (tramp-smb-handle-insert-directory)
18054 (tramp-smb-handle-make-directory)
18055 (tramp-smb-handle-make-directory-internal)
18056 (tramp-smb-handle-make-symbolic-link)
18057 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18058 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18059 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18060 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18061 Handle long file names.
18062 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18063 process is running.
18064 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18065 Read share names with "-g" option.
18067 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
18069 * net/rcirc.el (rcirc-view-log-file): New command.
18070 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18071 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18074 2009-10-15 Glenn Morris <rgm@gnu.org>
18076 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18077 from the second command-line argument.
18078 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18079 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18080 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18081 w32-batch-update-autoloads.
18082 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18083 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18085 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18086 the headers cannot be located. Simplify, subtracting superflous
18089 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18091 Replace completion-base-size by completion-base-position to fix bugs
18092 such as (bug#4699).
18093 * simple.el (completion-base-position): New var.
18094 (completion-base-size): Mark as obsolete.
18095 (choose-completion): Make it work for mouse events as well.
18096 Pass the new base-position to choose-completion-string.
18097 (choose-completion-guess-base-position): New function, extracted from
18098 choose-completion-delete-max-match.
18099 (choose-completion-delete-max-match): Use it. Make obsolete.
18100 (choose-completion-string): Use the new base-position info.
18101 (completion-root-regexp): Delete.
18102 (completion-setup-function): Preserve completion-base-position.
18103 Eliminate obsolete base-size manipulation.
18104 * minibuffer.el (display-completion-list): Don't mess with base-size.
18105 (minibuffer-completion-help): Set completion-base-position instead.
18106 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18108 * textmodes/bibtex.el (bibtex-complete):
18109 * emacs-lisp/crm.el (crm--choose-completion-string):
18110 Adjust to new calling convention.
18111 * complete.el (partial-completion-mode): Use minibufferp to avoid
18112 bumping into incompatible change to choose-completion-string-functions.
18113 * ido.el (ido-choose-completion-string): Make its calling convention
18115 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18116 base-size manipulation.
18117 (comint-dynamic-list-input-ring): Use dotimes and push.
18118 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18119 fundamental-mode. Use `or'.
18121 2009-10-14 Juri Linkov <juri@jurta.org>
18123 * misearch.el (multi-isearch-next-buffer-from-list)
18124 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18126 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18128 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18131 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18132 string we return is all made up of text from the completions rather
18133 than part from the completions and part from the input (bug#4219).
18135 * ido.el (ido-everywhere): Use define-minor-mode.
18137 * buff-menu.el (list-buffers, ctl-x-map):
18138 Mark the entry points with ;;;###autoload cookies.
18140 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18142 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18143 correctly in the detached head case.
18144 (vc-git-print-log): Remove unused binding.
18146 * vc.el (vc-responsible-backend): When a directory is passed for
18147 for registration create a VC repository if no backend is
18148 responsible for the directory argument.
18149 (vc-deduce-fileset): Tell vc-responsible-backend to register.
18151 * vc.el: Move comments about RCS and SCCS ...
18153 * vc-sccs.el: ... here, respectively.
18155 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18157 * minibuffer.el (completion--file-name-table): Return nil if there's
18158 no file completion, even if substitute-in-file-name changed
18159 the string (bug#4708).
18161 2009-10-13 Juri Linkov <juri@jurta.org>
18163 * files-x.el (read-file-local-variable-value): Don't filter out
18164 minor modes from mode name completion (bug#4664).
18166 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18168 * international/mule-cmds.el (ucs-names): Remove exclusion of
18169 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18171 2009-10-13 Kenichi Handa <handa@m17n.org>
18173 * international/uni-name.el: Regenerated.
18175 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18177 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18178 should be automatically buffer-local, but isn't.)
18180 2009-10-12 Sam Steingold <sds@gnu.org>
18182 * progmodes/compile.el (compilation-next-error-function): Fix the
18183 timestamps if the buffer has been visited before.
18184 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18185 non-anchored patterns, like the perl one (bug#3928).
18187 2009-10-12 Glenn Morris <rgm@gnu.org>
18189 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18192 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
18194 * proced.el (proced-unload-function): New function.
18196 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18197 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18200 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18202 2009-10-11 Juri Linkov <juri@jurta.org>
18204 * files-x.el (read-file-local-variable-value):
18205 Provide default value only for bound variables (bug#4664).
18207 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
18209 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18210 connection methods like smb.
18212 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18215 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18216 (tramp-smb-file-name-handler-alist): Add handlers for
18217 `add-name-to-file', `make-symbolic-link'.
18218 (tramp-smb-handle-add-name-to-file)
18219 (tramp-smb-do-file-attributes-with-stat)
18220 (tramp-smb-handle-make-symbolic-link)
18221 (tramp-smb-get-cifs-capabilities): New defuns.
18222 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18223 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18224 (tramp-smb-handle-file-local-copy)
18225 (tramp-smb-handle-make-directory-internal)
18226 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18227 The file name syntax depends on cifs capabilities.
18228 (tramp-smb-handle-file-attributes):
18229 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18230 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18231 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
18233 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
18235 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18236 (eieio-defclass): Apply deftype handler and setf-method properties
18238 (eieio-add-new-slot): Avoid union function from cl library.
18239 (eieio--typep): New function.
18240 (eieio-perform-slot-validation): Use it.
18242 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18244 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
18245 Update documentation to refer to the variables documented in r1.135.
18248 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18250 * bookmark.el (Info-suffix-list): Remove this unused variable.
18251 (bookmark-current-point): Remove this obsolete variable.
18252 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18253 Adjust for removal of bookmark-current-point.
18255 (bookmarks-already-loaded, bookmark-current-buffer)
18256 (bookmark-yank-point): Document. (Bug#4188)
18258 2009-10-10 Glenn Morris <rgm@gnu.org>
18260 * frame.el (frame-height): Doc fix.
18262 * calendar/calendar.el (calendar-split-width-threshold): New option.
18263 (calendar-basic-setup): Use calendar-split-width-threshold.
18265 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
18267 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18268 Ideographic Supplement" range (U+1F200..U+1F2FF).
18270 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18272 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
18273 since the list will have been rebuilt anyway. (Bug#4349)
18275 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18277 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
18278 (bookmark-bmenu-execute-deletions): Don't save here, as
18279 bookmark-delete will now do so if necessary.
18280 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
18283 2009-10-09 Glenn Morris <rgm@gnu.org>
18285 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18287 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18289 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18290 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18291 argument now, so the two function's behaviors will match. (Bug#3645)
18293 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
18295 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
18296 (tramp-file-name-real-host, tramp-file-name-port):
18297 Apply `save-match-data'.
18299 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18300 case both directories are remote.
18301 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
18302 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
18304 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18306 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18308 2009-10-07 Glenn Morris <rgm@gnu.org>
18310 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18313 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18315 * files-x.el (read-file-local-variable): Include some
18316 non-user-variables in the completion table (bug#4664).
18318 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
18320 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18323 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18324 (tramp-smb-file-name-handler-alist): Add handler for
18325 `copy-directory', `expand-file-name', `set-file-modes'.
18326 (tramp-smb-handle-copy-directory)
18327 (tramp-smb-handle-expand-file-name)
18328 (tramp-smb-handle-set-file-modes): New defuns.
18329 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18330 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18332 (tramp-smb-handle-insert-directory): Don't flush the cache.
18333 (tramp-smb-maybe-open-connection): Check for samba client and
18336 2009-10-07 Eli Zaretskii <eliz@gnu.org>
18338 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18339 to not error out of search for "^lisp=" fails.
18341 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18343 * makefile.w32-in (WINS_UPDATES): New macro.
18344 (custom-deps, finder-data, autoloads): Use it.
18346 2009-10-07 Glenn Morris <rgm@gnu.org>
18348 * Makefile.in (autoloads): Revert previous change.
18349 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18350 the list of preloaded files passed on the command-line, get
18351 it from src/Makefile.
18353 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18354 show the original buffer rather than a random one.
18356 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
18358 * help.el (describe-no-warranty): Place point in a slightly better
18359 position in the GPLv3 text.
18361 2009-10-06 Sam Steingold <sds@gnu.org>
18363 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18364 the comm attribute is present before calling regexp-quote.
18366 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
18368 * play/animate.el (animate-string): For good effect, make sure
18369 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18371 * play/animate.el (animate-sequence, animate-birthday-present):
18372 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18374 2009-10-06 Glenn Morris <rgm@gnu.org>
18376 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18378 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18379 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18380 (batch-update-autoloads): Process a string value of autoload-excludes,
18381 set during the build process.
18382 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18384 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18385 inside with-parsed... macro so that `v' is defined.
18387 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18388 * progmodes/fortran.el (fortran-end-of-block)
18389 (fortran-beginning-of-block):
18390 Also push mark in the macro case.
18392 * emerge.el (emerge-show-file-name):
18393 * calc/calc.el (calc-quit):
18394 * calc/calc-misc.el (calc-big-or-small):
18395 * calc/calc-graph.el (calc-graph-view):
18396 * calc/calc-ext.el (calc-reset):
18397 * calendar/calendar.el (calendar-basic-setup):
18398 Use window-full-height-p.
18400 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18401 header we don't understand, don't insert another. (Bug#4624)
18402 If changing mime charset, insert the new one in the right place.
18404 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18406 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18407 (cal-tex-cursor-month): Correctly increment the end date for diary and
18408 holiday listing. (Bug#4626)
18410 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18412 * help-fns.el (describe-function-1): Don't burp if the function is not
18415 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
18417 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18418 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18419 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18420 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18422 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18423 (eieio-default-superclass): Reflow docstrings.
18424 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18425 (eieio-unbind-method-implementations, defmethod)
18426 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18427 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18428 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18429 (eieio-slot-originating-class-p, eieio-slot-name-index)
18430 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18431 (constructor, initialize-instance, no-next-method, object-print)
18432 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18433 Fix typos in docstrings.
18434 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18435 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18436 (next-method-p): Doc fixes.
18437 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18438 Fix typos in error messages.
18439 (eieio-defmethod): Fix typo in description of generic method.
18441 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18442 (eieio-persistent-save-interactive, slot-missing):
18443 Fix typos in docstrings.
18444 (eieio-instance-inheritor-slot-boundp): Doc fix.
18446 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18447 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18449 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18450 (eieio-custom-object-apply-reset):
18451 Fix typos in docstrings and error messages.
18453 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18454 Fix typo in docstring.
18456 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18457 (eieio-browse-tree): Doc fix.
18458 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18459 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18460 Fix typos in docstrings.
18462 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18463 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18464 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18465 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18468 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18470 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18471 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18472 Set log-view-vc-backend so that diff can work.
18474 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18476 (vc-diff-internal): Autoload this instead of vc-version-diff.
18478 2009-10-05 Eli Zaretskii <eliz@gnu.org>
18480 * simple.el (eval-expression): Doc fix.
18482 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18484 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18486 * files.el (directory-files-no-dot-files-regexp): New defconst.
18487 (delete-directory): Use it.
18488 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18490 * net/tramp.el (tramp-verbose): Fix docstring.
18491 (tramp-methods): Add recursive option to `tramp-copy-args'.
18492 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18493 "scp1_old", "scp2_old", "rsync", "rsyncc".
18494 (tramp-default-method): Check also for `auth-source-user-or-password'.
18495 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18496 Add handler for `copy-directory'.
18497 (tramp-handle-copy-directory): New defun.
18498 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18499 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18500 Optimize sent command.
18502 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18504 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18505 window if necessary.
18507 * calendar/calendar.el (calendar-basic-setup): Don't call
18508 switch-to-buffer in a dedicated window.
18510 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18512 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18513 don't do anything related to relocating, just return nil.
18514 (bookmark-error-no-filename): New error.
18515 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18516 bookmark has no file. Don't even attempt to handle things that
18517 are not files; the whole point of custom handlers is to keep that
18518 knowledge elsewhere anyway. Tighten some comments.
18519 (bookmark-file-or-variation-thereof): Remove now-unused function.
18520 (bookmark-location): Doc string fix.
18523 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18525 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18526 don't use a file dialog, because they usually don't know how to read
18527 a directory target from the user. (Bug#4230)
18528 Also, make sure the prompt can display directories as well as files.
18530 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18532 * bookmark.el (bookmark-set, bookmark-buffer-name):
18533 Improve doc strings. (Bug#1193)
18535 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18537 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18538 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18539 (bookmark-get-annotation, bookmark-set-annotation)
18540 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18541 (bookmark-set-position, bookmark-get-front-context-string)
18542 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18543 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18544 (bookmark-jump-other-window, bookmark-handle-bookmark)
18545 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18546 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18547 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18548 Improve doc strings to say whether bookmark can be a string or
18549 a record or both, and make other consistency and clarity fixes.
18550 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18551 (bookmark-default-annotation-text, bookmark-yank-word)
18552 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18553 (bookmark-import-new-list, bookmark-maybe-rename)
18554 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18555 (bookmark-bmenu-bookmark): Give these doc strings.
18556 (bookmark-bmenu-check-position): Give this a doc string, but also
18557 add a FIXME comment about how the function may be pointless.
18558 (bookmark-default-handler): Rework doc string and change a
18559 parameter name, to clarify that this takes a bookmark record
18560 not a bookmark name.
18561 (bookmark-set): Change a parameter name to indicate its meaning,
18562 and improve the doc string a bit.
18565 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18567 * bookmark.el (bookmark-alist): Document the new `handler' element
18568 in the param alist.
18569 (bookmark-make-record-function): Adjust documentation for above.
18572 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18574 * info.el (Info-bookmark-make-record): Document this function.
18575 (Info-bookmark-jump): Document with a doc string, not just a comment.
18578 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18580 * files.el (copy-directory): New defun.
18582 * dired-aux.el (dired-copy-file-recursive): Use it.
18584 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18586 * files-x.el (modify-dir-local-variable)
18587 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18590 * recentf.el (recentf-unload-function): New function.
18592 2009-10-04 Glenn Morris <rgm@gnu.org>
18594 * window.el (window-full-height-p): Add doc string.
18596 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18598 * window.el (window-full-height-p): New function. (Bug#4543)
18600 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18602 * vc.el: Remove commented out code.
18603 (vc-derived-from-dir-mode): Remove, unused.
18604 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18606 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18608 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18609 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18610 there could be recursive loading when `default-directory' is a
18611 remote file name. (Bug#4614)
18613 2009-10-03 Glenn Morris <rgm@gnu.org>
18615 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18617 (calendar-generate-window): Test for shrinkability rather than width.
18619 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18620 reusing existing buffers, in case we happen to visit two files with the
18621 same basename. (Bug#4593)
18623 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18625 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18626 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18627 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18628 subdirs of cedet as well.
18629 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18631 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18633 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18634 Obey advertised-signature-table.
18636 * help-fns.el (help-function-arglist): Don't check
18637 advertised-signature-table.
18638 (describe-function-1): Do it here instead so it also applies to subrs.
18640 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18642 * simple.el (start-file-process): Say in the doc-string, that file
18643 handlers might not support pty association, if PROGRAM is nil.
18645 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18646 HOST and USER are strings. They are nil, when there are
18647 incomplete entries in ~/.netrc, for example.
18648 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18649 root directory ("device busy" error otherwise).
18651 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18652 Flush file properties of created directory.
18654 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18656 * makefile.w32-in (WINS_BASIC): Remove cedet.
18657 (WINS_CEDET): Add cedet.
18658 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18660 2009-10-02 Kevin Ryde <user42@zip.com.au>
18662 * net/browse-url.el (browse-url): Pass any symbol in
18663 browse-url-browser-function to `apply', since if you've mistakenly put
18664 an unbound symbol then the error is clearer. (Bug#4531)
18666 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18668 * allout.el (allout-init, allout-back-to-current-heading)
18669 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18670 (allout-ascend, allout-up-current-level, allout-end-of-level)
18671 (allout-previous-visible-heading, allout-forward-current-level)
18672 (allout-backward-current-level, allout-show-children):
18673 * apropos.el (apropos-describe-plist):
18674 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18675 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18676 * completion.el (add-completion, add-permanent-completion):
18677 * descr-text.el (describe-text-category, describe-char):
18678 * desktop.el (desktop-lazy-abort):
18679 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18680 * dired.el (dired-build-subdir-alist):
18681 * ediff.el (ediff-version):
18682 * elide-head.el (elide-head, elide-head-show):
18683 * emerge.el (emerge-version):
18685 * face-remap.el (variable-pitch-mode):
18686 * faces.el (describe-face):
18687 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18689 * files.el (find-file-existing, auto-save-mode):
18690 * font-lock.el (font-lock-fontify-buffer):
18691 * help-fns.el (describe-function, describe-variable)
18692 (describe-syntax, describe-categories):
18693 * help.el (view-lossage, describe-bindings, describe-key)
18695 * hexl.el (hexl-current-address):
18696 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18697 * info.el (Info-goto-emacs-key-command-node):
18698 * log-edit.el (log-edit-insert-cvs-template)
18699 (log-edit-insert-cvs-rcstemplate):
18700 * menu-bar.el (menu-bar-mode):
18701 * mouse.el (mouse-appearance-menu):
18702 * newcomment.el (comment-indent-new-line):
18703 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18704 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18705 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18706 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18707 * recentf.el (recentf-mode):
18708 * savehist.el (savehist-mode, savehist-save):
18709 * shadowfile.el (shadow-copy-files):
18710 * simple.el (kill-ring-save, next-line, previous-line)
18711 (normal-erase-is-backspace-mode):
18712 * strokes.el (strokes-update-window-configuration)
18713 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18714 (strokes-xpm-for-stroke):
18715 * time.el (emacs-uptime, emacs-init-time):
18716 * tutorial.el (tutorial--describe-nonstandard-key)
18717 (tutorial--detailed-help):
18718 * type-break.el (type-break-mode)
18719 (type-break-mode-line-message-mode, type-break-query-mode)
18720 (type-break-guesstimate-keystroke-threshold):
18721 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18722 * version.el (emacs-version):
18723 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18724 * winner.el (winner-mode):
18725 * calendar/timeclock.el (timeclock-in, timeclock-out)
18726 (timeclock-status-string, timeclock-change)
18727 (timeclock-workday-remaining-string)
18728 (timeclock-workday-elapsed-string)
18729 (timeclock-when-to-leave-string):
18730 * calendar/todo-mode.el (todo-add-category):
18731 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18732 * emacs-lisp/autoload.el (update-file-autoloads):
18733 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18734 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18735 (checkdoc-message-text, checkdoc-defun):
18736 * emacs-lisp/debug.el (debugger-list-functions):
18737 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18738 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18739 (eieio-describe-generic):
18740 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18741 * emacs-lisp/shadow.el (list-load-path-shadows):
18742 * emulation/cua-base.el (cua-mode):
18743 * emulation/edt.el (edt-set-scroll-margins):
18744 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18745 (tpu-toggle-regexp, tpu-toggle-search-direction)
18746 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18747 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18748 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18749 (viper-set-parsing-style-toggling-macro)
18750 (viper-set-emacs-state-searchstyle-macros):
18751 * emulation/viper.el (viper-set-hooks):
18752 * eshell/esh-mode.el (eshell-truncate-buffer):
18753 * international/mule-cmds.el (prefer-coding-system)
18754 (describe-input-method, describe-language-environment):
18755 * international/mule-diag.el (list-character-sets)
18756 (describe-character-set, describe-coding-system)
18757 (describe-fontset, list-fontsets, list-input-methods):
18758 * mail/sendmail.el (mail-signature):
18759 * net/ange-ftp.el (ange-ftp-copy-file):
18760 * net/browse-url.el (browse-url):
18761 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18762 * net/quickurl.el (quickurl-add-url):
18763 * net/rcirc.el (names, topic):
18764 * net/xesam.el (xesam-mode):
18765 * play/5x5.el (5x5-new-game):
18766 * play/yow.el (apropos-zippy):
18767 * progmodes/ada-mode.el (ada-mode-version):
18768 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18770 (f90-beginning-of-block):
18771 * progmodes/fortran.el (fortran-end-of-block)
18772 (fortran-beginning-of-block):
18773 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18774 * progmodes/python.el (python-describe-symbol, python-shell):
18775 * term/ns-win.el (ns-print-buffer):
18776 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18777 * textmodes/flyspell.el (flyspell-mode-on):
18778 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18779 (pages-directory-for-addresses):
18780 * textmodes/table.el (table-recognize-cell)
18781 (table-query-dimension, table-generate-source)
18782 (table-insert-sequence, table--warn-incompatibility):
18783 * textmodes/tex-mode.el (tex-validate-buffer):
18784 * textmodes/texinfmt.el (texinfmt-version)
18785 (texinfo-format-buffer):
18786 Use `called-interactively-p' instead of `interactive-p'.
18788 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18790 * image-mode.el (image-toggle-display):
18791 * emacs-lisp/elp.el (elp-instrument-function):
18792 * emacs-lisp/advice.el (ad-make-advised-definition):
18793 * emacs-lisp/easy-mmode.el (define-minor-mode):
18794 * net/browse-url.el (browse-url-maybe-new-window):
18795 * progmodes/sh-script.el (sh-learn-buffer-indent):
18796 Pass new argument 'any to `called-interactively-p'.
18798 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18800 * international/uni-bidi.el:
18801 * international/uni-category.el:
18802 * international/uni-combining.el:
18803 * international/uni-comment.el:
18804 * international/uni-decimal.el:
18805 * international/uni-decomposition.el:
18806 * international/uni-digit.el:
18807 * international/uni-lowercase.el:
18808 * international/uni-mirrored.el:
18809 * international/uni-name.el:
18810 * international/uni-numeric.el:
18811 * international/uni-old-name.el:
18812 * international/uni-titlecase.el:
18813 * international/uni-uppercase.el:
18814 Regenerate from Unicode 5.2.0 data.
18816 2009-10-01 Glenn Morris <rgm@gnu.org>
18818 * Makefile.in (ELCFILES): Regenerate.
18820 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18822 * subr.el (interactive-p): Mark obsolete.
18823 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18824 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18825 advertised-signature-table for subroutines as well.
18827 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18828 (set-advertised-calling-convention): New function.
18829 (make-obsolete, define-obsolete-function-alias)
18830 (make-obsolete-variable, define-obsolete-variable-alias):
18831 Make the optional-ness of `when' obsolete.
18832 (define-obsolete-face-alias): Make `when' non-optional.
18833 * help-fns.el (help-function-arglist):
18834 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18835 Use advertised-signature-table.
18837 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18839 * files.el (delete-directory): New defun. The original function
18840 in fileio.c has been renamed to `delete-directory-internal'.
18842 * dired.el (dired-delete-file): Call `delete-directory' with
18843 RECURSIVE parameter.
18845 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18846 parameter RECURSIVE. Implementation is missing.
18848 * net/tramp.el (tramp-handle-make-directory): Flush upper
18849 directory's file properties.
18850 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18851 (tramp-handle-dired-recursive-delete-directory): Flush directory
18852 properties after the remove command only.
18854 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18855 Handle optional parameter RECURSIVE.
18857 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18858 Handle optional parameter RECURSIVE.
18860 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18861 connection timeout.
18862 (tramp-smb-handle-delete-directory): Handle optional parameter
18865 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18867 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18868 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18869 (byte-compile-defmacro): Use backquotes.
18871 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18873 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18874 has no associated file.
18875 (vc-resynch-buffer): Use vc-dir-buffers.
18877 2009-10-01 Glenn Morris <rgm@gnu.org>
18879 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18880 (chart-file-count):
18881 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18882 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18883 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18884 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18885 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18886 (eieio-copy-parents-into-subclass, make-instance, class-children)
18887 (eieio-generic-form):
18889 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18890 match-data. (Bug#4555).
18892 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18893 rather than parsing it as a regexp. This relaxes the layout
18894 requirements and makes errors easier to detect.
18895 (check-declare-verify): Check file is regular.
18896 (check-declare-directory): Doc fix.
18897 * subr.el (declare-function): Doc fix.
18899 * ibuffer.el (ibuffer-format-qualifier):
18900 * isearch.el (hi-lock-regexp-okay):
18901 * calc/calc.el (math-zerop):
18902 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18903 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18904 Remove unused declarations.
18906 2009-09-30 Eric Ludlam <zappo@gnu.org>
18908 * emacs-lisp/eieio.el (boolean-p): Delete.
18910 2009-09-30 Glenn Morris <rgm@gnu.org>
18912 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18914 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18915 filename is not a string.
18917 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18919 * files.el (safe-local-eval-forms): Fix typo.
18921 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18923 * vc-hooks.el (vc-dir-buffers): New var.
18924 (vc-state-refresh): New function.
18925 (vc-state): Use it.
18926 (vc-after-save): Always ask the backend to recompute the new state.
18927 Always call vc-dir if necessary, using vc-dir-buffers.
18928 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18929 Use vc-dir-buffers.
18930 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18931 (vc-dir-prepare-status-buffer, vc-dir-update)
18932 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18933 Don't call expand-file-name on default-directory.
18935 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18937 * speedbar.el (speedbar-item-delete):
18938 * calc/calc-prog.el (calc-kbd-if):
18939 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18941 * epa.el (epa-key-list-mode-map):
18942 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18944 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18945 (hs-show-hook): Fix typo in docstring.
18947 2009-09-29 Glenn Morris <rgm@gnu.org>
18949 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18950 file-name-nondirectory call preventing location of cedet files.
18951 (check-declare-verify): Use literal search rather than re-search.
18952 Add basic defmethod and defclass, and define-overloadable-function.
18954 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18955 Use tramp-compat-file-attributes rather than nonexistent
18956 tramp-compat-handle-file-attributes.
18958 * Makefile.in (lisptagsfiles4): New.
18959 (AUTOGENEL): Add cedet loaddefs files.
18960 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18961 (update-elclist, compile-always, backup-compiled-files)
18962 (bootstrap-clean): Add yet another directory level.
18963 (update-elclist): Use LC_COLLATE rather than COLLATE.
18964 (ELCFILES): Update, via `make update-elclist'.
18966 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18968 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18969 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18970 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18972 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18974 * Makefile.in (lisptagsfiles3): Define.
18975 (TAGS, TAGS-LISP): Use it.
18976 (update-elclist): Add third directory level to look for elc files.
18977 (compile-always): Likewise.
18978 (backup-compiled-files): Likewise.
18979 (bootstrap-clean): Likewise.
18980 (ELCFILES): Update.
18982 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18984 * Makefile.in (ELCFILES): Add CEDET files.
18986 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18988 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18990 * net/tramp.el (top): Require tramp-imap.
18992 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18993 Use `tramp-compat-handle-file-attributes'.
18995 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18997 * net/tramp-imap.el: New package.
18999 2009-09-28 Eric Ludlam <zappo@gnu.org>
19001 * emacs-lisp/chart.el:
19002 * emacs-lisp/eieio-base.el:
19003 * emacs-lisp/eieio-comp.el:
19004 * emacs-lisp/eieio-custom.el:
19005 * emacs-lisp/eieio-datadebug.el:
19006 * emacs-lisp/eieio-opt.el:
19007 * emacs-lisp/eieio-speedbar.el:
19008 * emacs-lisp/eieio.el: New files.
19010 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19012 * whitespace.el (whitespace-trailing-regexp)
19013 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19016 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
19018 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19021 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19022 menu-bar-ediff-menu.
19024 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19025 define-overloadable-function.
19027 * progmodes/autoconf.el: Provide autoconf as well, so that this
19028 file can be `require'd.
19030 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19032 * emacs-lisp/autoload.el (generated-autoload-feature)
19033 (generated-autoload-load-name): New vars.
19034 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19035 (make-autoload): Recognize define-overloadable-function and
19036 defclass forms (for EIEIO).
19038 * Makefile.in (update-subdirs): Exclude cedet directory.
19040 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19042 * term/ns-win.el: Don't set the region face background. (Bug#4381)
19044 * faces.el: Default light-background background for region face to
19045 ns_selection_color under NS.
19047 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19049 * net/imap-hash.el: New library, see NEWS.
19051 * Makefile.in (ELCFILES): Add imap-hash.el.
19053 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19055 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19056 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19057 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19058 definition where the docstring could be taken for the return value.
19060 2009-09-26 Glenn Morris <rgm@gnu.org>
19062 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19063 Add option to only show images below a certain size.
19064 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19065 save-excursion calls.
19067 2009-09-26 Eli Zaretskii <eliz@gnu.org>
19069 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19070 subdirectories) and eieio.
19072 2009-09-26 Alan Mackenzie <acm@muc.de>
19074 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19075 Correct buggy bracketing. (Bug#4289)
19077 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
19078 character constants (as case labels). (Bug#4289)
19080 2009-09-25 Juri Linkov <juri@jurta.org>
19082 * files.el (safe-local-eval-forms): Allow time-stamp in
19083 before-save-hook (Bug#4554).
19085 2009-09-25 Drew Adams <drew.adams@oracle.com>
19087 * menu-bar.el (list-buffers-directory): Doc fix.
19089 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19091 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19092 Try and avoid copying twice the same paragraph.
19093 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19094 Remove save-excursion.
19095 (log-edit-changelog-entry): Do it here instead.
19097 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
19099 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19100 when available, instead of hardcoding mode names. Doc fix.
19102 * menu-bar.el (list-buffers-directory): Add docstring.
19103 Make automatically buffer-local.
19105 * dired.el (dired-mode):
19106 * files.el (cd-absolute):
19107 * pcvs.el (cvs-temp-buffer):
19108 * pcvs-util.el (cvs-get-buffer-create):
19109 * shell.el (shell-mode):
19110 * vc-dir.el (vc-dir-mode):
19111 Don't make `list-buffers-directory' buffer local.
19113 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19115 * comint.el (comint-exec, comint-run, make-comint):
19116 Doc fixes (Bug#4542).
19118 2009-09-25 Glenn Morris <rgm@gnu.org>
19120 * mail/rmailmm.el (rmail-mime): New custom group.
19121 Move all defcustoms in this file into this group.
19122 (rmail-mime-media-type-handlers-alist): Revert previous change.
19123 (rmail-mime-show-images): New option.
19124 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19125 references to it, since it wasn't actually used for anything.
19126 (rmail-mime-insert-image): New function.
19127 (rmail-mime-image): Use rmail-mime-insert-image.
19128 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
19129 obey the value of `rmail-mime-show-images' option. Print the size of
19132 2009-09-25 David Engster <deng@randomsample.de>
19134 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19136 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19138 * whitespace.el: Does not highlight trailing spaces While point is
19139 at end of line. Does not highligt spaces at beginning of buffer
19140 while point is at beginning of buffer. Does not highlight spaces
19141 at end of buffer while point is at end of buffer. (Bug#4177)
19143 (whitespace-display-mappings): Adjust initialization.
19144 (whitespace-point, whitespace-font-lock-refontify): New vars.
19145 (whitespace-color-on, whitespace-color-off): Adjust code.
19146 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19147 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19148 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19150 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
19152 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19154 * textmodes/sgml-mode.el: Remove xml-mode alias.
19156 * files.el (auto-mode-alist, conf-mode-maybe)
19157 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
19159 2009-09-24 Alan Mackenzie <acm@muc.de>
19161 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19162 c-forward-conditionals, but it doesn't move point and doesn't set
19164 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19165 (c-down-conditional-with-else, c-backward-conditional)
19166 (c-forward-conditional): Refactor to use c-scan-conditionals.
19168 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19170 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19171 (help-default-arg-highlight): Remove.
19172 (help-highlight-arg): New function.
19173 (help-do-arg-highlight): Use it.
19174 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19176 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19178 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19179 Undo last change, which didn't fix the problem and introduced others.
19181 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
19183 * progmodes/gdb-mi.el: Don't require speedbar.
19184 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19186 2009-09-24 Glenn Morris <rgm@gnu.org>
19188 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19190 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19192 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19193 there is no newline after the final mime boundary. (Bug#4539)
19194 Move markers on insertion so that any buttons inserted don't end up in
19195 the next part of a multipart message.
19196 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19197 (rmail-mime-bulk-handler): Optionally handle images.
19198 (rmail-mime-image): New button action.
19199 (rmail-mime-image-handler): New function.
19200 (rmail-mime-mode): New mode.
19201 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
19203 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19205 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19206 than just dropping elements from it (bug#4504).
19208 * term.el (term-set-scroll-region): Don't move cursor any more.
19209 (term-handle-ansi-escape): Call term-goto here instead.
19210 Suggested by Ivan Kanis <apple@kanis.eu>.
19212 * term.el: Require CL.
19213 (term-ansi-reset): New function.
19214 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19215 (term-handle-colors-array): Simplify.
19217 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19219 * allout.el (allout-overlay-interior-modification-handler)
19220 (allout-obtain-passphrase):
19221 * epa-file.el (epa-file-write-region):
19222 * ps-print.el (ps-begin-job):
19223 * vc-hooks.el (vc-toggle-read-only):
19224 * vc-rcs.el (vc-rcs-rollback):
19225 * vc-sccs.el (vc-sccs-rollback):
19226 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19227 (vc-version-diff, vc-revert, vc-rollback):
19228 * wdired.el (wdired-check-kill-buffer):
19229 * emacs-lisp/authors.el (authors):
19230 * net/socks.el (socks-open-connection):
19231 * net/zeroconf.el (zeroconf-service-add-hook):
19232 * obsolete/vc-mcvs.el (vc-mcvs-register):
19233 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19234 (gdb-select-frame):
19235 * progmodes/grep.el (lgrep, rgrep):
19236 * progmodes/idlw-help.el (idlwave-help-check-locations)
19237 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19238 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19239 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19240 (reftex-toc-rename-label): Fix typos in error messages.
19242 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19243 (dired-copy-how-to-fn): Doc fix.
19244 (dired-files-attributes, dired-read-shell-command):
19245 Fix typos in docstrings.
19247 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19248 (dired-x-find-file-other-window): Reflow docstrings.
19249 (dired-omit-marker-char, dired-read-shell-command)
19250 (dired-x-submit-report): Fix typos in docstrings.
19252 * shell.el (shell-mode-hook):
19253 * view.el (View-scroll-line-forward):
19254 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19255 Fix typos in docstrings.
19257 * net/dig.el (dig-invoke): Fix typo in docstring.
19258 (query-dig): Reflow docstring.
19260 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19261 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19262 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19263 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19264 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19265 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19266 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19267 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19268 (idlwave-completion-map, idlwave-current-indent)
19269 (idlwave-custom-ampersand-surround, idlwave-customize)
19270 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19271 (idlwave-define-abbrev, idlwave-determine-class-special)
19272 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19273 (idlwave-end-block-reg, idlwave-end-of-statement)
19274 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19275 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19276 (idlwave-explicit-class-listed, idlwave-file-header)
19277 (idlwave-fill-paragraph, idlwave-find-class-definition)
19278 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19279 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19280 (idlwave-in-quote, idlwave-indent-action-table)
19281 (idlwave-indent-expand-table, idlwave-indent-line)
19282 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19283 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19284 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19285 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19286 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19287 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19288 (idlwave-outlawed-buffers, idlwave-popup-select)
19289 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19290 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19291 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19292 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19293 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19294 (idlwave-statement-type, idlwave-struct-skip)
19295 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19296 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19297 (idlwave-what-module-find-class): Fix typos in docstrings.
19298 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19299 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19300 (idlwave-find-module, idlwave-find-structure-definition)
19301 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19302 (idlwave-list-load-path-shadows, idlwave-next-statement)
19303 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19304 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19305 (idlwave-template): Reflow docstrings.
19307 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19308 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19309 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19310 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19311 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19312 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19313 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19314 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19315 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19316 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19317 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19318 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19319 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19320 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19321 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19322 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19323 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19324 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19325 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19326 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19327 Fix typos in docstrings.
19328 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19329 (idlwave-shell-hide-output, idlwave-shell-mode)
19330 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19333 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19335 2009-09-24 Ivan Kanis <apple@kanis.eu>
19337 * term.el (term-bold-attribute): New var.
19338 (term-handle-colors-array): Use it.
19340 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
19342 * progmodes/gdb-mi.el (gdb-version): New variable.
19343 (gdb-non-stop-handler): Set gdb-version.
19344 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19345 Condition "--thread" option on gdb-version.
19346 (gdb-invalidate-threads): Remove unused argument.
19348 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19350 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19351 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19353 2009-09-23 Glenn Morris <rgm@gnu.org>
19355 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19356 replying to mail without References or Message-Id. (Bug#4525)
19358 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19360 * term/ns-win.el (ns-reg-to-script): New variable.
19362 2009-09-23 Daiki Ueno <ueno@unixuser.org>
19364 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19366 2009-09-22 Sam Steingold <sds@gnu.org>
19368 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
19369 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19370 to 1 because hg returns status 1 when nothing is found.
19371 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
19373 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19375 * textmodes/fill.el: Convert to utf-8 encoding.
19376 (fill-french-nobreak-p): Remove redundant » and « inherited from our
19379 * add-log.el (change-log-fill-forward-paragraph): New function.
19380 (change-log-mode): Use it so fill-region DTRT.
19381 Set fill-indent-according-to-mode here rather than in
19382 change-log-fill-paragraph.
19383 (change-log-fill-paragraph): Remove.
19385 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
19387 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19388 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19390 2009-09-22 Glenn Morris <rgm@gnu.org>
19392 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19393 the scroll-bar scroll the calendar window rather than the buffer.
19395 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19396 commands that move point (as opposed to scrolling).
19398 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19400 * emacs-lisp/elint.el (elint): New custom group.
19401 (elint-log-buffer): Make it a defcustom.
19402 (elint-scan-preloaded, elint-ignored-warnings)
19403 (elint-directory-skip-re): New options.
19404 (elint-builtin-variables): Doc fix.
19405 (elint-preloaded-env): New variable.
19406 (elint-unknown-builtin-args): Add an entry for encode-time.
19407 (elint-extra-errors): Make it a variable rather than a constant.
19408 (elint-preloaded-skip-re): New constant.
19409 (elint-directory): Skip files matching elint-directory-skip-re.
19410 (elint-features): New variable, local to linted buffers.
19411 (elint-update-env): Initialize elint-features. Possibly add
19412 elint-preloaded-env to the buffer's environment.
19413 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19415 (elint-init-form): New function, extracted from elint-init-env.
19416 Make non-list forms a warning rather than an error.
19417 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19418 easy-menu-define, put that adds an error-condition, and provide.
19419 When requiring cl, also require cl-macs. Really require cl, to handle
19420 some cl macros. Store required libraries in the list elint-features,
19421 so as not to re-load them. Treat cc-require like require.
19422 (elint-init-env): Call elint-init-form to do the work.
19423 Handle eval-and-compile and such like.
19424 (elint-add-required-env): Do not clear messages.
19425 (elint-special-forms): Add handlers for function, defalias, if, when,
19427 (elint-form): Add optional argument to ignore elint-special-forms,
19428 useful to prevent recursive calls from handlers. Doc fix.
19429 Respect elint-ignored-warnings.
19430 (elint-form): Respect elint-ignored-warnings.
19431 (elint-bound-variable, elint-bound-function): New variables.
19432 (elint-unbound-variable): Respect elint-bound-variable.
19433 (elint-get-args): Respect elint-bound-function.
19434 (elint-check-cond-form): Add some simple handling for (f)boundp and
19436 (elint-check-defalias-form): New handler.
19437 (elint-check-let-form): Make an empty let a warning rather than an
19439 (elint-check-setq-form): Make an empty setq a warning rather than an
19440 error. Respect elint-ignored-warnings.
19441 (elint-check-defvar-form): Accept null doc-strings.
19442 (elint-check-conditional-form): New handler. Does some simple-minded
19443 checking of featurep and (f)boundp tests.
19444 (elint-put-function-args): New function.
19445 (elint-initialize): Use elint-scan-doc-file rather than
19446 elint-find-builtin-variables. Use elint-put-function-args.
19447 Possibly scan preloaded-file-list.
19448 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19449 extend to handle functions as well.
19451 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19453 * linum.el (linum-delete-overlays, linum-update-window):
19454 Do not modify the right margin. (Bug#3971)
19456 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
19458 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19459 Use nxml-mode instead of xml-mode.
19461 2009-09-21 Kevin Ryde <user42@zip.com.au>
19463 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19465 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19467 * net/dig.el (dig-mode): Use define-derived-mode.
19469 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19471 * vc-dispatcher.el (vc-do-command): Return the process object in
19472 the asynchronous case. Use when instead of if. Do not run
19473 vc-exec-after to display a message if not enabled. (Bug#4463)
19475 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19476 properties to the stash strings.
19477 (vc-git-stash-list): Return a list of strings.
19478 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19479 (vc-git-stash-show-at-point): New functions.
19480 (vc-git-stash-map): New keymap.
19482 * register.el (ctl-x-r-map): Define the keys here instead of
19485 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19487 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19488 list, to workaround performance problem (bug#4485).
19490 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19492 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19494 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19496 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19497 Document that this option is not recommended to use.
19499 2009-09-19 Glenn Morris <rgm@gnu.org>
19501 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19504 * calc/calc-alg.el (var):
19505 * calc/calcalg2.el (var): Define for compiler.
19507 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19509 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19510 Doc fix (Bug#3932).
19512 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19514 * time-stamp.el (time-stamp-month-dd-yyyy)
19515 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19516 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19517 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19518 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19519 Remove functions that have been obsolete since 1995 (Bug#4436).
19521 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19522 indent buffer only if called interactively (Bug#4452).
19524 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19525 Eli Zaretskii <eliz@gnu.org>
19527 This fixes bug#4197 (merged to bug#865, though not identical).
19528 * server.el (server-auth-dir): Add docstring note about FAT32.
19529 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19530 but warn against using them.
19532 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19534 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19535 older GDB where there is no has_more field.
19537 2009-09-19 Glenn Morris <rgm@gnu.org>
19539 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19541 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19543 * files.el (auto-mode-alist): Change default for XML files to nXML
19546 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19548 * server.el (server-ensure-safe-dir): Pass 'integer
19549 to `file-attributes', as suggested.
19551 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19553 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19554 (dired-query): Use read-key.
19556 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19558 * cus-start.el (ns-use-qd-smoothing): Remove.
19560 2009-09-18 Glenn Morris <rgm@gnu.org>
19562 * allout.el (top-level): Remove unnecessary progn.
19564 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19566 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19567 definition of abbrev table.
19569 * speedbar.el (speedbar-track-mouse):
19570 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19571 * net/eudc.el (eudc-expand-inline):
19572 * net/newst-backend.el (newsticker--cache-read-feed):
19573 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19574 condition-case handlers.
19576 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19578 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19579 (gdb-var-list): Add an element for has_more field.
19580 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19581 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19582 (gdb-var-update-handler-1): Parse output of dynamic variable
19583 objects (STL containers).
19584 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19585 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19587 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19589 (gud-speedbar-buttons): Make node expandable if expression "has more"
19592 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19594 * startup.el (emacs-quick-startup): Remove variable and all uses.
19595 (command-line): Set `inhibit-x-resources' instead.
19596 (command-line-1): Use `inhibit-x-resources' instead.
19598 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19600 * subr.el: Fix last change to avoid using the `unless' macro,
19601 which breaks bootstrapping.
19603 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19605 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19606 extended definitions, in case we reload subr.el after having
19608 (eval-next-after-load): Mark as obsolete.
19610 2009-09-17 Juri Linkov <juri@jurta.org>
19612 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19613 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19614 (menu-bar-showhide-menu, menu-bar-tools-menu)
19615 (menu-bar-describe-menu, menu-bar-help-menu)
19616 (minibuffer-local-completion-map, minibuffer-local-map):
19619 2009-09-17 Glenn Morris <rgm@gnu.org>
19621 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19622 arguments, whether or not it has a handler.
19624 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19626 * simple.el (hard-newline): Give it a doc-string.
19628 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19629 (lisp-mode-syntax-table): Give them doc-strings.
19631 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19633 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19634 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19635 (menu-bar-options-menu, menu-bar-showhide-menu)
19636 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19637 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19638 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19639 (menu-bar-options-menu, menu-bar-tools-menu)
19640 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19641 (menu-bar-help-menu):
19642 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19645 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19646 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19647 calls for the menu names and :help.
19649 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19651 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19652 to :minor-mode-function (bug#4455).
19654 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19656 * startup.el (command-line): Initialize the window-system after
19657 processing the command-line.
19659 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19660 page-delimiter matches the empty string.
19662 2009-09-16 Glenn Morris <rgm@gnu.org>
19664 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19665 byte-compile-not-obsolete-var. It's a list now.
19666 (byte-compile-not-obsolete-funcs): New variable.
19667 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19668 byte-compile-not-obsolete-funcs.
19669 (byte-compile-variable-ref, byte-compile-defvar): Update for
19670 byte-compile-not-obsolete-vars name-change and list nature.
19671 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19672 and variables behind (f)boundp tests.
19673 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19675 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19677 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19679 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19681 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19682 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19685 2009-09-15 Stephen Eglen <stephen@gnu.org>
19687 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19688 the virtual-buffers, use the name of the buffer specified by
19689 find-file-noselect, as the match may be a symlink. (This was a
19690 problem if the target and the symlink had different names.)
19692 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19694 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19696 * desktop.el (desktop-path): Check user-emacs-directory.
19698 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19700 * loadup.el: Use after-load-functions to GC after loading each file.
19701 Remove the explicit GC calls that used to be sprinkled around.
19703 * subr.el (after-load-functions): New hook.
19704 (do-after-load-evaluation): Run it. Use string-match-p to detect
19705 `obsolete' packages, rather than painfully extracting the relevant
19708 2009-09-15 Glenn Morris <rgm@gnu.org>
19710 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19711 free variable `doc'.
19713 * dired.el (dired-mode-map): Add menu entry for async shell command.
19715 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19716 variables, also consider the .elc files, since the .el files are
19717 normally gzipped (subsequent code locates the .el.gz from the .elc).
19719 * calc/calc-prog.el (arglist): Define for compiler.
19721 * calendar/diary-lib.el (diary-display-function): Change the default to
19723 (body): Define for compiler.
19725 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19726 (byte-compile-file-form, byte-compile-lambda)
19727 (byte-compile-top-level-body, byte-compile-form)
19728 (byte-compile-variable-ref, byte-compile-setq)
19729 (byte-compile-setq-default, byte-compile-body)
19730 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19731 (batch-byte-compile): Give some more local variables with common names
19732 a "bytecomp-" prefix to avoid masking warnings about free variables.
19734 * startup.el (command-line-1): Give local variables with common names a
19735 distinguishing prefix, so as not to hide free variable warnings during
19738 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19739 clever and add a suffix to make a unique name, just let the user decide
19740 whether or not to overwrite it. If the input is a directory, write the
19741 default filename to that directory. (Bug#4388)
19742 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19743 is a filename-as-a-directory.
19745 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19747 * textmodes/page.el (what-page): Don't move to beginning of line.
19748 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19750 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19752 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19754 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19756 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19757 * help.el (help-for-help-internal): Add purecopy calls for text.
19759 * vc.el (top): print-log method now takes an optional SHORTLOG
19760 argument. Add a new method: root.
19761 (vc-root-diff, vc-print-root-log): New functions.
19762 (vc-log-short-style): New variable.
19763 (vc-print-log-internal): Add support for showing short logs.
19765 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19766 vc-print-root-log and vc-print-root-diff.
19768 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19769 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19770 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19773 * vc-cvs.el (vc-cvs-print-log):
19774 * vc-mtn.el (vc-mtn-print-log):
19775 * vc-rcs.el (vc-rcs-print-log):
19776 * vc-sccs.el (vc-sccs-print-log):
19777 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19778 that is ignored for now.
19780 * vc-mtn.el (vc-mtn-annotate-command):
19781 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19783 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19785 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19786 to function-key-map, and give them ascii-character property.
19787 * term/x-win.el (x-alternatives-map):
19788 * term/ns-win.el (ns-alternatives-map):
19789 * term/internal.el (msdos-key-remapping-map):
19790 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19792 2009-09-14 Glenn Morris <rgm@gnu.org>
19794 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19795 temp-buffers (2009-09-12).
19797 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19799 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19800 the new read-key function.
19802 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19804 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19805 is defined (Bug#4405).
19807 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19809 * recentf.el (recentf-cleanup): Use a hash table to find
19810 duplicates (Bug#4407).
19812 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19814 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19815 kp-0 to ascii equivalents (Bug#4325).
19817 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19819 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19821 * eshell/em-hist.el:
19822 * eshell/em-dirs.el (eshell-complete-user-reference):
19823 Declare pcomplete functions and variables to avoid compiler warnings.
19825 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19827 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19828 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19829 * eshell/em-alias.el (eshell-aliases-file):
19830 * eshell/em-hist.el (eshell-history-file-name):
19831 Use expand-file-name instead of concat to make file names (Bug#4308).
19833 2009-09-13 Glenn Morris <rgm@gnu.org>
19835 * ediff-merg.el (ediff-do-merge):
19836 * filesets.el (filesets-run-cmd):
19837 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19838 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19839 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19840 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19841 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19842 Replace empty `let's with `progn'.
19844 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19846 * mail/sendmail.el (send-mail-function):
19847 * tooltip.el (tooltip-mode):
19848 * simple.el (transient-mark-mode):
19849 * rfn-eshadow.el (file-name-shadow-mode):
19850 * frame.el (blink-cursor-mode):
19851 * font-core.el (global-font-lock-mode):
19852 * files.el (temporary-file-directory)
19853 (small-temporary-file-directory, auto-save-file-name-transforms):
19854 * epa-hook.el (auto-encryption-mode):
19855 * composite.el (global-auto-composition-mode):
19856 Use custom-initialize-delay.
19857 * startup.el (command-line): Don't explicitly call
19858 custom-reevaluate-setting for all the above vars.
19859 * custom.el (custom-initialize-safe-set)
19860 (custom-initialize-safe-default): Delete.
19862 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19864 * term/x-win.el (x-initialize-window-system):
19865 * term/w32-win.el (w32-initialize-window-system):
19866 * term/ns-win.el (ns-initialize-window-system): Don't call
19867 mouse-wheel-mode since it's enabled globally by default already.
19869 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19870 actually define the variable, but only silences the byte-compiler.
19871 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19872 before looking it up.
19873 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19876 2009-09-12 Glenn Morris <rgm@gnu.org>
19878 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19880 (elint-add-required-env): Don't beep on error.
19881 (elint-forms): In case of error, return ENV unchanged.
19882 (elint-init-env): Skip non-list forms.
19883 (elint-log): Handle unknown file positions.
19885 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19887 * epg.el (epg-make-context): Add autoload cookie.
19888 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19889 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19890 (epg-verify-string, epg-start-sign, epg-sign-file)
19891 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19892 (epg-encrypt-string, epg-start-export-keys)
19893 (epg-export-keys-to-file, epg-export-keys-to-string)
19894 (epg-start-import-keys, epg-import-keys-from-file)
19895 (epg-import-keys-from-string, epg-start-receive-keys)
19896 (epg-receive-keys, epg-import-keys-from-server)
19897 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19898 (epg-sign-keys, epg-start-generate-key)
19899 (epg-generate-key-from-file, epg-generate-key-from-string):
19900 Remove autoload cookie.
19902 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19904 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19905 reevaluation of trash-directory.
19907 * mwheel.el: Fix last change.
19908 (mouse-wheel-mode): New defvar.
19909 (mouse-wheel-mode): Remove autoload cookie.
19911 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19913 * mwheel.el (mwheel-installed-bindings): New var.
19914 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19915 the bindings we set last time. Use custom-initialize-delay.
19916 * loadup.el: Load mwheel after term/*-win.el.
19917 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19918 and mouse-wheel-up-event now that their first evaluation is done
19919 sufficiently late to be correct.
19921 * startup.el (tutorial-directory): Make it a defcustom.
19922 Use custom-initialize-delay rather than eval-at-startup to set it.
19923 * image.el (image-load-path): Make it a defcustom.
19924 Use custom-initialize-delay rather than eval-at-startup to set it.
19925 * subr.el (eval-at-startup): Remove.
19926 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19928 * subr.el (do-after-load-evaluation): Warn the user after loading an
19931 2009-09-12 Glenn Morris <rgm@gnu.org>
19933 * proced.el (proced-mark-alt): Remove alias.
19934 (proced-mode-map): Remove proced-mark-alt.
19936 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19937 Elint file and directory. Remove initialization entry.
19939 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19941 (elint-current-buffer): Set mode-line-process.
19942 (elint-init-env): Handle define-derived-mode.
19943 Fix declare-function with unspecified arglist. Guard against odd
19944 defalias statements (eg iso-insert's 8859-1-map).
19945 (elint-add-required-env): Use a temp buffer.
19946 (elint-form): Just print the function/macro name, not the whole form.
19947 Return env unchanged if we fail to parse a macro.
19948 (elint-forms): Guard against parse errors.
19949 (elint-output): New function, to handle batch mode.
19950 (elint-log-message): Add optional argument. Use elint-output.
19951 (elint-set-mode-line): New function.
19953 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19955 * emacs-lisp/elp.el (elp-not-profilable): Add more
19956 functions (Bug#4233).
19958 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19960 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19961 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19963 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19965 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19966 (gdb-var-list-children): Use json parsing.
19968 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19970 * progmodes/js.el (js--proper-indentation): Handle the case where
19971 char-before is null. Reported by Deniz Dogan.
19973 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19975 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19977 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19979 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19980 (epg-digest-algorithm-alist): Add SHA224.
19981 (epg-context-set-passphrase-callback)
19982 (epg-context-set-progress-callback): Add description about
19985 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19987 * custom.el (custom-delayed-init-variables): New var.
19988 (custom-initialize-delay): New function.
19989 * startup.el (command-line): "Re"evaluate all vars in
19990 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19991 explicitly any more.
19992 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19993 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19995 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19997 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19999 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20000 (gdb-var-update-handler): Use json parsing.
20002 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
20004 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20005 decode annotated text, regardless of language environment. (Bug#2741)
20007 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20009 * Makefile.in (autoloads): Make rmail.el writable as well.
20011 2009-09-11 Glenn Morris <rgm@gnu.org>
20013 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20015 * dired.el: Regenerate with extracted autoloads.
20016 * Makefile.in (autoloads): Make dired.el writable.
20018 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20019 * ibuffer.el: Regenerate with extracted autoloads.
20020 * Makefile.in (autoloads): Make ibuffer.el writable.
20022 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20023 * version.el (emacs-copyright, emacs-major-version)
20024 (emacs-minor-version): Reformat doc-strings for make-docfile.
20026 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20027 functions and variables, since they must be stuff specific to some other
20029 (apropos-print): Make mouse-click message less specific about button.
20031 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20032 that records where a macro was defined.
20033 * help-fns.el (describe-function-1): Mention if a function has a
20035 * help-mode.el (help-function-cmacro): New button.
20037 * locate.el (top-level): Always require dired.
20038 (locate-mode-map): Initialize inside the defvar.
20040 * net/ange-ftp.el (dired-compress-file): Declare.
20041 (ange-ftp-dired-compress-file): Add doc string.
20043 * term/ns-win.el (x-display-name, x-setup-function-keys):
20044 Unify doc-strings with X versions.
20046 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20048 * emulation/crisp.el (crisp-mode-map): Move initialization
20050 (crisp-mode): Use define-minor-mode.
20052 * progmodes/xscheme.el (xscheme-evaluation-commands):
20053 Put a :advertised-binding property rather than using
20054 advertised-xscheme-send-previous-expression.
20055 (advertised-xscheme-send-previous-expression): Declare obsolete.
20056 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20058 (crisp-mode): Add corresponding bindings to
20059 undo's :advertised-binding instead.
20060 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20061 than using dired-advertised-find-file.
20062 (dired-advertised-find-file):
20063 * simple.el (advertised-undo):
20064 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20065 (widget-keymap): Put a :advertised-binding property rather
20066 than using advertised-widget-backward.
20067 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20068 than using advertised-undo.
20069 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20071 2009-09-10 Simon South <ssouth@slowcomputing.org>
20073 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20074 Mark mode is enabled and region is active; otherwise indent or
20075 insert TAB as usual.
20076 (delphi-mode): Update description of TAB-key binding.
20078 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20080 * subr.el (define-key-rebound-commands): Mark obsolete.
20081 * startup.el (precompute-menubar-bindings): Remove.
20082 (normal-top-level): Remove obsolete code that tried to precompute
20084 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20085 define-key-rebound-commands and precompute-menubar-bindings.
20087 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20089 * net/imap.el (imap-interactive-login): Better messages.
20090 (imap-open): Fix bug with renamed buffer on reconnect.
20091 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20092 for easier debugging and cleaner code. On successful (guessed based on
20093 server capabilities) secondary authentication, set imap-state
20095 (imap-last-authenticator): Define imap-last-authenticator as a variable
20098 2009-09-10 Glenn Morris <rgm@gnu.org>
20100 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20102 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20103 (byte-compile-file-form-autoload): Don't warn about unknown functions
20104 where the autoload statement comes after the use.
20105 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20106 that any handlers inside the body (eg require) are in turn respected.
20108 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20111 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20112 and syntax and abbrev tables basic docs, if they don't have any.
20114 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20116 * international/mule-cmds.el (top-level): Require cl when compiling.
20117 (view-hello-file): Use default-value rather than
20118 default-enable-multibyte-characters.
20120 * progmodes/fortran.el: Move all safe and risky properties into the
20123 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20124 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20125 * mail/undigest.el:
20126 Put autoloads in rmail.el rather than loaddefs.el.
20127 * mail/rmail.el: Regenerate with extracted autoloads.
20129 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20130 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20132 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
20134 Reported in thread for Bug#4375.
20135 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20136 "-data-evaluate-expression" instead of print.
20137 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20138 (gdb-tooltip-print): Parse output from above MI command.
20139 (gdb): Revert 2009-08-11 change. User should detach inferior
20142 Remove the word "separate" from IO functions as inferior
20143 output is now never displayed in the GUD buffer.
20145 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
20147 * startup.el (command-line-normalize-file-name): On Windows and
20148 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20150 2009-09-10 Juri Linkov <juri@jurta.org>
20152 * isearch.el (isearch-text-char-description): Propertize escape
20153 character sequences with the `escape-glyph' face. (Bug#4344)
20155 * simple.el (shell-command): Set asynchronous process filter to
20156 `comint-output-filter'. (Bug#4343)
20158 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20159 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20160 the list. Move "asm" to the bottom.
20161 (grep-find-ignored-directories): Add `choice' with nil value
20162 to empty the list easily.
20163 (grep-find-ignored-files): New option.
20164 (grep-files-history): Set to nil by default instead of '("ch" "el").
20165 (grep-compute-defaults): Add "<X>" to `grep-template'.
20166 (grep-read-files): Bind new local variables `default-alias' and
20167 `default-extension'. Use a list of default values for the file prompt.
20168 (lgrep): Add `--exclude=' command line options composed from
20169 `grep-find-ignored-files'.
20170 (rgrep): Add `-name' command line options composed from
20171 `grep-find-ignored-files'. (Bug#4301)
20173 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20175 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20178 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20180 * calendar/time-date.el (autoload):
20181 Expand define-obsolete-function-alias into defalias and make-obsolete
20182 for old Emacsen that Gnus supports.
20183 (with-no-warnings): Define it for old Emacsen.
20184 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20186 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20187 float-time is available; suppress compile warning for time-to-seconds.
20189 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20191 * net/imap.el (imap-message-map): Docstring fix.
20193 2009-09-09 Glenn Morris <rgm@gnu.org>
20195 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20196 line numbers too. (Bug#4374)
20198 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20200 * smerge-mode.el (smerge-remove-props, smerge-refine):
20201 Use with-silent-modifications (bug#4342).
20203 * subr.el (with-silent-modifications): New macro.
20205 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
20207 * files.el (top-level): Require `cl' when compiling.
20209 2009-09-07 Glenn Morris <rgm@gnu.org>
20211 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20213 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20214 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20216 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
20218 * vc-git.el (vc-git-annotate-command): Use separator to parse
20219 arguments correctly.
20221 2009-09-06 Eli Zaretskii <eliz@gnu.org>
20223 * proced.el (proced-mode): Doc fix.
20225 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20227 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20229 (tramp-do-file-attributes-with-ls): Check for file existence at
20231 (tramp-do-file-attributes-with-stat): Likewise.
20232 (tramp-convert-file-attributes): Return nil when attr is nil.
20234 2009-09-05 Glenn Morris <rgm@gnu.org>
20236 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20237 properties to this button.
20238 (diary-fancy-display): Don't extend the button to the final newline.
20239 (diary-fancy-display-mode): Continue to define "q" as a local key.
20241 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20244 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20246 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20247 (byte-compile-dest-file-function): New option.
20248 (byte-compile-dest-file): Doc fix.
20249 Obey byte-compile-dest-file-function.
20250 (byte-compile-cl-file-p): New function.
20251 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20252 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20253 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20254 than for file being previously loaded.
20255 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20256 (byte-compile-file-form-require): Handle the case where requiring a file
20257 indirectly causes CL to be loaded.
20259 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20261 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20262 before killing the old buffer, since by the time `kill-buffer' is
20263 run so many buffer variables have been set to nil that it may not
20264 behave as expected. (Bug#4061)
20266 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20268 * files.el (find-alternate-file): If the old buffer is modified
20269 and visiting a file, behave similarly to `kill-buffer' when
20270 killing it, thus reverting to the pre-1.878 behavior; see
20271 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20272 for discussion. Also, consult `buffer-file-name' as a variable
20273 not as a function, for consistency with the rest of the code.
20275 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
20277 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20278 also when adding a new directory.
20280 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20283 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20285 * files.el (locate-file-completion-table): Make it provide boundary
20286 information, so partial-completion works better.
20288 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20290 * mail/footnote.el (Footnote-text-under-cursor):
20291 Check footnote-text-marker-alist before using it (bug#4324).
20293 2009-09-04 Glenn Morris <rgm@gnu.org>
20295 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20296 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20297 * play/solitaire.el, play/tetris.el:
20298 Remove leading * from defcustom and defface docs.
20300 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20302 (diary-fancy-overriding-map): New variable.
20303 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20306 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20309 2009-09-03 Glenn Morris <rgm@gnu.org>
20311 * arc-mode.el (archive-mode):
20312 * dos-fns.el (set-default-process-coding-system):
20313 * man.el (Man-getpage-in-background):
20314 * menu-bar.el (menu-bar-describe-menu):
20315 * server.el (server-process-filter):
20316 * startup.el (command-line):
20317 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20318 * w32-fns.el (set-default-process-coding-system):
20319 * x-dnd.el (x-dnd-handle-file-name):
20320 * international/mule-cmds.el (mule-menu-keymap)
20321 (set-default-coding-systems, language-info-alist, set-language-info)
20322 (set-language-environment, standard-display-european-internal)
20323 (set-locale-environment):
20324 * international/mule-diag.el (mule-diag):
20325 * mail/emacsbug.el (report-emacs-bug):
20326 * mail/rmail.el (rmail-mode):
20327 * mail/sendmail.el (mail-setup):
20328 Use default-value rather than default-enable-multibyte-characters.
20330 * progmodes/f90.el: Move all safe properties into the defcustoms.
20331 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20333 * calendar/appt.el (appt-check):
20334 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20335 (diary-check-diary-file, diary-list-entries)
20336 (diary-include-other-diary-files, diary-simple-display)
20337 (diary-fancy-display, diary-print-entries)
20338 (diary-mark-included-diary-files, diary-make-entry):
20339 Don't call substitute-in-file-name on diary-file.
20341 2009-09-03 Eduard Wiebe <usenet@pusto.de>
20342 Stefan Monnier <monnier@iro.umontreal.ca>
20344 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20345 (footnote-mode-map): Move initialization into the declaration.
20346 (footnote-minor-mode-map): Define it rather than changing global-map.
20347 (footnote-mode): Use define-minor-mode.
20349 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
20351 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20352 (tramp-do-file-attributes-with-perl)
20353 (tramp-do-file-attributes-with-stat): Rename from
20354 `tramp-handle-file-attributes-with-*'.
20355 (tramp-handle-file-attributes): Use them.
20356 (tramp-do-directory-files-and-attributes-with-perl)
20357 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20358 `tramp-handle-directory-files-and-attributes-with-*'.
20359 (tramp-handle-directory-files-and-attributes): Use them.
20360 (tramp-method-out-of-band-p): Additional parameter SIZE.
20361 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20362 (tramp-handle-write-region): Use it.
20363 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
20364 (tramp-handle-vc-registered): Check, whether the first run did
20365 return files to be tested.
20366 (tramp-advice-make-auto-save-file-name): Do not call directly
20367 `tramp-handle-make-auto-save-file-name', because this would bypass
20368 the locking mechanism.
20370 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
20371 (file-remote-p, process-file, start-file-process, set-file-times)
20372 (tramp-compat-file-attributes): Compatibility functions shall not
20373 call directly `tramp-handle-*', because this would bypass the
20375 (tramp-compat-number-sequence): New defun.
20377 2009-09-02 Glenn Morris <rgm@gnu.org>
20379 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20380 alias for float-time.
20381 (time-to-number-of-days): In Emacs, use float-time.
20382 * net/newst-backend.el (time-add): Suppress warnings from compat
20384 * time.el (emacs-uptime, emacs-init-time):
20385 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20386 Use float-time rather than time-to-seconds.
20388 * minibuffer.el (completion-initials-expand): Fix typo.
20390 * faces.el (modeline, modeline-inactive, modeline-highlight)
20391 (modeline-buffer-id):
20392 * info.el (info-menu-5): Mark these face aliases as obsolete.
20394 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20396 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20398 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20399 no "--thread" option.
20400 (gdb-stopped): Don't print "Switched to thread" message when it is
20403 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20405 * minibuffer.el (completion-try-completion)
20406 (completion-all-completions): Remove ill-defined (and
20407 mistakenly installed and luckily never used nor documented)
20408 `completion-styles' property.
20409 (completion-initials-expand, completion-initials-all-completions)
20410 (completion-initials-try-completion): New functions.
20411 (completion-styles-alist): Add doc to each entry.
20412 Add new `initials' entry.
20414 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20416 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20417 MI command -var-evaluate-expression.
20418 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20419 and tweak for case of string child.
20420 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
20422 2009-09-01 Glenn Morris <rgm@gnu.org>
20424 * add-log.el (change-log-date-face, change-log-name-face)
20425 (change-log-email-face, change-log-file-face, change-log-list-face)
20426 (change-log-conditionals-face, change-log-function-face)
20427 (change-log-acknowledgement-face):
20428 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20429 (custom-modified-face, custom-set-face, custom-changed-face)
20430 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20431 (custom-documentation-face, custom-state-face, custom-comment-face)
20432 (custom-comment-tag-face, custom-variable-tag-face)
20433 (custom-variable-button-face, custom-face-tag-face)
20434 (custom-group-tag-face-1, custom-group-tag-face):
20435 * diff-mode.el (diff-header-face, diff-file-header-face)
20436 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20437 (diff-added-face, diff-changed-face, diff-function-face)
20438 (diff-context-face, diff-nonexistent-face):
20439 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20440 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20441 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20442 (Info-title-4-face):
20443 * isearch.el (isearch-lazy-highlight-face):
20444 * log-view.el (log-view-file-face, log-view-message-face):
20445 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20446 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20447 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20449 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20450 (smerge-base-face, smerge-markers-face):
20451 * wid-edit.el (widget-documentation-face, widget-button-face)
20452 (widget-field-face, widget-single-line-field-face)
20453 (widget-inactive-face, widget-button-pressed-face):
20454 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20455 (woman-addition-face):
20456 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20457 (eshell-ls-executable-face, eshell-ls-readonly-face)
20458 (eshell-ls-unreadable-face, eshell-ls-special-face)
20459 (eshell-ls-missing-face, eshell-ls-archive-face)
20460 (eshell-ls-backup-face, eshell-ls-product-face)
20461 (eshell-ls-clutter-face):
20462 * eshell/em-prompt.el (eshell-prompt-face):
20463 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20464 * obsolete/old-whitespace.el (whitespace-highlight-face):
20465 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20466 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20467 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20468 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20469 (antlr-font-lock-literal-face):
20470 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20471 (ebrowse-root-class-face, ebrowse-file-name-face)
20472 (ebrowse-default-face, ebrowse-member-attribute-face)
20473 (ebrowse-member-class-face, ebrowse-progress-face):
20474 * progmodes/make-mode.el (makefile-space-face):
20475 * progmodes/sh-script.el (sh-heredoc-face):
20476 * textmodes/flyspell.el (flyspell-incorrect-face)
20477 (flyspell-duplicate-face):
20478 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20479 * textmodes/texinfo.el (texinfo-heading-face):
20480 Mark face aliases with "-face" suffix as obsolete.
20482 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20485 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20486 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20487 easy-menu-define wants to modify these.
20489 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20491 * net/browse-url.el (browse-url-file-url):
20492 * term/internal.el (dos-codepage-setup):
20493 Use default-value rather than default-enable-multibyte-characters.
20495 * progmodes/etags.el (etags-goto-tag-location):
20496 * progmodes/flymake.el (flymake-highlight-line)
20497 (flymake-goto-file-and-line, flymake-goto-line):
20498 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20499 (gdb-goto-breakpoint):
20500 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20501 * progmodes/python.el (python-find-function)
20502 (python-pdbtrack-track-stack-file):
20503 * progmodes/verilog-mode.el (verilog-surelint-off):
20504 * term/ns-win.el (ns-open-file-select-line):
20505 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20506 Use forward-line rather than goto-line.
20508 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20509 * textmodes/reftex-index.el (reftex-display-index):
20510 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20511 * textmodes/reftex-toc.el (reftex-toc):
20512 Remove unnecessary bindings of default-major-mode (all are followed by
20513 major-mode check and possible mode switch).
20515 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20517 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20518 Handle watchpoints (bug#4282).
20519 (def-gdb-thread-buffer-command): Enable thread to be selected by
20520 clicking without selecting threads buffer first.
20521 (gdb-current-context-command): Use selected frame so that "up",
20522 "down" etc work in the GUD buffer.
20523 (gdb-update): Find selected frame before rendering stack buffer.
20524 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20526 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20528 * progmodes/sym-comp.el (displayed-completions): Remove.
20529 (symbol-complete): Use minibuffer-complete.
20531 2009-08-31 Glenn Morris <rgm@gnu.org>
20533 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20535 * apropos.el (apropos-symbols-internal):
20536 Handle (obsolete) face aliases.
20538 * faces.el (describe-face): Adjust the output format to be more like
20539 describe-variable, and to mention (obsolete) face aliases.
20540 Adjust the whitespace so that help-setup-xref works.
20542 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20543 * calendar/diary-lib.el (diary-button-face):
20544 Mark these face aliases as obsolete.
20546 * calendar/calendar.el (calendar-today): Doc fix.
20548 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20550 * progmodes/gdb-mi.el (gdb-control-all-threads)
20551 (gdb-control-current-thread): Force tool bar update.
20552 (gdb-non-stop-handler): New function.
20553 (gdb-init-1): Use it to test if non-stop mode is supported.
20554 Remove unused gdbmi buffer type.
20556 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20558 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20559 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20561 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20563 * comint.el (comint-exec-1): Check command is non-null first.
20564 Part of gdb-mi.el change (2009-08-28).
20566 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20568 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20570 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20572 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20573 instead of `dolist' to avoid a recursive require when bootstrapping.
20575 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20577 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20579 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20581 * net/imap.el (imap-send-command): Simplify.
20582 (imap-wait-for-tag): point-max -> buffer-size.
20584 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20586 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20587 with constant argument.
20589 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20591 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20593 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20594 Change default, since most of our files don't have a history.
20595 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20598 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20601 * calc/calc.el: Improve commenting convention.
20602 (calc-digit-map, toplevel): Simplify.
20604 * comint.el (comint-insert-input): Be careful to only set point if we
20605 don't delegate to some other command.
20607 * proced.el (proced-signal-list): Make it an alist.
20608 (proced-grammar-alist): Capitalize names.
20609 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20610 Disable undo manually and make it read-only.
20611 Use completion-annotate-function.
20613 * minibuffer.el (minibuffer-message): If the current buffer is not
20614 a minibuffer, insert the message in the echo area rather than at the
20616 (completion-annotate-function): New variable.
20617 (minibuffer-completion-help): Use it.
20618 (completion--embedded-envvar-table): Environment vars are
20619 always case-sensitive.
20621 2009-08-30 Glenn Morris <rgm@gnu.org>
20623 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20624 from fortran-current-defun.
20625 (fortran-beginning-of-subprogram): Be more precise about finding the
20626 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20627 (fortran-end-of-subprogram): Simplify.
20628 (fortran-current-defun): Use fortran-start-prog-re.
20630 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20632 * subr.el (do-after-load-evaluation): Simplify.
20634 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20636 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20638 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20639 (vc-rcs-print-log): Use it.
20641 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20643 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20645 * paths.el (abbrev-file-name): Move to abbrev.el.
20646 * abbrev.el (abbrev-file-name): Move from paths.el.
20647 Obey user-emacs-directory.
20648 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20649 user-emacs-directory.
20650 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20651 abbrev-file-name and calc-settings-file any more.
20652 * startup.el (command-line): Recompute abbrev-file-name and
20653 abbreviated-home-dir.
20654 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20655 of the special code for when C-h bindings haven't been changed.
20656 (display-startup-echo-area-message): Use with-current-buffer.
20657 (command-line-1): Use a list of strings, rather than a list of lists
20658 of strings for longopts.
20660 * files.el (get-free-disk-space): Use / for default-directory.
20662 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20663 Use with-current-buffer.
20665 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20666 Recognize immutable variables like most-positive-fixnum.
20667 (byte-compile-setq-default): Check and warn if trying to assign
20668 to an immutable variable, or a non-variable.
20670 * progmodes/cc-vars.el (c-comment-continuation-stars):
20671 * progmodes/cc-engine.el (c-looking-at-bos):
20672 * progmodes/cc-cmds.el (c-toggle-auto-state)
20673 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20674 (c-comment-line-break-function): Add version of obsolescence.
20676 2009-08-28 Juri Linkov <juri@jurta.org>
20678 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20679 associated with `archive-mode'.
20681 * image.el (image-type-header-regexps): Use only JPEG magic number
20682 to determine JPEG images, and don't use `image-jpeg-p' because
20683 Emacs can display non-JFIF non-Exif JPEG images.
20685 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20687 * arc-mode.el (archive-mode):
20688 * emacs-lisp/re-builder.el (re-builder-unload-function):
20689 Protect against the default value of `major-mode' being nil.
20691 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20693 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20694 Fix typos in docstrings.
20696 * progmodes/js.el (js--macro-decl-re): Doc fix.
20697 (js--plain-method-re, js--split-name): Refloc docstring.
20698 (js--class-styles, js--make-merged-item, js--splice-into-items):
20699 Fix typos in docstrings; reflow docstrings.
20700 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20701 (js--variable-decl-matcher, js--inside-pitem-p)
20702 (js--parse-state-at-point, js--get-all-known-symbols)
20703 (js--symbol-history, js-find-symbol, js--js-references)
20704 (js--moz-interactor, js--js-encode-value, js--read-tab):
20705 Fix typos in docstrings.
20707 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20709 * textmodes/reftex.el (reftex-get-file-buffer-force):
20710 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20711 * emulation/viper.el (viper-go-away, viper-set-hooks):
20712 * emacs-lisp/re-builder.el (re-builder-unload-function):
20713 * emacs-lisp/bytecomp.el (byte-compile-file):
20714 * ses.el (ses-unload-function):
20715 * hexl.el (hexl-find-file):
20716 * files.el (normal-mode):
20717 * ehelp.el (with-electric-help):
20718 * autoinsert.el (auto-insert-alist):
20719 * arc-mode.el (archive-mode):
20720 Use (default-value 'major-mode) instead of default-major-mode.
20722 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20723 * international/mule.el (load-with-code-conversion):
20724 * emacs-lisp/debug.el (debug):
20725 * ediff-vers.el (ediff-rcs-get-output-buffer):
20726 * dired.el (dired-internal-noselect): Don't let-bind
20727 default-major-mode around code that doesn't use it.
20728 E.g. buffer creation via get-buffer-create doesn't use it.
20730 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20732 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20733 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20734 when writing the temp file. Otherwise, epa-file gets confused.
20735 (tramp-register-file-name-handlers): Make it a defun. Move also
20736 `epa-file-handler' to the front of `file-name-handler-alist'.
20738 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20740 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20741 start right after a ^M.
20742 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20743 (tramp-completion-file-name-regexp-separate)
20744 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20745 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20746 Don't modify last-coding-system-used by accident.
20747 (tramp-completion-file-name-handler): Apply the checks here,
20748 instead during registration.
20749 (tramp-register-file-name-handlers): Rename from
20750 `tramp-register-file-name-handler'. Register both
20751 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20752 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20754 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20756 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20757 Remove variable ...
20758 (gdb-init-1, gdb-display-separate-io-buffer)
20759 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20761 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20762 (gdb-inferior-filter): Use comint-output-filter to stop
20763 echoing and remove ^M characters.
20765 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20767 * emulation/viper-init.el (viper-restore-cursor-type):
20768 * emulation/cua-base.el (cua--update-indications):
20769 Replace default-cursor-type with (default-value 'cursor-type).
20771 * mail/sendmail.el (mail-recover-1):
20772 * international/mule-diag.el (describe-current-coding-system-briefly)
20773 (describe-current-coding-system):
20774 * international/mule-cmds.el (select-safe-coding-system)
20775 (select-message-coding-system)
20776 (set-language-environment-coding-systems, set-locale-environment):
20777 * hexl.el (hexl-insert-multibyte-char):
20778 * dos-w32.el (find-buffer-file-type-coding-system):
20779 * simple.el (what-cursor-position):
20780 Replace uses of default-buffer-file-coding-system
20781 with (default-value 'buffer-file-coding-system).
20783 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20784 Replace uses of default-cursor-in-non-selected-windows
20785 with (default-value 'cursor-in-non-selected-windows).
20786 Use with-current-buffer.
20788 * mail/feedmail.el: Use CL macros.
20789 (feedmail-run-the-queue, feedmail-send-it-immediately):
20790 * dos-w32.el (find-buffer-file-type): Replace uses of
20791 default-buffer-file-type with (default-value 'buffer-file-type).
20793 2009-08-28 Glenn Morris <rgm@gnu.org>
20795 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20796 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20797 Use default-value of major-mode rather than default-major-mode.
20799 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20801 * Makefile.in (update-elcfiles): Report left over elc files.
20803 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20804 expand-file-name and with-current-buffer.
20805 (mail-get-names, mail-directory): Use with-current-buffer.
20807 * vc.el (vc-read-revision): New function.
20808 (vc-version-diff, vc-merge): Use it.
20810 2009-08-27 Sam Steingold <sds@gnu.org>
20812 * simple.el (kill-do-not-save-duplicates): New user option.
20813 (kill-new): When it is non-nil, and the new string is the same as
20814 the latest kill, set replace to t to avoid duplicates in kill-ring.
20816 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20818 * net/tramp.el (tramp-handle-process-file): Do not flush all
20819 caches when `process-file-side-effects' is set.
20820 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20821 instead of `tramp-find-file-exists-command'.
20822 Unset `process-file-side-effects'.
20824 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20826 * net/tramp.el (tramp-methods): New method "rsyncc".
20827 (top): Add completion function for "rsyncc".
20828 (tramp-message-show-message): New defvar.
20829 (tramp-message, tramp-error): Use it.
20830 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20832 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20833 `tramp-methods' entry `copy-env' of "rsyncc".
20834 (tramp-vc-registered-read-file-names): New defconst.
20835 (tramp-vc-registered-file-names): New defvar.
20836 (tramp-handle-vc-registered): Implement optimization strategy.
20837 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20838 (tramp-vc-file-name-handler): New defun.
20839 (tramp-get-ls-command, tramp-get-test-command)
20840 (tramp-get-file-exists-command, tramp-get-remote-ln)
20841 (tramp-get-remote-perl, tramp-get-remote-stat)
20842 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20844 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20845 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20847 (tramp-get-file-property): Check for timestamps in
20848 `tramp-cache-inhibit-cache'.
20849 (tramp-set-file-property): Write timestamp.
20851 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20853 * language/japan-util.el (japanese-symbol-table): Add entries for
20856 * international/characters.el: Add category `j' to cp932-2-byte.
20858 2009-08-27 Kenichi Handa <handa@m17n.org>
20860 * international/fontset.el (build-default-fontset-data): New macro.
20861 (setup-default-fontset): Use build-default-fontset-data for CJK,
20862 tibetan, ethiopic, and ipa.
20864 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20866 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20867 (enable-multibyte-characters): Not customizable any more.
20869 * subr.el (default-mode-line-format, default-header-line-format)
20870 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20871 (default-direction-reversed, default-truncate-lines)
20872 (default-left-margin, default-tab-width, default-case-fold-search)
20873 (default-left-margin-width, default-right-margin-width)
20874 (default-left-fringe-width, default-right-fringe-width)
20875 (default-fringes-outside-margins, default-scroll-bar-width)
20876 (default-vertical-scroll-bar, default-indicate-empty-lines)
20877 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20878 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20879 (default-scroll-down-aggressively, default-fill-column)
20880 (default-cursor-type, default-buffer-file-type)
20881 (default-cursor-in-non-selected-windows)
20882 (default-buffer-file-coding-system, default-major-mode)
20883 (default-enable-multibyte-characters): Mark as obsolete.
20885 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20887 * vc-dir.el (vc-dir-update): Remove debug helper.
20889 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20891 2009-08-26 Sam Steingold <sds@gnu.org>
20893 * simple.el (save-interprogram-paste-before-kill): New user option.
20894 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20895 save the interprogram-paste into kill-ring before overriding it
20896 with the Emacs kill.
20898 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20900 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20901 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20902 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20903 and move to vc-rcs.el.
20904 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20906 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20907 (vc-rcs-update-changelog): Remove.
20908 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20909 and move to vc-rcs.el.
20911 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20912 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20914 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20915 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20916 vc.el, renamed to be RCS specific.
20918 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20920 (vc-cvs-update-changelog): Move here from vc.el.
20922 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20925 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20927 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20929 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20931 * vc-git.el (vc-git-register): Use "git add" for directories.
20932 (vc-git-stash, vc-git-stash-show): New functions.
20933 (vc-git-extra-menu-map): Bind them.
20935 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20936 directory correctly in case the item is a directory itself.
20938 * vc.el: Document the desired behavior for reverted files in the
20940 (vc-default-prettify-state-info): Remove function, unused.
20942 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20944 2009-08-26 Glenn Morris <rgm@gnu.org>
20946 * bindings.el (standard-mode-line-format): Reposition dashes in
20947 which-func entry. (Bug#4217)
20949 * files.el (enable-local-variables, enable-local-eval)
20950 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20952 (auto-mode-alist, ignored-local-variables)
20953 (save-some-buffers-action-alist): Move risky declarations to the
20955 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20956 (font-lock-defaults, format-alist, imenu--index-alist)
20957 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20958 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20959 (mode-line-modified, mode-line-mule-info, mode-line-position)
20960 (mode-line-process, mode-line-remote, outline-level)
20961 (parse-time-rules, rmail-output-file-alist)
20962 (special-display-buffer-names, vc-mode):
20963 Move risky declarations to the relevant files.
20964 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20965 (mode-line-modified, mode-line-process, mode-line-position)
20966 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20967 * font-core.el (font-lock-defaults):
20968 * format.el (format-alist):
20969 * vc-hooks.el (vc-mode):
20970 * window.el (special-display-buffer-names):
20971 * international/mule-cmds.el (input-method-alist):
20972 Define riskiness here (dumped file) rather than in files.el.
20973 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20974 * imenu.el (imenu-generic-expression, imenu--index-alist):
20975 * outline.el (outline-level):
20976 * time.el (display-time-string):
20977 * calendar/parse-time.el (parse-time-rules):
20978 * mail/rmailout.el (rmail-output-file-alist):
20979 Autoload riskiness here, rather than placing in files.el.
20981 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20983 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20985 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20987 * simple.el (process-file-side-effects): New defvar.
20989 * dired-aux.el (dired-show-file-type):
20990 * vc.el (vc-diff-internal):
20991 * vc-arch.el (vc-arch-diff):
20992 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20993 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20994 * vc-git.el (vc-git-registered, vc-git-working-revision)
20995 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20996 (vc-git--empty-db-p):
20997 * vc-hooks.el (vc-user-login-name):
20998 * vc-svn.el (vc-svn-registered, vc-svn-state)
20999 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21000 * progmodes/grep.el (grep-probe): Let-bind
21001 `process-file-side-effects' with nil.
21003 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21005 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21006 daemon. Replace ping by checking for running service for bluez
21007 and zeroconf. (Bug#4239)
21009 2009-08-25 Kevin Ryde <user42@zip.com.au>
21011 * net/dig.el (dig): Add autoload cookie.
21013 2009-08-25 Glenn Morris <rgm@gnu.org>
21015 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21016 load-history for absolute file-names.
21017 (byte-compile-file-form-require): Warn about use of the cl package.
21019 * format.el (format-alist): Doc fix.
21021 * play/bubbles.el (top-level): Don't require cl at run-time.
21023 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21026 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21028 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21030 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21032 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21034 * calc/calc-alg.el (math-trig-rewrite)
21035 (math-hyperbolic-trig-rewrite): New functions.
21036 (calc-simplify): Simplify trig functions when asked.
21038 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21040 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21042 2009-08-24 Kenichi Handa <handa@m17n.org>
21044 * language/ind-util.el (mapthread): Delete it.
21045 (combinatorial): New function.
21046 (indian--puthash-cv): Use combinatorial instead of mapthread.
21048 2009-08-22 Kevin Ryde <user42@zip.com.au>
21050 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21051 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21052 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21053 Clarify docstring that the value is strings not symbols.
21054 (checkdoc-list-of-strings-p): New function.
21056 2009-08-22 Glenn Morris <rgm@gnu.org>
21058 * files.el (auto-mode-alist):
21059 * hippie-exp.el (he-concat-directory-file-name):
21060 * lpr.el (lpr-windows-system, printer-name):
21061 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21062 * ps-print.el (ps-windows-system):
21063 * startup.el (command-line):
21064 * emulation/viper-ex.el (viper-glob-function):
21065 * international/mule-cmds.el (set-language-environment-coding-systems):
21066 * net/ange-ftp.el (ange-ftp-write-region):
21067 * obsolete/fast-lock.el (fast-lock-cache-name):
21068 Remove code for defunct system-types emx, macos, mswindows, next-mach,
21069 unisoft-unix, vax-vms, win32, w32.
21071 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21072 given name if the pattern is not more specific.
21074 * calendar/lunar.el (lunar-phase-names): New option.
21075 (lunar-phase): Doc fix.
21076 (lunar-cycles-per-year): New constant.
21077 (lunar-index): New function.
21078 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21079 (lunar-phase-name): Use lunar-phase-names.
21080 (calendar-lunar-phases): Use format.
21081 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21083 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21084 Copy imenu-example--name-and-position function here for own use.
21085 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21087 * bs.el (bs--redisplay):
21088 * cus-edit.el (custom-redraw):
21089 * ibuffer.el (ibuffer-bury-buffer):
21090 * server.el (server-goto-line-column):
21091 * startup.el (command-line-1):
21092 * strokes.el (strokes-xpm-for-stroke):
21093 * term.el (term-display-buffer-line):
21094 * view.el (View-goto-line):
21095 * calc/calc.el (calc-do, calc-trail-buffer):
21096 * play/gamegrid.el (gamegrid-add-score-insecure):
21097 * progmodes/ada-mode.el (ada-compile-goto-error):
21098 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21099 (ebrowse-select-1st-to-9nth):
21100 * progmodes/cperl-mode.el (cperl-time-fontification):
21101 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21102 * progmodes/gud.el (gud-display-line):
21103 (idlwave-shell-display-line):
21104 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21105 * progmodes/make-mode.el (makefile-browser-toggle):
21106 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21107 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21108 * textmodes/picture.el (picture-draw-rectangle):
21109 * textmodes/reftex-index.el (reftex-index-goto-letter):
21110 (reftex-select-jump-to-previous):
21111 * textmodes/reftex-sel.el (reftex-find-start-point)
21112 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21113 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21114 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21115 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21116 * textmodes/two-column.el (2C-associated-buffer):
21117 Use forward-line rather than goto-line.
21119 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21122 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21123 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21124 (quick-check-list-to-regexp): Declare.
21126 * progmodes/make-mode.el (makefile-browser-insert-selection):
21127 Use goto-char rather than goto-line.
21129 * progmodes/prolog.el (compilation-error-regexp-alist)
21130 (compilation-forget-errors): Declare.
21132 2009-08-22 Juri Linkov <juri@jurta.org>
21134 * progmodes/grep.el (lgrep, rgrep): At the beginning
21135 set `dir' to `default-directory' unless `dir' is a non-nil
21136 readable directory. (Bug#4052)
21137 (lgrep, rgrep): Change a weird way to report an error
21138 from using `read-string' to using `error'.
21139 Instead of using interactive arguments in the function body,
21140 add new argument `confirm'.
21142 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21144 * textmodes/remember.el (remember-buffer):
21145 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21146 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21147 (icalendar-extract-ical-from-buffer):
21148 * net/newst-treeview.el (newsticker-groups-filename):
21149 * net/newst-backend.el (newsticker-cache-filename):
21150 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21151 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21152 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21153 (speedbar-buffers-line-path, speedbar-path-line)
21154 (speedbar-buffers-line-path):
21155 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21157 * epa.el (epa-display-verify-result):
21158 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21160 2009-08-21 Glenn Morris <rgm@gnu.org>
21162 * progmodes/js.el (inferior-moz-process): Fix declaration.
21164 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21166 * obsolete/rnewspost.el (news-mail-reply):
21167 Use goto-char rather than goto-line.
21169 * term/ns-win.el (ns-open-file-select-line):
21170 Use line-beginning-position rather than goto-line.
21172 * apropos.el (apropos-command):
21173 * ehelp.el (electric-helpify):
21174 * printing.el (pr-show-setup):
21175 * strokes.el (strokes-help):
21176 * tutorial.el (tutorial--describe-nonstandard-key)
21177 (tutorial--detailed-help):
21178 * woman.el (woman-mini-help, woman-display-extended-fonts):
21179 * calc/calc-help.el (calc-describe-key):
21180 * emulation/edt.el (edt-electric-helpify):
21181 * international/mule-diag.el (mule-diag):
21182 * play/yow.el (apropos-zippy):
21183 * progmodes/python.el (python-describe-symbol):
21184 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21185 * textmodes/table.el (*table--cell-describe-mode)
21186 (*table--cell-describe-bindings):
21187 Use help-print-return-message rather than the now obsolete alias.
21189 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
21190 (calendar-cursor-to-visible-date):
21191 * play/5x5.el (5x5-position-cursor):
21192 * play/decipher.el (decipher):
21193 * play/gomoku.el (gomoku-goto-xy):
21194 * play/landmark.el (lm-goto-xy):
21195 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21196 (mpuz-paint-digit):
21197 Use forward-line, not goto-line.
21199 * mail/rmail.el (rmail-obsolete): Delete custom group.
21200 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21201 (rmail-remote-password, rmail-remote-password-required):
21202 Remove unneeded :set-after and :set properties.
21204 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
21206 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21208 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21210 * loadup.el: Remove leftover macos code.
21212 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21213 Explicitly pass the date format to git blame so that user local
21214 so that the output format can be parsed.
21216 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
21218 * net/dbus.el (top): Don't check for (getenv
21219 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21221 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21223 * log-edit.el (log-edit-strip-single-file-name): New var.
21224 (log-edit-insert-changelog): Use it. Bug#3571.
21226 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21228 * subr.el (read-passwd): Use read-key so keypad keys work as well.
21231 * help.el (help-print-return-message): Rename from
21232 print-help-return-message.
21234 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21235 cvs-mode-map parent hack.
21236 (log-view-mode): Derive from special-mode.
21238 * linum.el (linum-mode): window-size-change-functions is redundant.
21239 Adapt to new window-configuration-change-hook behavior.
21240 (linum-after-size, linum-after-config): Remove.
21242 * imenu.el (imenu-example--name-and-position)
21243 (imenu-example--lisp-extract-index-name)
21244 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21247 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21248 (inferior-prolog-mode): Use it.
21249 (inferior-prolog-load-file): Reset list of errors.
21251 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21253 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21255 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21257 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
21259 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21260 is running already.
21262 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21264 * subr.el (listify-key-sequence-1): Use normal syntax since those
21265 integers are nowadays always represented by the same (positive) number
21267 (read-key-empty-map): New const.
21268 (read-key-delay): New var.
21269 (read-key): New function.
21270 (force-mode-line-update): Use with-current-buffer.
21271 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21272 (start-process-shell-command, start-file-process-shell-command):
21273 Discourage the use of command-args.
21275 2009-08-19 Glenn Morris <rgm@gnu.org>
21277 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21279 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21281 * simple.el (choose-completion-string): Don't rely on
21282 minibuffer-completing-file-name and ad-hoc checks to decide whether
21283 to continue completion or not.
21285 * minibuffer.el (minibuffer-hide-completions): New function.
21286 (completion--do-completion): Use it.
21287 (completions-annotations): New face.
21288 (completion--insert-strings): Use it.
21289 (completion-pcm--delim-wild-regex): Add docstring.
21290 (completion-pcm--string->pattern): Add support for 0-width delimiters
21291 in completion-pcm--delim-wild-regex.
21293 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21295 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21296 Remove unused var `buffer-modified-p'.
21298 * minibuffer.el (completion--do-completion): Move point for the #b001
21299 case as well (bug#4176).
21300 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21302 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
21304 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21305 and :session buses.
21307 2009-08-18 Kenichi Handa <handa@m17n.org>
21309 * international/ucs-normalize.el (ucs-normalize-version):
21311 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21312 (utf-8-hfs): Make it perform normalization on encoding too.
21314 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21315 (sentence-end-without-space): Delete duplicated chars.
21316 (sentence-end-base): Likewise.
21318 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21319 (html-mode): Delete duplicated chars from sentence-end-base.
21321 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21322 (texinfo-mode): Delete duplicated chars from sentence-end-base.
21324 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
21326 * files.el (hack-one-local-variable): If the mode function is for
21327 a minor mode, pass it an argument (Bug#4148).
21329 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
21331 * net/tramp.el (tramp-register-completion-file-name-handler):
21332 Check also for (member 'partial-completion completion-styles).
21334 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21336 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21339 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
21341 * progmodes/cperl-mode.el: Merge upstream 6.2.
21342 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21343 (cperl-forward-re): Check cperl-brace-recursing.
21344 (cperl-highlight-charclass): New function.
21345 (cperl-find-pods-heres): Use it.
21346 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
21347 (cperl-beautify-regexp-piece): Fix column calculation.
21348 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
21349 (cperl-beautify-level): Don't process entire regexp.
21350 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21352 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21353 (cperl-init-faces): Build a list in the normal way.
21355 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21357 * calendar/parse-time.el (parse-time-string-chars): Save match
21360 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21362 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21363 (sql-product): Use it.
21364 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21365 (sql-set-product): Add completion.
21366 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21367 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21368 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21369 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21370 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21371 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21372 (sql-highlight-db2-keywords): Remove.
21373 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21374 (sql-highlight-product): Use derived-mode-p.
21375 (sql-set-sqli-buffer): Use with-current-buffer.
21376 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21379 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21381 * term.el: Fix commenting convention, turn comments into docstrings.
21383 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21385 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21387 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
21389 * calendar/parse-time.el (parse-time-string-chars): Compute using
21390 character classes, to handle non-ascii characters (Bug#3190).
21392 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21394 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21395 another heredoc if the user adds another < (Bug#3226).
21397 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21398 Don't initialize based on window-system (Bug#4124).
21400 * facemenu.el (facemenu-read-color): Use a completion function
21401 that accepts any defined color, such as RGB triplets (Bug#3677).
21403 * files.el (get-free-disk-space): Change fallback default
21404 directory to /. Expand DIR argument before switching to fallback.
21405 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21407 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21409 * files.el (load-library): Doc fix.
21411 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
21413 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
21414 (viper-if-string): Redefine C-s in the minibuffer to insert the last
21415 incremental search string.
21417 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
21420 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21421 (ediff-merge-region-is-non-clash)
21422 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
21423 Also check if the job is really a merge job.
21425 * ediff.el (ediff-current-file): New function.
21427 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21429 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21431 (js-insert-and-indent): Delete function.
21432 (js-mode-map): Don't bind keys to js-insert-and-indent.
21433 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21434 (js-end-of-defun): Rename from js--end-of-defun.
21435 (js-auto-indent-flag): Delete variable.
21437 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
21439 * progmodes/js.el: Remove proclaim statement.
21440 Defvar which-func-imenu-joiner-function to silence compiler.
21442 * files.el (auto-mode-alist): Use js-mode for .js files.
21444 * progmodes/js2-mode.el: Remove file.
21446 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21448 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21450 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
21452 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
21453 Karl Landstrom <karl.landstrom@brgeight.se>
21455 * progmodes/js.el: New file.
21457 2009-08-14 Mark A. Hershberger <mah@everybody.org>
21459 * timezone.el (timezone-parse-date): Add ability to understand ISO
21460 basic format (minimal separators) dates in addition to the
21461 already-supported extended format dates.
21463 2009-08-14 Eli Zaretskii <eliz@gnu.org>
21465 * international/ucs-normalize.el: Add a `coding' file variable.
21467 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21469 2009-08-14 Sam Steingold <sds@gnu.org>
21471 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21473 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
21475 * faces.el (help-argument-name): Define it here instead of
21476 help-fns.el, because in daemon mode help-fns.el may be loaded when
21477 faces are still uninitialized (Bug#1078).
21479 * help-fns.el (help-argument-name): Move defface to faces.el.
21481 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
21483 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21484 create buffer with a pty but no process so that GDB can make the
21485 inferior the controlling process.
21487 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21489 * international/ucs-normalize.el: New file.
21491 2009-08-13 Richard Stallman <rms@gnu.org>
21493 * mail/rmail.el (rmail-get-attr-names):
21494 Accept an attribute header that is too short.
21496 * mail/rmail.el (rmail-forget-messages):
21497 Ignore nil elt in rmail-message-vector. Use dotimes.
21499 * progmodes/compile.el (compilation-goto-locus):
21500 Use next-error-move-function.
21502 * simple.el (next-error-move-function): New variable.
21504 2009-08-12 Juri Linkov <juri@jurta.org>
21506 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21507 always non-nil. (Bug#4052)
21509 * replace.el (read-regexp): Return empty string when
21510 `default-value' is nil.
21511 (keep-lines-read-args): Don't use empty string as the
21512 default value for `read-regexp'. (Bug#2495)
21514 2009-08-12 Juri Linkov <juri@jurta.org>
21516 * international/mule-cmds.el (ucs-insert): Change arguments
21517 from `arg' to `character', `count', `inherit' to be the same
21518 as in `insert-char'. Doc fix. (Bug#4039)
21520 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21522 2009-08-12 Juri Linkov <juri@jurta.org>
21524 * files-x.el: New file.
21526 * files.el: Move code that deals with adding/deleting
21527 file/directory-local variables to files-x.el.
21529 * Makefile.in (ELCFILES): Add files-x.elc.
21531 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21533 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21534 to use `goto-line'.
21535 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21537 (gdb-invalidate-disassembly): Do not refresh upon receiving
21538 'update signal. Instead, update all disassembly buffers only after
21540 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21541 (gdb-starting): Move -data-list-register-names...
21542 (gdb-stopped): ...here so it's sent when first thread stops.
21543 (gdb-registers-handler-custom): Do nothing if register names are
21546 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21547 from `gdb-mi.el' to avoid extra tangling.
21549 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21550 change which breaks `gud-def' definitions used in `gdb'.
21551 (gdb-update-gud-running): No extra fuss for updating frame number.
21553 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21555 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21556 (describe-language-environment-map, setup-language-environment-map)
21557 (set-coding-system-map): Move initialization into declaration.
21558 (set-language-info-alist): Last arg to define-key-after can be skipped.
21560 * international/quail.el (quail-completion-1): Simplify.
21561 (quail-define-rules): Use slightly more compact code.
21562 (quail-insert-decode-map): Propertize keys, compact columns.
21564 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21567 2009-08-10 Miles Bader <miles@gnu.org>
21569 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21570 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21571 (js2-instance-member, js2-private-member, js2-private-function-call)
21572 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21573 (js2-magic-paren, js2-external-variable):
21574 Remove "-face" suffix from face names.
21575 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21576 (js2-highlight-undeclared-vars, js2-peek-token)
21577 (js2-parse-function-params, js2-mode-show-errors)
21578 (js2-mode-show-warnings, js2-make-magic-delimiter)
21579 (js2-mode-highlight-magic-parens): Update to use new face names.
21581 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21583 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21584 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21586 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21588 * subr.el: Provide hashtable-print-readable.
21590 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21591 hs-c-like-adjust-block-beginning.
21592 (hs-hide-block-at-point): Stop hiding at the beginning of
21593 hs-block-end-regexp (Bug#700).
21595 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21597 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21599 (gdb-registers-handler-custom): Do not fail when register names
21602 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21604 * progmodes/gdb-mi.el (gdb-control-all-threads)
21605 (gdb-control-current-thread): Interactive setters for
21606 `gdb-gud-control-all-threads' to use in menu.
21607 (gdb-show-run-p): Show «Go» when process is not active.
21608 (gud-tool-bar-map): Add non-stop/A,T indicator.
21609 Uses gud/thread.xpm and gud/all.xpm.
21611 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21613 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21614 (nslookup-font-lock-keywords): Make it a variable.
21615 (net-utils-mode): New mode for viewing diagnostic network output.
21616 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21617 (net-utils-run-simple): New function.
21618 (ifconfig, iwconfig, netstat, arp, route): Use it.
21620 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21622 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21623 (gdb-memory-set-address, def-gdb-set-positive-number)
21624 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21625 after changing settings.
21626 (gdb-invalidate-disassembly): Update when first shown.
21627 (gdb-edit-locals-value): Fix.
21628 (gdb-registers-handler-custom): Print registers in right order and
21629 allow changing register values (only for current thread yet).
21630 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21631 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21632 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21633 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21634 Thread info in mode name.
21635 (gdb-registers-mode-map): TAB to switch to locals.
21637 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21639 * mail/rmail.el (rmail-add-mbox-headers)
21640 (rmail-set-message-counters-counter): Search for
21641 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21643 2009-08-08 Glenn Morris <rgm@gnu.org>
21645 * Makefile.in (ELCFILES): Update.
21647 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21649 * mail/sendmail.el (mail-yank-original):
21650 Set buffer-file-coding-system from the one used by the message whose
21653 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21654 to "windows" when "pgnuplot" is used.
21655 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21656 Don't call accept-process-output if "pgnuplot" is used.
21657 (calc-graph-init): Don't send -display and -geometry to
21658 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21659 running "pgnuplot -V" with shell-command-to-string.
21661 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21664 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21666 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21669 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21671 * vc-dispatcher.el (vc-resynch-window): Update comment.
21673 * term.el (term-handle-ansi-escape): Add comments with the
21674 terminfo capabilities implemented.
21676 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21678 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21679 (gdb-var-create-handler): Rewritten using JSON parser.
21680 (gdb-propertize-header): Move earlier.
21681 (gdb-set-header): Remove to avoid duplication.
21682 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21683 Refresh disassembly buffers only after threads list have been
21685 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21688 2009-08-04 Juri Linkov <juri@jurta.org>
21690 * files.el: Commands to add/delete file/directory-local variables.
21691 (read-file-local-variable, read-file-local-variable-value)
21692 (read-file-local-variable-mode, modify-file-local-variable)
21693 (modify-file-local-variable-prop-line)
21694 (modify-dir-local-variable): New functions.
21695 (add-file-local-variable, delete-file-local-variable)
21696 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21697 (add-dir-local-variable, delete-dir-local-variable)
21698 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21699 (copy-dir-locals-to-file-locals-prop-line): New commands.
21701 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21703 * abbrev.el (insert-abbrev-table-description): Prettify output.
21704 Suggested by Karl Chen.
21706 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21708 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21709 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21710 (gdb-overlay-arrow-position, gdb-thread-position)
21711 (gdb-disassembly-position): Declare variables.
21712 (gdb-wait-for-pending): Function now.
21713 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21714 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21715 compilation goes smoothly.
21716 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21717 (gdb-non-stop-setting): New customization setting which replaces
21718 `gdb-non-stop' so changing it doesn't break active GDB session.
21719 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21720 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21721 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21722 (gdb-show-threads-by-default): New customization options.
21723 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21725 (gdb-get-buffer-create): Send buffers update signal when they are
21727 (gdb-invalidate-locals, gdb-invalidate-registers)
21728 (gdb-invalidate-breakpoints)
21729 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21730 (gdb-invalidate-memory): Accept update signal.
21731 (gdb-current-context-command): Use --frame option.
21732 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21733 Implement `gdb-frame-number' selection logic.
21734 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21735 whether to show GUD toolbar buttons.
21736 (gdb-thread-exited): Unselect current thread when it exits.
21737 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21738 (gdb-mark-line): Routine which sets overlay arrow or inverses
21739 video on fringeless displays.
21740 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21741 to build aligned columns of data in GDB buffers and set text
21742 properties line-by-line.
21743 (gdb-invalidate-breakpoints)
21744 (gdb-breakpoints-list-handler-custom)
21745 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21746 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21747 (gdb-registers-handler-custom): Align data columns.
21748 (gdb-locals-handler-custom): Now prints data like in variable
21750 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21751 Remove confusing buttons.
21752 (gdb-invalidate-threads): Append --frame.
21753 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21754 between breakpoints/threads buffers.
21755 (gdb-set-window-buffer): Now can ignore dedicated windows.
21756 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21757 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21758 (def-gdb-thread-buffer-gud-command): Replaces
21759 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21760 for fine thread control.
21761 (gdb-preempt-existing-or-display-buffer): New function used to
21762 display bound buffers without breaking window layout.
21763 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21764 (gdb-select-frame): New version of `gdb-frames-select' which now
21765 sets `gdb-frame-number' so commands may use --frame option instead
21766 of inner debugger state.
21767 (gdb-frame-handler): Do not set `gdb-frame-number'.
21768 (gdb-threads-mode-map): Select threads with mouse.
21770 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21771 avoid compilation warning.
21772 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21775 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21776 Argument `key' renamed to `buffer-type'.
21777 (gdb-current-context-buffer-name): Do not add thread info to
21778 buffer name when no thread is selected.
21779 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21780 command (bug 3794).
21781 (gdb-thread-selected): Handle `=thread-selected' notification.
21782 (gdb-wait-for-pending): New macro to deal with congestion problems.
21783 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21785 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21786 This fixes problem similar to one described in bug 3947.
21787 (gud-menu-map): More menu items.
21788 (gdb-init-1): Reset `gdb-thread-number' to nil.
21790 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21793 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21794 (gdb-current-context-command): Do not append --thread if
21795 `gdb-thread-number' is nil.
21796 (gdb-running-threads-count, gdb-stopped-threads-count):
21798 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21799 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21800 New customization options.
21801 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21803 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21804 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21805 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21806 set `gdb-thread-number' and update `gud-running' properly.
21807 (gdb-running): Update threads list when new threads appear.
21808 (gdb-stopped): Support non-stop operation and new thread switching
21810 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21811 (gdb-json-partial-output): New set of JSON routines.
21812 (def-gdb-auto-update-trigger): New `signal-list' optional
21814 (gdb-thread-list-handler-custom): Update `gud-running',
21815 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21816 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21817 (gdb-continue-thread, gdb-step-thread): New commands for fine
21818 thread execution control.
21819 (gud-menu-map): New menu items to switch non-stop options.
21820 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21821 (gdb-send): Mimic RET properly (bug 3794).
21823 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21824 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21826 (def-gdb-auto-update-handler): New nopreserve optional argument.
21827 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21829 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21830 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21831 (gdb-parent-mode): New mode to derive other GDB modes from.
21832 (gdb-display-disassembly-for-thread)
21833 (gdb-frame-disassembly-for-thread): New commands for threads
21836 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21837 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21838 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21839 (gdb-update): We now store all GDB buffers in a list so that they
21840 can be updated by traversing a list instead of calling invalidate
21841 triggers explicitly.
21842 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21843 pair for GDB buffer.
21844 (gdb-stack-buffer-name): Add thread information.
21845 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21846 handle pending triggers.
21847 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21848 (def-gdb-thread-buffer-simple-command)
21849 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21850 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21851 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21852 New commands which show buffers bound to thread.
21853 (gdb-stack-list-locals-regexp): Remove unused regexp.
21855 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21856 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21857 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21858 to (gud-comint-buffer) in *-buffer-name functions
21859 because (gdb-get-target-string) already does that.
21860 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21861 (gdb-changed-registers-handler): Rewritten without regexps.
21863 * progmodes/gdb-mi.el: Basic thread selection support.
21864 (gdb-thread-number): New variable.
21865 (gdb-current-context-command): New macro which adds --thread
21867 (gdb-threads-mode-map): Select thread with SPC.
21868 (gdb-thread-list-handler-custom): Mark current thread with overlay
21869 arrow. Synchronize GDB thread and Emacs thread.
21870 (gdb-select-thread): New command which selects current thread.
21871 (gdb-invalidate-frames, gdb-invalidate-locals)
21872 (gdb-invalidate-registers): Use --thread option.
21874 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21876 * net/tramp.el (top): Make check for tramp-gvfs loading more
21878 (tramp-handle-insert-file-contents): `unwind-protect' must be
21879 inside `with-parsed-tramp-file-name'.
21881 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21884 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21886 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21887 directory if CLASSPATH is not set.
21889 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21891 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21893 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21895 2009-08-02 Kevin Ryde <user42@zip.com.au>
21897 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21898 Update freshmeat link. Delete newsforge.com as it seems gone.
21900 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21902 * select.el (x-set-selection): Doc fix (Bug#4021).
21904 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21906 * help-fns.el (describe-variable): Treat list return values from
21907 dir-locals-find-file properly (Bug#4005).
21909 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21911 * net/tramp.el (tramp-debug-message): Print also microseconds.
21913 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21915 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21917 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21918 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21921 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21922 (tramp-get-file-property): Use it.
21924 * autorevert.el (auto-revert-handler):
21925 Allow `auto-revert-tail-mode' for remote files.
21927 2009-08-02 Jason Rumney <jasonr@gnu.org>
21929 * minibuffer.el (read-file-name): Treat confirm options to
21930 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21932 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21934 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21935 (font-lock-variable-name-face, font-lock-constant-face):
21936 Darken the colors for light backgrounds.
21938 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21940 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21941 month names. (Bug#3987)
21943 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21945 * simple.el (line-move-finish): Pass whole number to
21946 line-move-to-column.
21947 (line-move-visual): Perform hscroll to the recorded position.
21949 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21951 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21953 2009-07-29 Alan Mackenzie <acm@muc.de>
21955 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21957 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21959 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21960 (gdb-place-breakpoints): Use full path when setting breakpoints.
21962 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21964 * calc/calc.el (calc-mode-map): Add keybinding for
21965 `calc-transpose-lines'.
21967 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21969 * calc/calc-misc.el (calc-transpose-lines): New function.
21971 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21973 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21974 Simplify check for out-of-band methods.
21975 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21976 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21978 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21980 * vc-git.el (vc-git-checkin): Fix typo.
21982 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21984 * progmodes/js2-mode.el: New file.
21986 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21988 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21989 (gud-menu-map): Adjust tooltip accordingly.
21991 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21993 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21994 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21996 * add-log.el (change-log-mode-map): Add a menu.
21998 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
22000 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22001 function returns nil.
22002 (dbus-handle-event): Handle special return value :ignore.
22003 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22005 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
22007 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22010 2009-07-25 Eli Zaretskii <eliz@gnu.org>
22014 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22016 * term/pc-win.el (x-display-name, x-colors)
22017 (x-select-enable-clipboard, x-select-text): Doc fix.
22019 * term/common-win.el (x-display-name, x-colors): Doc fix.
22021 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22022 (xw-defined-colors): Doc fix.
22024 * w32-fns.el (x-select-text, x-setup-function-keys)
22025 (x-get-selection, x-set-selection): Doc fix.
22027 * term/x-win.el (x-select-text, x-setup-function-keys)
22028 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22030 * select.el (x-set-selection): Doc fix.
22032 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
22034 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22035 instead of "IsNSSSupportAvailable". Avahi ought to work also when
22036 "IsNSSSupportAvailable" method is not available.
22037 Reported by Steve Youngs <steve@sxemacs.org>.
22039 2009-07-24 Kenichi Handa <handa@m17n.org>
22041 * international/characters.el: Fix setting of category ?C, ?|, ?K,
22042 and ?H. Fix setting of case for Latin Extended and Greek Extended.
22043 (build-unicode-category-table): Fix range checks.
22045 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22047 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22048 the buffer we try to sync is current when calling
22051 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22052 not show up to date files.
22054 2009-07-24 Glenn Morris <rgm@gnu.org>
22056 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22057 Add autoload cookies. If necessary, initialize.
22058 (elint-log): Handle non-file buffers.
22059 (elint-initialize): Add optional argument to reinitialize.
22060 (elint-find-builtin-variables): Save excursion.
22062 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22064 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22067 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22069 * vc.el (vc-print-log-internal): New function, split out from ...
22070 (vc-print-log): ... here.
22071 (vc-dir-move-to-goal-column): Declare.
22073 * vc-git.el (vc-git-add-signoff): New variable.
22074 (vc-git-checkin): Use it.
22075 (vc-git-toggle-signoff): New function.
22076 (vc-git-extra-menu-map): Bind it to menu.
22077 (vc-git--run-command-string): Accept a nil FILE argument.
22078 (vc-git-stash-list): New function.
22079 (vc-git-dir-extra-headers): Use it.
22081 2009-07-23 Glenn Morris <rgm@gnu.org>
22083 * help-fns.el (describe-variable): Describe ignored and risky local
22084 variables in a similar way to that in which we describe safe ones.
22086 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22087 (byte-compile-output-file-form, byte-compile-output-docform)
22088 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22089 Give some more local variables with common names a "bytecomp-" prefix,
22090 so as not to shadow things during compilation.
22091 * emacs-lisp/cl-macs.el (load-time-value)
22092 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22093 `outbuffer' to `bytecomp-outbuffer'.
22095 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22096 since the next two variables cover them automatically now.
22097 (elint-builtin-variables, elint-autoloaded-variables): New.
22098 (elint-unknown-builtin-args): Remove all members, since they can be
22099 parsed automatically now.
22100 (elint-extra-errors): New.
22101 (elint-env-add-env, elint-env-add-macro): Use cadr.
22102 (elint-current-buffer): Use or. Change final message.
22103 (elint-get-top-forms): Use line-end-position.
22104 (elint-init-env): Use cadr. Handle autoload, declare-function,
22106 (elint-add-required-env): Doc fix. Use or. Standardize error.
22107 (regexp-assoc): Remove unused function.
22108 (elint-top-form): Set elint-current-pos, to record the start of the
22109 top-level form, for compilation-mode.
22110 (elint-form): Trap errors in macro expansion. Use dolist.
22111 (elint-unbound-variable): Use elint-builtin-variables and
22112 elint-autoloaded-variables.
22113 (elint-get-args): Use cadr, or.
22114 (elint-check-cond-form): Use dolist, cadr.
22115 (elint-check-condition-case-form): Doc fix. Use cadr.
22116 Use elint-extra-errors.
22117 (elint-log): New function.
22118 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22119 Distinguish errors and warnings.
22120 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22121 Use a bytecomp-style format.
22122 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22123 (elint-get-log-buffer): Use compilation mode. Disable undo.
22124 Don't truncate lines.
22125 (elint-initialize): Set builtin and autoloaded variable lists.
22126 Only process elint-unknown-builtin-args if non-nil.
22127 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22129 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22131 2009-07-22 Kevin Ryde <user42@zip.com.au>
22133 * net/newst-backend.el (newsticker--parse-atom-1.0)
22134 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22135 (newsticker--parse-rss-1.0):
22136 * progmodes/idlwave.el (idlwave-mode):
22137 * progmodes/idlw-shell.el (idlwave-shell-mode):
22138 * progmodes/vera-mode.el (vera-mode):
22139 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22140 * progmodes/vhdl-mode.el (vhdl-mode):
22141 * textmodes/table.el (table-generate-source)
22142 (table--warn-incompatibility):
22143 Hyperlink urls in docstrings with URL `...'.
22145 2009-07-22 Glenn Morris <rgm@gnu.org>
22147 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22148 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22149 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22150 Remove leading * from defcustom docs.
22152 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22154 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22156 (list-load-path-shadows): Optionally, just return shadows as a string.
22158 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22160 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
22162 * mail/rmailedit.el (rmail-edit-mode):
22163 Use auto-save-include-big-deletions.
22165 * mail/rmail.el (rmail-variables):
22166 Use auto-save-include-big-deletions.
22168 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22171 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22173 * calc/calc.el (calc-undo-length): New variable.
22174 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22176 2009-07-21 Richard Stallman <rms@gnu.org>
22178 * files.el (auto-save-mode): Handle buffer-save-size = -2
22181 2009-07-21 Glenn Morris <rgm@gnu.org>
22183 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22185 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22187 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22188 silence compiler. Instead...
22189 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22190 (ps-print-ensure-fontified): Update for above function name changes.
22192 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22193 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22194 silence compiler. Instead...
22195 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22196 (mh-show-buffer): Only define for compiler.
22197 (pr-mh-current-message): Update for above function name changes.
22199 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22201 (find-file-noselect, insert-file-1): Update for above change.
22203 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22205 * mail/mailclient.el (mailclient-send-it): Fix message.
22207 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22208 (edebug-eval): Check cl-debug-env is bound.
22209 (print-level, print-circle): Don't redefine built-in variables.
22211 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22212 (custom-print-vectors): Remove old comments from doc.
22214 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22215 (emerge-version): Make the variable an obsolete alias for the
22216 emacs-version variable. Make the function obsolete.
22217 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22218 Emerge options, rather than merging in into the main Options menu.
22219 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22220 and auto advance modes. Disable edit/fast items when not relevant.
22222 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22224 * term/vt420.el (terminal-init-vt420): Fix typo.
22226 2009-07-20 Sam Steingold <sds@gnu.org>
22228 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22229 variable (removed from compile.el on 2004-03-11).
22231 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
22233 * files.el (hack-local-variables-filter): Fix last change.
22235 2009-07-19 Juri Linkov <juri@jurta.org>
22237 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22238 (dir-local-variables-alist): New buffer-local variable.
22239 (hack-local-variables-filter): If variable is not dir-local,
22240 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22241 because file-local overrides dir-local.
22242 (c-postprocess-file-styles) <declare-function>:
22243 Remove obsolete declaration.
22244 (hack-dir-local-variables): Add dir-local variable/value pair to
22245 `dir-local-variables-alist' and remove duplicates. Doc fix.
22247 * help-fns.el (describe-variable): Add information about
22248 file-local and dir-local variables.
22250 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
22252 * files.el (hack-local-variables-filter): Rewrite.
22254 2009-07-19 Glenn Morris <rgm@gnu.org>
22256 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22257 Silence compiler by only defining on XEmacs.
22259 * international/mule.el (auto-coding-regexp-alist): Only match
22260 BABYL... at the start of buffer, not of lines. (Bug#3790)
22262 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22263 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22264 (cal-menu-context-mouse-menu): Doc fix.
22266 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22268 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22270 2009-07-18 Juri Linkov <juri@jurta.org>
22272 * info.el: Virtual Info keyword finder.
22273 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
22274 (Info-finder-file): New variable.
22275 (Info-finder-find-file): New function.
22276 (finder-known-keywords, finder-package-info)
22277 (find-library-name, lm-commentary): Use defvar and
22278 declare-function to silence compiler warnings.
22279 (Info-finder-find-node): New function.
22280 (info-finder): New command.
22282 * subr.el (process-kill-buffer-query-function): New function.
22283 (add-hook)<kill-buffer-query-functions>: Add hook
22284 `process-kill-buffer-query-function'.
22286 2009-07-18 Alan Mackenzie <acm@muc.de>
22288 * progmodes/cc-mode.el (c-before-hack-hook)
22289 (c-postprocess-file-styles): Give invocation of `c-set-style'
22290 DONT-OVERRIDE parameter of t. Already set style variables will
22291 thus not be overridden by style settings given by `c-file-syle'.
22293 * files.el (hack-local-variables-filter): Remove entries with
22294 duplicate keys from `file-local-variables-alist'.
22296 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22298 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22299 x-set-selection if display-selections-p returns nil for the
22302 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
22304 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22306 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22308 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22309 Accept nil in addition to a regexp.
22310 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22311 Accept nil in addition to a regexp.
22312 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22313 buffers that have an associated file. Handle nil values of
22314 desktop-buffers-not-to-save and desktop-files-not-to-save.
22317 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22318 (x-disown-selection-internal): New functions.
22320 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
22322 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22324 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22325 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22327 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
22329 * simple.el (set-mark): Revert last change.
22331 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22333 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22334 rendering of pngs is not possible instead of messaging a long
22337 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
22339 * w32-fns.el (x-selection-owner-p): New function.
22341 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
22342 (mouse-yank-at-click, mouse-yank-primary):
22343 If select-active-regions is non-nil, deactivate the mark before
22346 * simple.el (deactivate-mark, set-mark): Only save selection if we
22349 2009-07-17 Kenichi Handa <handa@m17n.org>
22351 * case-table.el (describe-buffer-case-table): Fix for the case
22352 that KEY is a cons.
22354 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22356 * vc-rcs.el (vc-rcs-find-file-hook):
22357 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22359 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
22361 * net/tramp.el (tramp-wait-for-output): Handle the case when
22362 commands do not return a newline but a null byte before the shell
22365 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22367 * term/ns-win.el (ns-set-alpha): Don't declare.
22368 (ns-set-background-alpha): Remove function.
22370 2009-07-16 Kevin Ryde <user42@zip.com.au>
22372 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22373 y-or-n-p, for safety.
22375 2009-07-16 Richard Stallman <rms@gnu.org>
22377 * files.el (auto-save-mode): If buffer-saved-size is -2,
22380 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22381 (rmail-retry-ignored-headers): Add more uninteresting fields.
22383 2009-07-15 Jari Aalto <jari.aalto@cante.net>
22385 * net/rcirc.el (rcirc): Use history variables.
22386 (rcirc-server-name-history, rcirc-nick-name-history)
22387 (rcirc-server-port-history): New variables.
22389 2009-07-15 Kenichi Handa <handa@m17n.org>
22391 * international/mule-cmds.el (set-language-environment-charset):
22392 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22395 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22396 Delete unibyte-display.
22398 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22400 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22402 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22404 * simple.el (deactivate-mark): Optional argument FORCE.
22405 (set-mark): Use deactivate-mark.
22407 * info.el (Info-search): No need to check transient-mark-mode
22408 before calling deactivate-mark.
22410 * select.el (x-set-selection): Doc fix.
22411 (x-valid-simple-selection-p): Allow buffer values.
22412 (xselect--selection-bounds): Handle buffer values.
22413 Suggested by David De La Harpe Golden.
22415 * mouse.el (mouse-set-region, mouse-drag-track):
22416 Call copy-region-as-kill before setting the mark, to let
22417 select-active-regions work.
22419 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
22421 * simple.el (deactivate-mark): If select-active-regions is
22422 non-nil, copy the selection data into a string.
22423 (activate-mark): If select-active-regions is non-nil, set the
22424 selection to the current buffer.
22425 (set-mark): Update selection if select-active-regions is non-nil.
22427 * select.el (x-valid-simple-selection-p): Allow buffer values.
22429 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22431 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22432 and more featureful message-mode.
22434 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
22436 * select.el (x-set-selection): Doc fix.
22437 (x-valid-simple-selection-p): Disallow selection data consisting
22438 of a list or cons of integers, since that is not used.
22439 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22440 (xselect-convert-to-string, xselect-convert-to-length)
22441 (xselect-convert-to-filename, xselect-convert-to-charpos)
22442 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22444 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22446 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22447 output in -break-info command (Emacs bug #3794).
22449 2009-07-14 Glenn Morris <rgm@gnu.org>
22451 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22452 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22453 (edebug-print-length, edebug-print-level, edebug-print-circle)
22454 (edebug-sit-for-seconds, edebug-view-outside)
22455 (edebug-bounce-point, edebug-set-global-break-condition)
22456 (edebug-Go-nonstop-mode, edebug-trace-mode)
22457 (edebug-Trace-fast-mode, edebug-continue-mode)
22458 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22459 (edebug-visit-eval-list): Doc fixes.
22461 * subr.el (def-edebug-spec): Doc fix.
22463 2009-07-14 Kenichi Handa <handa@m17n.org>
22465 * international/characters.el: Fix setting of category ?C.
22467 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22469 * term/ns-win.el (x-select-font): defalias x-select-font to
22470 ns-popup-font-panel instead of generate-fontset-menu.
22472 2009-07-12 Eli Zaretskii <eliz@gnu.org>
22474 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22476 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22478 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22479 the PK\003\004 header (Bug#3770).
22481 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22483 * pcomplete.el (pcomplete-comint-setup): Check for
22484 shell-dynamic-complete-filename too.
22486 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22488 * simple.el (temporary-goal-column): Change the value for
22489 line-move-visual to a cons cell.
22490 (line-move-visual): Record or set the window hscroll, if
22491 necessary (Bug#3494).
22492 (line-move-1): Handle cons value of temporary-goal-column.
22494 2009-07-11 Kenichi Handa <handa@m17n.org>
22496 * international/mule-diag.el (describe-character-set): Don't show
22499 2009-07-10 Sam Steingold <sds@gnu.org>
22501 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22502 Omake sometimes indents the errors it prints, so allow all
22503 regexps to start with spaces.
22505 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22507 * cus-edit.el (customize-changed-options-previous-release):
22508 Bump value to 22.1. (Bug#3804)
22510 2009-07-08 Sam Steingold <sds@gnu.org>
22512 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22513 to be a cons cell (test . ignored-directory) to selectively ignore
22514 some directories depending on the location of the search.
22516 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22518 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22519 remote user is root, on the local host.
22520 (tramp-local-host-p): Either the local user or the remote user
22521 must be root. (Bug#3771)
22523 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22525 * progmodes/gdb-mi.el (gdb): Remove description of
22526 gdb-use-separate-io-buffer.
22527 (menu): Don't allow toggling of or enable
22528 gdb-use-separate-io-buffer from menubar.
22530 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22532 * mail/unrmail.el (unrmail): Make sure the message ends with two
22533 newlines (Bug#3769).
22535 2009-07-08 Glenn Morris <rgm@gnu.org>
22537 * calendar/calendar.el (calendar-current-date): Rework previous change.
22539 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22541 * calendar/calendar.el (calendar-current-date):
22542 Add an optional argument giving an offset from today.
22544 2009-07-08 Glenn Morris <rgm@gnu.org>
22546 * tutorial.el (tutorial--describe-nonstandard-key):
22547 Adjust the message for when a key has been unbound.
22548 (help-with-tutorial): Hide the arch-tag.
22550 2009-07-08 Kenichi Handa <handa@m17n.org>
22552 * international/fontset.el (setup-default-fontset): For each
22553 script, append (not set) font-specs.
22555 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22558 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22560 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22561 -data-list-register-names to ...
22562 (gdb-starting): ... here because GDB 7.0 requires execution to
22563 have started when using this MI command.
22564 (gdb-set-header): New function to distinguish select and
22565 unselected tabs in gdb buffers.
22566 (gdb-propertize-header): New macro that uses gdb-set-header.
22567 (gdb-breakpoints-header, gdb-locals-header): Use it.
22568 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22570 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22572 * Makefile.in (ELCFILES): Remove fadr.elc.
22574 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22576 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22577 may contain frame information, so `string-match' should be used.
22578 (gdb-update): Disassembly is invalidated through
22579 `gdb-get-selected-frame'.
22580 (gdb-pad-string): New function to pad string with spaces.
22581 (gdb-invalidate-disassembly): Invalidate only if the buffer
22583 (gdb-disassembly-handler-custom): Column alignment.
22584 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22586 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22588 (gdb-frame-handler): Match convention to for disassembly buffer
22590 (gdb-stack-list-frames-handler): Rewritten without regexps.
22591 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22592 not highlight breakpoints without line information.
22593 (gdb-input): Add trailing newline to command.
22595 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22597 (gdb-breakpoints-list-handler-custom): Replacement for
22598 `gdb-break-list-handler'. Using real parser instead of regexps
22600 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22601 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22602 to place breakpoints.
22603 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22605 (gdb-disassembly-handler-custom): Show overlay arrow.
22606 (gdb-disassembly-place-breakpoints): Show breakpoints in
22607 disassembly buffer.
22608 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22609 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22610 instead of parsing breakpoints buffer. Fixed old menu references
22615 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22616 (gdb-memory-address): New variable which holds top address of
22617 memory page shown in memory buffer.
22618 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22619 New customization variables.
22621 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22622 display the memory buffer.
22623 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22624 buffer display parameters.
22625 (def-gdb-memory-format, gdb-memory-format-binary)
22626 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22627 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22628 Functions for setting memory buffer format.
22629 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22630 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22631 unit size used in memory buffer.
22632 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22633 Switch to next/previous page of memory buffer.
22634 Now using (bindat-get-field) instead of fadr functions.
22636 2009-07-07 Sam Steingold <sds@gnu.org>
22638 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22639 non-top-level files.
22641 2009-07-07 Kenichi Handa <handa@m17n.org>
22643 * international/mule-cmds.el (reset-language-environment):
22644 Put the highset priority to the charset iso-8859-1.
22646 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22648 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22649 to the end of the line when locating the block (Bug#700).
22651 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22653 * net/tramp.el (tramp-handle-write-region): Flush file properties
22654 in case of short track.
22656 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22658 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22659 Coded custom representation of verilog error regular expressions
22660 to work with Emacs-22's new format.
22661 (verilog-error-regexp-xemacs-alist): Coded custom representation
22662 of verilog error regular expressions to work with XEmacs format.
22663 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22664 error recognition into XEmacs.
22665 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22666 error recognition into Emacs-22.
22668 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22670 * woman.el: Remove stand-alone closing parentheses.
22671 (woman-file-name, woman2-format-paragraphs)
22672 (woman-leave-blank-lines): Code cleanup.
22673 (woman-use-own-frame): Change default to nil.
22674 (woman-italic, woman-bold, woman-unknown, woman-addition):
22675 Change defaults to inherit from default faces.
22676 (woman2-process-escapes): Consume the newline after a stand-alone
22677 filler character (Bug#3651).
22679 2009-07-06 Glenn Morris <rgm@gnu.org>
22681 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22682 (top-level): Move provide to the end.
22683 (ffap): Remove defunct URL from custom group.
22685 * subr.el (eval-after-load): Doc fix.
22687 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22689 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22690 `calc-embedded-word' is called twice.
22692 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22694 * files.el (find-alternate-file-other-window, find-alternate-file):
22695 Obey confirm-nonexistent-file-or-buffer.
22697 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22699 * dired-aux.el (dired-show-file-type): Handle remote files.
22701 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22703 * desktop.el (desktop-globals-to-save):
22704 Add file-name-history (Bug#2750).
22706 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22708 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22710 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22712 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22713 property on entire argument since this is what eshell-lisp-command
22716 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22718 * net/tramp-gvfs.el (tramp-gvfs-methods)
22719 (tramp-gvfs-zeroconf-domain)
22720 (tramp-bluez-discover-devices-timeout): Add version flag.
22721 (tramp-gvfs-handler-mounted-unmounted)
22722 (tramp-gvfs-connection-mounted-p): Polish handling of
22723 incompatibilities between GVFS 0.2 and 1.0.
22725 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22727 * cus-start.el (all): Add make-pointer-invisible.
22729 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22731 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22732 formatted correctly.
22734 2009-07-02 Juri Linkov <juri@jurta.org>
22736 * info.el: Virtual Info files and nodes.
22737 (Info-virtual-files, Info-virtual-nodes): New variables.
22738 (Info-current-node-virtual): New variable.
22739 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22741 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22742 to check for a virtual file instead of checking a fixed list
22744 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22745 instead of ad-hoc processing of "dir" and (apropos history toc).
22746 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22747 instead of ad-hoc processing of "dir" and (apropos history toc).
22748 Reread a file when moving from a virtual node.
22749 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22750 (Info-directory-toc-nodes, Info-directory-find-file)
22751 (Info-directory-find-node): New functions.
22752 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22753 (Info-history): Move part of code to
22754 `Info-history-find-node'.
22755 (Info-history-toc-nodes, Info-history-find-file)
22756 (Info-history-find-node): New functions.
22757 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22758 (Info-toc): Move part of code to `Info-toc-find-node'.
22759 (Info-toc-find-node): New function.
22760 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22761 the current Info file name to references because now the node
22762 "*TOC*" belongs to the same Info manual.
22763 (Info-toc-build): Rename from `Info-build-toc'.
22764 (Info-toc-nodes): Rename input argument `file' to `filename'.
22765 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22766 instead of ad-hoc processing of ("dir" apropos history toc).
22767 (Info-index-nodes): Use Info-virtual-file-p
22768 to check for a virtual file instead of checking a fixed list
22770 (Info-index-node): Add check for `Info-current-node-virtual'.
22771 Raise `save-match-data' higher up the tree to contain
22772 `search-forward' too (bug fix).
22773 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22774 (Info-virtual-index-nodes): New variable.
22775 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22776 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22777 (Info-apropos-file, Info-apropos-nodes): New variables.
22778 (Info-apropos-toc-nodes, Info-apropos-find-file)
22779 (Info-apropos-find-node, Info-apropos-matches): New functions.
22780 (info-apropos): Move part of code to `Info-apropos-find-node' and
22781 `Info-apropos-matches'.
22782 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22783 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22784 for a virtual file instead of checking a fixed list of node names.
22786 * simple.el (async-shell-command): New command.
22788 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22790 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22791 instead of `mount-info'.
22793 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22795 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22796 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22798 2009-07-02 Kenichi Handa <handa@m17n.org>
22800 * international/mule.el (set-keyboard-coding-system): Force *-unix
22801 coding-system to avoid eol conversion.
22803 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22805 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22806 Add handler for `process-file', `shell-command' and
22807 `start-file-process'.
22808 (tramp-gvfs-handle-shell-command)
22809 (tramp-gvfs-handle-start-file-process)
22810 (tramp-gvfs-handle-process-file): New defuns.
22811 (tramp-synce-list-devices): Simplify check for existence of property.
22813 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22815 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22817 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22819 * language/korean.el (set-language-info-alist): Add korean-cp949,
22822 2009-07-01 Kenichi Handa <handa@m17n.org>
22824 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22826 * international/encoded-kb.el: Deleted.
22828 * international/mule.el (set-keyboard-coding-system): Perform the
22829 necessary setup here instead of calling encoded-kbd-setup-display.
22831 2009-07-01 Glenn Morris <rgm@gnu.org>
22833 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22835 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22837 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22839 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22841 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22842 Handle also the 'rename case, when setting file modes. (Bug#3712)
22843 (tramp-default-file-modes): Remove execute permissions.
22845 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22846 (top): Add a default for "synce" in `tramp-default-user-alist'.
22847 Add completion function for "synce" method.
22848 (tramp-hal-service, tramp-hal-path-manager)
22849 (tramp-hal-interface-manager, tramp-hal-interface-device):
22851 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22852 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22855 * net/trampver.el: Update release number.
22857 2009-06-30 Kenichi Handa <handa@m17n.org>
22859 * international/fontset.el (setup-default-fontset): Add CJK fonts
22860 for symbols and the other miscellaneous characters.
22862 * language/korea-util.el (setup-korean-environment-internal):
22863 Make char-width-table suitable for Korean environments.
22864 (exit-korean-environment): Cancel above.
22866 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22867 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22868 setup-function to make char-width-table suitable for respective
22869 environments, and an exit-function to cancel that.
22871 * language/japan-util.el (setup-japanese-environment-internal):
22872 Call use-cjk-char-width-table with arg `ja_JP'.
22874 * international/characters.el (cjk-char-width-table): Delete it.
22875 (cjk-char-width-table-list): New variable.
22876 (use-cjk-char-width-table): New arg local-name.
22877 (use-default-char-width-table): Fix for the case that Emacs is
22878 already using the default char-width-table.
22880 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22882 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22883 modes mandatory. (Bug#3712)
22885 2009-06-29 Alan Mackenzie <acm@muc.de>
22887 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22888 correction between the visible width of TABs and their number of bytes.
22890 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22892 * server.el (server-buffer-done): Prevent kill-buffer from
22893 prompting by clearing the buffer modification flag (Bug#3696).
22895 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22897 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22898 (verilog-endcomment-reason-re): Support unique case and priority case.
22899 (verilog-basic-complete-re): Support localparam lineup.
22900 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22901 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22903 (verilog-leap-to-case-head): Now support *nested* unique &
22904 priority case statements.
22905 (verilog-auto-lineup): Make just declarations the default (as it
22907 (verilog-leap-to-case-head): Support priority/unique case statements.
22908 (verilog-auto-lineup): Rework to give users radio buttons to
22909 select the various styles of automatic lineup.
22910 (verilog-error-regexp-alist): Rework to support the XEmacs style
22911 of error regular expressions from compilers, lint tools &
22912 simulators. Note that GNU Emacs has made it impossible for a mode
22913 to load such things.
22914 (electric-verilog-terminate-line, verilog-indent-declaration)
22915 (verilog-auto-wiure): Rework for radio button selection of
22916 auto-lineup selection of specification of auto lineup.
22917 (verilog-beg-of-statement-1): Redesign to support proper operation
22918 in additional code, based on testing with auto-lineup.
22919 (verilog-calculate-indent, assignments & declarations)
22920 (verilog-backward-token): Enhance to support auto-lineup of
22921 assignments & declarations.
22922 (verilog-in-directive-p, verilog-at-struct-p): New function for
22923 easy test of whether we are.
22924 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22925 to support safe execution at almost anyline.
22926 (verilog-calc-1): Properly support indenting deep inside generate
22928 (verilog-init-font): Remove definition & use of verilog-init-font,
22929 as it is redundant with font-lock-defaults.
22930 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22931 to avoid circular calls if syntax-ppss is a function (as is the
22932 case now in 22.x GNU Emacs) as that function would sometimes call
22933 itself, leading to (nearly) infinite recursion.
22934 (verilog-ovm-begin-re, verilog-ovm-end-re)
22935 (verilog-ovm-statement-re, verilog-leap-to-head)
22936 (verilog-backward-token): Add support for OVM macros. Some are
22937 complete statements, and others open and close scopes like begin
22939 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22940 (verilog-defun-level-generate-only-re): Really fix the defun-list
22942 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22943 coverpoint, constraint and cross statements.
22944 (verilog-defun-level-list, verilog-generate-defun-level-list)
22945 (verilog-all-defun-level-list): Redo these specifications - it is
22946 too hard to support eval-when compile aggregation of lists also
22947 built at when-compile time.
22948 (verilog-defun-level-list): Place defconsts of variables used in
22949 building regular expressions which are built in eval-when-compile
22950 bodies in the same eval-when-compile body to facilitate compile
22952 (verilog-beg-block-re-ordered): Support indenting
22953 virtual/protected tasks and functions.
22954 (verilog-defun-level-list, verilog-in-generate-region-p)
22955 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22956 indentation of some module items (generate items).
22957 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22958 across virtual/protected tasks and functions.
22960 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22962 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22963 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22964 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22965 in concatenations. Reported by Yishay Belkind.
22966 (verilog-auto-ascii-enum): Support one-hot state machines in
22967 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22968 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22969 modport in AUTOINST and add vl-modport for users.
22970 Reported by David Rogoff.
22971 (verilog-auto-inout-module, verilog-auto-inst)
22972 (verilog-decls-get-interfaces, verilog-insert-definition)
22973 (verilog-insert-one-definition, verilog-read-decls)
22974 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22975 (verilog-sig-modport, verilog-signals-combine-bus)
22976 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22977 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22978 Suggested by David Rogoff.
22979 (verilog-repair-open-comma): Fix non-insertion of comma when
22980 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22981 (verilog-make-width-expression): Simplify [A-1:0] expression
22982 widths to just {A{1'b0}}.
22983 (verilog-mode): Cleanup checkdoc warnings.
22984 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22985 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22986 inputs/outputs or data type. Suggested by Vasu Kandadi.
22987 (next-error-last-buffer): Fix byte-compiler warning.
22988 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22989 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22990 or shell command text during AUTO expansion. Suggested by Tad Truex.
22991 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22992 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22993 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22994 in AUTOINOUT. Reported by Matthew Lovell.
22995 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22996 causing use of <= assignments. Reported by Alex Reed.
22997 (verilog-read-decls): Fix triand, trior, wand, wor to be
22998 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22999 (verilog-extended-complete-re): Support import "DPI-C" functions.
23000 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
23001 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
23002 (verilog-insert-date, verilog-insert-year)
23003 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23004 Windows systems. Reported by Michael Potts.
23005 (verilog-read-module-name): Fix AUTOINST when the child module
23006 declaration's name is a tick define. Reported by Elliot Mednick.
23007 (verilog-read-decls): Fix V2K parameter bit subscripts getting
23008 passed to next parameter's definition. Reported by Bruce T.
23009 (verilog-read-decls): Fix detecting "parameter int" when using
23010 AUTOINSTPARAM. Reported by Bruce T.
23011 (verilog-goto-defun): Fix goto not finding modules unless first
23012 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
23013 (verilog-mode): Expand -f flag arguments on entry to mode so
23014 verilog-goto-defun will work. Reported by Lawrence Butcher.
23015 (verilog-getopt): Expand environment variables in -f file
23016 arguments. Suggested by Lawrence Butcher.
23017 (verilog-set-define): Fix "Symbol's value as variable is void"
23018 when reading enumerations.
23019 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23020 Suggested by Stephen Peltan.
23021 (verilog-read-defines): Fix reading of enumerations in include
23022 files. Reported by Steve Peltan.
23024 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23026 * files.el (trash-directory): Fix defcustom type.
23028 2009-06-28 Juri Linkov <juri@jurta.org>
23030 * help-fns.el (describe-function-1): Correctly locate adviced
23031 functions in hyperlink (Bug#2438).
23033 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
23035 * files.el (trash-directory): Change default to nil.
23036 (move-file-to-trash): If trash-directory is nil and
23037 system-move-file-to-trash is unbound, perform freedesktop-style
23040 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23042 * files.el (move-file-to-trash): Add freedesktop trash
23045 2009-06-28 Glenn Morris <rgm@gnu.org>
23047 * autorevert.el (global-auto-revert-non-file-buffers)
23048 (global-auto-revert-mode): Doc fixes.
23050 2009-06-27 Johan Bockgård <bojohan@gnu.org>
23052 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23054 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
23056 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23057 opened an X connection before calling x-get-resource (Bug#3194).
23059 * play/doctor.el: Remove reference to obsolete website.
23060 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23062 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23064 Remove find-file-not-found-hook VC method. (Bug#2757)
23065 * vc-hooks.el (vc-file-not-found-hook)
23066 (vc-default-find-file-not-found-hook): Remove functions.
23067 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23068 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23071 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23073 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23075 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
23076 compatibility function for `looking-back'.
23078 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
23079 Use `ispell-looking-back'.
23081 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
23083 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
23084 rather than `filename'.
23086 2009-06-23 Miles Bader <miles@gnu.org>
23088 * face-remap.el (text-scale-set): New function.
23090 2009-06-23 Glenn Morris <rgm@gnu.org>
23092 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23094 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23096 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23098 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23100 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23101 Simplify Persian conditionals.
23103 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23104 variable `filename'.
23106 * comint.el (comint-insert-input): Doc fix.
23108 * Makefile.in (ELCFILES): Fix typo in previous change.
23110 2009-06-23 Miles Bader <miles@gnu.org>
23112 * cus-start.el: Add entry for `recenter-redisplay'.
23114 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23116 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23117 Add an optional argument for the backend, use it instead of
23118 calling vc-backend.
23119 (vc-mode-line): Add an optional argument for the backend.
23120 Pass the backend to vc-state and vc-working-revision. Move code for
23121 special handling for vc-state being a buffer to ...
23123 * vc-rcs.el (vc-rcs-find-file-hook):
23124 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23126 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23127 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23128 vc-stay-local-p and vc-mode-line calls.
23130 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23131 (vc-cvs-diff, vc-cvs-annotate-command)
23132 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23133 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23134 vc-mode-line calls.
23136 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23138 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23139 backend when calling vc-mode-line.
23140 (vc-register): Do not create a closure for calling the vc register
23141 function, call it directly.
23143 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23145 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23146 to make it obvious item can be clicked.
23148 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23150 2009-06-23 Kenichi Handa <handa@m17n.org>
23152 * language/korea-util.el (korean-key-bindings): Change the binding
23153 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23156 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
23158 Sync with Tramp 2.1.16.
23160 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23162 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23163 when a loading of a package fails. Completion function for rsync
23164 is `tramp-completion-function-alist-ssh'.
23165 (all): Replace all calls of `split-string' and
23166 `tramp-split-string' by `tramp-compat-split-string'.
23167 (tramp-default-method): Use `tramp-compat-process-running-p'.
23168 (tramp-default-proxies-alist): Allow also Lisp forms.
23169 (tramp-remote-path): Add choice "Private Directories".
23170 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
23171 (tramp-domain-regexp): Allow also "-", "_" and ".".
23172 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23173 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23174 (tramp-debug-message): Insert header line in debug buffer.
23175 (tramp-handle-directory-files-and-attributes-with-stat):
23176 Care about filenames with spaces, or starting with "-".
23177 (tramp-handle-dired-uncache): New defun.
23178 (tramp-handle-insert-directory): Don't flush the directory from
23179 cache, this is handled by `dired-uncache' now.
23180 (tramp-handle-insert-file-contents): Improve error handling.
23181 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23182 Quote `tramp-end-of-output'.
23183 (tramp-action-password): Improve trace message.
23184 (tramp-check-for-regexp): Both echoes must be present, before removing.
23185 (tramp-open-connection-setup-interactive-shell): Trace coding system.
23186 (tramp-compute-multi-hops): Eval cons cells of
23187 `tramp-default-proxies-alist'.
23188 (tramp-maybe-open-connection): Use the same command pattern for
23189 first hop and further hops.
23190 (tramp-wait-for-output): Remove handling of newlines.
23191 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23192 (tramp-split-string): Remove function. It is handled in
23195 * net/tramp-cmds.el (tramp-bug):
23196 Recommend `tramp-cleanup-all-connections' in the bug mail.
23198 * net/tramp-compat.el (tramp-compat-split-string)
23199 (tramp-compat-process-running-p): New defuns.
23201 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23202 for `dired-uncache'.
23204 * net/tramp-gvfs.el: New package.
23206 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23207 Add handler for `dired-uncache'.
23208 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23210 * net/trampver.el: Update release number. Make version check fit
23213 2009-06-22 Jim Meyering <meyering@redhat.com>
23215 Automatically handle .xz suffix (XZ-compressed files), too.
23216 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23217 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23219 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
23220 Nick Roberts <nickrob@snap.net.nz>
23222 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
23223 repository (http://sphinx.net.ru/hg/gdb-mi/).
23225 2009-06-22 Glenn Morris <rgm@gnu.org>
23227 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23228 `mode' and `eval' entries. (Bug#3430)
23230 * Makefile.in (ELCFILES): Add fadr.elc.
23232 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23233 differing behavior of \n and ^ in strings. (Bug#3385)
23235 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23237 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23239 (lisp-indent-function): Make it a defcustom.
23241 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
23243 * progmodes/gdb-ui.el: Replace with ...
23244 * progmodes/gdb-mi.el: ... this file.
23245 * progmodes/gud.el: Modify for gdb-mi.el.
23247 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23249 * fadr.el: New file.
23251 See ChangeLog.14 for earlier changes.
23253 ;; Local Variables:
23257 Copyright (C) 2009-2011 Free Software Foundation, Inc.
23259 This file is part of GNU Emacs.
23261 GNU Emacs is free software: you can redistribute it and/or modify
23262 it under the terms of the GNU General Public License as published by
23263 the Free Software Foundation, either version 3 of the License, or
23264 (at your option) any later version.
23266 GNU Emacs is distributed in the hope that it will be useful,
23267 but WITHOUT ANY WARRANTY; without even the implied warranty of
23268 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23269 GNU General Public License for more details.
23271 You should have received a copy of the GNU General Public License
23272 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.