1 2011-03-27 Leo Liu <sdl.web@gmail.com>
3 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
4 for foreground and background colors.
5 (ansi-color-make-color-map): Adapt.
7 2011-03-25 Leo Liu <sdl.web@gmail.com>
9 * midnight.el (midnight-time-float): Remove. Note it calculates
10 the microsecond component incorrectly and seconds-to-time does the
12 Remove redundant (require 'timer).
14 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15 (ido-completions): Remove unused arguments. (Bug#8329)
17 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19 * minibuffer.el (completion--flush-all-sorted-completions):
20 Remove itself from hook.
21 (completion-at-point): Let the functions perform the completion
22 immediately and return nil or t.
23 * comint.el (comint-dynamic-complete-functions): Now identical to
24 completion-at-point-functions.
25 (comint-dynamic-list-input-ring): Remove unused var `index'.
26 (comint--match-partial-filename, comint--unquote&expand-filename):
27 New funs, split from comint-match-partial-filename.
28 (comint-dynamic-complete): Use completion-at-point.
29 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
31 2011-03-24 Drew Adams <drew.adams@oracle.com>
33 * thingatpt.el: Support `defun'.
35 2011-03-23 Leo Liu <sdl.web@gmail.com>
37 * abbrevlist.el: Move to obsolete/abbrevlist.el.
39 * help-mode.el (help-mode-finish): Tweak regexp.
41 2011-03-23 Glenn Morris <rgm@gnu.org>
43 * eshell/esh-opt.el (eshell-eval-using-options):
44 Do not bind unused local variable `eshell-option-stub'.
46 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
48 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
50 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
51 keymap variable in `with-no-warnings' to avoid a warning when the
52 keymap has been already `defconst'ed.
54 2011-03-22 Leo Liu <sdl.web@gmail.com>
56 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
57 encode all chars in abbrevs; otherwise use emacs-mule or
58 utf-8-emacs. (Bug#8308)
60 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
62 * simple.el (backward-delete-char-untabify):
63 Avoid warning about using `delete-backward-char'.
65 * image.el (image-type-file-name-regexps): Make it variable.
66 `imagemagick-register-types' modifies it, and the user may want
67 to add new extensions for known image types.
68 (imagemagick-register-types): Throw error if not using ImageMagick.
70 2011-03-22 Leo Liu <sdl.web@gmail.com>
72 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
73 located before rcirc-prompt-end-marker.
74 (rcirc-complete): Error if point is not after rcirc prompt.
75 Handle the case when table is nil.
76 (rcirc-user-authenticated): Define to fix compiler warning.
78 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
80 * custom.el (custom--inhibit-theme-enable): Make it affect only
81 custom-theme-set-variables and custom-theme-set-faces.
82 (provide-theme): Ignore custom--inhibit-theme-enable.
83 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
84 (custom-enabling-themes): Delete variable.
85 (enable-theme): Accept only loaded themes as arguments.
86 Ignore the special custom-enabled-themes variable.
87 (custom-enabled-themes): Forbid themes from setting this.
88 Eliminate use of custom-enabling-themes.
89 (custom-push-theme): Quote "changed" custom var entry.
91 2011-03-21 Leo Liu <sdl.web@gmail.com>
93 * ido.el (ido-read-internal): Add ido-selected to history instead
96 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
98 * subr.el (deferred-action-list, deferred-action-function):
101 2011-03-21 Leo Liu <sdl.web@gmail.com>
103 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
104 change on 2011-02-13 (bug#8309).
106 * minibuffer.el (read-file-name-function): Change default value.
107 (read-file-name--defaults): Rename from read-file-name-defaults.
108 (read-file-name-default): Rename from read-file-name.
109 (read-file-name): Call read-file-name-function.
111 2011-03-21 Glenn Morris <rgm@gnu.org>
113 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
116 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
118 * cus-theme.el: Add missing provide statement.
119 (customize-create-theme): Extract theme value correctly.
120 (custom-theme-visit-theme): Autoload.
121 (customize-create-theme): Prompt before inserting default faces.
123 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
125 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
126 units and musical notes.
128 2011-03-20 Leo <sdl.web@gmail.com>
130 * ido.el (ido-read-internal): Use completing-read-default.
131 (ido-completing-read): Fix compatibility with completing-read.
133 2011-03-20 Christian Ohler <ohler@gnu.org>
135 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
136 (ert-delete-all-tests): Use `called-interactively-p' rather than
138 (ert--make-xrefs-region): Respect END.
140 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
142 * dired-aux.el (dired-create-directory): Signal an error if the
143 directory already exists (Bug#8246).
145 * facemenu.el (list-colors-display): Call list-faces-display
146 inside with-help-window.
147 (list-colors-print): Use display property to align the final
148 column, instead of checking window-width.
150 2011-03-19 Eli Zaretskii <eliz@gnu.org>
152 * emerge.el (emerge-metachars): Separate value for ms-dos and
154 (emerge-protect-metachars): Quote correctly for ms-dos and
157 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
159 * info.el (info-initialize): Replace all uses of `:' with
160 path-separator for compatibility with non-Unix systems.
161 Cache quoting of path-separator. (Bug#8258)
163 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
165 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
166 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
167 (mouse-avoidance-mode): Fix typos in docstrings.
169 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
171 * startup.el (package-subdirectory-regexp): Move from package.el.
172 Omit \\` and \\', and let callers add them.
174 * emacs-lisp/package.el (package-strip-version)
175 (package-load-all-descriptors): Add \\` and \\' to
176 package-subdirectory-regexp before using it.
177 (package-untar-buffer): New arg DIR; ensure that file untars only
178 into this expected directory. Remove superfluous delete-region.
179 (package-unpack): Caller changed.
180 (package-tar-file-info): Use package-subdirectory-regexp.
182 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
184 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
185 diff-mode-shared-map (bug#8284).
186 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
188 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
190 * calendar/time-date.el (format-seconds): Use assoc instead of
191 assoc-string, since assoc-string doesn't exist in XEmacs.
193 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
195 * custom.el (custom-known-themes): Reflow docstring.
196 (custom-theme-load-path): Fix typo in docstring.
197 (load-theme): Fix typo in error message.
198 (custom-available-themes, custom-variable-theme-value):
199 Use `let', not `let*'.
201 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
203 * calc/README: Mention inclusion of musical notes.
205 * calc/calc-units.el (calc-lu-quant): Rename from
206 `calc-logunits-quantity'.
207 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
208 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
209 (calc-db): Rename from `calc-dblevel'.
210 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
211 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
212 (calc-np): Rename from `calc-nplevel'.
213 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
214 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
215 (calc-lu-plus): Rename from `calc-logunits-add'.
216 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
217 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
218 (calc-lu-minus): Rename from `calc-logunits-sub'.
219 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
220 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
221 (calc-lu-times): Rename from `calc-logunits-mul'.
222 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
223 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
224 (calc-lu-divide): Rename from `calc-logunits-div'.
225 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
226 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
228 * calc/calc-ext.el (calc-init-extensions): Update the names of the
229 functions being autoloaded.
231 * calc/calc.el (calc-lu-power-reference): Rename from
232 `calc-logunits-power-reference'.
233 (calc-lu-field-reference): Rename from
234 `calc-logunits-field-reference'.
236 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
238 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
240 * minibuffer.el (completion-all-sorted-completions):
241 Use :completion-cycle-penalty text property if present.
243 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
245 * allout.el (allout-yank-processing): Adjust for new rebulleting
246 regime so bullet being yanked is used without prompting the user
249 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
251 * startup.el (command-line): Warn the user that _emacs is deprecated.
253 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
255 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
256 (delphi-verbose, delphi-comment-face, delphi-string-face)
257 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
258 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
259 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
260 (delphi-new-comment-line, delphi-font-lock-defaults)
261 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
262 Fix typos in docstrings.
264 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
266 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
267 Invert the roles of character and string values for INSTEAD, so a
268 string is used for the more common case of a defaulting prompt.
270 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
272 * progmodes/ruby-mode.el (ruby-backward-sexp):
273 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
274 * play/gamegrid.el (gamegrid-make-face):
275 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
276 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
277 * notifications.el (notifications-notify):
278 * net/xesam.el (xesam-search-engines):
279 * net/quickurl.el (quickurl-list-insert):
280 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
282 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
284 * startup.el (command-line): Update package subdirectory regexp.
286 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
288 * allout.el (allout-abbreviate-flattened-numbering)
289 (allout-mode-deactivate-hook): Fix up obsolescence "date".
291 * subr.el (read-char-choice): Only show the cursor after the prompt,
292 not after the answer.
294 2011-03-15 Kevin Ryde <user42@zip.com.au>
296 * help-fns.el (variable-at-point): Skip leading quotes, if any
299 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
301 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
304 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
306 * shell.el (shell): When called interactively, offer to change the
307 shell file name on remote hosts.
309 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
311 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
312 integration for LDAP parameters. The host, base, user or binddn,
313 and secret tokens can be specified in a netrc file, for instance.
314 This is optional because an `auth-source' parameter must be
315 specified in the search attributes.
317 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
319 * help.el (describe-mode): Link to the mode's definition (bug#8185).
321 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
323 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
324 into declaration. Remove redundant and harmful binding.
326 2011-03-12 Eli Zaretskii <eliz@gnu.org>
328 * files.el (file-ownership-preserved-p): Pass `integer' as an
329 explicit 2nd argument to `file-attributes'. If the file's owner
330 is the Administrators group on Windows, and the current user is
331 Administrator, consider that a match.
333 * server.el (server-ensure-safe-dir): Consider server directory
334 safe on MS-Windows if its owner is the Administrators group while
335 the current Emacs user is Administrator. Use `=' to compare
336 numerical UIDs, since they could be integers or floats.
338 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
340 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
342 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
344 Sync with Tramp 2.2.1.
346 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
348 * net/trampver.el: Update release number.
350 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
352 * progmodes/compile.el (compilation--previous-directory): Fix up
353 various nil/dead-marker mismatches (bug#8014).
354 (compilation-directory-properties, compilation-error-properties):
355 Don't call it at a position past the one we're about to change.
357 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
358 Disable obsolescence warnings in the file that declares it.
360 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
362 * allout-widgets.el (allout-widgets-tally): Initialize
363 allout-widgets-tally as a hash table rather than nil to prevent
364 mode-line redisplay warnings.
365 Also, clarify the module description and fix a comment typo.
367 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
369 * help-fns.el (describe-variable): Don't complete keywords.
370 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
372 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
374 * emacs-lisp/package.el (package-version-join): Impose a standard
375 string representation for pre/alpha/beta version lists.
376 (package-unpack-single): Standardize the directory name by passing
377 it through package-version-join.
378 (package-strip-rcs-id): Accept any version string that does not
379 signal an error in version-to-list.
381 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
383 * simple.el (delete-trailing-whitespace): Return nil for the
384 benefit of `write-file-functions'.
386 2011-03-10 Glenn Morris <rgm@gnu.org>
388 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
390 * vc/vc-git.el (vc-git-program): New option.
391 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
392 (vc-git--call): Use it.
394 * eshell/esh-util.el (eshell-condition-case): Doc fix.
396 * cus-edit.el (Custom-newline): If no button at point, look
397 for a subgroup button at start-of-line. (Bug#2298)
399 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
401 2011-03-10 Julien Danjou <julien@danjou.info>
403 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
404 `cursor-type' is nil.
406 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
408 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
410 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
412 * allout.el Summary: Change so yank of distinctive-bullet items
413 preserves the existing header prefix, rebulleting it if necessary,
414 rather than replacing it. This is necessary for proper operation
415 of cooperative addons like allout-widgets.
416 (allout-make-topic-prefix, allout-rebullet-heading): Change
417 SOLICIT arg to INSTEAD, and interpret additionally a string value
418 as alternate bullet to be used, instead of prompting the user for
421 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
423 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
424 Do not use `tramp-file-name-port', because this returns also
425 `tramp-default-port'.
427 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
429 * net/rcirc.el (rcirc-handler-001): Remove useless
430 with-rcirc-process-buffer.
431 (rcirc-check-auth-status): Swap arguments to string-match.
433 2011-03-09 Glenn Morris <rgm@gnu.org>
435 * shell.el (shell-mode):
436 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
438 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
439 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
441 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
443 * emacs-lisp/package.el (package-refresh-contents)
444 (package-menu-execute): Use condition-case-no-debug.
446 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
448 * simple.el (shell-command-to-string): Use `process-file'.
450 * emacs-lisp/package.el (package-tar-file-info): Handle also
453 * emacs-lisp/package-x.el (package-upload-buffer-internal):
454 Use `equal' for upload base check.
456 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
458 * textmodes/texinfo.el (texinfo-environments):
459 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
461 2011-03-08 Glenn Morris <rgm@gnu.org>
463 * cus-start.el (cursor-in-non-selected-windows):
464 Fix :set quoting oddness. (Bug#8192)
466 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
467 in some setf expressions. (Bug#2159)
469 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
471 * custom.el (custom-available-themes): Return themes in
474 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
476 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
477 application of patch from Alan Mackenzie (Bug#7595).
479 2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
481 * net/rcirc.el (rcirc-connect): Fix PASS bug.
483 2011-03-07 Glenn Morris <rgm@gnu.org>
485 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
486 Give an explicit error if failed to make writable. (Bug#6146)
488 2011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
490 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
491 Add optional `after-sunset' argument. (Bug#8190)
493 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
495 * play/morse.el (nato-alphabet, nato-region, denato-region):
496 New variable and functions. (Bug#2288)
497 (morse-region, unmorse-region): Barf if read-only.
499 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
501 * progmodes/gud.el (gdb-script-syntax-propertize-function):
502 Don't change the syntax of a \n that closes a comment (bug#8169).
504 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
506 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
508 (package--update-file): Doc fix. Accept relative file names.
509 (package--archive-contents-from-file): Remove the argument, since
510 it's necessarily always "archive-contents".
511 (package-maint-add-news-item): Pass relative file name args to
512 package--update-file.
513 (package-upload-buffer-internal): Prompt for a destination if
514 package-archive-upload-base is invalid. Create the directory if
516 (package-upload-buffer, package-upload-file): Doc fix.
518 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
520 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
521 and move isearch-yank-line to M-s C-e (Bug#8183).
523 2011-03-06 Alan Mackenzie <acm@muc.de>
525 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
526 (c-guess-basic-syntax): Move CASE 19 to a different place,
527 correctly to process template-args-cont lines.
529 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
531 * calc/calc-ext.el (calc-init-extensions):
532 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
533 and calc-nplevel, respectively. Add keybindings for calc-spn,
534 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
535 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
537 * calc/calc-units.el (calc-dblevel): Rename from
538 calc-logunits-dblevel.
539 (calc-nplevel): Rename from calc-logunits-nplevel.
540 (math-midi-round, math-freqp, math-midip, math-spnp)
541 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
542 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
543 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
544 (math-notes): New variable.
546 * calc/calc.el (calc-note-threshold): New variable.
548 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
550 * emacs-lisp/package.el (package-archives): Accept either ordinary
551 directory names, in addition to HTTP URLs.
552 (package--with-work-buffer): New macro. Handle normal directories.
553 (package-handle-response): Don't display the failing buffer.
554 (package-download-single, package-download-tar)
555 (package--download-one-archive): Use package--with-work-buffer.
556 (package-archive-base): Rename from package-archive-url.
558 2011-03-06 Glenn Morris <rgm@gnu.org>
560 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
561 (xmodmap-generic-mode): Respect generic-extras-enable-list.
563 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
565 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
567 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
569 * allout.el (allout-init, allout-prefixed-keybindings)
570 (allout-unprefixed-keybindings):
571 * progmodes/prolog.el (prolog-find-term):
572 Fix typos in docstrings.
574 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
576 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
578 2011-03-06 Kevin Ryde <user42@zip.com.au>
580 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
582 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
584 * window.el (one-window-p, walk-windows, display-buffer):
585 Doc fixes. (Bug#5567)
587 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
589 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
590 of the variable if it exists.
592 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
599 * net/tramp-cache.el:
600 * obsolete/fast-lock.el:
601 * textmodes/reftex.el:
602 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
604 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
606 * files.el (delete-directory, copy-directory, list-directory):
607 Use read-directory-name.
609 * find-file.el (ff-find-the-other-file):
610 * net/ange-ftp.el (ange-ftp-make-directory):
611 * printing.el (pr-interactive-dir):
612 * progmodes/ada-prj.el (ada-prj-load-directory):
613 * progmodes/ebnf2ps.el (ebnf-print-directory)
614 (ebnf-spool-directory, ebnf-eps-directory)
615 (ebnf-syntax-directory):
617 * speedbar.el (speedbar-create-directory):
618 * vc/emerge.el (emerge-merge-directories):
619 * vc/vc-dir.el (vc-dir):
620 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
622 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
624 * help-mode.el (help-buffer): If we are to return the current
625 buffer, signal an error if it's not in Help mode (Bug#8147).
627 2011-03-05 Reuben Thomas <rrt@sc3d.org>
629 * files.el (file-name-version-regexp): Handle backup files of the
630 form `foo.js.~HEAD~1~' (Bug#8159).
632 2011-03-05 Glenn Morris <rgm@gnu.org>
634 * eshell/esh-var.el: Don't require esh-test when compiling.
635 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
636 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
637 * eshell/esh-test.el: Move to ../../test/eshell.el.
639 2011-03-05 David Engster <deng@randomsample.de>
641 * files.el (save-some-buffers): Report the names of buffers saved
642 automatically due to buffer-save-without-query (Bug#8134).
644 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
646 * net/rcirc.el: Add QuakeNet authentication support.
647 (rcirc-authinfo, rcirc-check-auth-status)
648 (rcirc-authenticate): Support QuakeNet.
650 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
652 * net/rcirc.el: Add functionality to authenticate before
653 autojoining channels.
654 (rcirc-authenticate-before-join): New option.
655 (rcirc-authenticated-hook): New variable.
656 (rcirc-connect): Make local variable rcirc-user-authenticated.
657 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
658 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
660 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
661 Call rcirc-check-auth-status.
663 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
665 * net/soap-client.el (soap-namespace-put-link): Check if the target
666 name is fully qualified -- use only the name part.
667 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
668 types, treated the same as xsd:sequence. (Bug#8166)
670 2011-03-05 Eli Zaretskii <eliz@gnu.org>
672 * files.el (find-file-noselect): Don't ask about re-visiting
673 non-literally if the file is already visited in image-mode.
676 2011-03-05 Glenn Morris <rgm@gnu.org>
678 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
679 (eshell-mode): Use eshell-kill-buffer-function.
680 Run the -initialize functions independently of the -load-hooks.
681 * eshell/esh-proc.el (eshell-kill-process-function): New function.
682 (eshell-gather-process-output, eshell-sentinel)
683 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
684 Use eshell-kill-process-function.
685 * eshell/em-alias.el (eshell-alias-load-hook):
686 * eshell/em-banner.el (eshell-banner-load-hook):
687 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
688 * eshell/em-dirs.el (eshell-dirs-load-hook):
689 * eshell/em-glob.el (eshell-glob-load-hook):
690 * eshell/em-hist.el (eshell-hist-load-hook):
691 * eshell/em-pred.el (eshell-pred-load-hook):
692 * eshell/em-prompt.el (eshell-prompt-load-hook):
693 * eshell/em-rebind.el (eshell-rebind-load-hook):
694 * eshell/em-script.el (eshell-script-load-hook):
695 * eshell/em-smart.el (eshell-smart-load-hook):
696 * eshell/em-term.el (eshell-term-load-hook):
697 * eshell/em-unix.el (eshell-unix-load-hook):
698 * eshell/esh-arg.el (eshell-arg-load-hook):
699 * eshell/esh-cmd.el (eshell-cmd-load-hook):
700 * eshell/esh-ext.el (eshell-ext-load-hook):
701 * eshell/esh-io.el (eshell-io-load-hook):
702 * eshell/esh-mode.el (eshell-exit-hook):
703 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
704 * eshell/esh-var.el (eshell-var-load-hook):
705 Set default hook values to nil. (Bug#5375)
707 * eshell/esh-module.el (eshell-module-unload-hook)
708 (eshell-modules-list): Remove leading * from defcustom docs.
710 * eshell/esh-util.el (eshell-for): Make it obsolete.
711 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
712 * eshell/em-dirs.el (eshell-save-some-last-dir):
713 * eshell/em-hist.el (eshell-save-some-history)
714 (eshell-hist-parse-modifier):
715 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
717 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
718 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
720 * eshell/esh-ext.el (eshell-find-interpreter):
721 * eshell/esh-mode.el (eshell-mode):
722 * eshell/esh-module.el (eshell-unload-extension-modules):
723 * eshell/esh-proc.el (eshell-process-interact):
724 * eshell/esh-test.el (eshell-test):
725 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
726 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
727 (eshell-variables-list):
728 * eshell/eshell.el (eshell-unload-all-modules):
729 Replace eshell-for with dolist.
731 2011-03-04 Glenn Morris <rgm@gnu.org>
733 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
735 2011-03-04 Tom Tromey <tromey@redhat.com>
737 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
739 2011-03-04 Glenn Morris <rgm@gnu.org>
741 * outline.el (outline-regexp): No longer allow nil.
742 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
744 * net/browse-url.el (browse-url):
745 Handle deleted default-directory. (Bug#6077)
747 * recentf.el (recentf-include-p): In case of a buggy predicate,
748 err on the side of including, not excluding. (Bug#5843)
750 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
752 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
755 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
757 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
758 if there is no node. (Bug#3261)
760 2011-03-04 Leo <sdl.web@gmail.com>
762 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
764 * time.el (display-time-world-list): Fix typo. (Bug#7571)
766 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
768 * cus-edit.el (custom-buffer-create-internal):
769 Split search string before passing it to `customize-apropos' (bug#8136).
771 2011-03-04 Drew Adams <drew.adams@oracle.com>
773 * image-dired.el (image-dired-cmd-read-exif-data-options):
774 Fix typo in docstring (bug#8156).
776 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
778 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
780 2011-03-03 Christian Ohler <ohler@gnu.org>
782 * emacs-lisp/ert.el (ert--explain-equal): New function.
783 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
785 (ert--explain-equal-including-properties): Rename from
786 `ert--explain-not-equal-including-properties'. All callers
789 2011-03-03 Christian Ohler <ohler@gnu.org>
791 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
792 (ert-char-for-test-result, ert-string-for-test-result)
793 (ert-run-tests-batch, ert--print-test-for-ewoc):
794 Handle `ert-test-quit'.
796 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
798 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
799 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
801 2011-03-03 Glenn Morris <rgm@gnu.org>
803 * files.el (file-truename): Doc fix. (Bug#2341)
805 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
807 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
809 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
811 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
812 programs output backslashes. (Bug#7663)
814 2011-03-03 Glenn Morris <rgm@gnu.org>
816 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
817 (mail-mode): Remove mail-sent-via from the doc.
818 (mail-sent-via): Make it obsolete. (Bug#1776)
820 * progmodes/grep.el (grep-highlight-matches): Doc fix.
821 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
823 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
824 with no parents. (Bug#8025)
826 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
828 * password-cache.el (password-in-cache-p): Add autoload.
830 2011-03-02 Glenn Morris <rgm@gnu.org>
832 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
833 * dired-x.el (Man-support-local-filenames): Autoload it.
834 (dired-guess-shell-alist-default): Also handle Red Hat's man.
836 * dired-x.el (dired-default-directory-alist, dired-default-directory):
838 (dired-smart-shell-command): Just call dired-current-directory.
840 * dired-x.el (dired-jump-other-window): Add autoload.
841 (dired-default-directory-alist, dired-default-directory): Doc fixes.
842 (dired-default-directory-alist): Mark as risky.
844 * dired-x.el (dired-omit-here-always): Make it obsolete.
846 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
848 * textmodes/artist.el (artist-curr-go): Default to pen-line.
849 (artist-select-op-pen-line): New function.
850 (artist-menu-map): New variable.
851 (artist-mode-map): Add a menu to the menu-bar.
853 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
855 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
858 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
860 (math-logunits-add, math-logunits-mul, math-logunits-divide):
861 (math-logunits-quant, math-logunits-level):
862 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
864 (math-logunits-level): Extract units from ratio.
866 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
868 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
870 2011-03-01 Glenn Morris <rgm@gnu.org>
872 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
873 (diary-hebrew-birthday): Rename and rework functions added
876 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
878 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
879 (diary-hebrew-birthday): New functions.
881 2011-03-01 Glenn Morris <rgm@gnu.org>
883 * dired.el (dired-safe-switches-p): Beef it up.
884 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
886 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
888 * dired.el (dired-safe-switches-p): New function.
890 2011-03-01 Glenn Morris <rgm@gnu.org>
892 * files.el (dir-locals-collect-variables):
893 Add the ability to exclude subdirectories. (Bug#8100)
895 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
897 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
899 * ido.el (ido-everywhere): Doc fix.
902 2011-02-28 Glenn Morris <rgm@gnu.org>
904 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
906 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
908 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
911 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
913 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
915 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
917 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
918 Fix typos in docstrings.
920 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
922 * dired-aux.el (dired-update-file-line):
923 Fix 2010-11-09 change. (Bug#8131)
925 2011-02-28 Eli Zaretskii <eliz@gnu.org>
927 * international/mule-cmds.el (set-default-coding-systems): Use the
928 -unix variant of encoding in default-keyboard-coding-system.
931 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
933 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
935 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
937 * term/screen.el: New file (Bug#2650).
939 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
941 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
942 (pcase-mutually-exclusive-predicates): New var.
943 (pcase--split-consp, pcase--split-pred): Use it.
944 (pcase--split-equal, pcase--split-member): When splitting against
945 a pure predicate, run it to know the outcome.
946 (pcase--u1): Mark vars that are actually used.
947 (pcase--q1): Avoid introducing unused vars.
949 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
951 * calc/calc-ext.el (calc-init-extensions):
952 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
954 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
957 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
958 argument is a variable.
960 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
962 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
963 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
964 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
966 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
968 * password-cache.el (password-in-cache-p): Convenience function to
969 check if a key is in the cache, even if the value is nil.
971 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
973 * emacs-lisp/package-x.el (package--archive-contents-from-url)
974 (package--archive-contents-from-file): New functions.
975 (package-update-news-on-upload): New var.
976 (package-upload-buffer-internal): Extract archive-contents from
977 package-archive-upload-base if it is not found at archive-url.
978 Obey package-update-news-on-upload.
979 (package-upload-buffer, package-upload-file): Doc fix.
981 2011-02-24 Glenn Morris <rgm@gnu.org>
983 * files-x.el (modify-dir-local-variable): Handle dir-locals from
984 the cache, and from non-file sources.
986 * help-fns.el (describe-variable): Return consistent results when a
987 dir-local from a file came from the cache or did not. (Bug#8095)
988 If a dir-local has no associated file, say it came from a "directory".
990 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
991 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
993 * files.el (dir-locals-find-file): Doc fix.
994 Fix the check for cache elements that have no associated file,
995 and the mtime check for those that do. (Bug#8095)
997 * dired-x.el (dired-hack-local-variables):
998 Handle interrupts during hacking local variables. (Bug#5216)
1000 * emacs-lisp/autoload.el (autoload-save-buffers)
1001 (autoload-find-destination, update-directory-autoloads):
1002 Avoid prompts when updating autoloads.
1004 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1006 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1008 2011-02-23 Kenichi Handa <handa@m17n.org>
1010 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1011 error when a multipart boundary in the nested multipart is found.
1013 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1016 2011-02-23 Glenn Morris <rgm@gnu.org>
1018 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1019 * dired-x.el (dired-omit-mode): Safe if boolean.
1020 (dired-enable-local-variables): Fix doc and custom type.
1021 (dired-enable-local-variables, dired-local-variables-file)
1022 (dired-hack-local-variables): Make obsolete.
1023 (dired-omit-here-always): Use dir-locals.el instead.
1025 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1027 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1029 * help-fns.el (describe-function-1): Don't signal an error just because
1030 the DOC file disappeared.
1032 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
1034 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1035 remote check to "ftp". (Bug#8089)
1037 2011-02-21 Alan Mackenzie <acm@muc.de>
1040 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1041 in macros finding their way into c-state-nonlit-pos-cache.
1042 Strengthen the comments.
1043 (c-state-dump): New commented out diagnostic routine.
1045 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
1047 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1048 `field' property of `rfn-eshadow-overlay'.
1050 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1052 * net/netrc.el (netrc-parse): Comment fix.
1054 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
1056 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1057 Autoload. Add optional arg FRAME, and pass it to color-values.
1058 (color-complement): Caller changed. Doc fix.
1059 (color-gradient): Rewrite for better clarity and efficiency.
1061 * faces.el (color-values): Use cond for clarity. Doc fix.
1063 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
1065 (list-colors-sort-key, list-colors-print):
1066 Use color-normalized-values.
1068 2011-02-20 Drew Adams <drew.adams@oracle.com>
1070 * color.el: First part of merge from hexrgb.el.
1071 (color-rgb-to-hex): Rename from color-rgb->hex.
1072 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1073 saturation to zero if the value is too small.
1074 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1075 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1076 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1077 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1078 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1079 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1080 (color-cie-de2000): Doc fix.
1082 2011-02-20 Alan Mackenzie <acm@muc.de>
1084 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1085 locating the beginning of a macro. (Bug#7595)
1087 2011-02-20 Glenn Morris <rgm@gnu.org>
1089 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1092 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1093 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1095 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1096 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1098 * progmodes/hideshow.el (hs-find-block-beginning)
1099 (hs-hide-level-recursive): Ignore comments when parsing braces
1102 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1104 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1105 (vc-bzr-pull): Use it.
1107 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1109 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1110 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1111 but returning an alist. Ignore comments in bzr conffile.
1112 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1113 (vc-bzr-error-regex-alist): New var.
1114 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1116 * vc/vc-dispatcher.el (vc-do-async-command):
1117 Bind inhibit-read-only to t.
1119 * progmodes/compile.el (compilation--flush-directory-cache):
1120 Handle the case where cdr of compilation--flush-directory-cache
1121 points to no buffer, which can occur if we previously switched to
1122 compilation-mode in a pregenerated buffer.
1124 2011-02-19 Kenichi Handa <handa@m17n.org>
1126 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1127 get the header copy into the temporary buffer.
1128 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1129 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1130 buffer-file-coding-system to undecided.
1132 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1134 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1135 Document completion with asterisk and a substring.
1137 2011-02-19 Glenn Morris <rgm@gnu.org>
1139 * files.el (find-file-literally): Doc fix.
1141 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1143 * log-edit.el (log-edit-insert-changelog):
1144 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1146 2011-02-19 Glenn Morris <rgm@gnu.org>
1148 * dired-x.el: Don't require dired-aux.
1149 (dired-do-create-files, dired-mark-read-regexp)
1150 (dired-do-create-files-regexp): Autoload from dired-aux.
1152 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1153 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1155 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1156 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1158 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1159 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1160 (dired-clean-up-buffers-too): Declare.
1162 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1163 * dired.el (dired-initial-position): Merge dired-x's version here.
1164 (dired-find-subdir): Declare.
1166 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1167 * dired-aux.el (dired-add-entry): Give it a doc-string.
1168 Merge dired-x's dired-omit handling here.
1169 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1171 * international/mule-diag.el (list-input-methods-1):
1172 Indent all lines of multi-line doc-strings. (Bug#8066)
1174 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
1176 Fix 2011-02-02 changes.
1178 * apropos.el (apropos-print): Call apropos-mode before setting up
1179 buffer variables. Use inhibit-read-only.
1181 * emacs-lisp/package.el (package--list-packages):
1182 Call package-menu-mode before setting up buffer variables.
1184 * play/solitaire.el (solitaire): Call solitaire-mode before
1185 setting up buffer variables. Use inhibit-read-only.
1187 2011-02-18 Lawrence Mitchell <wence@gmx.li>
1189 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1190 Bind case-fold-search to nil when looking for end of here-doc.
1192 2011-02-18 Eli Zaretskii <eliz@gnu.org>
1194 * image-mode.el (image-toggle-display-image):
1195 Set find-file-literally non-nil in buffers visiting binary image
1198 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1200 * files.el (cd): Make completion obey cd-path (bug#7924).
1202 2011-02-18 Glenn Morris <rgm@gnu.org>
1204 * progmodes/prolog.el: Don't require compile when compiling.
1205 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1206 (compilation-forget-errors, compilation-fake-loc)
1207 (compilation-parse-errors-function, compilation-error-list): Declare.
1208 (prolog-inferior-mode): Require 'compile.
1210 * emulation/cua-base.el (pc-selection-mode): Declare.
1212 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1213 (customize-object): Add autoload cookie.
1214 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1215 (eieio-browse, describe-class, eieio-describe-class)
1216 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1217 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1218 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1219 * Makefile.in (autoloads): Make eieio.el writable.
1221 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1222 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1223 (dired-hack-local-variables): Use inhibit-read-only.
1224 (dired-guess-default): Simplify.
1225 (dired-make-relative-symlink): Use dotimes.
1226 (dired-simultaneous-find-file): Use dolist.
1227 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1228 (dired-x-hands-off-my-keys): Doc fix.
1229 (dired-x-bind-find-file): Doc fix. Use remapping.
1230 (after-init-hook): No need to add dired-x-bind-find-file.
1231 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1232 No need to call expand-file-name.
1233 (dired-filename-at-point): Remove unused locals `end', `filename'.
1235 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1237 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1239 2011-02-18 Christian Ohler <ohler@gnu.org>
1241 * emacs-lisp/ert.el (ert--setup-results-buffer)
1242 (ert-results-pop-to-backtrace-for-test-at-point)
1243 (ert-results-pop-to-messages-for-test-at-point)
1244 (ert-results-pop-to-should-forms-for-test-at-point)
1245 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1246 were incorrect and unnecessary. This should make `make check'
1249 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1251 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
1252 (allout-widgets-icons-dark-subdir): Track relocations of icons.
1253 * lisp/allout.el: Remove commentary about remove encryption
1254 passphrase mnemonic support and verification.
1255 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1256 armored text using gpg1, and indicate that the gpg version *might*
1257 be the problem in the error message.
1259 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1261 * net/rcirc.el (rcirc-float-time): New function.
1262 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1263 (rcirc-ctcp-sender-PING): Use it.
1265 2011-02-17 Glenn Morris <rgm@gnu.org>
1267 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1268 (speedbar-update-flag, speedbar-fetch-etags-command)
1269 (speedbar-fetch-etags-arguments):
1270 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1271 (term-completion-autolist, term-completion-addsuffix)
1272 (term-completion-recexact, term-completion-fignore):
1273 * term/sup-mouse.el (sup-mouse-fast-select-window):
1274 * term/x-win.el (x-select-request-type):
1275 Convert some defvars with "*" to defcustoms.
1277 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1279 * vc/vc.el (vc-default-previous-version):
1280 Remove alias that points nowhere. (Bug#4496)
1282 * dired-x.el (dired-clean-up-after-deletion):
1283 kill-buffer does not need save-excursion.
1284 (dired-do-run-mail): Doc fix.
1285 (dired-filename-at-point): Doc fix.
1286 Use looking-at, and skip-chars rather than re search.
1288 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1290 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1292 * allout-widgets.el: New allout extension that shows allout
1293 outline structure with graphical widgets. 'allout-widgets'
1294 customize group is an 'allout' subgroup, for easy discovery.
1296 * allout.el: Include PGP and GnuPG in Keywords, and other
1297 commentary refinements.
1298 (allout-abbreviate-flattened-numbering): Rename to
1299 allout-flattened-numbering-abbreviation, and
1300 define-obsolete-variable-alias the old name.
1301 (allout-flattened-numbering-abbreviation): Rename from
1302 allout-abbreviate-flattened-numbering.
1303 (allout-mode-p): Include among autoloads, for use by other modes
1305 (allout-listify-exposed):
1306 Use allout-flattened-numbering-abbreviation.
1307 (allout-encrypt-string): Use set-buffer-multibyte directly.
1308 (allout-set-buffer-multibyte): Remove.
1310 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1312 * simple.el (just-one-space): Remove useless `or' call.
1314 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1316 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
1317 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1318 (soap-decoded-multi-refs, soap-current-wsdl)
1319 (soap-encoded-namespaces): Rename CL-style *...* variables.
1321 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
1323 * net/soap-client.el: Add "comm" and "hypermedia" to the
1324 keywords. Reflow too long lines.
1326 * net/soap-inspect.el: Ditto. Require 'cl.
1328 2011-02-16 Bastien Guerry <bzg@altern.org>
1330 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1331 in a `doctor-type' argument.
1333 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1335 * net/soap-client.el:
1336 * net/soap-inspect.el: New files.
1338 2011-02-16 Leo <sdl.web@gmail.com>
1340 * dired-x.el (dired-mode-map, dired-extra-startup):
1341 Remove dired-copy-filename-as-kill since it's already in dired.el.
1343 2011-02-16 Glenn Morris <rgm@gnu.org>
1345 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1346 Doc fixes. Add :set property, replacing top-level calls.
1347 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1348 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1349 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1350 (dired-clean-up-after-deletion): Use when and dolist.
1351 (dired-jump): Use unless and when.
1352 (dired-virtual): Use line-end-position.
1353 (dired-default-directory-alist): Rename from default-directory-alist.
1354 (dired-default-directory): Update for above name change.
1355 (dired-vm): Drop VM < 5 and simplify.
1356 (dired-buffer-more-recently-used-p): Rewrite.
1357 (dired-filename-at-point): Use when and or.
1358 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1361 2011-02-15 Glenn Morris <rgm@gnu.org>
1363 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1365 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1367 * vc/vc-git.el (vc-git-root-log-format): New option for
1368 customizing log format.
1369 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1370 (vc-git-log-view-mode): Use it.
1371 (vc-git-expanded-log-entry): New function.
1372 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1374 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1375 customizing log format.
1376 (vc-hg-print-log): Use it.
1377 (vc-hg-expanded-log-entry): New function.
1378 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1379 vc-hg-expanded-log-entry. Truncate lines in root log.
1381 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1383 * vc/log-view.el (log-view-mode-menu):
1384 Add log-view-toggle-entry-display.
1386 2011-02-14 Glenn Morris <rgm@gnu.org>
1388 * dired-x.el: Don't require man when compiling.
1389 (dired-omit-extensions, dired-local-variables-file)
1390 (dired-x-hands-off-my-keys): Make them defcustoms.
1391 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1392 (vm-visit-folder): Declare rather than defining.
1393 (dired-x-help-address, dired-x-variable-list): Remove.
1394 (dired-x-submit-report): Make it an obsolete alias.
1396 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
1398 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1400 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1402 * net/imap.el: Bring it back.
1404 2011-02-13 Alan Mackenzie <acm@muc.de>
1406 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1407 narrow-to-region call that cuts context off the end (Bug#7722).
1409 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1410 Refactor nested if-forms with a simple cond.
1411 (c-forward-<>-arglist): Revert 2011-01-31 change.
1413 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1415 * vc/log-view.el: New command log-view-toggle-entry-display for
1416 toggling log entries between concise and detailed forms.
1417 (log-view-toggle-entry-display): New command.
1418 (log-view-mode-map): Bind RET to it.
1419 (log-view-expanded-log-entry-function): New variable.
1420 (log-view-current-entry, log-view-inside-comment-p)
1421 (log-view-current-tag): New functions.
1422 (log-view-toggle-mark-entry): Use log-view-current-entry and
1423 log-view-end-of-defun instead of searching directly with
1424 log-view-message-re.
1425 (log-view-end-of-defun): Likewise. Add optional ARG for
1426 compatibility with end-of-defun.
1427 (log-view-end-of-defun): Ignore comments and VC buttons.
1429 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1430 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1432 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1434 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1436 * net/imap-hash.el: Remove file.
1438 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1440 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1442 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1445 * net/tramp-imap.el: Remove file.
1447 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1449 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1450 widget library for buttons, just use button.el.
1452 * vc/log-view.el (log-view-mode-map): Don't inherit from
1455 2011-02-12 Glenn Morris <rgm@gnu.org>
1457 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1458 (nintersection, set-difference, nset-difference)
1459 (set-exclusive-or, nset-exclusive-or): Doc fix.
1461 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1463 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1464 :italic props, so that frame-set-background-mode works. (Bug#7966)
1466 * simple.el (next-error): Doc fix.
1468 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1470 * dired-aux.el (dired-create-files): Adapt destination name to
1471 match the new behavior of copy-directory.
1473 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
1475 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1476 from rmail-dont-reply-to-names. Callers changed.
1477 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1478 (rmail-dont-reply-to): Make it an obsolete alias.
1480 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1481 nil, and make obsolete (Bug#7888).
1482 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1484 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1486 * mail/rmailsort.el (rmail-sort-by-correspondent)
1487 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1489 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1491 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1493 * files.el (copy-directory): New argument COPY-CONTENTS for
1494 copying directory contents into another existing directory.
1496 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1498 * minibuffer.el (completion-table-case-fold): New function for
1499 creating a case-insensitive completion table.
1501 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1503 * net/tramp.el (tramp-default-method): Also check if
1504 `auth-source-search' is bound.
1505 (tramp-read-passwd): Use `auth-source-search' instead of
1506 `auto-source-user-or-password'.
1508 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1509 `auto-source-user-or-password.
1510 (tramp-imap-passphrase-callback-function): Use it.
1512 * net/imap-hash.el: Autoload `auto-source-search' instead of
1513 `auto-source-user-or-password.
1514 (imap-hash-open-connection): Use it.
1516 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1517 `auto-source-user-or-password.
1518 (smtpmail-try-auth-methods): Use it.
1520 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1522 * emacs-lisp/package.el: Allow packages to be reinstalled.
1523 (package--write-file-no-coding): Remove EXCL arg.
1524 (package-unpack-single): Don't use it.
1526 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1528 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1529 in each sub directory.
1530 (vc-svn-registered): Use vc-svn-root.
1531 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1532 (vc-svn-repository-hostname): Use "svn info".
1534 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1536 * simple.el (delete-trailing-whitespace): New optional buffer
1539 2011-02-11 Bastien Guerry <bzg@altern.org>
1541 * files.el (basic-save-buffer): save unmodified buffers when
1542 the file pointed by buffer-file-name doesn't exist.
1544 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1546 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1548 2011-02-11 Glenn Morris <rgm@gnu.org>
1550 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1552 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1554 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1556 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1558 * server.el (server-process-filter): Use pcase.
1560 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1562 (smie-indent--parent): Extend to "parent of arg".
1563 (smie-indent-inside-string): New function.
1564 (smie-indent-functions): Use it.
1566 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1567 bzr locking race condition.
1569 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1570 still valid before using it.
1572 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1573 `message' -> `compilation-message' rename (bug#8004).
1575 Move keymap initialization into declaration.
1576 * textmodes/enriched.el (enriched-mode-map):
1577 * textmodes/bib-mode.el (bib-mode-map):
1578 * term/lk201.el (lk201-function-map):
1579 * tar-mode.el (tar-mode-map):
1580 * replace.el (occur-mode-map):
1581 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1582 * progmodes/idlw-help.el (idlwave-help-mode-map):
1583 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1584 * play/solitaire.el (solitaire-mode-map):
1585 * play/snake.el (snake-mode-map, snake-null-map):
1586 * play/pong.el (pong-mode-map):
1587 * play/handwrite.el (menu-bar-handwrite-map):
1588 * play/gametree.el (gametree-mode-map):
1589 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1590 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1591 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1592 (newsticker--url-keymap):
1593 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1594 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1595 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1596 (menu-bar-edit-menu, menu-bar-custom-menu)
1597 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1598 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1599 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1600 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1601 (menu-bar-tools-menu, menu-bar-describe-menu)
1602 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1603 (menu-bar-help-menu):
1604 * mail/rmailsum.el (rmail-summary-mode-map):
1605 * kmacro.el (kmacro-step-edit-map):
1606 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1607 (ibuffer-mode-operate-map):
1608 * hi-lock.el (hi-lock-menu, hi-lock-map):
1609 * emulation/vip.el (vip-mode-map):
1610 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1611 * bookmark.el (bookmark-bmenu-mode-map):
1612 * help-mode.el (help-mode-map): Move initialization into declaration.
1614 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1616 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1617 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1618 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1619 (rcirc-cmd-me, rcirc-authenticate): Use them.
1621 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1623 * allout.el: Synopsis: Change allout user configuration so
1624 auto-activation is controlled solely by customization
1625 `allout-auto-activation'.
1627 (allout-auto-activation-helper, allout-setup): New autoloads
1628 implement new custom set procedure for allout-auto-activation.
1629 Also, explicitly invoke (allout-setup) after allout-auto-activation
1630 is custom-defined, to affect the settings in emacs sessions besides
1631 the few where allout-auto-activation customization is done.
1632 (allout-auto-activation): Use allout-auto-activation-helper to
1633 :set. Revise the docstring.
1634 (allout-init): Reduce functionality to just customizing
1635 allout-auto-activation, and mark obsolete.
1636 (allout-mode): Respect string values for allout-auto-activation.
1637 Run allout-after-copy-or-kill-hook without any args.
1638 (allout-mode, allout-layout, allout-default-layout)
1639 (outlineify-sticky): Adjust docstring for new scheme.
1640 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1641 should concentrate on the kill ring.
1643 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1645 * password-cache.el (password-cache-remove): Accept secrets that are
1648 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1650 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1651 of here-doc that immediately follows a comment.
1653 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1655 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1657 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1659 (rcirc-ctcp-sender-PING): New function.
1661 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1663 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1664 Remove the mark/nomark handling, and activate shift-select-mode instead.
1666 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1668 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1670 * calc/calc-units.el (math-logunits-quant): Add support for
1671 non-logarithmic units.
1673 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1675 * allout.el (allout-after-copy-or-kill-hook): New hook for
1676 extension-specific processing of killed text.
1677 (allout-mode): Include new allout-after-copy-or-kill-hook among
1679 (allout-kill-line, allout-kill-topic): Ensure that processing
1680 after kill happens even if barf-if-buffer-read-only is raised.
1681 Include new allout-after-copy-or-kill-hook among that subsequent
1683 (allout-deannotate-hidden): Actually remove the annotation text
1686 * allout.el (allout-listify-exposed): Copy text sans text properties.
1688 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1690 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1692 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1694 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1696 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1698 * calc/calc.el (calc-logunits-field-reference): Rename from
1699 `calc-default-field-reference-level'.
1700 (calc-logunits-power-reference): Rename from
1701 `calc-default-power-reference-level'.
1703 * calc/calc-units.el (math-logunits-quant): Rename from
1704 `math-logunits-level'
1705 (math-logunits-plus): Rename from math-logcombine.
1706 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1707 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1708 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1710 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1711 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1712 (calc-logunits-quantity): Rename from `calc-level'.
1713 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1714 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1715 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1716 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1717 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1720 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1721 (calc-ul-prefix-help): Remove.
1722 (calc-l-prefix-help): New function.
1723 (calc-full-help): Add reference to `calc-l-prefix-help'.
1725 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1727 * calc/README: Mention logarithmic units.
1729 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1731 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1732 non-ASCII characters (Bug#7925).
1734 2011-02-05 Glenn Morris <rgm@gnu.org>
1736 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1738 * calendar/diary-lib.el (diary-font-lock-keywords):
1739 Tweak diary-time-regexp match. (Bug#7891)
1741 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1742 (f90-mode): Use it for mode's `find-tag-default-function' property.
1744 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1746 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1748 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1750 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1753 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1755 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1756 font-lock-syntax-table remappings.
1757 (sh-here-doc-markers, sh-here-doc-re): Remove.
1758 (sh-font-lock-close-heredoc): Remove.
1759 (sh-syntax-propertize-here-doc): New function.
1760 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1761 instead of the sh-here-doc-re.
1762 (sh-font-lock-paren): Don't do anything in comments or strings.
1763 Handle line continuations. Accept a few more chars.
1764 Don't rely on the font-lock-syntax-table remappings.
1765 `esac' is not a valid pattern.
1766 (sh-syntax-propertize-function): Handle here-docs differently, so we
1767 don't bother syntax-propertizing the insides.
1769 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1770 Handle new bashisms ";&" and ";;&" (bug#7947).
1772 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1774 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1775 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1777 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1779 * net/tramp.el (tramp-postfix-method-format)
1780 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1781 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1782 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1783 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1784 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1787 2011-02-04 Sam Steingold <sds@gnu.org>
1789 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1791 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1793 * international/mule-util.el (with-coding-priority): Doc fix.
1795 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1797 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1799 2011-02-03 Sam Steingold <sds@gnu.org>
1801 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1802 Do not error out when `func' is nil.
1804 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1806 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1807 `tramp-default-remote-path' to the docstring.
1808 (tramp-get-remote-path): Suppress error message when `getconf
1811 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1813 2011-02-03 Glenn Morris <rgm@gnu.org>
1815 * vc/vc-hg.el (vc-hg-command): Doc fix.
1817 * term/w32-win.el (libpng-version): Declare for compiler.
1819 * msb.el: No need to load dired while compiling.
1821 * emacs-lisp/elint.el (elint-standard-variables):
1822 Remove a couple of built-ins that now have doc-strings.
1824 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1825 `require' is automatically `eval-and-compile'd.
1827 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1828 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1830 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1831 Move definition before use.
1832 (strokes-report-bug): Make it obsolete.
1834 2011-02-02 Sam Steingold <sds@gnu.org>
1836 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1837 from `special-mode', entering it makes the buffer read-only, so
1838 call it only when everything has been already inserted.
1839 * emacs-lisp/ert.el (ert--setup-results-buffer)
1840 (ert-results-pop-to-backtrace-for-test-at-point)
1841 (ert-results-pop-to-messages-for-test-at-point)
1842 (ert-results-pop-to-timings): Ditto.
1843 * emacs-lisp/package.el (package--list-packages): Ditto.
1844 * play/solitaire.el (solitaire): Ditto.
1846 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1848 * progmodes/compile.el: Make all faces inherit.
1849 (compilation-warning): Inherit from font-lock-variable-name-face.
1850 (compilation-info): Inherit from font-lock-type-face.
1851 (compilation-line-number): Reassign to font-lock-keyword-face.
1852 (compilation-column-number): Reassign to font-lock-doc-face.
1853 (compilation-leave-directory-face): Reassign to
1854 font-lock-builtin-face.
1856 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1858 * dired.el (dired-insert-directory): Don't invoke `ls' when
1859 ls-lisp.el is used to emulate it.
1861 2011-02-01 Julien Danjou <julien@danjou.info>
1863 * color.el (color-gradient): Add a color-gradient function.
1865 2011-02-01 Sam Steingold <sds@gnu.org>
1867 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1868 bind "z" to `kill-this-buffer'.
1869 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1870 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1871 (apropos-mode): Inherit from `special-mode'.
1872 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1873 * bookmark.el (bookmark-bmenu-mode): Define using
1874 `define-derived-mode' inheriting from `special-mode'.
1875 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1876 * image-mode.el (image-mode-map): Ditto.
1877 * replace.el (occur-mode): Define using
1878 `define-derived-mode' inheriting from `special-mode'.
1879 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1880 * calendar/diary-lib.el (diary-fancy-display-mode):
1881 Inherit from `special-mode-map'.
1882 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1883 Inherit from `special-mode'.
1884 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1886 (package-menu-mode): Define using `define-derived-mode'
1887 inheriting from `special-mode'.
1888 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1889 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1890 (xesam-mode-map): Define separately.
1891 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1892 * progmodes/compile.el (compilation-minor-mode-map)
1893 (compilation-mode-map): Inherit from `special-mode-map'.
1894 * vc/diff-mode.el (diff-mode-shared-map):
1895 Inherit from `special-mode-map'.
1896 * vc/log-view.el (log-view-mode-map): Add a comment.
1898 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1900 * custom.el (load-theme): Define return value. Drop use of
1901 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1902 (custom-theme-load-confirm): Scroll in the correct window.
1903 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1905 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1906 checkbox if load-theme fails.
1908 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1910 * progmodes/compile.el (compilation-next-error): Check there's
1911 a message before using it (bug#7941).
1913 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1915 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1916 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1917 of potential pivots.
1919 2011-01-31 Alan Mackenzie <acm@muc.de>
1921 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1922 Continue parsing if we encounter a naked # (Bug#7595).
1923 (c-beginning-of-statement): Avoid loop in locating the beginning
1924 of a macro. (Not actually committed until 2011-02-20, see above).
1926 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1928 * files.el (copy-directory): Fix arguments to recursive call.
1930 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1932 * files.el (copy-directory): If destination is an existing
1933 directory, copy into a subdirectory there.
1935 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1937 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1940 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1942 * image-dired.el (image-dired-mouse-display-image): No-op if no
1943 file is found (Bug#7817).
1945 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1947 2011-01-31 Kenichi Handa <handa@m17n.org>
1949 * international/quail.el (quail-keyboard-layout-alist):
1950 Remove superfluous SPC for "pc105-uk" (bug#7927).
1952 2011-01-31 Glenn Morris <rgm@gnu.org>
1954 * msb.el (msb-menu-bar-update-buffers): Update for changed
1955 argument handling of menu-bar-select-frame. (Bug#7902)
1957 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1959 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1960 to the recursion depth (Bug#7722).
1962 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1964 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1965 command-line-default-directory (Bug#7872).
1967 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1969 * progmodes/compile.el (compilation--flush-directory-cache):
1970 New function, extracted from compilation--remove-properties.
1971 (compilation--remove-properties, compilation--parse-region): Use it.
1972 (compilation--previous-directory): Handle one more case.
1973 (compilation-enable-debug-messages): Remove.
1974 (compilation-parse-errors, compilation--flush-parse): Just remove the
1975 left over debug messages.
1977 2011-01-31 Sam Steingold <sds@gnu.org>
1979 * progmodes/compile.el (compilation-enable-debug-messages):
1980 Add a variable to make the parsing messages introduced in
1981 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1982 (compilation-parse-errors, compilation--flush-parse): Use it.
1984 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1986 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1987 (rcirc-nick-completion-format): New defcustom.
1988 (rcirc-complete): Use it.
1990 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1992 * net/rcirc.el: Clean log filenames (Bug#7933).
1993 (rcirc-log-write): Use convert-standard-filename.
1994 (rcirc-log-filename-function): Documentation updates.
1996 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1998 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1999 Check report-emacs-bug-can-use-osx-open and use that if t.
2000 (report-emacs-bug-can-use-osx-open): New function.
2001 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
2002 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
2004 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2006 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2007 updating Dired or VC-dir buffers after async command completes.
2009 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2010 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2012 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2013 completions if it exists. Use vc-set-async-update.
2014 (vc-git-pull): Use vc-set-async-update.
2016 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2017 read-shell-command. Use vc-set-async-update.
2018 (vc-hg-merge-branch): Use vc-set-async-update.
2020 2011-01-29 Daiki Ueno <ueno@unixuser.org>
2022 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2023 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
2026 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2028 * progmodes/compile.el: Avoid an N² behavior in grep.
2029 (compilation--previous-directory): New fun.
2030 (compilation--previous-directory-cache): New var.
2031 (compilation--remove-properties): Flush it.
2032 (compilation-directory-properties, compilation-error-properties):
2033 Use the new fun to speed up looking for the current directory.
2035 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2037 * vc/vc-hg.el (vc-hg-history): New var.
2038 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2039 (vc-hg-merge-branch): New function.
2041 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2042 the other way around.
2044 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2045 (vc-git-merge-branch): New functions.
2046 (vc-git-history): New var.
2048 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2050 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2052 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2053 vc-do-async-command.
2055 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2058 2011-01-28 Leo <sdl.web@gmail.com>
2060 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
2061 highlighting to the "this function is advised" message.
2063 * help-mode.el (help-mode-finish): Apply highlighting here, to
2064 avoid clobbering by substitute-command-keys (Bug#6304).
2066 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2068 * woman.el (woman0-roff-buffer): Process roff escape sequences
2069 occurring prior to the first request (Bug#7843).
2071 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2073 * progmodes/compile.el: Don't use font-lock any more.
2074 (compilation-error-regexp-alist-alist): Change handling of makepp
2075 so it preserves the warning/error distinction on subsequent files.
2076 Simplify various rules.
2077 (compilation-directory-properties): Use font-lock-face.
2078 Add a compilation-message property.
2079 (compilation-internal-error-properties): Use font-lock-face.
2080 Don't set the compilation-debug property here.
2081 (compilation--put-prop, compilation--remove-properties)
2082 (compilation--parse-region, compilation--ensure-parse)
2083 (compilation--ensure-parse): New functions.
2084 (compilation-parse-errors): New function, largely inspired of
2085 compilation-mode-font-lock-keywords. Set compilation-debug here.
2086 (compilation--parsed): New var.
2087 (compilation--flush-parse): Use compilation--ensure-parse.
2088 (compilation-start): Don't call font-lock.
2089 (compilation-turn-on-font-lock): Remove.
2090 (compilation-setup): Don't set font-lock-extra-managed-props not change
2091 other font-lock settings, other than keywords.
2092 Don't activate font-lock-mode.
2093 Set change-major-mode-hook and before-change-functions.
2094 (compilation--unsetup): Remove properties and hooks.
2095 (compilation-next-single-property-change): New function.
2096 (compilation-next-error): Use it to parse when needed.
2097 (compile-goto-error): Parse buffer as needed.
2098 (compilation--compat-error-properties): Don't need a dummy `face'
2101 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2103 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2104 (compilation-process-setup-function): Fix docstring's false promises.
2105 (compilation-error-regexp-alist-alist): Catch omake's continuous
2106 recompilation message and avoid reuse of old markers.
2107 (compilation-parse-errors-function): Declare obsolete.
2108 (compilation-buffer-modtime): Remove.
2109 (compilation--make-cdrloc, compilation--loc->col)
2110 (compilation--loc->line, compilation--loc->file-struct)
2111 (compilation--loc->marker, compilation--loc->visited)
2112 (compilation--make-file-struct, compilation--file-struct->file-spec)
2113 (compilation--file-struct->formats)
2114 (compilation--file-struct->loc-tree): New macros. Use them.
2115 (compilation--message): New defstruct. Use them.
2116 (compilation-next-error-function): Don't mess with timestamps to try
2117 and guess when to reparse.
2119 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2121 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2122 (tex-old-error-file-name): New function,
2123 extracted from tex-compilation-parse-errors.
2124 (tex-compilation-parse-errors): Remove.
2125 (tex-error-regexp-alist): New var.
2126 (tex-shell): Use it to avoid compilation-parse-errors-function.
2128 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2129 (grep-mode-font-lock-keywords): Remove regexp that seems like
2130 a left-over from before we used compile.el.
2131 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2132 modifying the buffer within with-silent-modifications.
2134 * progmodes/compile.el: Cleanup text-properties namespace by using
2135 `compilation-message' instead of `message', `compilation-directory'
2136 instead of `directory', and `compilation-debug' instead of `debug'.
2137 (compilation-last-buffer, compilation-parsing-end)
2138 (compilation-error-list, compilation-old-error-list): Move to the
2139 compatibility part of the code.
2140 (compilation-error-properties): If `file' is a function, let it return
2142 (compilation-mode-font-lock-keywords): Be more conservative with the
2143 omake "^ *" pattern prefix, to try and minimize the risk of
2144 pathologically slow regexp matching.
2145 (compilation-start): Use inhibit-read-only.
2146 (compilation--unsetup): New function.
2147 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2148 (compilation-filter): Minor tweaks.
2149 (compilation-next-error-function): Try and avoid abusing variables.
2150 (compilation--flush-file-structure): New fun.
2151 (compilation-fake-loc): Use it to improve behavior when file is reused.
2152 (debug-ignored-errors): Add "Moved past last ...".
2153 (compilation--compat-error-properties)
2154 (compilation--compat-parse-errors): Rename by doubling the "-".
2156 Port features from the previous prolog.el to the new one.
2157 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2158 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2159 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2160 variable and use a function to compute the value dynamically.
2161 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2162 (prolog-continued-prompt-regexp): Remove, unused.
2163 (prolog-find-value-by-system): Try and use the value of prolog-system
2164 in the *prolog* buffer if it helps.
2165 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2166 (prolog-zip-on): ..and check prolog-system and version here instead.
2167 (prolog-inferior-self-insert-command): New command.
2168 (prolog-inferior-mode-map): Use it.
2169 (prolog-inferior-error-regexp-alist): New var.
2170 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
2171 (prolog-input-filter): Use derived-mode-p.
2172 (prolog-inferior-guess-flavor): New function.
2173 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2174 make-comint to avoid running comint-mode twice.
2175 (prolog-inferior-buffer): New fun.
2176 (prolog-old-process-region, prolog-old-process-file):
2177 Don't call prolog-bsts here...
2178 (prolog-build-prolog-command): ...do it here instead.
2179 (prolog-old-process-region, prolog-old-process-file):
2180 Use compilation-fake-loc and compilation-forget-errors.
2181 (prolog-consult-compile-region): Use bolp.
2183 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2185 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2187 2011-01-27 Sam Steingold <sds@gnu.org>
2189 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2190 Remove "*server*" which is never created by emacs server.
2192 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2194 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2195 there are some diff switches.
2197 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2199 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2200 Copy change made to ruby-font-lock-syntactic-keywords.
2202 * htmlfontify.el: Make it obey the font-lock-face text property.
2203 Miscellaneous cleanup such as:
2204 - Don't hide expressions after a closing paren.
2205 - Move initial setq into let.
2206 - Hoist common parts out of ifs.
2207 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2208 (hfy-face-at): Use get-text-property instead.
2209 (hfy-prop-invisible-p): Use invisible-p if available.
2210 (htmlfontify-manual): Use \\[...].
2211 (hfy-html-quote-regex): Use [...].
2212 (hfy-combined-face-spec): Simplify.
2213 (hfy-compile-face-map): Don't presume point-min==1.
2214 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2215 match end of string.
2216 (hfy-text-p): η-reduce.
2217 (hfy-tags-for-file): Receive cache-hash directly.
2218 (hfy-mark-tag-names): Adjust call.
2220 2011-01-27 Glenn Morris <rgm@gnu.org>
2222 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2223 (msb-after-load-hook): Remove eval-after-load wackiness.
2225 2011-01-25 Sam Steingold <sds@gnu.org>
2227 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2228 literal "diff" (important for windows-nt).
2230 2011-01-25 Glenn Morris <rgm@gnu.org>
2232 * emacs-lisp/copyright.el (copyright-at-end-flag)
2233 (copyright-names-regexp): Add safety properties.
2234 (copyright-year-ranges): New option.
2235 (copyright-find-end): New function, split from copyright-update-year.
2236 (copyright-update-year): Use copyright-find-end.
2237 (copyright-fix-years): Optionally, convert years to ranges.
2238 Handle years continued over comment lines.
2239 Do not mess with the fill-prefix.
2240 Do not call copyright-update.
2241 (copyright-update-directory): Optionally, fix years rather than update.
2242 Skip directories. Find files with only safe local vars.
2244 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
2246 * files.el (file-name-non-special): Only change buffer-file-name after
2247 insert-file-contents if it's `visit'ing the file (bug#7854).
2249 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2251 * dired.el (dired-revert): Doc fix (Bug#7758).
2253 * simple.el (line-move-visual): Doc fix (Bug#7594).
2255 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
2257 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2258 here-doc which ends with an underscore.
2259 (ruby-mode-set-encoding): Skip shebang line always.
2260 (ruby-mode-map): Bind C-c C-c to comment-region.
2261 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
2262 (ruby-forward-sexp): Stop after literal hash key labels.
2263 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2266 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
2268 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2269 the correct buffer (Bug#7650).
2271 2011-01-25 Glenn Morris <rgm@gnu.org>
2273 * comint.el (comint-mode): Doc fix. (Bug#7897)
2275 * simple.el (do-auto-fill): Give it a doc string.
2277 * button.el (make-text-button): Doc fix. (See bug#7881)
2279 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2281 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2282 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2284 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2285 Handle ?" and friends differently (e.g. don't use backrefs).
2287 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2289 * calc/calc.el (calc-default-power-reference-level)
2290 (calc-default-field-reference-level): New variables.
2291 * calc/calc-units.el (math-standard-units): Add dB and Np.
2292 (math-logunits): New variable.
2293 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2294 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
2295 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2297 (math-find-base-units-rec): Add entry for ln(10).
2298 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2299 (calc-ul-prefix-help): New function.
2300 * calc/calc-ext.el (calc-init-extensions): Autoload new units
2301 functions. Add keybindings for new units functions.
2303 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2305 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
2306 rcirc buffers. (Bug#4940)
2308 2011-01-22 Glenn Morris <rgm@gnu.org>
2310 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2311 split out from copyright-update-year.
2312 (copyright-update): Don't mess with the GPL version if we don't own the
2313 copyright. Update license regexp, and remove no longer needed
2315 (copyright-fix-years): Use copyright-find-copyright.
2317 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2319 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2321 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2323 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2324 (lm): Rename to landmark.
2325 (lm-test-run): Rename to landmark-test-run.
2327 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2329 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2330 "Case sensitive" menu item.
2332 2011-01-22 Roland McGrath <roland@frob.com>
2334 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2335 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2337 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2339 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2341 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2343 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2344 Assume foo(bar) is a manpage reference rather than some unquoted
2347 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2349 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2350 Suggested by Flo <sensorflo@gmail.com>.
2352 2011-01-22 Glenn Morris <rgm@gnu.org>
2354 * progmodes/compile.el (compilation-error-regexp-alist):
2355 Fix custom type. (Bug#7812)
2357 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2359 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2360 allout-number-siblings, in keeping with what obtained due to
2361 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2363 (allout-before-change-handler): Better expose spots affected by
2366 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2368 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2370 2011-01-22 Phil Hagelberg <phil@evri.com>
2372 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2373 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2374 (pcmpl-ssh-config-hosts): New function.
2375 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2376 pcmpl-ssh-known-hosts.
2378 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2380 * calc/calc-undo.el (calc-undo): Autoload it.
2381 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2382 and autoload for `calc-undo'.
2383 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2384 * calc/calc-prog.el:
2385 * calc/calc-graph.el:
2386 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
2388 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2390 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2391 keybindings to `calc-undo'.
2393 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2395 Don't mess with *temp*.
2396 * obsolete/spell.el: Move from textmodes/spell.el.
2398 * term.el (term-read-input-ring):
2399 * startup.el (display-startup-echo-area-message):
2400 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2401 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2402 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2405 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2407 * allout.el (allout-institute-keymap): Use fset instead of
2408 reapplying defalias.
2410 (allout-hotspot-key-handler): Check for non-control-modified
2411 bindings for hotspot characters if there are no control-modified
2414 * allout.el: Summary - migrate to defining allout mode using
2415 define-minor-mode instead of defun. Significantly clean-up
2416 internal keymap provisions, refactoring and, in the process,
2417 removing a lot of accumulated cruft.
2419 allout-mode-map is now a keymap by virtue of being a defalias to
2420 allout-mode-map-value, which contains the actual keymap structure.
2422 (allout-mode): Use define-minor-mode rather than defun.
2423 Remove now-unnecessary minor-mode setup activities from the body.
2424 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2425 entry will be '(allout-mode . allout-mode-map) - see
2426 allout-mode-map-value, below. Adjust docstring to track changes.
2427 (allout-minor-mode): Remove this defalias, now that we're using
2429 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2430 keymap is allout-mode-map-value, via defalias.
2431 (allout-mode-map-value): The variable holding the actual mode
2432 keymap structure, by virtue of defalias from allout-mode-map.
2433 (allout-compose-and-institute-keymap): Rename from
2434 allout-bind-keys, and including the binding-composition
2435 functionality of the former produce-allout-mode-map and
2436 allout-setup-mode-map.
2437 (allout-institute-keymap): Take over the "setup" part of the former
2438 allout-setup-mode-map. Reassign allout-mode-map-value value and
2439 update the defalias.
2440 (allout-command-prefix, allout-prefixed-keybindings)
2441 (allout-unprefixed-keybindings):
2442 Use allout-compose-and-institute-keymap to process the bindings.
2443 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
2444 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
2445 user can customize if they want to use that binding.
2446 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2447 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
2448 elided that, previously, instead of the one for \C-h.)
2449 (allout-hotspot-key-handler): Remove attempt to resolve the key
2450 through the literal key-string lookup on allout-keybindings-list.
2451 That probably hasn't worked for a Long Time, and removal of
2452 allout-keybindings-list further simplifies the keybindings situation.
2453 (allout-pre-command-business): Use allout-mode-map-value instead
2455 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2456 the bindings if they want to use a keybinding having a trailing
2457 \C-h. No deprecation needed since this feature was never in a release.
2458 (allout-keybindings-list): Remove. It's not been useful for a
2459 while. (See allout-hotspot-key-handler changes, above.)
2460 (produce-allout-mode-map): Remove. Consolidate into
2461 allout-compose-and-institute-keymap.
2462 (allout-mode-map-adjustments): Remove. No longer necessary with
2463 removal of allout-preempt-trailing-ctrl-h.
2464 (allout-setup-mode-map): Remove. Consolidate into
2465 allout-compose-and-institute-keymap and allout-institute-keymap.
2467 2011-01-20 Glenn Morris <rgm@gnu.org>
2469 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2471 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2473 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2475 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2477 * files.el (find-alternate-file, basic-save-buffer)
2478 (basic-save-buffer-2, revert-buffer, recover-file)
2479 (kill-buffer-ask, abort-if-file-too-large)
2480 (set-visited-file-name, write-file, backup-buffer)
2481 (basic-save-buffer, save-some-buffers):
2482 * dired-aux.el (dired-compress-file): Callers changed.
2484 2011-01-19 Glenn Morris <rgm@gnu.org>
2486 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2487 Also check the property status. (Bug#7861)
2489 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
2491 * net/tramp.el (tramp-debug-message): Extend function exclude
2492 list. Use `regexp-opt'.
2494 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2496 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2497 highlighting doesn't spill over subsequent lines.
2499 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2500 keymap expression. Improve docstring.
2502 * electric.el (electric-indent-post-self-insert-function):
2503 Don't auto-indent for indent-to-left-margin, it's too often
2506 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2508 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2509 spaces if the frame was resized, so that the full visible buffer
2510 serves as canvas for strokes.
2512 2011-01-16 Glenn Morris <rgm@gnu.org>
2514 * info-xref.el (info-xref-docstrings): Replace cl function.
2515 Also skip directories.
2517 2011-01-16 Kevin Ryde <user42@zip.com.au>
2519 * info-xref.el: Version 3.
2520 (info-xref-check, info-xref-check-all): Move commentary details
2521 into docstrings for better visibility.
2522 Use compilation-mode for the results buffer.
2523 (info-xref-output, info-xref-output-error, info-xref-with-output)
2524 (info-xref-filename, info-xref-in-progress):
2525 New internals for this.
2526 (info-xref-check-list, info-xref-check-buffer)
2527 (info-xref-check-all-custom): Use those.
2528 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2529 (info-xref-output-heading): Rename from info-xref-filename-heading.
2530 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2531 (info-xref-filename-heading): Move to output managing section.
2532 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2533 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2534 (info-xref-subfile-p): Move to generic section with those two.
2535 (info-xref-check-node): New function split from
2536 info-xref-check-buffer, shared by info-xref-docstrings.
2537 (info-xref-goto-node-p): Move to a checking section with that func.
2538 (info-xref-unavail): New counter.
2539 (info-xref-check-node): Use it.
2540 (info-xref-with-output): Show count of unavailables at end of output.
2541 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2542 symlinks. Exclude .texi files. Exclude Emacs backup files.
2543 (info-xref-check-all-custom): Fix quietening viper-mode and
2544 gnus-registry-install -- use setq not let so as not to unbind
2547 2011-01-16 Juri Linkov <juri@jurta.org>
2549 * isearch.el (isearch-abort): Don't quit if search has
2550 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2552 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2554 * files.el (backup-buffer): Make last-resort backup file in
2555 .emacs.d (Bug#6953).
2557 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2558 make it with permission 700.
2560 2011-01-15 Kenichi Handa <handa@m17n.org>
2562 * mail/rmailmm.el (rmail-mime-insert-header):
2563 Set rmail-mime-coding-system to a cons whose car is the last coding
2564 system used to decode the header.
2565 (rmail-mime-find-header-encoding): New function.
2566 (rmail-mime-insert-decoded-text):
2567 Override rmail-mime-coding-system if it is a cons.
2568 (rmail-show-mime): If only a header part was decoded, find the
2569 coding system while ignoring mm-charset-override-alist.
2571 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2573 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2575 2011-01-15 Kenichi Handa <handa@m17n.org>
2577 * mail/rmailmm.el (rmail-mime-next-item)
2578 (rmail-mime-previous-item): Delete them.
2579 (rmail-mime-shown-mode): Recursively call for children.
2580 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2582 (rmail-mime-raw-mode): Recursively call for children.
2583 (rmail-mode-map): Change mapping of tab and backtab to
2584 forward-button and backward-button respectively.
2585 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2587 (rmail-mime-update-tagline): New function.
2588 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2589 body display is changed.
2590 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2591 (rmail-mime-image): Delete this button type.
2592 (rmail-mime-toggle): New button type.
2593 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2594 body display is changed. Change the save button label to "Save".
2595 Don't process show/hide button here.
2596 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2597 the body display is changed. Unconditionally call
2598 rmail-mime-insert for children.
2599 (rmail-mime-handle): Update `display' vector of the just inserted
2601 (rmail-mime-process): If mail-header-parse-content-type returns
2602 nil, use "text/plain" as the fallback type.
2603 (rmail-mime-insert): For raw-mode, recursively call
2604 rmail-mim-insert for children.
2605 (rmail-mime): Handle the case that the current buffer is not rmail
2606 buffer (e.g. in summary buffer).
2608 2011-01-15 Kenichi Handa <handa@m17n.org>
2610 * mail/rmailmm.el (rmail-mime-next-item)
2611 (rmail-mime-previous-item): Skip the body of a non-multipart
2612 entity if a tagline is shown.
2614 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2616 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2617 (tmm-prompt): Simplify.
2618 (tmm-add-prompt): Remove unused var `win'.
2620 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2621 to minor mode which used nil accidentally to mean "turn off".
2623 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2625 * net/tramp-sh.el (tramp-find-inline-compress)
2626 (tramp-get-inline-coding): Quote command after pipe symbol for
2627 local calls under W32. (Bug#6784)
2629 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2631 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2632 only when running under W32.
2634 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2636 * progmodes/grep.el (grep-compute-defaults): Quote the program
2637 file name after the pipe symbol in Grep templates. (Bug#6784)
2638 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2640 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2642 * buff-menu.el (Buffer-menu-buffer-list): New var.
2643 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2644 restricted buffer list is not lost on revert (Bug#7749).
2646 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2648 * net/ldap.el (ldap-search-internal): Discard stderr output.
2650 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2652 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2654 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2656 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2658 2011-01-15 Kenichi Handa <handa@m17n.org>
2660 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2661 part as a plain text.
2662 (rmail-mime-process-multipart): Set the default content-type to
2663 nil for unknown multipart subtypes (bug#7651).
2665 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2667 * hexl.el (hexl-mode-old-*): Remove.
2668 (hexl-mode--old-var-vals): New var to replace them.
2669 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2670 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2671 Use them to set local vars (bug#7846).
2672 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2673 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2674 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2676 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2677 (smerge-resolve--normalize-re): New var.
2678 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2679 (smerge-resolve): Use them.
2680 * newcomment.el (comment-only-p): New function.
2681 (comment-or-uncomment-region): Use it.
2683 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2685 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2686 table, get the value before switching to the output buffer. (Bug#7733)
2688 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2690 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2692 2011-01-14 Kim F. Storm <storm@cua.dk>
2694 * emulation/cua-base.el (cua--init-keymaps):
2695 Remap exchange-point-and-mark in cua-global-keymap.
2697 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2699 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2702 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2704 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2706 (easy-menu-create-menu, easy-menu-convert-item-1):
2707 Use :label rather than nil for labels. Use `case'.
2708 Add :enable as alias for :active.
2709 (easy-menu-binding): Obey :label.
2711 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2713 Use run-mode-hooks for major mode hooks (bug#513).
2714 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2715 Rename from reftex-toc-map.
2716 (reftex-toc-mode): Use define-derived-mode.
2717 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2718 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2719 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2720 (reftex-select-label-mode, reftex-select-bib-mode):
2721 Use define-derived-mode.
2722 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2723 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2724 Move init into delcaration.
2725 (reftex-index-mode, reftex-index-phrases-mode):
2726 Use define-derived-mode.
2727 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2728 speedbar-syntax-table. Move init into declaration.
2729 (speedbar-mode-map): Rename from speedbar-key-map.
2730 Move init into declaration.
2731 (speedbar-file-key-map): Move init into declaration.
2732 (speedbar-mode): Use define-derived-mode.
2733 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2734 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2735 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2736 (chart-face-list): Move initialization into declaration.
2737 (chart-mode): Use define-derived-mode.
2738 * calculator.el (calculator-mode-map): Move init into declaration.
2739 (calculator-mode): Use define-derived-mode.
2741 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2742 work for nested comments.
2744 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2745 (prolog-use-prolog-tokenizer-flag): Change default when
2746 syntax-propertize can be used.
2747 (prolog-syntax-propertize-function): New var.
2748 (prolog-mode-variables): Move make-local-variable into `set'.
2749 Don't make comment-column local since we don't set it.
2750 Set comment-add (as it was in previous prolog.el). Use dolist.
2751 Set syntax-propertize-function.
2752 (prolog-mode, prolog-inferior-mode):
2753 Call prolog(-inferior)-menu directly, not through the mode-hook.
2754 (prolog-buffer-module, prolog-indent-level)
2755 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2756 (prolog-comment-limits, prolog-goto-comment-column):
2757 Use line-(end|beginning)-position.
2758 (prolog-build-prolog-command): Tighten up regexp.
2759 (prolog-consult-compile): Move make-local-variable into `set'.
2760 (prolog-consult-compile-filter, prolog-goto-next-paren)
2761 (prolog-help-on-predicate, prolog-clause-info)
2762 (prolog-mark-predicate): Don't let+setq.
2763 (prolog-indent-line): Use indent-line-to.
2764 Only call prolog-goto-comment-column if necessary.
2765 (prolog-indent-level): Use bobp.
2766 (prolog-first-pos-on-line): Remove, not used any more.
2767 (prolog-in-string-or-comment): Use syntax-ppss if available.
2768 (prolog-help-on-predicate): Use read-string.
2769 (prolog-goto-predicate-info): Simplify.
2770 (prolog-read-predicate): Use `default' rather than `initial'.
2771 (prolog-temporary-file): Use make-temp-file to close a security hole.
2772 (prolog-toggle-sicstus-sd): New command.
2773 (prolog-electric-underscore, prolog-variables-to-anonymous):
2774 Use dynamic-scoping as it was meant.
2775 (prolog-menu): Move menu definitions to top-level.
2776 Use a toggle-button for Sicstus's source debugger.
2777 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2779 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2780 Move other menu definition to top-level.
2782 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2784 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2785 name. Keep original document's directory as default-directory
2787 (doc-view-initiate-display): Fall back to normal mode when
2788 doc-view-mode cannot be enabled, also when extracting the document
2789 text into a separate buffer (bug#6446).
2791 * simple.el (shell-command): Don't error out if shell command
2792 buffer contains text with non-nil read-only property when erasing
2795 2011-01-13 Kim F. Storm <storm@cua.dk>
2797 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2798 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2799 items when cycling through the matches.
2801 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2803 * dired-x.el (dired-omit-verbose): New defcustom that allows
2804 disabling the omit messages.
2805 (dired-omit-expunge): Use it.
2807 2011-01-13 Christian Ohler <ohler@gnu.org>
2809 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2811 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2813 * font-lock.el (font-lock-verbose): Default to nil.
2815 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2817 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2818 (compose-mail): New arg RETURN-ACTION.
2819 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2821 * mail/sendmail.el (mail-return-action): New var.
2822 (mail-mode): Make it buffer-local.
2823 (mail-bury): Obey it. Move special Rmail window handling to
2825 (mail, mail-setup): New arg RETURN-ACTION.
2826 (sendmail-user-agent-compose): Move from simple.el.
2828 * mail/rmail.el (rmail-mail-return): New function.
2829 (rmail-start-mail): Pass it to compose-mail.
2831 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2833 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2834 menus. Add menu item for customize-themes.
2836 * cus-theme.el (customize-themes):
2837 * emacs-lisp/package.el (package--list-packages):
2838 Use switch-to-buffer.
2840 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2842 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2844 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2846 * progmodes/prolog.el: Fix up coding convention and such.
2847 (prolog-indent-width): Use the same default as in
2848 previous prolog.el rather than tab-width which depends on which buffer
2849 is current when the file is loaded.
2850 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2852 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2853 (prolog-known-systems): Remove.
2854 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2855 Move initialization into declaration.
2856 (prolog-mode-map): Move initialization into declaration.
2857 Remove system-specific mode-map vars, since they referred to the same
2859 (prolog-mode-variables): Obey the user's preference w.r.t
2860 adaptive-fill-mode. Prefer symbol-value to `eval'.
2861 (prolog-mode-keybindings-edit): Add compatibility bindings.
2862 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2863 (mercury-mode-map): New var.
2864 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2865 (prolog-ensure-process, prolog-process-insert-string)
2866 (prolog-consult-compile): Use with-current-buffer.
2867 (prolog-guess-fill-prefix): Simplify data flow.
2868 (prolog-replace-in-string): New function to use instead of
2870 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2871 (prolog-uncomment-region): Use `uncomment-region' when available.
2872 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2873 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2874 of int-to-char and char-to-int.
2875 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2877 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2879 * progmodes/prolog.el: Replace by a whole new file.
2881 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2883 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2884 (declare-function, undefined, insert-for-yank)
2885 (replace-regexp-in-string): Follow checkdoc's recommendations.
2887 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2889 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2890 refreshing the diary buffer.
2892 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2894 * allout.el: Add 2011 to the file copyright.
2895 (allout-encrypt-string): Prevent encryption from adding an extra
2896 newline at the end of the topic body.
2897 (allout-version): Increment to 2.3.
2899 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2901 * net/dbus.el (dbus-unregister-service): Complete doc.
2902 Fix call of dbus-error signal.
2903 (dbus-register-property): Use `dont-register' keyword.
2905 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2907 * net/dbus.el (dbus-unregister-service): Translate returned
2908 integer into a symbol.
2909 (dbus-register-property): Use `dbus-register-service' to do the
2912 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2914 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2915 Suggested by Joakim Verona.
2917 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2919 * wid-edit.el (visibility): Replace :on-image and :off-image
2920 widget properties with :on-glyph and :off-glyph, for consistency
2921 with the `visibility' widget.
2922 (widget-toggle-value-create, widget-visibility-value-create):
2923 Merge into a single function `widget-toggle-value-create'.
2925 * cus-edit.el (custom-variable-value-create, custom-visibility)
2926 (custom-face-edit-value-create, custom-face-value-create):
2927 Replace :on-image and :off-image widget properties with :on-glyph and
2928 :off-glyph, for consistency with the `visibility' widget.
2930 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2932 * net/ldap.el (ldap-search-internal): Don't use eval.
2934 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2936 * subr.el (read-char-choice): Use read-key.
2938 * custom.el (custom-safe-themes): Rename from
2939 custom-safe-theme-files. Add :risky tag.
2940 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2941 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2943 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2945 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2946 from Search and add a label to Undo.
2948 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2949 inappropriate buttons and adding :vert-only tags.
2951 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2952 removal of Help tool-bar button. Remove Undo button for space.
2954 * info.el (info-tool-bar-map): Add :vert-only tags.
2956 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2958 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2959 image backend support. Either of them is fine.
2961 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2963 * subr.el (y-or-n-p): Doc fix.
2965 * custom.el (custom-safe-theme-files): New defcustom.
2966 (custom-theme-load-confirm): New function.
2967 (load-theme): Load theme using `load', confirming with
2968 custom-theme-load-confirm if necessary.
2970 * subr.el (read-char-choice): New function, factored out from
2971 dired-query and hack-local-variables-confirm.
2973 * dired-aux.el (dired-query):
2974 * files.el (hack-local-variables-confirm): Use it.
2976 * dired-aux.el (dired-compress-file):
2977 * files.el (abort-if-file-too-large, find-alternate-file)
2978 (set-visited-file-name, write-file, backup-buffer)
2979 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2980 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2981 Use new format string args for y-or-n-p and yes-or-no-p.
2983 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2985 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2986 [gcc-include]: Tighten file name match, add match for column
2988 [gnu]: Remove unused group.
2990 2011-01-08 Glenn Morris <rgm@gnu.org>
2992 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2994 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2996 2011-01-07 Sam Steingold <sds@gnu.org>
2998 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2999 the `explicit-shell-file-name' because that is the
3000 non-interactive shell.
3002 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
3004 * subr.el (y-or-n-p): Accept format string args.
3006 2011-01-07 Glenn Morris <rgm@gnu.org>
3008 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3010 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3012 * allout.el (allout-back-to-current-heading): Ensure return to
3013 the visible containing topic, rather than a collapsed one.
3014 (allout-view-change-hook): Remove hook that was deprecated long ago.
3015 (allout-exposure-change-hook): Remove documentation remarks
3016 concerning removed allout-view-change-hook.
3017 (allout-flag-region): Remove invocation of and documentation
3018 remarks concerning allout-view-change-hook.
3020 2011-01-06 Glenn Morris <rgm@gnu.org>
3022 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3023 (vc-bzr-annotate-extract-revision-at-line):
3024 Handle authors with embedded spaces. (Bug#7792)
3026 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3028 * doc-view.el (doc-view-image-width): New variable.
3029 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3030 backend for PNG images, and do dynamic rescaling instead of
3031 reconverting the whole doc.
3033 2011-01-05 Glenn Morris <rgm@gnu.org>
3035 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3037 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3039 * allout.el: Reconcile with changes in line movement behavior for
3040 long text lines that cross more than a single physical window
3041 line, ie when truncate-lines is nil.
3042 (allout-next-visible-heading): Provide for change in line-move
3043 behavior on long lines when truncate-lines is nil. In that case,
3044 line-move can wind up on the same textual line when it moves to
3045 the next window line, and moving to the bullet position after the
3046 move yields zero advancement. Add logic to detect and compensate
3047 for the lack of progress.
3048 (allout-current-topic-collapsed-p): move-end-of-line respect for
3049 field boundaries is different when operating with body lines
3050 shorter than window width versus ones greater than window width,
3051 which can yield false negatives in this function. Avoid
3052 difference by applying move-end-of-line while field-text-motion is
3055 2011-01-04 Glenn Morris <rgm@gnu.org>
3057 * textmodes/rst.el (rst-compile-toolsets):
3058 Add pdf and s5 to option alist.
3060 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3062 * net/dbus.el (dbus-register-property): Add optional parameter
3063 dont-register-service. Updated docstring accordingly.
3065 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3067 * textmodes/rst.el (rst-compile-pdf-preview)
3068 (rst-compile-slides-preview): Remove extra line.
3070 2011-01-04 Glenn Morris <rgm@gnu.org>
3072 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3073 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3074 default to `prog' without a .py extension.
3075 (rst-compile-pdf-preview, rst-compile-slides-preview):
3076 Use program names from rst-compile-toolsets, rather than hard-coding.
3077 (rst-portable-mark-active-p): Fix presumed typo.
3079 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3081 * term/w32-win.el (dynamic-library-alist): Set up correctly for
3082 libpng versions both before and after 1.4.0. (Bug#7716)
3084 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3086 * time.el (display-time-mode): Mention display-time-interval in
3087 the doc string. (Bug#7713)
3089 2011-01-02 Kenichi Handa <handa@m17n.org>
3091 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3092 condition-case and return an error message string if something
3094 (rmail-show-mime): Adjust for the above change. Insert the
3095 header by rmail-mime-insert-header.
3097 2011-01-02 Kenichi Handa <handa@m17n.org>
3099 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3100 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3101 (rmail-mime-mbox-buffer)
3102 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3103 (rmail-mime-entity): Argument changed. All codes handling an
3104 entity object are changed.
3105 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
3107 (rmail-mime-entity-children, rmail-mime-entity-handler)
3108 (rmail-mime-entity-tagline): New functions.
3109 (rmail-mime-message-p): New function.
3110 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3111 (rmail-mime-entity-segment, rmail-mime-next-item)
3112 (rmail-mime-previous-item, rmail-mime-shown-mode)
3113 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3114 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
3115 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3117 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3118 (rmail-mime-insert-decoded-text): New function.
3119 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3120 (rmail-mime-insert-image): Argument changed. Caller changed.
3121 (rmail-mime-image): Call rmail-mime-toggle-hidden.
3122 (rmail-mime-set-bulk-data): New function.
3123 (rmail-mime-insert-bulk): Argument changed.
3124 (rmail-mime-multipart-handler): Return t.
3125 (rmail-mime-process-multipart): Argument changed.
3126 Handle "multipart/alternative" here.
3127 (rmail-mime-process): Argument changed.
3128 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3129 (rmail-mime-insert): Argument changed. Handle raw display mode.
3130 (rmail-mime): Argument changed. Handle toggling of raw display
3132 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3133 rmail-mime-view-buffer.
3134 (rmail-insert-mime-forwarded-message): Likewise.
3135 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3137 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3138 non-nil, handle the header in rmail-show-mime-function.
3140 2011-01-02 Leo <sdl.web@gmail.com>
3142 * help-fns.el (describe-variable): Fix previous change.
3144 2011-01-02 Juri Linkov <juri@jurta.org>
3146 * isearch.el (isearch-lazy-highlight-error): New variable.
3147 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3148 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3149 to the current value of `isearch-error' (Bug#7468).
3151 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3153 * help-fns.el (describe-variable): Don't emit trailing whitespace
3156 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3158 * textmodes/rst.el (rst-compile-pdf-preview)
3159 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3161 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3163 * emulation/edt-mapper.el: Override mapping of function keys so
3164 that the later call to read-key-sequence works.
3166 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3168 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3169 Unix EOLs. (Bug#7589)
3171 2011-01-02 Leo <sdl.web@gmail.com>
3173 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3174 if point is not behind eshell-last-output-end (Bug#7585).
3176 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3178 * files.el (file-local-variables-alist):
3179 Make permanent-local (bug#7767).
3181 2011-01-02 Glenn Morris <rgm@gnu.org>
3183 * version.el (emacs-copyright): Set short copyright year to 2011.
3185 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3187 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3188 an existing temp buffer. (Bug#7746)
3190 2011-01-02 Glenn Morris <rgm@gnu.org>
3192 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3193 multiple addresses. (Bug#7760)
3195 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3197 * allout.el (allout-auto-fill): Do not infinitely recurse - use
3198 do-auto-fill if everything points back to allout-auto-fill.
3199 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3200 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3202 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
3204 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3207 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3209 * doc-view.el (doc-view-set-doc-type): New function refactored
3211 (doc-view-fallback-mode): New function.
3212 (doc-view-mode): Use it.
3213 (doc-view-mode-maybe): New function that checks if doc-view-mode
3214 can be used and falls back to the next best mode otherwise.
3216 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3217 DVI, OpenDocument, and MS Office files.
3219 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3221 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3223 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3225 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3226 on a copy of auto-mode-alist, because that deletes with side
3229 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3231 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3232 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
3233 fallback instead of hard coding fundamental mode.
3235 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3237 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3238 Office) files also for searching.
3240 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3242 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3243 Office) files. Not yet enabled via auto-mode-list.
3244 (doc-view-unoconv-program): New custom variable.
3245 (doc-view-mode-p): Handle new odf document type.
3246 (doc-view-odf->pdf): New conversion function.
3247 (doc-view-convert-current-doc): Call it for odf files.
3248 (doc-view-mode): Recognize newly supported file extensions.
3250 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
3252 * net/tramp.el (tramp-default-method-alist)
3253 (tramp-default-user-alist)
3254 (tramp-local-host-regexp, tramp-prefix-domain-format)
3255 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3258 * net/tramp-gvfs.el:
3260 * net/tramp-imap.el:
3262 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3263 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3265 2010-12-29 Karl Fogel <kfogel@red-bean.com>
3267 * saveplace.el (save-place-alist-to-file): Save list sorted and
3268 pretty-printed, so that it is mergeable by line-based text merging,
3269 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3271 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3273 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
3274 (allout-mode): Argument "toggle" => "force".
3275 Refine the docstring.
3276 Remove special provisions for reactivation, besides the 'force'
3278 Consolidate layout provisions coce directly into the activation
3279 condition branch, now that we've removed those provisions.
3280 (allout-unload-function): Explicitly activate the mode before
3281 deactivating, if it's initially deactivated.
3282 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3283 warnings for version of function used only where
3284 set-buffer-multibyte is unavailable.
3286 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
3288 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3289 are handled by the menu-bar entries. As before, don't use
3290 :visibile to avoid changing the tool-bar.
3292 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3294 * net/secrets.el (secrets-delete-alias): New defun.
3296 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3298 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3299 methods, otherwise ~/.ssh/config would be ignored.
3301 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3303 * emacs-lisp/rx.el: Make it a superset of sregex.
3304 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3305 of args, add `regex' alias.
3306 (rx-info): Add arg to distinguish head and standalone forms.
3307 (rx-check, rx-form): Pass the corresponding arg.
3309 (rx-repeat): Make it work for any number of args.
3310 (rx-syntax): Make it accept syntax chars as is.
3311 * obsolete/sregex.el: Move from emacs-lisp/.
3312 * emacs-lisp/re-builder.el: Remove sregex support.
3313 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3315 2010-12-25 Eli Zaretskii <eliz@gnu.org>
3317 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3318 PRIMARY first, then the clipboard. (Bug#7699)
3320 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3322 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3325 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3327 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3328 .emacs.elc (Bug#7530).
3330 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3331 image spec (Bug#7480).
3333 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3335 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
3336 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3339 2010-12-20 Leo <sdl.web@gmail.com>
3341 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3342 always be performed (Bug#7680).
3344 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
3346 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3347 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3350 * color.el: Move from gnus/.
3352 * vc/diff.el (diff-better-file-name): Function deleted.
3353 abbreviating file names causes problems with shell-quote-argument.
3354 (diff-no-select): Just use expand-file-name.
3356 * tool-bar.el (tool-bar--image-expression): New function.
3357 (tool-bar-local-item, tool-bar--image-exp): Use it.
3358 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3359 Use :enable instead of :visible to avoid changing the tool-bar
3360 configuration unnecessarily.
3362 * info.el (info-tool-bar-map): Add separators.
3364 2010-12-17 Ken Brown <kbrown@cornell.edu>
3366 * loadup.el: Use version numbers in Cygwin build.
3368 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3370 * ido.el (ido-file-internal): Ask for confirmation before
3371 overwriting an existing file (Bug#1238).
3373 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
3375 * tool-bar.el (tool-bar-setup): Add separators.
3377 * menu-bar.el (featurep): Use menu-bar-separator.
3379 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3381 Migrate allout encryption provisions from pgg to epg.
3383 * allout.el (allout-toggle-current-subtree-encryption)
3384 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3385 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3386 for simpler universal argument interpretation.
3387 (allout-toggle-subtree-encryption): Adjust docstring to describe
3388 changed encryption provisions. Change fetch-pass to keymode-cue, for
3389 simpler universal argument interpretation. Remove provisions for
3390 handling key type and identity - they'll all be within
3391 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3392 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3393 for keypair recipients (universal argument > 1) and, in addition,
3394 associating the specified recipients with the outline (universal
3395 argument > 4) using a file local variable setting for
3396 'epa-file-encrypt-to'.
3397 Require epa, for recipients handling.
3398 Change how regexp filtering elements are named.
3399 Describe the problem with caching of incorrect symmetric-decryption
3401 Use the epa-passphrase-callback-function, in case the user is using
3403 Support saving of the selected keypair recipients when invoked with a
3405 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3407 Establish epg-context with armoring and default epg-protocol.
3408 Remove all passphrase cache, verification, and hinting code.
3409 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3410 No longer used, delete.
3411 (allout-mode): Adjust docstring to describe changed encryption
3412 provisions. Describe the problem with caching of incorrect
3413 symmetric-decryption keys.
3414 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3415 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3416 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3417 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3420 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3422 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3423 key selection prompt; make 'silent as default (Bug#7487).
3425 2010-12-16 Leo <sdl.web@gmail.com>
3427 * eshell/eshell.el (eshell-directory-name):
3428 Use locate-user-emacs-file (Bug#7578).
3430 2010-12-15 Glenn Morris <rgm@gnu.org>
3432 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3434 2010-12-15 Jari Aalto <jari.aalto@cante.net>
3435 Scott Evans <gse@antisleep.com>
3437 * rect.el (rectange--default-line-number-format)
3438 (rectangle-number-line-callback): New functions.
3439 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3441 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
3443 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3444 Delete unused variables.
3445 (move-to-column-force): Remove function obsolete since 21.2.
3447 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3449 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3450 (tramp-handle-insert-file-contents): Do not set permanent-local
3453 * net/tramp-cache.el (tramp-persistency-file-name):
3454 Use `locate-user-emacs-file' if fboundp.
3456 * net/tramp-sh.el (tramp-methods): Add "ksu".
3457 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3460 2010-12-14 Glenn Morris <rgm@gnu.org>
3462 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3463 (find-tag-marker-ring): Declare.
3464 (js-find-symbol): Require etags.
3466 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3468 (mail-alias-file): Don't autoload. Doc fix.
3469 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3470 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3471 Mark as obsolete, and risky.
3472 (mail-setup): Simplify.
3474 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3475 * mail/sendmail.el (build-mail-aliases): Update autoload.
3477 * dired.el (dired-trivial-filenames, dired-chown-program)
3478 (dired-auto-revert-buffer): Remove autoload cookies.
3479 * mail/sendmail.el (mail-recover-1): Require 'dired.
3481 * dired.el (dired-subdir-switches, dired-chown-program)
3482 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3483 Make into defcustoms.
3484 (dired-chown-program): Simplify initialization.
3486 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3488 2010-12-13 Romain Francoise <romain@orebokech.com>
3490 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3492 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3494 * net/netrc.el (netrc-point-at-eol): Remove the unused
3495 netrc-point-at-old and netrc-bound-and-true-p bindings.
3496 (netrc-parse): Cache the netrc contents.
3498 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3500 * subr.el (posn-col-row): Evaluate header-line-format in the
3501 context of the POSITION window's buffer.
3503 2010-12-13 Glenn Morris <rgm@gnu.org>
3505 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3506 (with-silent-modifications): Doc fixes.
3508 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3510 * net/tramp.el (tramp-action-password, tramp-process-actions):
3511 Revert previous from. Use `save-restriction'.
3513 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3515 * calendar/diary-lib.el (diary-list-sexp-entries):
3516 Handle case of no newline at end of file. (Bug#7536)
3518 2010-12-13 Glenn Morris <rgm@gnu.org>
3520 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3522 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3524 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3525 (tramp-process-actions): Do not widen.
3527 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3528 Protect buffer-modified value. (Bug#7557)
3530 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3532 * log-edit.el (log-edit-changelog-entries):
3533 Regexp quote filename. (Bug#7505)
3535 2010-12-13 Tom Breton <tehom@panix.com>
3537 * cus-edit.el (custom-save-all):
3538 Bind print-length and print-level to nil. (Bug#7581)
3540 2010-12-13 Glenn Morris <rgm@gnu.org>
3542 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3543 Run hooks to update menu contents. (Bug#7586)
3545 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3546 file names, for the sake of MS Windows. (Bug#7588)
3548 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3550 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3551 empty lines without a leading space.
3553 2010-12-13 Leo <sdl.web@gmail.com>
3555 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3556 while mapping over marks (Bug#6810).
3558 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3560 * image-dired.el (image-dired-db-file)
3561 (image-dired-temp-image-file, image-dired-gallery-dir)
3562 (image-dired-temp-rotate-image-file): Set default values relative
3563 to image-dired-dir (Bug#7518).
3565 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3567 * format.el (format-decode-run-method): Pass args FROM and TO, not
3568 point-min and point-max, to shell-command-on-region (Bug#7488).
3570 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3572 * frame.el (blink-cursor-mode): Make default t for ns.
3574 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3576 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3578 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3580 * comint.el (comint-dynamic-list-input-ring)
3581 (comint-dynamic-complete-filename)
3582 (comint-replace-by-expanded-filename)
3583 (comint-dynamic-simple-complete)
3584 (comint-dynamic-list-filename-completions)
3585 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3587 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3590 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3592 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3595 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3597 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3600 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3602 * files.el (file-relative-name): Handle UNC file names on
3603 DOS/Windows. (Bug#4674)
3605 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3607 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3608 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3609 (epg-context-set-passphrase-callback): Mention that the callback
3610 is not called when used with GnuPG 2.x.
3612 2010-12-13 Glenn Morris <rgm@gnu.org>
3614 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3615 Ensure ps-footer-font-size-internal is initialized.
3616 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3618 2010-12-13 Kenichi Handa <handa@m17n.org>
3620 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3621 within condition-case.
3622 (rmail-show-mime): Don't use condition-case.
3623 (rmail-search-mime-message): New function.
3624 (rmail-search-mime-message-function): Set to
3625 rmail-search-mime-message.
3627 2010-12-13 Leo <sdl.web@gmail.com>
3629 * ido.el (ido-common-initialization): New function. (bug#3274)
3631 (ido-completing-read): Call it.
3633 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3635 * bookmark.el (bookmark-name-from-full-record): Rename back to
3636 this original name from `bookmark-name-from-record' reverting part
3637 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3638 As Drew Adams pointed out, there was no reason to cause churn for
3639 third-party callers. (Bug#7609)
3641 2010-12-12 Alan Mackenzie <acm@muc.de>
3643 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3644 template arglist, check that the current language supports this.
3646 2010-12-11 Glenn Morris <rgm@gnu.org>
3648 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3649 state of the file matches. (Bug#7544)
3650 (vc-bzr-register, vc-bzr-checkin)
3651 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3652 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3654 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3656 2010-12-11 Karel Klíč <kklic@redhat.com>
3658 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3660 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3662 Derive from prog-mode, use derived-mode-p, and fix up various
3663 minor style issues in lisp/progmodes.
3665 * progmodes/vhdl-mode.el (vhdl-mode):
3666 * progmodes/verilog-mode.el (verilog-mode):
3667 * progmodes/vera-mode.el (vera-mode):
3668 * progmodes/sql.el (sql-mode):
3669 * progmodes/scheme.el (scheme-mode):
3670 * progmodes/perl-mode.el (perl-mode):
3671 * progmodes/octave-inf.el (inferior-octave-mode):
3672 * progmodes/autoconf.el (autoconf-mode):
3673 * progmodes/m4-mode.el (m4-mode):
3674 * progmodes/inf-lisp.el (inferior-lisp-mode):
3675 * progmodes/idlwave.el (idlwave-mode):
3676 * progmodes/icon.el (icon-mode):
3677 * progmodes/idlw-help.el (idlwave-help-mode):
3678 * progmodes/dcl-mode.el (dcl-mode):
3679 * progmodes/idlw-shell.el (idlwave-shell-mode):
3680 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3681 (ebrowse-member-mode, ebrowse-electric-position-mode):
3682 Use define-derived-mode.
3684 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3685 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3686 (xscheme-debugger-mode-p, xscheme-send-string-1):
3687 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3688 (tcl-load-file, tcl-restart-with-file):
3689 * progmodes/ps-mode.el (ps-run-running):
3690 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3691 * progmodes/js.el (js--get-all-known-symbols):
3692 * progmodes/inf-lisp.el (inferior-lisp-proc):
3693 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3694 (idlwave-template, idlwave-update-buffer-routine-info)
3695 (idlwave-update-current-buffer-info)
3696 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3697 (idlwave-scan-class-info, idlwave-fix-keywords)
3698 (idlwave-list-buffer-load-path-shadows):
3699 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3700 (idlwave-toolbar-remove):
3701 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3702 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3703 (idlwave-shell-menu-def):
3704 * progmodes/idlw-complete-structtag.el
3705 (idlwave-prepare-structure-tag-completion):
3706 * progmodes/gud.el (gud-set-buffer):
3707 * progmodes/f90.el (f90-backslash-not-special):
3708 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3710 * progmodes/xscheme.el (xscheme-start)
3711 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3712 * progmodes/which-func.el (which-function):
3713 * progmodes/vhdl-mode.el (vhdl-set-style):
3714 * progmodes/verilog-mode.el (verilog-set-compile-command)
3715 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3716 (verilog-set-define, verilog-auto-reeval-locals):
3717 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3718 * progmodes/simula.el (simula-mode):
3719 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3720 * progmodes/python.el (python-check, python-mode):
3721 * progmodes/prolog.el (prolog-mode-variables):
3722 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3723 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3724 * progmodes/delphi.el (delphi-mode):
3725 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3726 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3727 (c-font-lock-init): Move make-local-variable to their setq.
3729 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3730 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3732 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3733 (sh-set-shell): Don't set require-final-newline since it's already done
3735 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3736 since we never set it.
3737 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3738 Use read-string and standard prompt.
3739 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3740 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3741 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3742 (meta-common-mode-map): Rename from meta-mode-map.
3743 Remove C-m binding, which is a user preference, not mode specific.
3744 (meta-common-mode): New major mode; replace meta-common-initialization.
3745 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3746 around with font-lock.
3747 * progmodes/etags.el (select-tags-table-mode):
3748 Derive from special-mode.
3749 * progmodes/octave-mod.el (octave-mode):
3750 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3751 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3752 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3753 Let define-derived-mode do its job.
3754 * progmodes/cpp.el (cpp-edit-mode-map):
3755 Move initialization into declaration.
3756 (cpp-edit-mode): Use define-derived-mode.
3757 (cpp-edit-load): Use derived-mode-p.
3758 * progmodes/mixal-mode.el (mixal-mode):
3759 * progmodes/f90.el (f90-mode):
3760 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3761 require-final-newline since prog-mode does it already.
3762 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3763 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3764 * progmodes/antlr-mode.el: Require cc-mode upfront.
3765 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3767 (antlr-directory-dependencies, antlr-show-makefile-rules):
3769 (antlr-language-option): Don't assume point-min==1.
3770 (antlr-mode): Use define-derived-mode.
3771 * progmodes/ada-mode.el: Use derived-mode-p.
3772 (ada-mode): Use define-derived-mode.
3773 Use hack-local-variables-hook.
3775 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3777 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3778 (texinfo-mode): Don't disable adaptive-fill-mode.
3779 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3780 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3781 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3782 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3783 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3784 (texinfo-insert-@quotation, texinfo-insert-@samp)
3785 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3786 (texinfo-insert-@uref): Use define-skeleton.
3787 (texinfo-insert-@-with-arg): Delete.
3789 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3791 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3792 nil, do quote archive member names. (Bug#6144)
3794 2010-12-10 Glenn Morris <rgm@gnu.org>
3796 * files.el (diff-no-select): Declare.
3798 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3799 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3801 * comint.el (comint-input-ring-file-name): Doc fix.
3803 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3805 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3807 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3808 Use them instead of `nil' and `>', respectively.
3809 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3811 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3812 and menu-bar-positive-p instead of `nil' and `>', respectively.
3815 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3817 * whitespace.el (whitespace-newline-mode): Code fix.
3819 2010-12-09 Glenn Morris <rgm@gnu.org>
3821 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3822 Rename functions without commas, update callers.
3824 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3826 * whitespace.el (whitespace-cleanup-region):
3827 Clean up spaces before tabs. (Bug#7582)
3829 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3831 * bookmark.el: Adjust parameter names and doc strings to resolve
3832 confusion over whether "bookmark" meant a bookmark name or a
3833 bookmark record. Along the way, shorten one function's name for
3834 similar reasons. (Issue #7548)
3835 (bookmark-name-from-record): New name for
3836 `bookmark-name-from-full-record'. All callers changed.
3837 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3838 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3839 (bookmark-get-annotation, bookmark-set-annotation)
3840 (bookmark-get-filename, bookmark-set-filename)
3841 (bookmark-get-position, bookmark-set-position)
3842 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3843 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3844 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3845 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3846 Rename `bookmark' parameter to `bookmark-name-or-record', to
3847 clearly show its role, and shorten or adjust doc strings accordingly.
3848 (bookmark-set-name): Same, and pass the parameter directly to
3849 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3850 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3851 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3852 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3853 and in some cases shorten doc string accordingly.
3854 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3855 and `new-name', and adjust an internal variable to avoid confusion.
3856 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3857 parameter in doc string.
3859 2010-12-08 Glenn Morris <rgm@gnu.org>
3861 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3862 from gdb's history file. (Bug#7575)
3864 * mail/emacsbug.el (report-emacs-bug):
3865 Try to handle some other mail clients.
3867 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3869 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3870 Use string-prefix-p.
3871 (file-name-version-regexp): New var.
3872 (file-name-sans-versions):
3873 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3874 (jka-compr-get-compression-info): Use dolist.
3875 (jka-compr-compression-info-list): Don't bother specifying
3876 version/backup regexps.
3878 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3880 * simple.el (just-one-space): Make argument n default to 1 if
3883 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3885 * electric.el (electric-indent-post-self-insert-function):
3886 Delete trailing newlines even if we don't reindent.
3888 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3890 * minibuffer.el (completion-at-point): Remove the `arg'.
3891 * bindings.el (complete-symbol): Move back from minibuffer.el.
3893 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3895 * simple.el (just-one-space): Delete newlines for negative arg.
3897 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3899 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3900 (ansi-color-filter-apply): Simplify.
3901 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3903 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3905 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3907 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3909 * dired.el (dired-use-ls-dired): Set default to a special
3910 "unspecified" value.
3911 (dired-insert-directory): When called the first time, check
3912 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3914 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3916 * replace.el: Add "collect" feature to occur.
3917 (occur-collect-regexp-history): New var.
3918 (occur-read-primary-args): Return a replace string for nlines,
3920 (occur): Extend the meaning of nlines.
3922 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3924 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3925 (which-func-update-1): Distinguish symbols from strings.
3926 (which-function): Stay within 80 columns.
3928 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3930 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3932 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3934 (comment-style): Use comment-styles's docs to describe values.
3936 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3938 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3939 and ns-show-prefs (Bug#7535).
3941 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3942 bindings (Bug#7535).
3944 2010-12-03 Glenn Morris <rgm@gnu.org>
3946 * nxml/nxml-mode.el: Require rng-nxml.
3947 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3948 Remove declarations.
3950 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3951 * nxml/rng-nxml.el, nxml/rng-valid.el:
3952 Remove leading `*' from defcustom docs.
3954 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3955 (normal-top-level-add-to-load-path, tty-handle-args):
3956 Convert comments to basic doc-strings.
3958 * net/browse-url.el (browse-url-url-at-point)
3959 (browse-url-default-browser): Remove autoload cookies.
3961 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3962 Remove more undefined cl functions.
3964 * vc/diff.el (diff-sentinel): Make new arguments optional.
3965 * ibuf-ext.el (diff-sentinel): Update declaration.
3967 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3969 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3970 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3971 (epg-context-set-passphrase-callback): Mention that the callback
3972 is not called when used with GnuPG 2.x.
3974 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3976 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3977 (tramp-file-name-port): Check also for `tramp-default-port'.
3978 (tramp-get-connection-name): New defun.
3979 (tramp-get-connection-process): Use it.
3980 (tramp-debug-message): Extend function exclude list.
3981 (tramp-drop-volume-letter): Fix doc string.
3983 * net/tramp-cmds.el: Remove solved todo item.
3986 * net/tramp-gvfs.el:
3988 * net/tramp-imap.el:
3989 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3990 and `tramp-default-user-alist', respectively.
3992 * net/tramp-gw.el (tramp-gw-open-connection):
3993 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3995 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3996 `tramp-file-name-port'.
3998 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3999 and "psftp". Exchange "%k" marker with options.
4000 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
4001 Compute size of link target.
4002 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
4003 `tramp-current-*' up due to gateway methods. Optimize computing of
4004 copy arguments. Use `tramp-get-connection-name' and
4005 `tramp-get-connection-buffer'. Improve debug messages.
4006 (tramp-compute-multi-hops): Remove port determination.
4007 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4009 * net/trampver.el: Update release number.
4011 2010-12-02 Glenn Morris <rgm@gnu.org>
4013 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4014 Avoid infinite loop over windows. (Bug#7492)
4016 * progmodes/flymake.el (flymake-check-file-limit):
4017 Allow nil to mean "no limit".
4018 (flymake-check-patch-master-file-buffer): Update for above change.
4019 Allow a .tex file-name extension to be optional.
4020 (flymake-master-tex-init): Also match \include statements.
4022 2010-11-30 Sam Steingold <sds@gnu.org>
4024 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4025 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4026 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4027 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4028 define-derived-mode').
4029 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4030 users who want to call `nxml-parent-document-set'.
4032 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4034 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4035 stand-alone lines, since that is handled by log-edit-match-to-eoh
4038 2010-11-27 Eduard Wiebe <usenet@pusto.de>
4040 * dired.el (dired-get-filename): Replace backslashes with slashes
4041 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4042 * locate.el (locate-default-make-command-line): Don't consider
4043 drive letter and root directory part of
4044 `directory-listing-before-filename-regexp'. (Bug#7308)
4045 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4047 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4049 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4050 of :smie-open/close-alist.
4051 (smie-next-sexp): Make it accept a "start token" as argument.
4052 (smie-indent-keyword): Be careful not to misidentify tokens that span
4053 more than one line, as empty lines. Add argument `token'.
4055 2010-11-27 Kenichi Handa <handa@m17n.org>
4057 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4058 multipart subtypes, insert all as usual.
4060 * mail/rmail.el: Require rfc2047.
4062 2010-11-27 Kenichi Handa <handa@m17n.org>
4064 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4065 (rmail-mime-entity-disposition)
4066 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4067 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4068 (rmail-mime-save): Handle the case that the button's `data' is a
4070 (rmail-mime-insert-text): New function.
4071 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
4072 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4073 (rmail-mime-insert-bulk): New function mostly copied from the old
4074 rmail-mime-bulk-handler.
4075 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4076 (rmail-mime-process-multipart): New function mostly copied from
4077 the old rmail-mime-multipart-handler.
4078 (rmail-mime-show): Just call rmail-mime-process.
4079 (rmail-mime-process): New function mostly copied from the old
4081 (rmail-mime-insert-multipart, rmail-mime-parse)
4082 (rmail-mime-insert, rmail-show-mime)
4083 (rmail-insert-mime-forwarded-message)
4084 (rmail-insert-mime-resent-message): New functions.
4085 (rmail-insert-mime-forwarded-message-function): Set to
4086 rmail-insert-mime-forwarded-message.
4087 (rmail-insert-mime-resent-message-function): Set to
4088 rmail-insert-mime-resent-message.
4090 * mail/rmailsum.el: Require rfc2047.
4091 (rmail-header-summary): Handle multiline Subject: field.
4092 (rmail-summary-line-decoder): Change the default to
4093 rfc2047-decode-string.
4095 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4096 (rmail-mime-feature): Change the default to `rmailmm'.
4097 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4098 (rmail-display-labels): Likewise.
4099 (rmail-show-message-1): Check rmail-enable-mime, and use
4100 rmail-show-mime-function for a MIME message. Decode the headers
4101 according to RFC2047.
4103 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4105 * progmodes/which-func.el (which-func-imenu-joiner-function):
4106 Return a string, as expected.
4107 (which-function-mode): Make sure we stop any previous timer before
4110 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
4112 * net/tramp.el (tramp-default-method-alist)
4113 (tramp-default-user-alist, tramp-default-proxies-alist):
4114 Adapt custom options type. (Bug#7445)
4116 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4118 * progmodes/python.el: Add Ipython support (Bug#5390).
4119 (python-shell-prompt-alist)
4120 (python-shell-continuation-prompt-alist): New options.
4121 (python--set-prompt-regexp): New function.
4122 (inferior-python-mode, run-python, python-shell):
4123 Require ansi-color. Use python--set-prompt-regexp to set the comint
4124 prompt based on the Python interpreter.
4125 (python--prompt-regexp): New var.
4126 (python-check-comint-prompt)
4127 (python-comint-output-filter-function): Use it.
4128 (run-python): Use a pipe (Bug#5694).
4130 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4132 * progmodes/python.el (run-python): Doc fix.
4133 (python-keep-current-directory-in-path): New var (Bug#7454).
4135 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4137 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4138 Prompt user before actually printing.
4140 2010-11-27 Glenn Morris <rgm@gnu.org>
4142 * startup.el (package-enable-at-startup, package-initialize):
4143 Remove unnecessary declarations.
4145 2010-11-27 Eli Zaretskii <eliz@gnu.org>
4147 * international/characters.el (glyphless-char-display-control):
4148 Exclude newline and TAB from the c0-control group.
4150 2010-11-27 Glenn Morris <rgm@gnu.org>
4152 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4153 (expand-mail-aliases): Remove unnecessary autoload.
4155 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4157 * shell.el (shell-dir-cookie-re): Move definition before use.
4159 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4160 Replace undefined CL functions.
4162 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4164 * simple.el (prog-mode): Set bidi-paragraph-direction to
4167 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4169 2010-11-26 Glenn Morris <rgm@gnu.org>
4171 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4172 diary-outlook-formats can be sensitive to calendar-date-style.
4173 (diary-outlook-formats): Simplify the default setting.
4174 (diary-from-outlook-internal): Pass subject and body as arguments.
4175 Use dolist rather than dotimes. Don't save the diary buffer.
4176 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4177 Pass subject and body as explicit arguments to the -internal function.
4179 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4181 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4182 parsing them. This makes mailto:...?subject=foo\nbar work.
4184 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4186 * vc/diff.el (diff): Fix last change.
4188 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4190 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4191 (pcase--dontcare-upats): New var.
4192 (pcase-let, pcase-let*): Generate better code.
4193 Accept the same bodies as `let'.
4194 (pcase-dolist): New macro.
4195 (pcase--trivial-upat-p): New helper function.
4196 (pcase--expand): Strip leading "(let nil" if any.
4198 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4200 * mail/mailclient.el (browse-url): Require.
4201 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4202 use the external browser function to send the mail (bug#7469).
4204 * net/browse-url.el (browse-url-browser-function): Revert the
4205 default back to the previous value, since the new value broke
4207 (browse-url-mailto-function): New variable for mailto: URLs.
4208 (browse-url): Use the new variable for mailto: URLs.
4210 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4212 * eshell/esh-cmd.el (eshell-parse-command):
4213 * eshell/esh-arg.el (eshell-parse-arguments):
4214 * eshell/em-script.el (eshell-source-file):
4215 Use with-silent-modifications.
4217 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4219 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4220 for a merge location.
4222 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4223 (vc-bzr-merge-branch): Always prompt.
4224 (vc-bzr-async-command): Use the full branch filename.
4226 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4228 * shell.el (shell): Use current-buffer by default if it's already
4229 a shell mode buffer and its process is dead.
4230 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
4232 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4234 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4235 Mention that the keywords should be comma separated.
4237 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4239 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4240 Accept optional prefix arg meaning to prompt for a command.
4241 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4242 prefix arg meaning to prompt for a command.
4243 (vc-pull): Alias for vc-update.
4245 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4246 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4247 (vc-bzr-merge-branch): New functions, implementing merge-branch
4248 and pull operations.
4250 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4252 * Makefile.in: Fix up last merge.
4254 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4255 (diff-sentinel): Get them as arguments instead.
4256 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4257 (diff-file-local-copy, diff-better-file-name): New funs.
4258 (diff-no-select): Rename from diff-into-buffer.
4259 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4260 Prefer closures to buffer-local variables.
4261 (diff): Adjust accordingly.
4262 (diff-buffer-with-file): Move from files.el.
4263 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4264 (diff-buffer-internal): Remove.
4265 (diff-buffer-buffer): Remove.
4266 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4267 the buffer name used, and so as not to mess up windows and frames.
4269 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4271 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4272 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4273 (diff-buffer-with-file): Use it.
4274 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4277 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4279 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4280 \ref's or \pageref's value as default instead of initial input.
4282 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
4284 * files.el (backup-by-copying-when-mismatch): The default value is
4287 * startup.el (normal-top-level):
4288 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4289 `backup-by-copying-when-mismatch'.
4291 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4293 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4295 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4297 * progmodes/python.el (python-font-lock-keywords):
4298 Highlight top-level augmented assignments (Bug#6445).
4300 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4302 * term/ns-win.el (ns-right-control-modifier)
4303 (ns-right-command-modifier): Defvar them.
4305 * cus-start.el (all): Add ns-right-control-modifier and
4306 ns-right-command-modifier (Bug#7458).
4308 2010-11-20 Glenn Morris <rgm@gnu.org>
4310 * emacs-lisp/authors.el (authors-ignored-files)
4311 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4313 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4315 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4316 (report-emacs-bug-parse-query-results)
4317 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4318 keywords used for querying the bug database to show them in the
4319 existing bugs buffer.
4321 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4323 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4325 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4327 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4329 * international/characters.el (glyphless-char-display-control):
4330 Make it a defcustom, with update-glyphless-char-display as its
4332 (top level): Don't call update-glyphless-char-display.
4334 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4336 Sync with Tramp 2.2.0.
4338 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4339 `file-remote-p' (due to compatibility).
4341 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4342 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4344 * net/trampver.el: Update release number.
4346 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4348 * faces.el (glyphless-char): Define value for `pc'.
4350 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4352 Implemented a bug querying mechanism.
4353 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
4354 (report-emacs-bug-create-existing-bugs-buffer)
4355 (report-emacs-bug-parse-query-results)
4356 (report-emacs-bug-query-existing-bugs): New functions.
4358 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4360 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4361 a \ref{} or \pageref{} macro, then use its value as initial input.
4363 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4365 * calc/calc-units.el (math-build-units-table-buffer):
4366 calc/README: Mention that the TeX specific units won't use the
4367 `tex' prefix in TeX mode.
4368 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4369 prefix for units in TeX mode.
4371 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4373 * simple.el (kill-new, kill-append, kill-region):
4374 * comint.el (comint-kill-region): Make the yank-handler argument
4377 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4379 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4380 that are both openers (resp. closers) and something else.
4381 (smie-grammar): Loosen definition of valid values.
4382 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4383 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4384 (smie-indent-after-keyword): Adjust users.
4385 (smie-indent-keyword): Don't indent empty lines.
4387 * vc-hg.el (vc-hg-program): New var.
4388 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4389 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4391 2010-11-18 Glenn Morris <rgm@gnu.org>
4393 * emacs-lisp/autoload.el (autoload-find-destination): The function
4394 coding-system-eol-type may return non-numeric values. (Bug#7414)
4396 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
4398 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4400 2010-11-18 Eli Zaretskii <eliz@gnu.org>
4402 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4404 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
4406 * textmodes/picture.el (picture-mouse-set-point): Don't use
4407 posn-col-row; explicitly compute the motion based on the posn at
4408 the window-start (Bug#7390).
4410 2010-11-18 Glenn Morris <rgm@gnu.org>
4412 * novice.el (disabled-command-function):
4413 Fix 2009-11-15 change. (Bug#7384)
4415 2010-11-18 Glenn Morris <rgm@gnu.org>
4417 * calendar/calendar.el (diary-iso-date-forms): Make elements
4418 mutually exclusive. (Bug#7377)
4420 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4422 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4423 when filling the remaining "unconstrained" values.
4425 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4427 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4430 * files.el (safe-local-variable-p): Gracefully handle errors.
4432 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4433 Use smie-indent-virtual when indenting relative to an opener.
4434 (smie-rule-separator): Use smie-rule-parent.
4435 (smie-indent-keyword): Consult rules, even for openers at bol.
4436 (smie-indent-comment-close): Try to align closer's content.
4438 2010-11-18 Glenn Morris <rgm@gnu.org>
4440 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4442 2010-11-18 Glenn Morris <rgm@gnu.org>
4444 * printing.el (pr-menu-bind): Doc fix.
4446 * speedbar.el (speedbar-toggle-images): Doc fix.
4448 * progmodes/python.el (python-shell): Doc fix.
4450 * wid-edit.el (widget-field-use-before-change)
4451 (widget-use-overlay-change): Doc fixes.
4453 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4455 Minor cleanup to improve style.
4456 * textmodes/rst.el (rst-update-section): Use point-marker.
4457 (rst-get-decoration): Eliminate unneeded assignment.
4458 (rst-promote-region, rst-straighten-decorations)
4459 (rst-section-tree, rst-adjust): Use point-marker.
4460 (rst-toc-mode-mouse-goto): Avoid setq.
4461 (rst-shift-region-guts, rst-shift-region-left)
4462 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4463 (rst-convert-bullets-to-enumeration): Use copy-marker.
4465 * minibuffer.el (completion-fail-discreetly): New var.
4466 (completion--do-completion): Use it.
4468 * electric.el (electric-pair-pairs): New var.
4469 (electric-pair-post-self-insert-function): Use it.
4470 (electric-layout-post-self-insert-function): Don't insert a before
4471 newline unless it's actually needed.
4473 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4475 * progmodes/python.el (run-python): Explain why we remove the current
4476 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4478 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4480 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4482 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4483 (octave-mode-map): Don't bind ;, SPC, and LF.
4484 (octave-auto-indent, octave-auto-newline): Remove.
4485 (electric-layout-rules): Declare.
4486 (octave-mode): Set electric-layout-rules.
4487 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4488 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4489 (octave-electric-space): Remove.
4491 * electric.el (electric-layout-mode): New minor mode.
4492 (electric--after-char-pos): New function.
4493 (electric-indent-post-self-insert-function): Use it.
4494 (electric-layout-rules): New var.
4495 (electric-layout-post-self-insert-function): New function.
4496 (electric-indent-mode): Make them interact better.
4498 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4500 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4501 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4502 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4504 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4506 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4507 Make sure to check inside the word (Bug#6761).
4509 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4511 * startup.el (command-line): If the cursorColor resource is set,
4512 change the cursor face-spec (Bug#7392).
4514 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4516 The main features of the following allout.el changes are:
4517 - implement user customization for the allout key bindings
4518 - add a customization control by which the user can inhibit use of
4519 a trailing Ctrl-H, so by default it's reserved for use with
4520 describe-prefix-bindings
4521 - adapt to new version of called-interactively-p, while
4522 maintaining backwards compatibility with old version
4523 - fix hotspot navigation so i works properly with meta-modified keys.
4525 * allout.el (allout-keybindings, allout-bind-keys)
4526 (allout-keybindings-binding, allout-prefixed-keybindings)
4527 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4528 (allout-keybindings-list, allout-mode-map-adjustments)
4529 (allout-setup-mode-map): Establish allout-mode keymaps as user
4530 customizable settings, and also establish a customizable setting which
4531 regulates whether or not a trailing control-h is reserved for use with
4532 describe-prefix-bindings - and inhibit it by default, so that control-h
4533 *is* reserved for describe-prefix-bindings unless the user changes it.
4535 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4536 and accurately between modified and unmodified events, and handle
4537 modified events more comprehensively.
4539 * allout.el (allout-substring-no-properties):
4540 Alias to use or provide version of `substring-no-properties'.
4541 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4543 * allout.el (allout-next-single-char-property-change):
4544 Alias to use or provide version of `next-single-char-property-change'.
4545 (allout-annotate-hidden, allout-hide-by-annotation):
4546 Use `allout-next-single-char-property-change'.
4548 * allout.el (allout-select-safe-coding-system):
4549 Alias to use or provide version of `select-safe-coding-system'.
4550 (allout-toggle-subtree-encryption):
4551 Use `allout-select-safe-coding-system'.
4553 * allout.el (allout-set-buffer-multibyte):
4554 Alias to use or provide version of `set-buffer-multibyte'.
4555 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4557 * allout.el (allout-called-interactively-p): Macro for using the
4558 different versions of called-interactively-p identically, depending on
4559 the subroutine's argument signature.
4560 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4561 Use `(interactive "p")' instead of `(called-interactively-p)'.
4563 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4564 (allout-previous-visible-heading, allout-forward-current-level)
4565 (allout-backward-current-level, allout-show-children):
4566 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4568 * allout.el (allout-before-change-handler):
4569 Exempt edits to the (overlaid) character after the allout outline
4570 bullet from edit confirmation prompt.
4572 * allout.el (allout-add-resumptions):
4573 Ensure that it respects correct buffer for keybindings.
4575 * allout.el (allout-beginning-of-line):
4576 Use `allout-previous-single-char-property-change' alias for the sake of
4577 diverse compatibility.
4579 * allout.el (allout-end-of-line):
4580 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4582 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4584 * frame.el (frame-notice-user-settings): Don't clobber other
4585 user-set parameters when calling face-set-after-frame-default in
4586 response to background-color parameter (Bug#7373).
4588 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4590 * international/characters.el (glyphless-char-display-control):
4591 Rename from glyphless-char-control; all users changed. Doc fix.
4592 Signal an error if display method is not one of the recognized
4595 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4597 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4598 (tramp-compat-line-end-position): Remove them.
4600 * net/tramp.el (tramp-parse-rhosts-group)
4601 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4602 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4603 (tramp-parse-netrc-group, tramp-parse-putty-group)
4604 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4605 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4606 (tramp-sh-handle-file-selinux-context)
4607 (tramp-sh-handle-file-name-all-completions)
4608 (tramp-sh-handle-insert-directory)
4609 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4610 (tramp-wait-for-output, tramp-send-command-and-read)
4611 * net/tramp-smb.el (tramp-smb-read-file-entry)
4612 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4614 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4616 (tramp-remote-coding-commands): Add an alternative using "base64
4617 -d -i". This is needed for older base64 versions from GNU
4618 coreutils. Reported by Klaus Reichl
4619 <Klaus.Reichl@thalesgroup.com>.
4621 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4623 * simple.el (count-words-region): New function.
4625 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4627 * shell.el (shell-dir-cookie-re): New custom variable.
4628 (shell-dir-cookie-watcher): New function.
4630 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4631 and compilation-mode (bug#7350).
4633 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4634 highlight when one of them is empty.
4636 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4638 (skeleton-newline): New function.
4639 (skeleton-internal-1): Use it.
4641 * simple.el (open-line): `newline' may strip trailing space.
4643 2010-11-12 Kevin Ryde <user42@zip.com.au>
4645 * international/mule-cmds.el (princ-list): Use mapc.
4647 2010-11-12 Glenn Morris <rgm@gnu.org>
4649 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4650 Use it to replace all instances of "*Compile-Log*".
4652 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4654 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4657 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4659 * progmodes/modula2.el: Use SMIE and skeleton.
4660 (m2-mode-syntax-table): (*..*) can be nested.
4661 Add //...\n. Fix paren syntax.
4662 (m2-mode-map): Remove LF and TAB bindings.
4663 (m2-indent): Add safety property.
4664 (m2-smie-grammar): New var.
4665 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4666 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4667 (m2-mode): Use define-derived-mode.
4668 (m2-newline, m2-tab): Remove.
4669 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4670 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4671 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4672 (m2-import): Use define-skeleton.
4674 2010-11-11 Glenn Morris <rgm@gnu.org>
4676 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4678 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4679 (ls-lisp-verbosity): Add custom :set-after property.
4680 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4681 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4682 (ls-lisp-insert-directory): Update caller.
4683 (ls-lisp-set-options): New function.
4684 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4687 * play/landmark.el (lm-prompt-for-move):
4688 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4690 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4692 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4693 (idlwave-study-twins): Prefix dynamic local variable `name'.
4694 (idlwave-routine-twin-compare): Update for above change.
4696 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4697 Prefix dynamic local variables `name', `kwd', and `link'.
4698 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4699 * progmodes/idlw-complete-structtag.el
4700 (idlwave-complete-structure-tag-help):
4701 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4702 (idlwave-complete-sysvar-tag-help)
4703 (idlwave-complete-class-structure-tag-help):
4704 Update for above name changes.
4706 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708 * net/browse-url.el (browse-url-browser-function): Change the
4709 default to use `browse-url-mail' on mailto: URLs.
4711 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4713 * emacs-lisp/package.el (package-read-all-archive-contents):
4714 Reset package-archive-contents to nil before re-reading.
4716 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4718 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4719 already found as misspellings by (flyspell-large-region), just
4720 do highlighting (bug#7322).
4722 2010-11-10 Glenn Morris <rgm@gnu.org>
4724 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4726 * emulation/edt.el (edt-with-position): New macro.
4727 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4728 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4729 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4731 * emulation/tpu-extras.el (tpu-with-position): New macro.
4732 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4734 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4736 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4737 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4738 (texinfo-master-menu, texinfo-insert-node-lines)
4739 (texinfo-multiple-files-update):
4740 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4741 Use line-beginning-position.
4743 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4744 No recent Emacs supports system-type `emx'.
4746 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4747 (ada-command-separator, ada-default-prj-properties)
4748 (ada-find-any-references): Update for above name change.
4750 * dirtrack.el (dirtrack-directory-function)
4751 (dirtrack-canonicalize-function):
4752 * filecache.el (file-cache-completion-ignore-case)
4753 (file-cache-case-fold-search, file-cache-ignore-case):
4754 * term.el (serial-port-is-file-p): Cosmetic change.
4756 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4757 Remove non-existent `windows-95' system-type.
4758 * dired.el (dired-chown-program): Remove non-existent `linux'
4761 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4762 (ping-program-options): Remove non-existent `linux' system-type.
4764 * startup.el (package-initialize): Update declaration.
4766 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4767 (ls-lisp-handle-switches): Use time-less-p.
4768 (ls-lisp-format-time): Use float-time.
4770 * textmodes/remember.el (remember-time-to-seconds): Remove.
4771 (remember-store-in-mailbox): Use float-time.
4773 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4775 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4776 never a real function.
4777 (with-no-warnings): Remove compat stub, now unused.
4778 (time-less-p): Doc fix.
4779 (time-to-number-of-days): Simplify.
4781 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4783 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4784 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4785 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4786 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4787 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4789 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4790 (eshell-shuffle-files, eshell-shorthand-tar-command)
4791 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4792 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4793 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4794 Prefix dynamic local variable `matches'.
4796 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4797 Prefix dynamic local variable `skeleton'.
4799 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4801 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4802 in mail buffer; make yank-action always a command that yanks original
4805 2010-11-09 Glenn Morris <rgm@gnu.org>
4807 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4809 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4811 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4812 completion field (bug#7211).
4814 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4815 Fix handling of backslash escapes.
4816 (python-quote-syntax): Adjust accordingly.
4818 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4820 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4821 (vc-mtn-workfile-branch): Adjust to new output format.
4823 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4825 * international/mule-cmds.el (princ-list): Mark as obsolete.
4827 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4829 * emacs-lisp/smie.el: New package.
4831 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4833 * files.el (backup-by-copying-when-mismatch):
4834 Set `permanent-local' property.
4836 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4837 `permanent-local' property for `backup-by-copying-when-mismatch'.
4839 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4841 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4843 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4845 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4846 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4847 AUTOINOUT for SV style multidimensional arrays, bug294.
4848 Reported by Eric Mastromarchi.
4849 (verilog-preprocess): Use with-current-buffer and
4850 font-lock-fontify-buffer to cleanup style issues.
4852 2010-11-09 Glenn Morris <rgm@gnu.org>
4854 * locate.el (locate, locate-mode): Doc fixes.
4856 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4858 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4859 user for confirmation.
4860 (server-force-stop): Use it.
4861 (server-start): Use server-force-stop for kill-emacs-hook, to
4862 avoid user interaction while killing Emacs.
4864 2010-11-09 Glenn Morris <rgm@gnu.org>
4866 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4867 (meta-indent-line): Simplify.
4869 * vc/emerge.el (emerge-line-number-in-buf):
4870 * textmodes/ispell.el (ispell-region):
4871 * textmodes/fill.el (current-fill-column):
4872 * progmodes/xscheme.el (xscheme-send-current-line):
4873 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4874 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4875 * progmodes/sh-script.el (sh-handle-prev-do):
4876 * progmodes/meta-mode.el (meta-indent-line):
4877 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4879 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4880 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4881 * progmodes/fortran.el (fortran-looking-at-if-then):
4882 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4883 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4884 (cperl-find-pods-heres):
4885 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4886 * net/quickurl.el (quickurl-list-insert):
4887 * net/ldap.el (ldap-search-internal):
4888 * net/eudc.el (eudc-expand-inline):
4889 * mail/sendmail.el (sendmail-send-it):
4890 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4891 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4892 (viper-brac-function):
4893 * calc/calc-yank.el (calc-do-grab-region):
4894 * calc/calc-keypd.el (calc-keypad-press):
4895 * term.el (term-move-columns, term-insert-spaces):
4896 * speedbar.el (speedbar-highlight-one-tag-line):
4897 * simple.el (current-word):
4898 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4899 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4901 * hippie-exp.el (he-line-beg):
4902 * epa.el (epa--marked-keys):
4903 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4904 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4905 (dired-relist-entry):
4906 * buff-menu.el (Buffer-menu-buffer):
4907 * array.el (current-line):
4908 * allout.el (allout-resolve-xref)
4909 (allout-latex-verbatim-quote-curr-line):
4910 Replace yet more uses of end-of-line etc with line-end-position, etc.
4912 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4914 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4915 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4916 (checkdoc-syntax-table): Initialize in the declaration.
4917 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4918 the mode on unconditionally.
4920 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4921 (extent-end-position, extent-start-position): Remove setf method for
4922 non-existing functions (bug#7319).
4924 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4926 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4927 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4928 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4929 (smie-prec2->grammar): Rename from smie-prec2-levels.
4930 (smie-grammar): Rename from smie-op-levels.
4931 (smie-indent--hanging-p): Rename from smie-hanging-p.
4932 (smie-rule-hanging-p): New alias.
4933 (smie-indent--bolp): Rename from smie-bolp.
4934 (smie-indent--hanging-p): New alias.
4935 (smie--token): New dynamically bound variable.
4936 (smie-indent--parent): New function.
4937 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4938 (smie-rule-next-p): Rename from smie-next-p.
4939 (smie-rule-prev-p): Rename from smie-prev-p.
4940 (smie-rule-sibling-p, smie-rule-parent)
4941 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4942 (smie-rule-separator-outdent): New var.
4943 (smie-indent--rule): Merge with smie-indent--column.
4944 (smie-indent-forward-token, smie-indent-backward-token):
4945 Also recognize close parens.
4946 (smie-indent-keyword): Don't use smie-indent--column any more.
4947 (smie-indent-after-keyword): Ignore closers by default.
4948 (smie-indent-line): Use with-demoted-errors.
4949 * progmodes/octave-mod.el (octave-smie-grammar):
4950 Rename from octave-smie-op-levels.
4951 (octave-smie-rules): Adjust to new behavior.
4952 * progmodes/prolog.el (prolog-smie-grammar):
4953 Rename from prolog-smie-op-levels.
4955 2010-11-07 Glenn Morris <rgm@gnu.org>
4957 * eshell/esh-util.el (subst-char-in-string)
4958 (directory-files-and-attributes): These compatibility definitions are
4959 not needed on any version of Emacs since at least 21.4.
4961 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4962 (verilog-get-end-of-line): Remove.
4963 (verilog-within-string, verilog-re-search-forward-substr)
4964 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4965 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4966 Use point-at-bol, point-at-eol.
4967 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4969 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4970 (electric-pascal-terminate-line, pascal-set-auto-comments)
4971 (pascal-indent-paramlist, pascal-indent-declaration)
4972 (pascal-get-lineup-indent, pascal-func-completion)
4973 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4974 Use point-at-bol, point-at-eol.
4975 * progmodes/flymake.el (flymake-line-beginning-position)
4976 (flymake-line-end-position): Remove.
4977 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4978 * eshell/esh-util.el (line-end-position, line-beginning-position):
4979 Remove compat definitions.
4981 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4983 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4984 Use line-end-position.
4986 * emacs-lisp/chart.el (chart-zap-chars):
4987 * play/decipher.el (decipher-set-map):
4988 * progmodes/ada-mode.el (ada-get-current-indent)
4989 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4990 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4991 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4992 (ada-get-all-references):
4993 * progmodes/cperl-mode.el (cperl-electric-paren)
4994 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4995 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4996 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4997 (cperl-word-at-point-hard):
4998 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4999 (idlwave-shell-filename-string, idlwave-shell-batch-command)
5000 (idlwave-shell-display-line):
5001 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
5002 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
5003 * progmodes/js.el (js--re-search-forward-inner)
5004 (js--re-search-backward-inner):
5005 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
5006 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5007 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5008 * textmodes/flyspell.el (flyspell-process-localwords):
5009 * textmodes/ispell.el (ispell-buffer-local-parsing)
5010 (ispell-buffer-local-dict, ispell-buffer-local-words):
5011 Use point-at-bol and point-at-eol.
5013 * speedbar.el (speedbar-generic-item-info)
5014 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5015 (speedbar-add-indicator, speedbar-check-vc-this-line)
5016 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5017 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5018 Replace more uses of end-of-line etc with line-end-position.
5020 2010-11-06 Glenn Morris <rgm@gnu.org>
5022 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5023 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5024 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5025 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5026 (texinfo-multiple-files-update):
5027 * textmodes/table.el (table--probe-cell-left-up)
5028 (table--probe-cell-right-bottom):
5029 * textmodes/picture.el (picture-tab-search):
5030 * textmodes/page-ext.el (pages-copy-header-and-position)
5031 (pages-directory-for-addresses):
5032 * progmodes/vera-mode.el (vera-get-offset):
5033 * progmodes/simula.el (simula-calculate-indent):
5034 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5035 * progmodes/prolog.el (end-of-prolog-clause):
5036 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5037 * progmodes/icon.el (indent-icon-exp):
5038 * progmodes/etags.el (tag-re-match-p):
5039 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5040 * progmodes/ebnf2ps.el (ebnf-begin-file):
5041 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5042 (dcl-save-local-variable):
5043 * play/life.el (life-setup):
5044 * play/gametree.el (gametree-looking-at-ply):
5045 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5046 * mail/sendmail.el (mail-mode-auto-fill):
5047 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5048 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5049 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5050 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5051 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5052 * type-break.el (type-break-file-keystroke-count):
5053 * term.el (term-replace-by-expanded-history-before-point)
5054 (term-skip-prompt, term-extract-string):
5055 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5056 (speedbar-contract-line, speedbar-toggle-line-expansion)
5057 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5058 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5059 * sort.el (sort-skip-fields):
5060 * skeleton.el (skeleton-internal-list):
5061 * simple.el (line-move-finish, line-move-to-column):
5062 * shell.el (shell-forward-command):
5063 * misc.el (copy-from-above-command):
5064 * makesum.el (double-column):
5065 * ebuff-menu.el (electric-buffer-update-highlight):
5066 * dired.el (dired-move-to-end-of-filename):
5067 * dframe.el (dframe-popup-kludge):
5068 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5069 * arc-mode.el (archive-get-lineno):
5070 Use line-end-position and line-beginning-position.
5072 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5073 (idlwave-study-twins): Prefix dynamic local `class'.
5074 (idlwave-routine-twin-compare): Update for above name change.
5076 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5077 Use boundp tests to silence compiler. Update for changed name of
5078 bytecomp-filename variable.
5080 * emulation/viper-cmd.el (viper-read-string-with-history):
5081 Prefix dynamic local `initial'.
5082 (viper-minibuffer-standard-hook): Update for above name change.
5084 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5085 (elint-init-form): Update for above name change.
5087 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5088 local variables `cbeg' and `cend' a prefix.
5089 (mail-extr-voodoo): Update for above name change.
5091 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5092 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5093 (reftex-toc-promote-action): Doc fix.
5095 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5096 `prompt', `data' a prefix.
5097 (reftex-select-post-command-hook, reftex-select-callback)
5098 (reftex-select-mouse-accept, reftex-select-read-cite):
5099 Update for above name changes.
5101 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5102 `refstyle' to reftex-refstyle.
5103 (reftex-offer-label-menu): Update for above name change.
5104 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5105 `refstyle' name change.
5107 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5108 with with-current-buffer.
5109 (diff, template): Give dynamic local variables a prefix.
5110 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5111 (emerge-line-number-in-buf): Update for above name change.
5112 (emerge-combine-versions-internal): Rename local `template' to
5113 emerge-combine-template.
5114 (emerge-combine-versions-edit): Update for above name change.
5116 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
5118 * textmodes/reftex-cite.el
5119 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5120 entries with whitespace after \bibitem.
5121 (reftex-create-bibtex-file): Match entries containing numbers and
5122 symbol constituents. Make sure that entries with whitespace at
5123 various places are found.
5125 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5127 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5129 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5131 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5133 2010-11-05 Glenn Morris <rgm@gnu.org>
5135 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5136 (woman2-roff-buffer): Give local variable `request' a prefix.
5137 (woman0-macro): Rename argument `request' in the same way.
5138 (woman-request): New name for `request' dynamic variable.
5139 (woman-unquote, woman-forward-arg): Update for above name change.
5140 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5141 (woman1-unquote): New name for `unquote' dynamic variable.
5142 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5143 (woman-translations): Rename from `translations'. No longer global.
5144 (woman2-tr, woman-translate): Update for above name change.
5145 (woman-translate): Check for bound variable.
5146 (woman2-roff-buffer): Give local variable `translations' a prefix.
5148 * play/doctor.el: Give all local variables a prefix. Update callers.
5149 (doc$, doctor-put-meaning): Use backquote.
5151 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5152 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5154 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5155 variables bytes, ptr, op a prefix.
5156 (disassemble-offset): Update for above change.
5158 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5160 * emacs-lisp/package.el (package-unpack): Remove no-op.
5161 (package--builtins, package--dir): Doc fix.
5162 (package-activate-1, package-activate, package-install)
5163 (package-compute-transaction): Fix error message.
5164 (package-delete): Use delete-directory. Omit system packages.
5165 (package-initialize): Set package-alist to nil first.
5166 (package-menu-mark-delete, package-menu-mark-install): Don't add
5167 symbols that are inconsistent with the package state.
5168 (package-menu-execute): Perform deletions and installations as
5169 single batch operations.
5171 2010-11-03 Glenn Morris <rgm@gnu.org>
5173 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5174 (props): Remove unnecessary declaration.
5176 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5177 set-process-query-on-exit-flag.
5179 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
5180 (reftex-toc-do-promote): Remove unused local `mpos'.
5181 (reftex-toc-restore-region): Make `mpos' local to this function.
5183 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5185 * play/landmark.el (lm-losing-threshold): Correct spelling.
5186 (lm-human-plays): Use new name.
5188 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5189 (gomoku-human-plays): Use new name.
5191 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5192 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5193 (gomoku-score-trans-table, gomoku-winning-threshold)
5194 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5196 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5198 * emacs-lisp/package.el: Don't put built-in packages in
5199 package-alist, to avoid loading inefficiencies.
5200 (package-built-in-p): Make VERSION optional, and treat it as a
5201 minimum acceptable version.
5202 (package-activate): Search separately for built-in packages.
5203 Emit a warning if a dependency fails.
5204 (define-package): Handle most common case, where there is no
5205 obsolete package, first.
5206 (package-compute-transaction): Print required version in error.
5207 (package--initialized): New variable.
5208 (list-packages): Use it.
5209 (package-initialize): Optional arg NO-ACTIVATE. Don't put
5210 built-in packages in packages-alist; keep it separate.
5211 Set package--initialized.
5212 (describe-package): Avoid activating packages as a side-effect.
5213 Search separately for built-in packages.
5214 (describe-package-1): Handle the case where an elpa package is
5215 simultaneously built-in and available/installed.
5216 (package-installed-p, package--generate-package-list):
5217 Search separately for built-in packages.
5218 (package-load-descriptor): Doc fix.
5220 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5222 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5223 Handle __DATA__ and __END__.
5225 2010-11-02 Noah Friedman <friedman@splode.com>
5227 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5228 nil, do not ask to recompile files that are not already compiled,
5229 and do not recompile them.
5231 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
5233 * emacs-lisp/package.el (package-initialize): Ensure that
5234 obsoleted built-in packages are not in package-activated-list
5236 (describe-package-1): Make the "installed" status override
5239 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5241 * subr.el (version-separator, version-regexp-alist): Remove '*'
5243 (version-list-<=, version<=, version=): Doc fix.
5245 2010-11-01 Kenichi Handa <handa@m17n.org>
5247 * faces.el (glyphless-char): Inherit underline for tty.
5249 2010-11-01 Kenichi Handa <handa@m17n.org>
5251 Implement various display methods for glyphless characters.
5253 * international/characters.el (char-acronym-table): New variable.
5254 (glyphless-char-control): New variable.
5255 (update-glyphless-char-display): New function.
5257 * faces.el (glyphless-char): New face.
5259 2010-11-01 Glenn Morris <rgm@gnu.org>
5261 * calendar/holidays.el (general-holidays, oriental-holidays)
5262 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5263 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5264 the definitions of their targets.
5266 * emacs-lisp/smie.el (smie): New custom group.
5267 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5269 * faces.el (xw-defined-colors, x-setup-function-keys):
5270 * mouse-sel.el (x-select-text):
5271 * term/w32console.el (x-setup-function-keys): Update declarations.
5273 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5275 * textmodes/ispell.el (comment-add): Declare.
5277 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5280 * info.el (finder-keywords-hash, package-alist): Declare.
5282 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5284 * finder.el (finder-compile-keywords): Don't use intern-soft,
5285 since package names may not yet exist in the obarray.
5287 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5289 * vc/vc-arch.el (vc-arch-checkin):
5290 * vc/vc-cvs.el (vc-cvs-checkin):
5291 * vc/vc-mtn.el (vc-mtn-checkin):
5292 * vc/vc-rcs.el (vc-rcs-checkin):
5293 * vc/vc-sccs.el (vc-sccs-checkin):
5294 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5295 since 2010-04-21 commit by Stefan Monnier.
5297 2010-11-01 Glenn Morris <rgm@gnu.org>
5299 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5301 * startup.el (package-enable-at-startup, package-initialize):
5304 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5307 2010-10-31 Julien Danjou <julien@danjou.info>
5309 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5310 (byte-recompile-directory):
5311 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
5312 Use `byte-recompile-file'.
5314 2010-10-31 Glenn Morris <rgm@gnu.org>
5316 * cus-start.el: Handle standard values via a keyword.
5317 Only set version property if specified.
5318 (cursor-in-non-selected-windows, menu-bar-mode)
5319 (tool-bar-mode, show-trailing-whitespace):
5320 Do not specify standard values.
5321 (transient-mark-mode, temporary-file-directory): Use :standard.
5323 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5325 * term/x-win.el (x-get-selection-value): New function that gets
5326 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
5328 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
5330 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5331 preserve owner and group when editing files. (Bug#7289)
5333 2010-10-31 Glenn Morris <rgm@gnu.org>
5335 * speedbar.el (speedbar-mode):
5336 * play/fortune.el (fortune-in-buffer, fortune):
5337 * play/gomoku.el (gomoku-mode):
5338 * play/landmark.el (lm-mode):
5339 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5340 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5342 * select.el (x-selection): Mark it as an obsolete alias.
5344 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5346 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
5347 major-mode (bug#7284).
5349 2010-10-31 Glenn Morris <rgm@gnu.org>
5351 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5352 rather than just an unused variable that inherits from the real one.
5354 2010-10-31 Alan Mackenzie <acm@muc.de>
5356 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5357 This fixes bug #7185.
5359 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
5361 * startup.el (command-line): Search for package directories, and
5362 don't load package.el if none are found.
5364 * emacs-lisp/package.el (describe-package, list-packages):
5365 Call package-initialize if it has not been called yet.
5367 2010-10-30 Alan Mackenzie <acm@muc.de>
5369 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5370 which fontifies the tail of an enum.
5371 (c-basic-matchers-after): Insert a call to the above new function.
5372 This fixes bug #7264.
5374 2010-10-30 Glenn Morris <rgm@gnu.org>
5376 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5377 tool-bar-mode, transient-mark-mode. (Bug#7306)
5378 Include the :set property in the dumped Emacs.
5380 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5382 SMIE: change indent rules format, improve smie-setup.
5383 * emacs-lisp/smie.el (smie-precs-precedence-table)
5384 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5385 Mark them pure so the tables gets built at compile time.
5386 (smie-bnf-precedence-table): Store the closer-alist in the table.
5387 (smie-prec2-levels): Preserve the closer-alist.
5388 (smie-blink-matching-open): Be more forgiving in case of indentation.
5389 (smie-hanging-p): Rename from smie-indent--hanging-p.
5390 (smie-bolp): Rename from smie-indent--bolp.
5391 (smie--parent, smie--after): New dynamic vars.
5392 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5393 (smie-indent-rules): Remove.
5394 (smie-indent--offset-rule): Remove fun.
5395 (smie-rules-function): New var.
5396 (smie-indent--rule): New fun.
5397 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5398 (smie-indent-exps): Use it.
5399 (smie-setup): Setup paren blinking; add keyword args for token
5400 functions; extract closer-alist from op-levels.
5401 (smie-indent-debug-log): Remove var.
5402 (smie-indent-debug): Remove fun.
5403 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5404 (prolog-smie-rules): New fun to replace it.
5405 (prolog-mode-variables): Simplify.
5406 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5407 it's setup automatically.
5408 (octave-smie-indent-rules): Remove.
5409 (octave-smie-rules): New fun to replace it.
5410 (octave-mode): Simplify.
5412 2010-10-29 Glenn Morris <rgm@gnu.org>
5414 * files.el (temporary-file-directory): Remove (already defined in C).
5415 * cus-start.el: Add temporary-file-directory.
5417 * abbrev.el (abbrev-mode):
5418 * composite.el (auto-composition-mode):
5419 * menu-bar.el (menu-bar-mode):
5420 * simple.el (transient-mark-mode):
5421 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5422 that they do not define the associated variables twice.
5423 * simple.el (transient-mark-mode): Remove defvar.
5424 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5425 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5426 Handle multiple groups, and also custom-delayed-init-variables.
5427 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5429 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5431 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5432 (pcase-if): Add one minor optimization.
5433 (pcase-split-equal): Rename from pcase-split-eq.
5434 (pcase-split-member): Rename from pcase-split-memq.
5435 (pcase-u1): Add strings to the member optimization.
5436 Add `guard' variant of predicates.
5437 (pcase-q1): Add string patterns.
5439 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5441 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5443 2010-10-28 Glenn Morris <rgm@gnu.org>
5445 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5446 Move menu-bar related settings to ../menu-bar.el.
5447 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5448 Move ns-specific settings here from term/ns-win.el.
5450 * simple.el (x-selection-owner-p): Remove unused declaration.
5452 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5454 * minibuffer.el (completion-cycling): New var (bug#7266).
5455 (minibuffer-complete, completion--do-completion):
5456 Use completion--flush-all-sorted-completions.
5457 (minibuffer-complete): Only cycle if completion-cycling is set.
5458 (completion--flush-all-sorted-completions): Unset completion-cycling.
5459 (minibuffer-force-complete): Set completion-cycling.
5460 (completion-all-sorted-completions): Move declaration before first use.
5462 2010-10-28 Leo <sdl.web@gmail.com>
5464 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5465 which changes the order of matches seen by users (bug#7231).
5467 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
5469 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5470 Don't confuse -omega as "-o mega".
5472 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5474 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5475 (log-edit-author): New dynamic var.
5476 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5477 to return the author if different from committer.
5478 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5480 * play/landmark.el: Adjust commenting convention.
5481 (lm-nil-score): Rename from nil-score.
5482 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5483 (OOOOscore): Move into a let in lm-score-trans-table.
5484 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5486 * electric.el (electric-indent-chars): Autoload.
5487 * progmodes/octave-mod.el (octave-mode):
5488 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5489 (ruby-mode-abbrev-table): Merge initialization and declaration.
5491 2010-10-27 Glenn Morris <rgm@gnu.org>
5493 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5496 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5498 * term/ns-win.el: Restore require of cl when compiling.
5499 (menu-bar-final-items): Remove non-existent `windows' menu.
5500 (ns-handle-nxopen): Optionally handle the temp-case.
5501 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5502 (ns-insert-file, ns-find-file): Use `pop'.
5504 2010-10-26 Glenn Morris <rgm@gnu.org>
5506 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5508 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5510 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5512 * term/common-win.el (x-setup-function-keys): Remove most of the
5513 keymappings. Comment on the remaining ones.
5515 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5517 * server.el (server-port): New option. (Bug#854)
5518 (server-start): Use server-port.
5520 2010-10-26 Glenn Morris <rgm@gnu.org>
5522 * term/ns-win.el (ns-version-string): Remove unused declaration.
5523 (ns-invocation-args): Change to x-invocation-args.
5524 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5525 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5526 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5527 Use x-invocation-args instead of ns-invocation-args.
5528 (ns-initialize-window-system, handle-args-function-alist):
5529 Use x-handle-args instead of ns-handle-args.
5530 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5531 * startup.el (command-line-ns-option-alist): Replace
5532 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5533 ns-handle-iconic with the x- equivalents.
5535 * term/common-win.el (x-select-enable-clipboard):
5536 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5538 * term/ns-win.el: No need to require cl when compiling.
5539 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5540 (xw-defined-colors): Use the common-win definitions.
5541 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5542 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5543 * term/common-win.el (x-select-text, x-alternatives-map)
5544 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5545 * loadup.el [ns]: Load common-win.
5547 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5549 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5550 recipients; expand mail aliases (Bug#7280).
5552 2010-10-25 Glenn Morris <rgm@gnu.org>
5554 * term/common-win.el (x-handle-switch): Simplify with pop.
5555 Optionally handle numeric switches.
5556 (x-handle-numeric-switch): Just call x-handle-switch.
5557 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5558 (x-handle-name-switch, x-handle-display, x-handle-args):
5561 * term/ns-win.el: Do not require easymenu.
5562 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5563 <spell>: Move adjustments to menu-bar.el.
5564 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5565 <separator-undo, spell>: Move ns-win's adjustments here.
5566 * loadup.el [ns]: Do not load easymenu.
5568 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5570 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5573 * startup.el (fancy-startup-tail): Instead of using inline images,
5574 refer to image files from etc/.
5576 * wid-edit.el (checkbox): Likewise.
5577 (widget-image-find): Center image specs.
5579 2010-10-24 Glenn Morris <rgm@gnu.org>
5581 * term/ns-win.el (x-select-text): Doc fix.
5582 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5583 (x-select-text): Move to term/common-win.
5584 * term/w32-win.el (xw-defined-colors): Move to common-win.
5585 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5586 (x-setup-function-keys, x-select-text): Move to common-win.
5587 * term/common-win.el (x-select-text, x-alternatives-map)
5588 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5591 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5593 * net/mairix.el (mairix-searches-mode-map):
5594 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5596 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5598 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5599 auto-built for efficiency of execution and updating.
5600 (verilog-extended-complete-re): Support 'pure' fucntion & task
5601 declarations (these have no bodies).
5602 (verilog-beg-of-statement): General cleanup to enable support of
5603 'pure' fucntion & task declarations (these have no bodies).
5604 These efforts together fix Verilog bug210 from veripool; which was also
5605 noticed by Steve Pearlmutter.
5606 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5607 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5608 Support `elsif. Reported by Shankar Giri.
5609 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5610 attribute handling for lining up declarations and assignments.
5611 (verilog-beg-of-statement-1): Fix issue where continued declaration
5612 is indented differently if it is after a begin..end clock.
5613 (verilog-in-attribute-p, verilog-skip-backward-comments)
5614 (verilog-skip-forward-comment-p): Support proper treatment of
5615 attributes by indent code. Reported by Jeff Steele.
5616 (verilog-in-directive-p): Fix comment to correctly describe function.
5617 (verilog-backward-up-list, verilog-in-struct-region-p)
5618 (verilog-backward-token, verilog-in-struct-p)
5619 (verilog-in-coverage-p, verilog-do-indent)
5620 (verilog-pretty-declarations): Use verilog-backward-up-list as
5621 wrapper around backward-up-list inorder to properly skip comments.
5622 Reported by David Rogoff.
5623 (verilog-property-re, verilog-endcomment-reason-re)
5624 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5625 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5626 of if). Reported by Max Bjurling and
5627 (verilog-calc-1): Fix for clocking block in modport
5628 declaration. Reported by Brian Hunter.
5630 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5632 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5633 (verilog-gate-keywords, verilog-read-sub-decls)
5634 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5635 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5636 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5637 (verilog-read-decls): Fix spaces in V2K module parameters causing
5638 mis-identification as interfaces, bug287.
5639 (verilog-read-decls): Fix not treating "parameter string" as a
5640 parameter in AUTOINSTPARAM.
5641 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5642 treating `elsif similar to `endif inside AUTOSENSE.
5643 (verilog-do-indent): Implement correct automatic or static task or
5644 function end comment highlight. Reported by Steve Pearlmutter.
5645 (verilog-font-lock-keywords-2): Fix highlighting of single
5646 character pins, bug264. Reported by Michael Laajanen.
5647 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5648 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5649 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5650 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5651 (verilog-pretty-expr): Fix interactive arguments, bug272.
5652 Reported by Mark Johnson.
5653 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5654 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5655 bug269. Suggested by Gary Delp.
5656 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5657 (verilog-preprocessor, verilog-set-compile-command):
5658 Create verilog-preprocess and verilog-preprocessor to show
5659 preprocessed output.
5660 (verilog-get-beg-of-line, verilog-get-end-of-line)
5661 (verilog-modi-file-or-buffer, verilog-modi-name)
5662 (verilog-modi-point, verilog-within-string): Move defmacro's
5663 before first use to avoid warning. Reported by Steve Pearlmutter.
5664 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5665 (verilog-colorize-region, verilog-highlight-buffer)
5666 (verilog-highlight-includes, verilog-highlight-modules)
5667 (verilog-highlight-region, verilog-mode): Rename colorize to
5668 highlight to match other packages. Disable module highlighting,
5669 as received speed complaints, reenable for experimentation only
5670 using new verilog-highlight-modules.
5671 (verilog-read-decls): Fix regexp stack overflow in very large
5672 AUTO_TEMPLATEs, bug250.
5673 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5674 (verilog-scan): Create verilog-save-buffer-state to standardize
5675 making insignificant changes that shouldn't call hooks.
5676 (verilog-save-no-change-functions, verilog-save-scan-cache)
5677 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5678 Create verilog-save-no-change-functions to wrap verilog-scan
5679 preservation, and fix to work with nested preserved calls.
5680 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5681 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5682 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5683 (verilog-submit-bug-report): Update variable list to be complete.
5684 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5685 breaking on-the-fly font-locking.
5686 (verilog-colorize-buffer, verilog-colorize-include-files)
5687 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5688 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5689 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5690 AUTOINST cell instance name, middle mouse button now finds-file on
5691 it. Suggested by Brad Dobbie.
5692 (verilog-alw-get-temps, verilog-auto-reset)
5693 (verilog-auto-sense-sigs, verilog-read-always-signals)
5694 (verilog-read-always-signals-recurse): Fix loop indexes being
5695 AUTORESET. AUTORESET now assumes any variables in the
5696 initialization section of a for() should be ignored.
5697 Reported by Dan Dever.
5698 (verilog-error-font-lock-keywords)
5699 (verilog-error-regexp-emacs-alist)
5700 (verilog-error-regexp-xemacs-alist): Fix error detection of
5701 Cadence HAL, reported by David Asher. Repair drift between the
5702 three similar error variables.
5703 (verilog-modi-lookup, verilog-modi-lookup-cache)
5704 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5705 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5706 Fix slow verilog-auto expansion on very large files.
5707 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5708 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5709 "{1*2{...". Broke in last revision.
5710 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5711 submodule connections with replications "{#{a},#{b}}".
5713 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5715 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5716 Fix typo in docstring.
5718 2010-10-24 Kenichi Handa <handa@m17n.org>
5720 * face-remap.el (text-scale-adjust): Call read-event with a proper
5723 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5725 * emacs-lisp/unsafep.el: Don't mark functions that display
5726 messages as safe. Suggested by Johan Bockgård.
5728 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5730 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5731 Turn comments into docstrings.
5733 * minibuffer.el (completion--replace): Move point where it belongs
5734 when there's a common suffix (bug#7215).
5736 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5738 Merge read-color and facemenu-read-color (Bug#7242).
5740 * faces.el (read-color): Use the completion code from
5741 facemenu-read-color. Require match in completion. Doc fix.
5743 * facemenu.el (facemenu-read-color): Alias for read-color.
5744 (facemenu-set-foreground, facemenu-set-background):
5747 * frame.el (set-background-color, set-foreground-color)
5748 (set-cursor-color, set-mouse-color, set-border-color):
5751 2010-10-24 Leo <sdl.web@gmail.com>
5753 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5754 argument of delete-file and delete-directory (Bug#7011).
5756 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5758 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5761 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5763 * emacs-lisp/package.el (package--generate-package-list): Make the
5764 *Packages* buffer read-only.
5766 2010-10-24 Alan Mackenzie <acm@muc.de>
5768 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5769 result of `c-beginning-of-decl-1' between invocations of a lambda
5770 function (Bug #7265).
5772 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5774 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5775 executable is not available on the system (Bug#7268).
5777 2010-10-24 Glenn Morris <rgm@gnu.org>
5779 * select.el (selection-coding-system, next-selection-coding-system):
5780 Sync doc with C versions.
5782 * w32-vars.el (x-select-enable-clipboard):
5783 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5784 * term/common-win.el (x-select-enable-clipboard): Move here.
5786 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5787 definition of C variable.
5789 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5790 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5791 Don't redefine things that are defined in C.
5792 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5793 (show-trailing-whitespace, auto-hscroll-mode)
5794 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5795 Set up the appropriate custom properties.
5797 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5800 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5801 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5802 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5803 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5805 2010-10-23 Glenn Morris <rgm@gnu.org>
5807 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5810 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5811 Sync docs with C version.
5813 * term/ns-win.el (xw-defined-colors):
5814 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5816 * term/pc-win.el (x-select-enable-clipboard):
5817 * term/x-win.el (x-select-enable-clipboard):
5818 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5820 * comint.el (comint-password-prompt-regexp): Make it less vague.
5823 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5825 * help.el (finder-by-keyword): Remove unnecessary autoload.
5827 2010-10-22 Glenn Morris <rgm@gnu.org>
5829 * loadup.el: Unconditionally load float-sup.
5830 * paren.el (show-paren-delay):
5831 * emacs-lisp/float-sup.el:
5832 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5833 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5834 (lazy-lock-stealth-verbose): Assume float support.
5835 * ps-print.el: Assume float support on Emacs.
5836 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5837 Remove non-float branch.
5839 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5840 src/Makefile no longer being pre-processed.
5842 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5844 * emacs-lisp/find-func.el (find-library): Use test-completion.
5846 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5848 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5850 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5852 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5853 space in stat format string.
5854 (tramp-send-command): Unset $PS1 when using here documents, in
5855 order not to get several prompts.
5856 (tramp-get-inline-coding): Return `nil' in case of errors.
5858 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5860 * hexl.el (hexl-mode, hexl-mode-exit):
5861 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5862 (hexl-revert-buffer-function): New function.
5863 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5865 2010-10-19 Alan Mackenzie <acm@muc.de>
5867 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5868 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5869 that these keywords aren't wrongly matched as identifiers.
5871 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5872 setting of c-new-BEG and c-new-END from c-before-change to
5873 c-after-change. (Bug#7181)
5875 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5877 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5880 * custom.el (custom-theme-set-variables): Likewise.
5881 (load-theme): Add custom-theme-set-faces and
5882 custom-theme-set-variables to safe-functions while loading.
5883 (custom-enabled-themes): Mark as risky.
5885 2010-10-18 Julien Danjou <julien@danjou.info>
5887 * bindings.el: Remove end dashes in default mode-line-format.
5889 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5891 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5892 to delete-forward-char.
5894 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5895 deletechar, and hence delete-forward-char.
5897 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5899 * repeat.el (repeat): Use read-key (bug#6256).
5901 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5903 * emacs-lisp/unsafep.el: Don't mark functions that display
5904 messages as safe. Suggested by Johan Bockgård.
5906 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5908 * minibuffer.el (completion--replace): Move point where it belongs
5909 when there's a common suffix (bug#7215).
5911 2010-10-19 Kenichi Handa <handa@m17n.org>
5913 * international/characters.el: Add category '|' (word breakable)
5914 to fullwidth characters.
5916 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5918 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5919 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5920 order to make stat results a float. Patch by Andreas Schwab
5921 <schwab@linux-m68k.org>.
5923 2010-10-18 Julien Danjou <julien@danjou.info>
5925 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5926 hidden by `make-pointer-invisible'.
5928 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5930 * files.el (locate-file-completion-table): Strip non-matching elements
5931 before checking length of list (bug#7238).
5933 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5935 * custom.el (custom-theme-set-variables): Mark as a safe function.
5936 (load-theme): Check forms using unsafep.
5938 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5940 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5942 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5943 Fix aspell data file searching (bug#7230).
5945 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5947 * cus-theme.el (custom-theme--migrate-settings): New var.
5948 (customize-create-theme): Allow editing the `user' theme.
5949 (custom-theme-add-variable, custom-theme-add-var-1)
5950 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5951 to the front of each variable or face widget.
5952 (custom-theme-write): Save theme settings in the correct order.
5953 Optionally, remove saved settings from user customizations.
5954 (custom-theme-write-variables, custom-theme-write-faces):
5955 Save only the checked widgets.
5956 (customize-themes): Add a link for migrating custom settings.
5958 * custom.el (custom-declare-theme, provide-theme):
5959 Use custom-theme-name-valid-p.
5960 (custom-theme-name-valid-p): Remove checks that are now
5961 unnecessary since themes no longer obey load-path.
5963 * cus-edit.el (custom-variable-value-create): For the simple
5964 style, hide documentation string when hidden.
5966 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5968 * cus-edit.el (custom-variable, custom-face): Combine the
5969 :inhibit-magic and :display-style properties into a single
5970 :custom-style property.
5971 (custom-toggle-hide-variable, custom-toggle-hide-face):
5972 New functions. If hiding an edited value, save it to :shown-value.
5973 (custom-variable-value-create, custom-face-value-create): Use them.
5974 (custom-magic-reset): Allow magic property to be unset.
5976 * custom.el: Custom themes no longer use load-path.
5977 (custom-theme-load-path): New option. Change built-in theme
5979 (custom-enabled-themes): Add custom-theme-load-path dependency.
5980 (custom-theme--load-path): New function.
5981 (load-theme, custom-available-themes): Use it.
5983 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5984 (customize-themes): Link to custom-theme-load-path variable.
5985 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5986 :custom-style property.
5988 * themes/*.el: Moved to etc/.
5990 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5992 * textmodes/reftex-cite.el
5993 (reftex-extract-bib-entries-from-thebibliography): Do not move
5994 point when searching for \bibitem entries. Match entries with
5995 spaces or tabs in front of arguments.
5997 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5999 * cus-theme.el (customize-create-theme): Delete overlays after
6000 erasing. If given a THEME arg, display only the faces of that arg
6001 instead of custom-theme--listed-faces.
6002 (custom-theme-variable-menu, custom-theme-variable-action)
6003 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
6004 (custom-theme-add-variable, custom-theme-add-face): Apply value
6005 from the theme settings, instead of the current value.
6006 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6007 (custom-theme-visit-theme): Allow calling outside theme buffers.
6008 (custom-theme-merge-theme): Don't enable the theme when merging.
6009 (custom-theme-write-variables, custom-theme-write-faces): Use the
6010 :shown-value properties to save buffer values, not global ones.
6011 (customize-themes): Display a warning about user customizations.
6013 * cus-edit.el (custom-variable-value-create)
6014 (custom-face-value-create): Obey new special properties
6015 :shown-value and :inhibit-magic.
6017 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
6019 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
6020 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6023 2010-10-14 Kenichi Handa <handa@m17n.org>
6025 * mail/rmail.el (rmail-show-message-1): Catch an error of
6026 base64-decode-region and just show an error message (bug#7165).
6028 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
6029 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6030 a font-spec (bug#7197).
6032 2010-10-14 Glenn Morris <rgm@gnu.org>
6034 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6036 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
6038 * international/mule.el (define-coding-system):
6039 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6040 * composite.el (compose-region): Fix typo in docstring.
6042 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
6044 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6045 only after checking the theme-face property.
6047 * faces.el (face-spec-reset-face): Reset all attributes in one
6048 single call to set-face-attribute.
6049 (face-spec-match-p): Make it a defsubst.
6050 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6051 (x-create-frame-with-faces, tty-create-frame-with-faces)
6052 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6053 frame-set-background-mode, since they are recomputed immediately
6054 afterwards in face-set-after-frame-default.
6055 (face-set-after-frame-default): Minor optimization.
6056 (cursor): Provide non-trivial defface spec.
6058 * custom.el (custom-theme-recalc-face): Simplify.
6060 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6062 * calc/calc-alg.el (math-var): Rename from `var'.
6063 (math-is-polynomial, math-is-poly-rec): Replace `var'
6066 * calc/calcalg2.el (math-var): Rename from `var'.
6067 (calcFunc-table, math-scan-for-limits): Replace `var'
6070 2010-10-13 Glenn Morris <rgm@gnu.org>
6072 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6074 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
6076 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6078 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6080 * net/tls.el (tls-program): Remove spurious %s from openssl.
6081 (tls-starttls-switches): Remove starttls hack.
6082 (open-tls-stream): Ditto.
6083 (tls-find-starttls-argument): Ditto.
6085 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
6087 * image.el (image-library-alist): Declare as obsolete alias.
6088 (image-type-available-p): Use `dynamic-library-alist'.
6090 * term/w32-win.el (dynamic-library-alist):
6091 Use instead of `image-library-alist'.
6093 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6095 * subr.el (last): Make it faster. (Bug#7174)
6097 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6099 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6101 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6103 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6104 (describe-theme-1): Extract doc from unloaded themes.
6106 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6108 * themes/tango-theme.el:
6109 * themes/tango-dark-theme.el:
6110 * themes/wheatgrass-theme.el: New files.
6112 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6114 * cus-theme.el (describe-theme, customize-themes)
6115 (custom-theme-save): New commands.
6116 (custom-new-theme-mode-map): Bind C-x C-s.
6117 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6118 (customize-create-theme): New optional arg THEME.
6119 (custom-theme-revert): Use it.
6120 (custom-theme-visit-theme): Remove dead code.
6121 (custom-theme-merge-theme): Use custom-available-themes.
6122 (custom-theme-write): Make interactive.
6123 (custom-theme-write): Use custom-theme-name-valid-p.
6124 (describe-theme-1, custom-theme-choose-revert)
6125 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6127 (custom-theme-allow-multiple-selections): New option.
6128 (custom-theme-choose-mode): New major mode.
6130 * custom.el (custom-theme-set-variables): Remove dead code.
6131 Obey custom--inhibit-theme-enable.
6132 (custom--inhibit-theme-enable): New var.
6133 (provide-theme): Obey it.
6134 (load-theme): Replace load with manual read/eval, in order to
6135 check for correctness. Use custom-theme-name-valid-p.
6136 (custom-theme-name-valid-p): New function.
6137 (custom-available-themes): Use it.
6139 * cus-edit.el (custom--initialize-widget-variables): New function.
6140 (Custom-mode): Use it.
6142 * cus-face.el (custom-theme-set-faces): Remove dead code.
6143 Obey custom--inhibit-theme-enable.
6145 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6147 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
6149 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
6151 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
6153 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6154 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6155 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6157 * cus-start.el (all): ns-right-alternate-modifier is new.
6159 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6161 * emacs-lisp/lisp.el (lisp-completion-at-point):
6162 Use emacs-lisp-mode-syntax-table for the whole function.
6164 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
6166 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
6167 instead of font-lock-mode before adding keywords.
6168 Remove hi-lock-mode off code. Remove inhibit hack.
6169 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6170 non-nil; removed hook inhibit hack.
6172 2010-10-12 Glenn Morris <rgm@gnu.org>
6174 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6175 (load-path-shadows-find): ... to this.
6176 (list-load-path-shadows): Update for above change.
6178 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6180 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6182 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6183 Fix comment for declare-function.
6185 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
6187 * custom.el (custom-fix-face-spec): New function; code moved from
6188 custom-face-edit-fix-value.
6189 (custom-push-theme): Use it when checking if a face has been
6190 changed outside customize.
6191 (custom-available-themes): New function.
6192 (load-theme): Use it.
6194 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
6196 * custom.el (custom-push-theme): Cleanup (use cond).
6197 (disable-theme): Recompute the saved-face property.
6198 (custom-theme-recalc-face): Follow face alias before setting prop.
6200 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6201 New variables, containing checkbox images.
6203 * startup.el (fancy-startup-tail):
6204 * wid-edit.el (checkbox): Use them.
6206 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6208 * shell.el (shell-mode-map):
6209 * progmodes/modula2.el (m2-mode-map):
6210 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6211 * play/mpuz.el (mpuz-mode-map):
6212 * play/landmark.el (lm-mode-map):
6213 * play/decipher.el (decipher-mode-map):
6214 * play/5x5.el (5x5-mode-map):
6215 * net/telnet.el (telnet-mode-map):
6216 * net/quickurl.el (quickurl-list-mode-map):
6217 * net/mairix.el (mairix-searches-mode-map):
6218 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6219 * net/dig.el (dig-mode-map):
6220 * mail/mspools.el (mspools-mode-map):
6221 * hexl.el (hexl-mode-map):
6222 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6223 (wordstar-C-o-map, wordstar-C-q-map):
6224 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6225 * emacs-lisp/chart.el (chart-map):
6226 * edmacro.el (edmacro-mode-map):
6227 * erc/erc-list.el (erc-list-menu-mode-map):
6228 * array.el (array-mode-map): Declare and define in one step.
6230 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6232 2010-10-10 Daiki Ueno <ueno@unixuser.org>
6234 * epa.el (epa-passphrase-callback-function): Display filename
6235 passed as the 3rd arg.
6236 * epa-file.el (epa-file-passphrase-callback-function):
6237 Pass filename to epa-passphrase-callback-function.
6239 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
6241 * cus-edit.el (custom-face-widget-to-spec)
6242 (custom-face-get-current-spec, custom-face-state): New functions.
6243 (custom-face-set, custom-face-mark-to-save)
6244 (custom-face-value-create, custom-face-state-set): Use them.
6246 * cus-theme.el (custom-theme--listed-faces): New var.
6247 (customize-create-theme): Use *Custom Theme* as the buffer name.
6248 Set revert-buffer-function. Optional arg BUFFER. Insert all
6249 faces listed in custom-theme--listed-faces.
6250 (custom-theme-revert): New function.
6251 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6253 (custom-theme-write): Prompt for theme name if empty.
6254 (custom-theme-write-variables): Use dolist.
6255 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6257 2010-10-09 Alan Mackenzie <acm@muc.de>
6259 Enhance fontification of declarators to take account of the
6260 presence/absence of "typedef".
6262 * cc-engine.el (c-forward-type): New &optional param
6264 (c-forward-decl-or-cast-1): cdr of return value now indicates the
6265 presence of either or both of a "struct"-like keyword and "typedef".
6267 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6268 fontification of declarators which follow a "}".
6269 (c-font-lock-declarations): Fontify declarators according to the
6270 presence/absence of "typedef".
6272 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6274 (c-typedef-decl-key): New lang variable built from
6275 c-typedef-decl-kwds.
6277 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6280 since that's too annoying. Move the filter groups commands to
6283 * epa.el (epa-passphrase-callback-function): Say what we're
6284 querying the password for.
6286 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
6287 behaviour, don't bury the ibuffer buffer when visiting other buffers.
6289 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6291 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6292 (custom-magic-value-create): Pad button tags with spaces.
6293 (custom-face-edit): New variable.
6294 (custom-face-value-create): Determine whether to use the usual
6295 face editor here, instead of using custom-face-selected.
6296 Pass face defaults to custom-face-edit widget.
6297 (custom-face-selected, custom-display-unselected): Delete widgets.
6298 (custom-display-unselected-match): Function removed.
6299 (custom-face-set, custom-face-mark-to-save):
6300 Accept custom-face-edit widgets as the direct widget child.
6302 * wid-edit.el (widget--completing-widget): New var.
6303 (widget-default-complete): Bind it when doing completion.
6304 (widget-string-complete, widget-file-complete): Use it.
6306 2010-10-09 Glenn Morris <rgm@gnu.org>
6308 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6309 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6310 (holiday-hebrew-misc): Small simplifications.
6312 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6314 * net/browse-url.el: Don't require thingatpt, term, dired,
6315 executable, or w3-auto when compiling.
6316 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6318 (browse-url-text-emacs): Require term.
6320 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6322 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6324 2010-10-08 Glenn Morris <rgm@gnu.org>
6326 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6328 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6329 (shadows-compare-text-p): Make it an obsolete alias for...
6330 (load-path-shadows-compare-text): ... new name.
6331 (find-emacs-lisp-shadows): Update for above name change.
6332 (load-path-shadows-same-file-or-nonexistent): New name for the old
6333 shadow-same-file-or-nonexistent.
6335 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6337 * minibuffer.el (completion--some, completion--do-completion)
6338 (minibuffer-complete-and-exit, minibuffer-completion-help)
6339 (completion-basic-try-completion)
6340 (completion-basic-all-completions)
6341 (completion-pcm--find-all-completions): Use lexical-let to
6342 avoid some false matches in variable completion (Bug#7056)
6344 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
6346 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6348 2010-10-08 Leo <sdl.web@gmail.com>
6350 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6351 return non-nil if the file exists (Bug#7090).
6353 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6355 * minibuffer.el (completion--replace):
6356 Better preserve markers (bug#7138).
6358 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
6360 * server.el (server-process-filter): Doc fix.
6362 2010-10-08 Drew Adams <drew.adams@oracle.com>
6364 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6366 2010-10-08 Glenn Morris <rgm@gnu.org>
6368 * vc/ediff-wind.el (ediff-setup-control-frame):
6369 * vc/ediff-ptch.el (ediff-default-backup-extension):
6370 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6371 (ediff-exec-process): Remove system-types emx, windows-95.
6373 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6375 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
6377 * cus-edit.el (custom-variable, custom-face): Doc fix.
6378 (custom-face-edit): Add value-create attribute.
6379 (custom-face-edit-value-create)
6380 (custom-face-edit-value-visibility-action): New functions.
6381 Hide unused face attributes by default, and add a visibility toggle.
6382 (custom-face-edit-deactivate): Show empty values with shadow face.
6383 (custom-face-selected): Only use this for face specs with default
6385 (custom-face-value-create): Cleanup.
6387 * wid-edit.el (widget-checklist-value-create): Use dolist.
6388 (widget-checklist-match-find): Make second arg optional.
6390 2010-10-07 Glenn Morris <rgm@gnu.org>
6392 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6395 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6396 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6397 load-path-shadows-mode, update references.
6398 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6399 Rename variable and button.
6400 (list-load-path-shadows): Update button caller.
6402 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6404 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6405 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6406 (smie-merge-prec2s): Handle those new entries.
6407 (smie-prec2-levels): Only set precedence to nil for actual
6409 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6410 that is now unnecessary.
6412 2010-10-07 Miles Bader <miles@gnu.org>
6414 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6416 2010-10-07 Glenn Morris <rgm@gnu.org>
6418 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6419 (mail-position-on-field): Remove declarations.
6420 (mail-position-on-field): Autoload it.
6421 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6422 and mail-header-end. Don't require sendmail.
6424 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6425 (shadow-mode): New mode.
6426 (shadow-find-file): New button.
6427 (list-load-path-shadows): Use shadow-mode and buttons.
6429 * iimage.el (iimage-version): Remove.
6430 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6431 Turn into defcustoms.
6432 (iimage-mode-map): Give it a doc string.
6434 * calendar/appt.el (appt-activate): Give a warning rather than an error
6435 if there is no diary-file.
6437 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
6439 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6440 Use `tramp-handle-find-backup-file-name'.
6442 2010-10-06 Glenn Morris <rgm@gnu.org>
6444 * font-core.el (font-lock-defaults-alist): Remove variable.
6445 (font-lock-mode): Doc fix.
6446 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6447 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6448 (font-lock-set-defaults): Doc fix.
6449 Do not consult font-lock-defaults-alist.
6451 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6453 * emacs-lisp/cl.el: No longer provide cl-19.
6455 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
6457 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6458 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6459 New defuns, taken from tramp-smb.el.
6460 (tramp-coding-system-change-eol-conversion)
6461 (tramp-set-process-query-on-exit-flag): Remove.
6463 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
6464 (tramp-compat-coding-system-change-eol-conversion)
6465 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6468 * net/tramp-gvfs.el:
6469 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6470 by `tramp-compat-set-process-query-on-exit-flag'.
6472 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6473 Use `tramp-handle-directory-files-and-attributes',
6474 `tramp-handle-file-exists-p' and
6475 `tramp-handle-file-newer-than-file-p'.
6476 (tramp-imap-handle-file-exists-p)
6477 (tramp-imap-handle-file-executable-p)
6478 (tramp-imap-handle-file-readable-p)
6479 (tramp-imap-handle-directory-files-and-attributes)
6480 (tramp-imap-handle-file-newer-than-file-p): Remove.
6482 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6483 by `tramp-compat-set-process-query-on-exit-flag' and
6484 `tramp-coding-system-change-eol-conversion' by
6485 `tramp-compat-coding-system-change-eol-conversion'.
6487 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6488 Use `tramp-handle-directory-files-and-attributes',
6489 `tramp-handle-file-exists-p' and
6490 `tramp-handle-file-newer-than-file-p'.
6491 (tramp-smb-handle-directory-files-and-attributes)
6492 (tramp-smb-handle-file-exists-p)
6493 (tramp-smb-handle-file-newer-than-file-p): Remove.
6494 (tramp-smb-maybe-open-connection):
6495 Replace `tramp-set-process-query-on-exit-flag' by
6496 `tramp-compat-set-process-query-on-exit-flag'.
6498 2010-10-05 Glenn Morris <rgm@gnu.org>
6500 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6502 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6504 Continue reorganization of load dependencies. (Bug#7156)
6506 * net/tramp.el (tramp-handle-file-local-copy-hook)
6507 (tramp-delete-temp-file-function): Move down.
6508 (tramp-exists-file-name-handler): Move up.
6509 (tramp-register-file-name-handlers): Simplify autoload.
6510 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6511 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6512 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6513 (tramp-handle-file-name-completion)
6514 (tramp-handle-file-name-directory)
6515 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6516 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6517 (tramp-handle-find-backup-file-name)
6518 (tramp-handle-insert-file-contents, tramp-handle-load)
6519 (tramp-handle-substitute-in-file-name)
6520 (tramp-handle-unhandled-file-name-directory)
6521 (tramp-mode-string-to-int, tramp-local-host-p)
6522 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6524 * net/tramp-gvfs.el (top):
6525 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6527 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6528 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6530 2010-10-04 Glenn Morris <rgm@gnu.org>
6532 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6533 (appt-activate): Give status messages.
6535 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6537 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6538 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6539 `gnutls-negotiate' (formerly `starttls-negotiate').
6540 Remove trivial wrapper `starttls-open-stream'.
6542 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6544 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6545 log-outgoing commands.
6546 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6547 to create a buffer local revert-buffer-function variable.
6548 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6549 revert-buffer-function lambda.
6551 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6553 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6554 `gnutls-boot'. Make TYPE the only required parameter.
6555 Allow TRUSTFILES and KEYFILES to be lists.
6556 (open-ssl-stream): Use it.
6558 2010-10-03 Glenn Morris <rgm@gnu.org>
6560 * subr.el (directory-sep-char): Remove obsolete variable.
6561 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6564 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6565 * vc/vc.el (vc-static-header-alist): Doc fix.
6566 * vc/vc-cvs.el (vc-cvs-header):
6567 * vc/vc-rcs.el (vc-rcs-header):
6568 * vc/vc-sccs.el (vc-sccs-header):
6569 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6570 * obsolete/vc-mcvs.el (vc-mcvs-header):
6571 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6574 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6576 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6577 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6579 2010-10-03 Glenn Morris <rgm@gnu.org>
6581 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6583 * textmodes/rst.el (rst-font-lock-keywords-function):
6586 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6588 * printing.el: Drop Emacs 20 code.
6590 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6591 without having used appt.el already).
6593 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6594 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6595 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6597 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6598 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6600 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6601 (charset-width, find-charset-region, chars-in-region, forward-point)
6602 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6603 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6604 Remove compatibility cruft (none of these are used by ps*.el).
6606 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6608 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6610 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6612 * server.el (server-process-filter, server-return-error):
6613 Give emacsclient time to shut down after receiving an error string.
6615 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6617 * files.el (remote-file-name-inhibit-cache): New defcustom.
6619 * time.el (display-time-file-nonempty-p):
6620 Use `remote-file-name-inhibit-cache'.
6622 * net/tramp.el (tramp-completion-reread-directory-timeout):
6625 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6626 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6627 `remote-file-name-inhibit-cache'. Check also for an integer
6628 value. Add/increase counter when `tramp-verbose' >= 10.
6629 (tramp-set-file-property): Add/increase counter when
6630 `tramp-verbose' >= 10.
6632 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6633 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6634 (tramp-bug): Set tramp-autoload cookie. Report all interned
6635 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6636 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6637 characters only in strings.
6639 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6640 to backward compatibility.
6642 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6643 (tramp-handle-file-name-all-completions)
6644 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6645 (tramp-open-connection-setup-interactive-shell):
6646 Call `tramp-cleanup-connection' directly.
6648 2010-10-02 Glenn Morris <rgm@gnu.org>
6650 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6652 * subr.el (char-bytes): Remove obsolete function.
6654 * isearch.el (isearch-return-char): Remove obsolete function.
6656 * mouse.el: No longer provide mldrag.
6657 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6658 Remove obsolete aliases.
6660 * comint.el (comint-kill-output): Remove obsolete alias.
6662 * composite.el (decompose-composite-char): Remove obsolete function.
6663 * ps-def.el (decompose-composite-char): Remove unused function.
6665 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6667 * outline.el (outline-visible): Remove obsolete function.
6669 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6670 * faces.el (internal-find-face, internal-get-face)
6671 (frame-update-faces, frame-update-face-colors)
6672 (x-frob-font-weight, x-frob-font-slant)
6673 (internal-frob-font-weight, internal-frob-font-slant)
6674 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6675 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6676 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6678 * emulation/viper-util.el (viper-get-face):
6679 * obsolete/lucid.el (find-face, get-face): Use facep.
6680 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6681 Remove unused functions.
6682 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6684 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6685 delete tempfile if interrupted during compilation.
6687 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6689 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6691 (tls-program): Add --insecure to be consistent with the defaults from
6692 openssl s_client. Now all three commands are insecure.
6694 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6696 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6697 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6698 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6700 2010-10-01 Glenn Morris <rgm@gnu.org>
6702 * obsolete/sc.el: Remove file.
6704 * files.el (temporary-file-directory): On darwin, also try
6705 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6707 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6709 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6710 Let's not break compatibility gratuitously, shall we?
6712 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6714 * net/tls.el (tls-starttls-switches): New variable.
6715 (tls-find-starttls-argument): Use it.
6716 (open-tls-stream): Ditto.
6718 * net/netrc.el (netrc-credentials): Return the value of the "default"
6720 (netrc-machine): Ditto.
6722 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6724 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6726 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6728 * server.el (server-start): Don't write pid to the authentication file.
6729 (server-create-tty-frame): Don't send pid.
6730 (server-process-filter): Send pid at the start of every connection.
6732 2010-09-30 Glenn Morris <rgm@gnu.org>
6734 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6735 (show-all-diary-entries): Remove obsolete function aliases.
6737 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6738 Remove options, obsolete since 22.1.
6739 (appt-display-format, appt-display-message):
6740 Remove backwards-compatibility code.
6741 (appt-check): No longer check appt-issue-message.
6742 (appt-make-list): No longer autoload it. Doc fix. No longer
6743 activate the package.
6745 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6747 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6748 (starttls-negotiate): Just call boot, and let the handshake be
6749 triggered from the read loop.
6751 2010-09-29 Glenn Morris <rgm@gnu.org>
6753 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6754 not displaying the diary.
6755 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6756 * calendar/appt.el (appt-check): No longer need to kill diary.
6758 * calendar/diary-lib.el (diary-list-entries): Move the
6759 "Preparing..." message entirely here.
6760 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6761 messages to diary-list-entries.
6762 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6763 diary-display-function.
6765 * calendar/diary-lib.el (diary-include-other-diary-files):
6766 Trap some recursive includes.
6768 * calendar/appt.el (appt-activate): Check diary file.
6770 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6772 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6775 * calendar/time-date.el: No need to require cl for Emacs 21.
6777 2010-09-28 Glenn Morris <rgm@gnu.org>
6779 * calendar/appt.el (appt-check): Minor simplification.
6781 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6783 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6786 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6788 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6789 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6791 2010-09-27 Kenichi Handa <handa@m17n.org>
6793 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6796 2010-09-27 Kenichi Handa <handa@m17n.org>
6798 * international/mule.el (define-coding-system): Docstring fixed.
6800 * international/mule-diag.el (describe-character-set): Use princ
6801 with proper print-length and print-level instead of insert.
6803 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6805 * window.el (walk-windows): Doc fix (bug#7105).
6807 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6809 * emacs-lisp/float-sup.el (e): Remove.
6811 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6813 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6815 (starttls-negotiate): Use it.
6817 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6819 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6822 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6824 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6826 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6828 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6830 * net/netrc.el (netrc-store-data): New function.
6832 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6834 * net/gnutls.el: GnuTLS glue code to set up a connection.
6836 2010-09-25 Julien Danjou <julien@danjou.info>
6838 * notifications.el: Call dbus-register-signal only if it is bound.
6840 2010-09-25 Glenn Morris <rgm@gnu.org>
6842 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6843 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6844 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6845 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6846 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6847 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6848 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6849 * eshell/esh-util.el, eshell/esh-var.el:
6850 Remove leading `*' from docs of faces and defcustoms.
6852 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6854 * eshell/em-ls.el (eshell-ls-archive-regexp):
6855 * eshell/esh-util.el (eshell-tar-regexp):
6856 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6857 * info.el (Info-suffix-list):
6858 * international/mule.el (auto-coding-alist):
6859 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6860 * progmodes/etags.el (tags-compression-info-list):
6861 Support xz compression.
6863 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6865 * files.el (get-free-disk-space): Don't assume the "df" output
6866 columns line up (Bug#6995).
6868 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6870 * finder.el (finder-unknown-keywords):
6871 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6872 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6874 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6876 * server.el (server-start): Revert part of 2010-08-08 change. Using
6877 address 127.0.0.1 for local host is now done in Fmake_network_process.
6879 2010-09-24 Glenn Morris <rgm@gnu.org>
6881 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6882 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6883 * textmodes/css-mode.el, textmodes/dns-mode.el:
6884 Move autoloaded auto-mode-alist entries to files.el.
6885 * files.el (auto-mode-alist): Move entries here.
6887 2010-09-23 Glenn Morris <rgm@gnu.org>
6889 * isearch.el (isearch-lazy-highlight-cleanup)
6890 (isearch-lazy-highlight-initial-delay)
6891 (isearch-lazy-highlight-interval)
6892 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6893 * net/net-utils.el (ipconfig-program-options):
6894 Move aliases to options before the associated definitions.
6896 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6898 * newcomment.el (comment-normalize-vars): Better test validity of
6901 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6903 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6904 (float-e): New name for `e'.
6905 (degrees-to-radians, radians-to-degrees):
6906 * calendar/solar.el (solar-longitude):
6907 * calculator.el (calculator-registers, calculator-funcall):
6908 * textmodes/artist.el (artist-spray-random-points):
6909 * play/bubbles.el (bubbles--initialize-images): Use new names.
6911 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6913 Update to CEDET 1.0's version of EIEIO.
6915 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6917 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6918 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6919 (class-precedence-list): If class is nil, return nil.
6920 (eieio-generic-call): If class of first input arg is nil, don't
6921 look up static methods, and do check for primary methods.
6922 (initialize-instance): See if the default needs to be evaluated
6923 during the constructor.
6924 (eieio-perform-slot-validation-for-default): Don't do the check
6925 for values that will eventually be evaluated.
6926 (eieio-eval-default-p): New function.
6927 (eieio-default-eval-maybe): Use it.
6929 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6931 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6932 method-invocation-order.
6933 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6934 (eieio-class-precedence-dfs): Compute class precedence list using
6936 (eieio-class-precedence-bfs): Compute class precedence list using
6938 (eieio-class-precedence-c3): Compute class precedence list using
6940 (class-precedence-list): New function.
6941 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6942 (inconsistent-class-hierarchy): New error symbol.
6943 (call-next-method): Stow the replacement argument list for future
6944 call-next-method invocations.
6946 2010-09-23 Glenn Morris <rgm@gnu.org>
6948 * calendar/appt.el (appt-check): If not displaying the diary,
6949 use (diary 1) to only get the entries we need.
6950 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6951 that it is in day order. (Bug#7019)
6953 * calendar/appt.el (appt-check): Rather than showing the diary,
6954 just turn off invisible display, and only if needed.
6956 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6958 2010-09-23 Glenn Morris <rgm@gnu.org>
6960 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6961 (byte-compile-defvar, byte-compile-cl-warn):
6962 Start warnings with lower-case, like the majority.
6964 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6966 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6968 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6969 * files.el (auto-mode-alist): Move ld-script entries here, further down
6972 * vc/add-log.el: Don't require timezone when compiling.
6973 (timezone-make-date-sortable): Autoload it.
6974 (change-log-sortable-date-at): Don't require timezone.
6975 Use `ignore-errors'.
6977 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6978 Move alias before definition, so it does not need autoloading.
6980 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6981 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6982 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6983 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6984 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6985 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6986 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6987 * textmodes/tex-mode.el, textmodes/two-column.el:
6988 Remove leading `*' from docs of defcustoms etc.
6990 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6992 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6994 2010-09-22 Dan Christensen <jdc@uwo.ca>
6996 * calendar/time-date.el (date-to-time): Try using parse-time-string
6997 first before using the slower timezone-make-date-arpa-standard.
6999 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7001 * calendar/time-date.el (format-seconds): Comment fix.
7003 2010-09-22 Glenn Morris <rgm@gnu.org>
7005 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
7006 is not automatically buffer-local.
7008 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7010 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7011 (smie-indent-comment): Be more careful with comment-start-skip.
7012 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7013 (smie-indent-functions): Use them.
7015 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
7017 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7019 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7021 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7022 tool-bar-position. Don't modify frame parameters here.
7023 (menu-bar-options-save): Add tool-bar-position.
7025 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7027 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7029 * textmodes/reftex-parse.el (reftex-what-macro)
7030 (reftex-context-substring): Let-bind forward-sexp-function to nil
7031 since we don't need/want to treat \begin...\end as a block (bug#7053).
7033 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7035 * simple.el (blink-matching-open): Use syntax-class.
7037 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7038 Set invisibility spec for pascal's outline mode.
7039 (pascal-outline-change): Clean up calling convention.
7040 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7042 * progmodes/prolog.el (prolog-smie-forward-token)
7043 (prolog-smie-backward-token): New functions.
7044 (prolog-mode-variables): Use them to parse "!," correctly.
7045 Set up smie-blink-matching for ".".
7047 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7049 (ispell-region, ispell-process-line): Update users.
7051 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7054 * textmodes/ispell.el: Fix commenting convention.
7055 (ispell-parse-output): Simplify, use push.
7056 (ispell-region): Use match-string-no-properties.
7057 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7058 (ispell-minor-mode): Use define-minor-mode.
7059 (ispell-message): Remove unused var `skip-regexp'.
7060 (ispell-add-per-file-word-list): Use dynamic let-binding.
7061 Try and use the proper comment marker.
7063 * mail/sendmail.el: Fix commenting convention.
7064 (sendmail-send-it): Use line-beginning-position.
7066 * help-fns.el (describe-variable): Add original value, if applicable.
7068 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
7070 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7072 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7074 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7076 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7077 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7078 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7079 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7080 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7081 something like "." can also be a closer.
7082 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7083 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7084 Rename internal functions to use "--". Update callers.
7086 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7088 * fringe.el (fringe-styles): New var.
7089 (fringe-mode, fringe-query-style): Use it.
7091 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7093 * progmodes/sql.el: Version 2.8
7094 (sql-login-params): Update widget structure; changes still needed.
7095 (sql-product-alist): Add :list-all and :list-table features for
7096 SQLite, Postgres and MySQL products.
7097 (sql-redirect): Handle default value.
7098 (sql-execute, sql-execute-feature): New functions.
7099 (sql-read-table-name): New function.
7100 (sql-list-all, sql-list-table): New functions. User API.
7101 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7102 for above functions.
7103 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7104 for above functions.
7105 (sql-postgres-login-params): Add user and database defaults.
7106 (sql-buffer-live-p): Bug fix.
7107 (sql-product-history): New variable.
7108 (sql-read-product): New function. Use it.
7109 (sql-set-product, sql-product-interactive): Use it.
7110 (sql-connection-history): New variable.
7111 (sql-read-connection): New function. Use it.
7112 (sql-connect): New function.
7113 (sql-for-each-login): Redesign function interface.
7114 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
7115 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7116 (sql-comint): Check for program. Existing live buffer.
7117 (sql-comint-postgres): Add port parameter.
7119 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7121 * emacs-lisp/warnings.el: Fix commenting convention.
7122 (display-warning): Use special mode and make the buffer read-only.
7124 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7126 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7127 empty string when it follows a repeated or optional pattern.
7129 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7131 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7132 (indent-region): Use indent-according-to-mode.
7134 2010-09-18 Eli Zaretskii <eliz@gnu.org>
7136 * fringe.el (fringe-mode): Doc fix.
7138 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7140 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7141 refreshing the preview buffer.
7143 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7145 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7146 (latex-syntax-propertize-rules): New consts; replace
7147 tex-font-lock-syntactic-keywords.
7148 (tex-env-mark, latex-env-before-change): New functions.
7149 (latex-electric-env-pair-mode): New minor mode.
7150 (tex-font-lock-verb): Change arguments; do move point.
7151 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7152 representation as a form of comment.
7153 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7154 (doctex-syntax-propertize-rules): New const; replaces
7155 doctex-font-lock-syntactic-keywords.
7156 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7158 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7159 (fortran-make-syntax-propertize-function): New function; replaces
7160 fortran-font-lock-syntactic-keywords.
7161 (fortran-mode): Use it.
7162 (fortran-line-length): Use it. Improve interactive spec.
7164 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7165 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7166 when adding surrounding \(..\).
7168 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7170 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7172 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7173 Use with-current-buffer.
7175 * isearch.el (isearch-face): Rename from `isearch'.
7176 (isearch-highlight): Use new name.
7178 2010-09-17 Eli Zaretskii <eliz@gnu.org>
7180 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7181 5, for `half' width fringes. (Bug#6933)
7183 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7185 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7186 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7188 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7190 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
7192 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7193 in calculating new frame position. Add more space between new and
7194 parent on the left (Bug#7048).
7196 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
7198 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7201 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
7203 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
7205 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7206 obsolete alias for x-selection-value.
7208 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7210 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
7212 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7215 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
7217 * net/tramp-compat.el (tramp-compat-with-temp-message)
7218 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7219 (tramp-compat-process-put): New defuns.
7221 * net/tramp.el (top):
7222 * net/tramp-gvfs.el (top):
7223 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7225 * net/tramp.el (tramp-progress-reporter-update):
7226 Use `tramp-compat-funcall'.
7228 * net/tramp.el (tramp-process-actions):
7229 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7230 * net/tramp-sh.el (tramp-handle-vc-registered)
7231 (tramp-get-remote-stat, tramp-get-remote-readlink):
7232 Use `tramp-compat-with-temp-message'.
7234 * net/tramp-sh.el (top): Require 'cl.
7235 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
7236 (tramp-open-connection-setup-interactive-shell):
7237 Use `tramp-compat-process-put'.
7239 2010-09-15 Alan Mackenzie <acm@muc.de>
7241 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7243 (c-forward-<>-arglist-recur): Fix an infinite recursion.
7245 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7247 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7248 `lexical' for warnings related to lexical scoping.
7249 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7250 global vars which don't have a prefix and could hence affect lexical
7251 scoping in unrelated files.
7253 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7255 * net/imap.el: Revert back to version
7256 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7259 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7261 * obsolete/old-whitespace.el (whitespace-unload-function):
7262 Explicitly pass `obarray' to `unintern' to avoid a warning.
7264 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7266 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7267 Add `when' argument. Update callers.
7269 * subr.el (unintern): Declare the obarray arg mandatory.
7271 2010-09-14 Glenn Morris <rgm@gnu.org>
7273 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7276 * calendar/diary-lib.el (diary-included-files): New variable.
7277 (diary-list-entries): Maybe initialize diary-included-files.
7278 (diary-include-other-diary-files): Append to diary-included-files.
7279 * calendar/appt.el (appt-update-list): Also check the members of
7280 diary-included-files. (Bug#6999)
7281 (appt-check): Doc fix.
7283 2010-09-14 David Reitter <david.reitter@gmail.com>
7285 * simple.el (line-move-visual): Do not truncate goal column to
7286 integer size. (Bug#7020)
7288 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7290 * repeat.el (repeat): Allow repeating when the last event is a click.
7291 Suggested by Drew Adams (bug#6256).
7293 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
7295 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
7296 Replace setting HGRCPATH to "" by some less invasive --config options.
7298 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7300 * font-lock.el (font-lock-beginning-of-syntax-function):
7303 2010-09-14 Glenn Morris <rgm@gnu.org>
7305 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7306 and tool-bar modes. (Bug#6211)
7307 (menu-bar-mode): Move setting of standard-value after the
7308 minor-mode definition, otherwise it seems to have no effect.
7310 2010-09-14 Masatake YAMATO <yamato@redhat.com>
7312 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7313 Fix typo. (Bug#6976)
7315 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7317 * whitespace.el: Allow cleaning up blanks without blank
7318 visualization (Bug#6651). Adjust help window for
7319 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7320 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7321 (whitespace-style): Add new value 'face. Adjust docstring.
7322 (whitespace-space, whitespace-hspace, whitespace-tab):
7323 Adjust foreground property face.
7324 (whitespace-line-column): Adjust docstring and type declaration.
7325 (whitespace-style-value-list, whitespace-toggle-option-alist)
7326 (whitespace-help-text): Adjust const initialization.
7327 (whitespace-toggle-options, global-whitespace-toggle-options):
7329 (whitespace-display-window, whitespace-interactive-char)
7330 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7331 (whitespace-help-scroll): New fun.
7333 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7335 * calendar/time-date.el (format-seconds): Comment fix.
7337 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7339 * progmodes/sql.el: Version 2.7.
7340 (sql-buffer-live-p): Improve detection.
7341 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7342 (sql-set-sqli-buffer): Use it.
7343 (sql-product-interactive): Run `sql-set-sqli-hook'.
7344 (sql-rename-buffer): Code cleanup.
7345 (sql-redirect, sql-redirect-value): New functions. More to come.
7347 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
7349 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.
7350 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7351 (TRAMP_SRC): New macro.
7352 ($(lisp)/net/tramp-loaddefs.el): New target.
7354 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
7356 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7358 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7360 * net/tramp.el (top): Don't show loading message. Require just
7361 'tramp-compat, everything else is required there.
7362 Use `ignore-errors' where appropriate.
7363 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7364 (tramp-terminal-type, tramp-end-of-output)
7365 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7366 (tramp-completion-function-alist-ssh)
7367 (tramp-completion-function-alist-telnet)
7368 (tramp-completion-function-alist-su)
7369 (tramp-completion-function-alist-putty, tramp-remote-path)
7370 (tramp-remote-process-environment, tramp-sh-extra-args)
7371 (tramp-actions-before-shell, tramp-uudecode)
7372 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7373 (tramp-perl-file-attributes)
7374 (tramp-perl-directory-files-and-attributes)
7375 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7376 (tramp-perl-encode, tramp-perl-decode)
7377 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7378 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7379 (tramp-handle-make-symbolic-link, tramp-handle-load)
7380 (tramp-handle-file-name-as-directory)
7381 (tramp-handle-file-name-directory)
7382 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7383 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7384 (tramp-do-file-attributes-with-ls)
7385 (tramp-do-file-attributes-with-perl)
7386 (tramp-do-file-attributes-with-stat)
7387 (tramp-handle-set-visited-file-modtime)
7388 (tramp-handle-verify-visited-file-modtime)
7389 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7390 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7391 (tramp-handle-file-selinux-context)
7392 (tramp-handle-set-file-selinux-context)
7393 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7394 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7395 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7396 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7397 (tramp-handle-file-ownership-preserved-p)
7398 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7399 (tramp-handle-directory-files-and-attributes)
7400 (tramp-do-directory-files-and-attributes-with-perl)
7401 (tramp-do-directory-files-and-attributes-with-stat)
7402 (tramp-handle-file-name-all-completions)
7403 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7404 (tramp-handle-copy-file, tramp-handle-copy-directory)
7405 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7406 (tramp-do-copy-or-rename-file-via-buffer)
7407 (tramp-do-copy-or-rename-file-directly)
7408 (tramp-do-copy-or-rename-file-out-of-band)
7409 (tramp-handle-make-directory, tramp-handle-delete-directory)
7410 (tramp-handle-delete-file)
7411 (tramp-handle-dired-recursive-delete-directory)
7412 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7413 (tramp-handle-insert-directory)
7414 (tramp-handle-unhandled-file-name-directory)
7415 (tramp-handle-expand-file-name)
7416 (tramp-handle-substitute-in-file-name)
7417 (tramp-handle-executable-find, tramp-process-sentinel)
7418 (tramp-handle-start-file-process, tramp-handle-process-file)
7419 (tramp-handle-call-process-region, tramp-handle-shell-command)
7420 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7421 (tramp-handle-insert-file-contents)
7422 (tramp-handle-insert-file-contents-literally)
7423 (tramp-handle-find-backup-file-name)
7424 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7425 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7426 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7427 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7428 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7429 (tramp-find-file-exists-command, tramp-open-shell)
7430 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7431 (tramp-open-connection-setup-interactive-shell)
7432 (tramp-local-coding-commands, tramp-remote-coding-commands)
7433 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7434 (tramp-inline-compress-commands, tramp-find-inline-compress)
7435 (tramp-compute-multi-hops, tramp-maybe-open-connection)
7436 (tramp-send-command, tramp-wait-for-output)
7437 (tramp-send-command-and-check, tramp-barf-unless-okay)
7438 (tramp-send-command-and-read, tramp-mode-string-to-int)
7439 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7440 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7441 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7442 (tramp-method-out-of-band-p, tramp-local-host-p)
7443 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7444 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7445 (tramp-get-test-command, tramp-get-test-nt-command)
7446 (tramp-get-file-exists-command, tramp-get-remote-ln)
7447 (tramp-get-remote-perl, tramp-get-remote-stat)
7448 (tramp-get-remote-readlink, tramp-get-remote-trash)
7449 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7450 (tramp-get-local-uid, tramp-get-local-gid)
7451 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
7453 (tramp-methods, tramp-default-method-alist)
7454 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7455 Move initialization to tramp-sh.el.
7456 (tramp-temp-name-prefix): Make it a defconst.
7457 (tramp-dissect-file-name): Don't check anymore for multi-hop
7459 (tramp-debug-outline-regexp): Add a docstring.
7460 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
7461 (tramp-get-debug-buffer): Use it.
7463 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7464 initialization forms.
7465 (tramp-set-connection-property): Don't protect `tramp-message'
7466 call, it isn't necessary any longer.
7467 (tramp-dump-connection-properties): Use `ignore-errors'.
7469 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7470 'password-cache and 'auth-source.
7472 * net/tramp-gvfs.el (top):
7473 * net/tramp-smb.el (top): Require 'tramp-sh.
7475 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7477 * net/tramp-sh.el: New file, derived from tramp.el.
7478 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7479 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7480 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7481 Use `ignore-errors' where appropriate.
7482 (tramp-sh-file-name-handler-alist): Rename from
7483 `tramp-file-name-handler-alist'.
7484 (tramp-send-command-and-check): Return t or nil. Remove all
7485 `zerop' checks, where called.
7486 (tramp-handle-set-file-modes)
7487 (tramp-do-copy-or-rename-file-directly)
7488 (tramp-handle-delete-directory, tramp-handle-delete-file)
7489 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7490 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7491 (tramp-get-remote-ln): Set tramp-autoload cookie.
7493 * net/tramp-fish.el: Remove file.
7495 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7497 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7498 buffer-file-name to avoid file-locking. (Bug#7026)
7500 2010-09-13 Julien Danjou <julien@danjou.info>
7502 * notifications.el (notifications-notify): Add support for
7503 image-path and sound-name.
7504 (notifications-specification-version): Add this variable.
7506 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7508 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7510 2010-09-12 Leo <sdl.web@gmail.com>
7512 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7513 (rcirc-completion-start): New variables.
7514 (rcirc-nick-completions): Rename to rcirc-completions.
7515 (rcirc-nick-completion-start-offset): Delete.
7516 (rcirc-completion-at-point): New function for constructing
7517 completion data for both nicks and irc commands. Add to
7518 completion-at-point-functions in rcirc mode.
7519 (rcirc-complete): Rename from rcirc-nick-complete; use
7520 rcirc-completion-at-point.
7521 (defun-rcirc-command): Update rcirc-client-commands.
7523 2010-09-11 Glenn Morris <rgm@gnu.org>
7525 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7526 atomically, to avoid parallel build errors. (Bug#4196)
7528 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7530 * progmodes/sql.el: Version 2.6
7531 (sql-dialect): Synonym for "sql-product".
7532 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7533 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7534 Set "sql-buffer" to buffer name not buffer object so multiple sql
7535 interactive buffers work properly. Reverts misguided changes in
7537 (sql-comint): Make sure different buffer name is used if "*SQL*"
7538 buffer is for a different product.
7539 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7541 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7542 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7543 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7544 Accept new buffer name or prompt for one.
7545 (sql-port): Default to zero.
7546 (sql-comint-mysql): Handle "sql-port" as a numeric.
7547 (sql-port-history): Delete unused variable.
7548 (sql-get-login): Default "sql-port" to a number.
7549 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7550 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7551 "sqlite3" executables.
7552 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7553 (sql-buffer-live-p): New function.
7554 (sql-mode-menu, sql-send-string): Use it.
7555 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7557 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7558 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7560 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7562 * net/netrc.el (netrc-credentials): New convenience function.
7564 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7566 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7567 to replace texinfo-font-lock-syntactic-keywords.
7568 (texinfo-mode): Use it.
7570 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7571 Use syntax-propertize-function.
7573 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7574 replace sgml-font-lock-syntactic-keywords.
7575 (sgml-mode): Use it.
7577 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7578 since we don't use it.
7580 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7582 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7584 (vhdl-fontify-buffer): Adjust.
7586 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7587 replace tcl-font-lock-syntactic-keywords.
7590 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7591 replace simula-font-lock-syntactic-keywords.
7592 (simula-mode): Use it.
7594 * progmodes/sh-script.el (sh-st-symbol): Remove.
7595 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7596 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7597 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7598 (sh-font-lock-paren): Set syntax-multiline.
7599 (sh-font-lock-syntactic-keywords): Remove.
7600 (sh-syntax-propertize-function): New function to replace it.
7603 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7604 Define while compiling.
7605 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7606 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7607 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7608 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7609 (ruby-here-doc-end-syntax): Only define when
7610 syntax-propertize is not available.
7611 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7613 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7614 (electric-indent-chars): Silence bytecompiler.
7615 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7616 electric-indent-chars.
7618 * progmodes/python.el (python-syntax-propertize-function): New var to
7619 replace python-font-lock-syntactic-keywords.
7620 (python-mode): Use it.
7621 (python-quote-syntax): Simplify and adjust to new use.
7623 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7624 replace perl-font-lock-syntactic-keywords.
7625 (perl-syntax-propertize-special-constructs): New fun to replace
7626 perl-font-lock-special-syntactic-constructs.
7627 (perl-font-lock-syntactic-face-function): New fun.
7628 (perl-mode): Use it.
7630 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7631 to replace octave-font-lock-close-quotes.
7632 (octave-syntax-propertize-function): New function to replace
7633 octave-font-lock-syntactic-keywords.
7634 (octave-mode): Use it.
7636 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7637 replaces mixal-font-lock-syntactic-keywords.
7638 (mixal-mode): Use it.
7640 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7641 New var; replaces makefile-font-lock-syntactic-keywords.
7642 (makefile-mode): Use it.
7643 (makefile-imake-mode): Adjust.
7645 * progmodes/js.el (js--regexp-literal): Define while compiling.
7646 (js-syntax-propertize-function): New var; replaces
7647 js-font-lock-syntactic-keywords.
7650 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7651 replaces gdb-script-font-lock-syntactic-keywords.
7652 (gdb-script-mode): Use it.
7654 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7655 (fortran--font-lock-syntactic-keywords): New var.
7656 (fortran-line-length): Update syntax-propertize-function and
7657 fortran--font-lock-syntactic-keywords.
7659 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7661 * progmodes/cfengine.el (cfengine-mode):
7662 Use syntax-propertize-function.
7663 (cfengine-font-lock-syntactic-keywords): Remove.
7665 * progmodes/autoconf.el (autoconf-mode):
7666 Use syntax-propertize-function.
7667 (autoconf-font-lock-syntactic-keywords): Remove.
7669 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7670 (ada-after-change-function, ada-initialize-syntax-table-properties)
7671 (ada-handle-syntax-table-properties): Only define when
7672 syntax-propertize is not available.
7673 (ada-mode): Use syntax-propertize-function.
7675 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7676 (font-lock-fontify-syntactic-keywords-region): Move handling of
7677 font-lock-syntactically-fontified to...
7678 (font-lock-default-fontify-region): ...here.
7679 Let syntax-propertize-function take precedence.
7680 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7682 * emacs-lisp/syntax.el (syntax-propertize-function)
7683 (syntax-propertize-chunk-size, syntax-propertize--done)
7684 (syntax-propertize-extend-region-functions): New vars.
7685 (syntax-propertize-wholelines, syntax-propertize-multiline)
7686 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7687 (syntax-propertize): New functions.
7688 (syntax-propertize-rules): New macro.
7689 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7690 (syntax-ppss): Call syntax-propertize.
7692 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7694 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7696 * textmodes/ispell.el (ispell-init-process): Improve comments.
7697 XEmacs compatibility changes regarding (add-hook) 'local option
7698 and (set-process-query-on-exit-flag).
7700 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7702 * net/tramp-cache.el (tramp-parse-connection-properties):
7703 Set tramp-autoload cookie.
7705 2010-09-09 Glenn Morris <rgm@gnu.org>
7707 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7708 (imagemagick-register-types): Doc fix.
7710 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7712 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7714 * progmodes/js.el (require): Require is already "eval-and-compile".
7715 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7716 (js--re-search-backward): Use js--re-search-forward.
7718 * progmodes/fortran.el (fortran-line-length): Don't recompute
7719 syntactic keywords redundantly a second time.
7721 * progmodes/ada-mode.el: Replace "(set '" with setq.
7722 (ada-mode): Simplify.
7723 (ada-create-case-exception, ada-adjust-case-interactive)
7724 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7725 (ada-search-ignore-string-comment, ada-move-to-start)
7726 (ada-move-to-end): Use with-syntax-table.
7728 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7729 (font-lock-unfontify-region, font-lock-default-fontify-region):
7730 Update usage correspondingly.
7731 (font-lock-fontify-syntactic-keywords-region):
7732 Set parse-sexp-lookup-properties buffer-locally here.
7733 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7735 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7737 2010-09-08 Glenn Morris <rgm@gnu.org>
7739 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7740 Error if not compiled with -DBYTE_CODE_METER.
7742 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7743 Ignore dir-locals-file.
7745 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7747 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7749 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7750 for the `gnu' messages.
7751 (compilation-set-skip-threshold): New command.
7752 (compilation-start): Use \' rather than $.
7753 (compilation-forget-errors): Use clrhash.
7755 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7757 * textmodes/ispell.el (ispell-valid-dictionary-list):
7760 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7762 Migrate to Tramp 2.2. Rearrange load dependencies.
7763 (Bug#1529, Bug#5448, Bug#5705)
7765 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7766 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7767 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7769 * net/tramp.el (top): Remove all other tramp-* loads except
7770 tramp-compat.el. Remove all changes to tramp-unload-hook for
7771 other tramp-* packages. Rearrange defun order. Change calls of
7772 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7773 `tramp-compat-octal-to-decimal' to new function names.
7774 (tramp-terminal-type, tramp-initial-end-of-output)
7775 (tramp-methods, tramp-foreign-file-name-handler-alist)
7776 (tramp-tramp-file-p, tramp-completion-mode-p)
7777 (tramp-send-command-and-check, tramp-get-remote-path)
7778 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7779 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7780 (with-file-property, with-connection-property): Move to
7782 (tramp-local-call-process, tramp-decimal-to-octal)
7783 (tramp-octal-to-decimal): Move to tramp-compat.el.
7784 (tramp-handle-shell-command): Do not require 'shell.
7785 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7787 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7789 * net/tramp-cache.el (top): Require 'tramp. Add to
7790 `tramp-unload-hook'.
7791 (tramp-cache-data, tramp-get-file-property)
7792 (tramp-set-file-property, tramp-flush-file-property)
7793 (tramp-flush-directory-property, tramp-get-connection-property)
7794 (tramp-set-connection-property, tramp-flush-connection-property)
7795 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7797 (with-file-property, with-connection-property): New defuns, moved
7799 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7802 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7803 (tramp-version): Set tramp-autoload cookie.
7805 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7806 changes to tramp-unload-hook for other tramp-* packages. Add to
7807 `tramp-unload-hook'.
7808 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7809 (tramp-compat-call-process): New defuns, moved from tramp.el.
7811 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7812 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7813 Add to `tramp-unload-hook'. Change call of
7814 `tramp-compat-decimal-to-octal' to new function name.
7815 (tramp-fish-method): Make it a defconst.
7816 (tramp-fish-file-name-p): Make it a defsubst.
7817 (tramp-fish-method, tramp-fish-file-name-handler)
7818 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7820 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7821 `tramp-foreign-file-name-handler-alist'. Add to
7822 `tramp-unload-hook'.
7823 (tramp-ftp-method): Make it a defconst.
7824 (tramp-ftp-file-name-p): Make it a defsubst.
7825 (tramp-ftp-method, tramp-ftp-file-name-handler)
7826 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7828 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7829 `tramp-foreign-file-name-handler-alist'. Add to
7830 `tramp-unload-hook'. Change checks, whether package can be
7832 (tramp-gvfs-file-name-p): Make it a defsubst.
7833 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7834 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7835 (tramp-gvfs-handle-file-directory-p): New defun.
7836 (tramp-gvfs-file-name-handler-alist): Use it.
7838 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7839 `tramp-foreign-file-name-handler-alist'. Add to
7840 `tramp-unload-hook'.
7841 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7842 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7844 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7845 (tramp-gw-open-connection): Set tramp-autoload cookie.
7847 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7848 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7849 Add to `tramp-unload-hook'. Change checks, whether package can be
7851 (tramp-imap-file-name-p): Make it a defsubst.
7852 (tramp-imap-method, tramp-imaps-method)
7853 (tramp-imap-file-name-handler)
7854 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7856 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7857 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7858 Add to `tramp-unload-hook'. Change checks, whether package can be
7859 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7861 (tramp-smb-tunnel-method): Make it a defconst.
7862 (tramp-smb-file-name-p): Make it a defsubst.
7863 (tramp-smb-method, tramp-smb-file-name-handler)
7864 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7866 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7867 (tramp-uuencode-region): Set tramp-autoload cookie.
7869 * net/trampver.el (top) Add to `tramp-unload-hook'.
7870 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7871 cookie. Update release number.
7873 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7875 * textmodes/ispell.el (ispell-start-process): Make sure original
7876 arg list is properly initialized (Bug#6993, Bug#6994).
7878 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7880 * files.el (directory-abbrev-alist): Use \` as default regexp.
7882 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7883 chars like - or ] (bug#6984).
7884 (rx-any-condense-range): Explode 2-char ranges.
7886 2010-09-06 Glenn Morris <rgm@gnu.org>
7888 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7890 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7892 * textmodes/bibtex.el:
7893 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7895 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7897 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7898 since no callers use it.
7899 (imap-message-get): Ditto.
7900 (imap-message-put): Ditto.
7901 (imap-mailbox-map): Ditto.
7902 (imap-mailbox-put): Ditto.
7903 (imap-mailbox-get): Ditto.
7904 (imap-mailbox-get): Revert last change for this function.
7906 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7908 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7909 callers to use `imap-fetch' instead. According to the comments, this
7910 should be safe, since all other IMAP clients use the 1:* syntax.
7911 (imap-enable-exchange-bug-workaround): Remove.
7912 (imap-debug): Remove -- doesn't seem very useful.
7914 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7916 * net/imap.el (imap-log): New convenience function used throughout
7917 instead of repeating the same code all over the place.
7919 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7921 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7922 when mouse-drag-copy-region is non-nil (Bug#6956).
7924 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7926 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7927 Improve regexps (Bug#6987).
7928 (dired-sort-toggle): Search more robustly for -t flag.
7930 * files.el (get-free-disk-space): Search more robustly for
7931 "available" column. Suggested by Ehud Karni
7932 <ehud@unix.mvs.co.il>.
7934 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7936 * international/uni-bidi.el:
7937 * international/uni-category.el:
7938 * international/uni-combining.el:
7939 * international/uni-decimal.el:
7940 * international/uni-mirrored.el:
7941 * international/uni-name.el: Regenerate.
7943 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7945 * electric.el (electric-indent-post-self-insert-function):
7946 Don't reindent with a sloppy indentation function.
7948 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7949 border case in change-log-mode.
7951 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7953 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7954 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7955 Recognize leading tab in gcc-include regexp. Ignore names with
7956 leading "from" or "in" in gnu regexp (Bug#6937).
7958 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7960 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7961 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7962 (ispell-start-process): Avoid setq and simplify logic.
7963 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7964 (kill-buffer-hook): Don't use it globally with code that uses
7965 expand-file-name since that may call kill-buffer via
7966 code_conversion_restore.
7968 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7970 * emacs-lisp/package.el (package-directory-list): Only call
7971 file-name-nondirectory on a string.
7973 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7975 * emacs-lisp/package.el (package--download-one-archive):
7976 Ensure that archive-contents is valid before saving it.
7977 (package-activate-1, package-mark-obsolete, define-package)
7978 (package-compute-transaction, package-list-maybe-add): Use push.
7980 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7982 Use SMIE's blink-paren for octave-mode.
7983 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7984 Backslashes do not escape single-quotes, single-quotes do.
7985 (octave-block-else-regexp, octave-block-end-regexp)
7986 (octave-block-match-alist): Remove.
7987 (octave-smie-bnf-table): New var, with old content.
7988 (octave-smie-op-levels): Use it.
7989 (octave-smie-closer-alist): New var.
7990 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7991 (octave-blink-matching-block-open): Remove.
7992 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7993 (octave-electric-space): Let self-insert-command run expand-abbrev and
7996 * electric.el (electricity): New group.
7997 (electric-indent-chars): New var.
7998 (electric-indent-post-self-insert-function): New fun.
7999 (electric-indent-mode): New minor mode.
8000 (electric-pair-skip-self): New custom.
8001 (electric-pair-post-self-insert-function): New function.
8002 (electric-pair-mode): New minor mode.
8004 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
8005 calcAlg-blink-matching-open.
8006 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8007 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8008 Use the new blink-matching-check-function.
8010 Provide blink-matching support to SMIE.
8011 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8012 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8013 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8015 * simple.el (newline): Fix last change to properly remove itself from
8018 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8020 * simple.el (newline): Eliminate optimization.
8021 Use post-self-insert-hook to set hard-newline and things before
8022 running post-self-insert-hook.
8023 (blink-matching-check-mismatch): New function.
8024 (blink-matching-check-function): New variable.
8025 (blink-matching-open): Use them.
8026 Skip back forward over prefix chars skipped by forward-sexp.
8027 Don't check if the parens are backslash escaped.
8028 (blink-paren-post-self-insert-function): Check backslash escaping here.
8030 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
8032 * emacs-lisp/package.el (package-menu-mode-map):
8033 Change package-menu-revert bindings to revert-buffer.
8034 (package-menu-mode): Set revert-buffer-function.
8035 (package-menu-revert): Doc fix.
8037 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8039 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8040 `default-directory' unless using Ispell per-directory personal
8041 dictionaries and not in a mini-buffer under XEmacs.
8042 (kill-buffer-hook): Do not kill ispell process on exit when
8043 `ispell-process-directory' is "~/". (Bug#6143)
8045 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8047 * simple.el (kill-new): Call interprogram-cut-function with only
8050 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8051 Remove cut buffer from error message.
8053 * term/x-win.el (x-select-text):
8054 * term/pc-win.el (x-selection-value):
8055 * term/ns-win.el (x-selection-value):
8056 * eshell/em-term.el:
8057 * w32-fns.el (x-get-selection-value):
8058 * mouse-sel.el (mouse-sel-set-selection-function):
8059 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8061 * term/x-win.el: Update documentation for x-last-selected-text-*.
8062 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8063 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
8064 (x-select-text): Remove argument PUSH, update documentation.
8065 Remove cut-buffer code.
8066 (x-selection-value-internal): Was previously x-selection-value.
8067 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8068 Update documentation, remove cut-buffer code.
8069 Call x-selection-value-internal.
8070 (x-clipboard-yank): Call x-selection-value-internal.
8071 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8073 * term/pc-win.el (x-last-selected-text):
8074 x-cut-buffer-or-selection-value renamed to x-selection-value
8075 (x-select-text): Remove argument PUSH, update documentation.
8077 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8078 x-cut-buffer-or-selection-value renamed to x-selection-value
8079 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8080 (x-select-text): Remove argument PUSH, update documentation.
8082 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8084 * w32-fns.el (x-last-selected-text):
8085 x-cut-buffer-or-selection-value renamed to x-selection-value.
8086 (x-cut-buffer-max): Remove.
8087 (x-select-text): Remove argument PUSH, update documentation.
8089 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8091 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8093 * mouse-sel.el (mouse-sel-get-selection-function):
8094 x-cut-buffer-or-selection-value renamed to x-selection-value.
8095 (x-select-text): Remove optional push.
8097 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8099 * simple.el (blink-paren-function): Move from C to here.
8100 (blink-paren-post-self-insert-function): New function.
8101 (post-self-insert-hook): Use it.
8103 * emacs-lisp/pcase.el (pcase-split-memq):
8104 Fix overenthusiastic optimisation.
8105 (pcase-u1): Handle the case of a lambda pred.
8107 2010-08-31 Kenichi Handa <handa@m17n.org>
8109 * international/mule-cmds.el (standard-display-european-internal):
8110 Setup standard-display-table for 8-bit characters by storing 8-bit
8111 characters in the element vector.
8113 * disp-table.el (standard-display-8bit):
8114 Setup standard-display-table for 8-bit characters by storing 8-bit
8115 characters in the element vector.
8116 (standard-display-european): Likewise.
8118 2010-08-31 Masatake YAMATO <yamato@redhat.com>
8120 * textmodes/nroff-mode.el (nroff-view): New command.
8121 (nroff-mode-map): Bind it to C-c C-c.
8123 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8125 * emacs-lisp/smie.el (smie-down-list): New command.
8127 Remove old indentation and navigation code on octave-mode.
8128 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8129 smie-down-list rather than add a binding for octave-down-block.
8130 (octave-mark-block, octave-blink-matching-block-open):
8131 Rely on forward-sexp-function.
8132 (octave-fill-paragraph): Don't narrow, so you can use
8133 indent-according-to-mode.
8134 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8135 (octave-in-block-p, octave-re-search-forward-kw)
8136 (octave-re-search-backward-kw, octave-indent-calculate)
8137 (octave-end-as-array-index-p, octave-block-end-offset)
8138 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8139 (octave-down-block, octave-backward-up-block, octave-up-block)
8140 (octave-before-magic-comment-p, octave-indent-line): Remove.
8142 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
8144 * emacs-lisp/package.el (package--read-archive-file): Just use
8145 `read', to avoid copying an additional string.
8146 (package-menu-mode): Set header-line-format here.
8147 (package-menu-refresh, package-menu-revert): Signal an error if
8148 not in the Package Menu.
8149 (package-menu-package-list): New var.
8150 (package--generate-package-list): Operate on the current buffer;
8151 don't assume that it is *Packages*, since the user may rename it.
8152 Allow persistent package listings and sort keys using
8153 package-menu-package-list and package-menu-package-sort-key.
8154 (package-menu--version-predicate): Fix version calculation.
8155 (package-menu-sort-by-column): Don't select the window.
8156 (package--list-packages): Create the *Packages* buffer.
8157 Set package-menu-package-list-key.
8158 (list-packages): Sorting by status is now the default.
8159 (package-buffer-info): Use match-string-no-properties.
8160 (define-package): Add a &rest argument for future proofing, but
8162 (package-install-from-buffer, package-install-buffer-internal):
8163 Merge into a single function, package-install-from-buffer.
8164 (package-install-file): Change caller.
8166 * finder.el: Load finder-inf using `require'.
8167 (finder-list-matches): Sorting by status is now the default.
8168 (finder-compile-keywords): Simpify printing.
8170 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8172 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8173 (octave-mode-map): Remove special bindings for forward/backward-block
8174 and octave-backward-up-block. Use smie-close-block.
8175 (octave-continuation-marker-regexp): New var.
8176 (octave-continuation-regexp): Use it.
8177 (octave-operator-table, octave-smie-op-levels)
8178 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8179 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8180 (octave-mode): Use SMIE.
8181 (octave-close-block): Delete.
8183 2010-08-30 Eli Zaretskii <eliz@gnu.org>
8185 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8186 CLIPBOARD, not in PRIMARY. (Bug#6944)
8188 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8190 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8192 (smie-indent-column): Allow indirection through variables.
8194 * composite.el (save-buffer-state): Delete, unused.
8195 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8196 (font-lock-default-fontify-region): Use with-syntax-table.
8197 * jit-lock.el (with-buffer-unmodified): Remove.
8198 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8200 Use `declare' in defmacros.
8201 * window.el (save-selected-window):
8202 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8203 * progmodes/python.el (def-python-skeleton):
8204 * net/dbus.el (dbus-ignore-errors):
8205 * jka-cmpr-hook.el (with-auto-compression-mode):
8206 * international/mule.el (with-category-table):
8207 * emacs-lisp/timer.el (with-timeout):
8208 * emacs-lisp/lisp-mnt.el (lm-with-file):
8209 * emacs-lisp/eieio.el (with-slots):
8210 * emacs-lisp/easymenu.el (easy-menu-define):
8211 * emacs-lisp/debug.el (debugger-env-macro):
8212 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8213 (Multiple-value-call, Multiple-value-prog1):
8214 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8215 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8216 edebug rule to definition.
8217 * emacs-lisp/lisp-mode.el (save-selected-window)
8218 (with-current-buffer, combine-after-change-calls)
8219 (with-output-to-string, with-temp-file, with-temp-buffer)
8220 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8221 (dolist, dotimes, when, unless):
8222 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8224 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8226 * finder.el: Require `package'.
8227 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8228 (finder-package-info): Var deleted.
8229 (finder-keywords-hash, finder--builtins-alist): New vars.
8230 (finder-compile-keywords): Compute package--builtins and
8231 finder-keywords-hash instead of finder-keywords-hash, respecting
8232 the "Package" header.
8233 (finder-unknown-keywords, finder-list-matches):
8234 Use finder-keywords-hash and package--list-packages.
8235 (finder-mode): Don't set font-lock-defaults.
8236 (finder-exit): We don't use "*Finder-package*" and "*Finder
8237 Category*" buffers anymore.
8239 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8240 (package--builtins): Set default value to nil.
8241 (package-initialize): Load precomputed value of package--builtins
8243 (package-alist, package-compute-transaction)
8244 (package-download-transaction): Improve docstring.
8245 (package-read-all-archive-contents): Do not change
8246 package--builtins here.
8247 (list-packages): Make package-list-packages an alias for this.
8248 Sort by status by default.
8249 (package--list-packages): Add optional PACKAGES arg.
8250 (describe-package-1): Use font-lock-face property. For built-in
8251 packages, insert file commentary.
8252 (package--generate-package-list): Rename from
8253 package-list-packages-internal; all callers changed. Add optional
8254 PACKAGES arg. Add alphabetical sort fallbacks.
8255 (package-menu--version-predicate, package-menu--status-predicate)
8256 (package-menu--description-predicate)
8257 (package-menu--name-predicate): New functions.
8259 * info.el (Info-finder-find-node): Search package-alist instead of
8260 finder-package-info.
8262 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8264 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8266 (version-to-list): Handle versions like "10.3d".
8268 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8270 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8271 (macroexp-accumulate): Use `declare'.
8273 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8275 * whitespace.el (whitespace-style): Adjust type declaration.
8277 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8279 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8281 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8283 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8286 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8288 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8289 (js-paren-indent-offset, js-square-indent-offset)
8290 (js-curly-indent-offset): New options.
8291 (js--proper-indentation): Use them.
8293 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8295 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8296 instead of inspecting font-lock properties (Bug#6916).
8298 2010-08-26 David Reitter <david.reitter@gmail.com>
8300 * server.el (server-visit-files): Run pre-command-hook and
8301 post-command-hook for each buffer while it is current (Bug#6910).
8302 (server-execute): Do not run hooks here.
8304 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
8306 Sync with Tramp 2.1.19.
8308 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8309 Protect deleting tmpfile.
8310 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
8312 * net/tramp.el (tramp-handle-expand-file-name)
8313 (tramp-completion-handle-file-name-all-completions)
8314 (tramp-completion-handle-file-name-completion):
8315 Use `tramp-connectable-p'.
8317 * net/trampver.el: Update release number.
8319 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8321 * help.el (help-map): Bind `C-h P' to describe-package.
8323 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8325 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8326 when downloading archives.
8327 (describe-package-1): Add package commentary.
8328 (package-install-button-action): New function.
8329 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8330 (package-menu-view-commentary): Function removed.
8331 (package-list-packages-internal): Hide the `package' package too.
8333 2010-08-25 Kenichi Handa <handa@m17n.org>
8335 * language/misc-lang.el ("Arabic"): New language environment.
8336 Setup composition-function-table for Arabic characters.
8338 * international/fontset.el (setup-default-fontset): Fix typo for
8339 arabic OTF spec (fini->fina).
8341 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8343 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8346 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8348 * whitespace.el: Allow cleaning up blanks without blank
8349 visualization (Bug#6651). Adjust help window for
8350 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8351 instead of whitespace-line-column (from EmacsWiki). New version
8353 (whitespace-style): Add new value 'face. Adjust docstring.
8354 (whitespace-space, whitespace-hspace, whitespace-tab):
8355 Adjust foreground property face.
8356 (whitespace-line-column): Adjust docstring and type declaration.
8357 (whitespace-style-value-list, whitespace-toggle-option-alist)
8358 (whitespace-help-text): Adjust const initialization.
8359 (whitespace-toggle-options, global-whitespace-toggle-options):
8361 (whitespace-display-window, whitespace-interactive-char)
8362 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8363 (whitespace-help-scroll): New fun.
8365 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8367 * emacs-lisp/package.el (list-packages): Alias for
8368 package-list-packages.
8370 2010-08-24 Kevin Ryde <user42@zip.com.au>
8372 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8375 * progmodes/ruby-mode.el (ruby): Add defgroup.
8377 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8379 * progmodes/python.el: Add Ipython support (Bug#5390).
8380 (python-shell-prompt-alist)
8381 (python-shell-continuation-prompt-alist): New options.
8382 (python--set-prompt-regexp): New function.
8383 (inferior-python-mode, run-python, python-shell):
8384 Require ansi-color. Use python--set-prompt-regexp to set the comint
8385 prompt based on the Python interpreter.
8386 (python--prompt-regexp): New var.
8387 (python-check-comint-prompt)
8388 (python-comint-output-filter-function): Use it.
8389 (run-python): Use a pipe (Bug#5694).
8391 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8393 * progmodes/python.el (python-send-region): Send a different
8394 Python command if Ipython is in use.
8395 (python-check-version): Use a Python command to find the version.
8397 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8399 * mouse.el (mouse-yank-primary): Avoid setting primary when
8400 deactivating the mark (Bug#6872).
8402 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
8404 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8405 with "else" (Bug#3991).
8407 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
8409 * net/dbus.el: Accept UNIX domain sockets as bus address.
8410 (top): Don't initialize `dbus-registered-objects-table' anymore,
8411 this is done in dbusbind.c.
8412 (dbus-check-event): Adapt test for bus.
8413 (dbus-return-values-table, dbus-unregister-service)
8414 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8417 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
8419 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8421 2010-08-22 Juri Linkov <juri@jurta.org>
8423 * simple.el (read-extended-command): New function with the logic
8424 for `completing-read' moved to Elisp from `execute-extended-command'.
8425 Use `function-called-at-point' in `minibuffer-default-add-function'
8426 to get a command name for M-n (bug#5364, bug#5214).
8428 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8430 * startup.el (command-line-1): Issue warning for ignored arguments
8431 --unibyte, etc (Bug#6886).
8433 2010-08-22 Leo <sdl.web@gmail.com>
8435 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8436 (ignore, bright, dim, keyword): Split list of nicknames before
8437 passing to rcirc-add-or-remove (Bug#6894).
8439 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8441 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8443 2010-08-22 Leo <sdl.web@gmail.com>
8445 Fix buffer-list rename&refresh after killing a buffer in ido.
8446 * ido.el: Revert Óscar's.
8447 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8448 Remember the buffers at head, rather than their name.
8449 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
8451 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8452 Stefan Monnier <monnier@iro.umontreal.ca>
8454 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8455 extra backslash added to each line (bug#6890).
8457 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8459 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8461 2010-08-22 Glenn Morris <rgm@gnu.org>
8463 * menu-bar.el (menu-bar-games-menu): Add landmark.
8465 2010-08-22 Glenn Morris <rgm@gnu.org>
8467 * align.el (align-regexp): Make group and spacing arguments
8468 use the interactive defaults when non-interactive. (Bug#6698)
8470 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8471 expansion, so as not to need sendmail.
8472 (mail-text-start): Remove declaration.
8473 (rmail-retry-failure): Require sendmail.
8475 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8477 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8479 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
8481 * progmodes/flymake.el (flymake-start-syntax-check-process):
8482 Use `start-file-process' in order to let it run also on remote hosts.
8484 2010-08-22 Kenichi Handa <handa@m17n.org>
8486 * files.el: Add `word-wrap' as safe local variable.
8488 2010-08-22 Glenn Morris <rgm@gnu.org>
8490 * woman.el (woman-translate): Case matters. (Bug#6849)
8492 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8494 * simple.el (kill-region): Doc fix (Bug#6787).
8496 2010-08-22 Glenn Morris <rgm@gnu.org>
8498 * calendar/diary-lib.el (diary-header-line-format):
8499 Fit it to the window, not the frame.
8501 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8503 * subr.el (ignore-errors): Add debug declaration.
8505 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8507 * whitespace.el (whitespace-color-off): Remove post-command-hook
8510 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8512 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8514 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8516 * cus-edit.el (custom-group-value-create): Add extra newline
8517 before end line (Bug#6876).
8519 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8521 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8522 when extending it. Before killing on the second click, check if
8523 the buffer is the correct one. Doc fix.
8524 (mouse-secondary-save-then-kill): Allow usage without first
8525 calling mouse-start-secondary, by defaulting to point. Don't save
8526 an empty secondary selection. Doc fix.
8528 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8530 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8531 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8533 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8534 Adjust initialization.
8535 (whitespace-bob-marker, whitespace-eob-marker)
8536 (whitespace-buffer-changed): New vars.
8537 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8538 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8539 (whitespace-post-command-hook, whitespace-display-char-on):
8541 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8542 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8544 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8546 * files.el (locate-file-completion-table): Only list the .el and .elc
8547 extensions if there's no other choice (bug#5955).
8549 * facemenu.el (facemenu-self-insert-data): New var.
8550 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8552 (facemenu-add-face): Use them.
8554 * simple.el (blink-matching-open): Obey forward-sexp-function.
8556 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8558 * simple.el (prog-mode-map): New var.
8559 (prog-indent-sexp): New command.
8561 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8563 * progmodes/prolog.el (smie): Require.
8565 * emacs-lisp/smie.el (smie-default-backward-token)
8566 (smie-default-forward-token): Strip properties.
8567 (smie-next-sexp): Be more careful with associative operators.
8568 (smie-forward-sexp-command): Generalize.
8569 (smie-backward-sexp-command): Simplify.
8570 (smie-closer-alist): New var.
8571 (smie-close-block): New command.
8572 (smie-indent-debug-log): New var.
8573 (smie-indent-offset-rule): Add a few more cases.
8574 (smie-indent-column): New function.
8575 (smie-indent-after-keyword): Use it.
8576 (smie-indent-keyword): Use it.
8577 Fix up the opener code's point position.
8578 (smie-indent-comment): Only applies at BOL.
8579 (smie-indent-debug): New command.
8581 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8582 declarations that are useful before running the macro.
8584 2010-08-18 Joakim Verona <joakim@verona.se>
8586 * image.el (imagemagick-types-inhibit): New variable.
8587 (imagemagick-register-types): New function.
8588 * image-mode.el (image-transform-properties): New function.
8589 (image-transform-set-scale, image-transform-fit-to-height)
8590 (image-transform-set-rotation, image-transform-set-resize)
8591 (image-transform-fit-to-width, image-transform-fit-to-height):
8593 (image-toggle-display-image): Support image transforms.
8595 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8597 * image.el (create-animated-image): Don't add heuristic mask to image
8600 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8602 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8603 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8605 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8607 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8609 Font-lock '...' strings, plus various simplifications and fixes.
8610 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8611 (octave-font-lock-close-quotes): New function.
8612 (octave-font-lock-syntactic-keywords): New var.
8613 (octave-mode): Use it. Set beginning-of-defun-function.
8614 (octave-mode-map): Don't override the <foo>-defun commands.
8615 (octave-mode-menu): Pass it directly to easy-menu-define;
8616 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8617 (octave-block-match-alist): Fix up last change so that
8618 octave-close-block uses the more specific keyword.
8619 (info-lookup-mode): Silence byte-compiler.
8620 (octave-beginning-of-defun): Not interactive any more.
8622 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8623 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8624 (octave-completion-at-point-function): Make sure point is within
8626 (octave-reindent-then-newline-and-indent):
8627 Use reindent-then-newline-and-indent.
8628 (octave-add-octave-menu): Remove.
8630 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8632 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8633 (report-emacs-bug-can-use-xdg-email): New functions.
8634 (report-emacs-bug): Set can-xdg-email to result of
8635 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8636 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8639 * net/browse-url.el (browse-url-default-browser): Add cond
8640 for browse-url-xdg-open.
8641 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8643 2010-08-17 Glenn Morris <rgm@gnu.org>
8645 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8646 (c-fontify-recorded-types-and-refs): Define for compiler.
8647 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8650 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8653 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8655 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8657 (tramp-handle-process-file): Call the program in a subshell, in
8658 order to preserve working directory.
8659 (tramp-action-password): Hide password prompt before next run.
8660 (tramp-process-actions): Widen connection buffer for the trace.
8662 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8664 * net/rcirc.el (rcirc-log-process-buffers): New option.
8665 (rcirc-print): Use it.
8666 (rcirc-generate-log-filename): New function.
8667 (rcirc-log-filename-function): Change default to
8668 rcirc-generate-log-filename (Bug#6828).
8670 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8672 * simple.el (deactivate-mark): If select-active-regions is `only',
8673 only set selection for temporarily active regions.
8675 * cus-start.el: Change defcustom for select-active-regions.
8677 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8679 * mouse.el (mouse--drag-set-mark-and-point): New function.
8680 (mouse-drag-track): Use LOCATION arg to push-mark.
8681 Use mouse--drag-set-mark-and-point to take click-count into
8682 consideration when updating point and mark (Bug#6840).
8684 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8686 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8687 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8689 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8691 * font-lock.el (lisp-font-lock-keywords-2):
8692 Add combine-after-change-calls, condition-case-no-debug,
8693 with-demoted-errors, and with-silent-modifications (Bug#6025).
8695 2010-08-14 Kevin Ryde <user42@zip.com.au>
8697 * emacs-lisp/copyright.el (copyright-update-year)
8698 (copyright-update): Temporary switch-to-buffer to ensure the
8699 buffer change being queried is visible (Bug#5394).
8701 2010-08-14 Tom Tromey <tromey@redhat.com>
8703 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8706 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8708 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8711 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8713 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8714 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8715 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8716 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8717 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8718 Call menu-bar-set-tool-bar-position.
8720 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8722 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8723 comment style (bug#6834).
8724 * progmodes/scheme.el (scheme-mode-syntax-table):
8725 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8726 "b" flag in "' 14b" syntax.
8728 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8729 for (un)commenting the region and performing completion.
8730 (octave-mode-menu): Use standard commands for help and completion.
8731 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8732 (octave-mode): Use define-derived-mode.
8733 Set completion-at-point-functions and don't set columns.
8734 Don't disable adaptive-fill-regexp.
8735 (octave-describe-major-mode, octave-comment-region)
8736 (octave-uncomment-region, octave-comment-indent)
8737 (octave-indent-for-comment): Remove.
8738 (octave-indent-calculate): Rename from calculate-octave-indent.
8739 (octave-indent-line, octave-fill-paragraph): Update caller.
8740 (octave-initialize-completions): No need to make an alist.
8741 (octave-completion-at-point-function): New function.
8742 (octave-complete-symbol): Use it.
8743 (octave-insert-defun): Use define-skeleton.
8745 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8746 (octave-mode-map): Use comment-dwim (bug#6829).
8748 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8750 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8751 indentation of inserted comment.
8753 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8755 * faces.el (region): Add type gtk that uses gtk colors.
8757 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8758 Handle theme-name change.
8760 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8762 * progmodes/sql.el: Version 2.5
8763 (sql-product-alist): Add :prompt-cont-regexp property for several
8765 (sql-prompt-cont-regexp): New variable.
8766 (sql-output-newline-count, sql-output-by-send):
8767 New variables. Record number of newlines in input text.
8768 (sql-send-string): Handle multiple filters and count newlines.
8769 (sql-send-magic-terminator): Count terminator newline.
8770 (sql-interactive-remove-continuation-prompt): Filters output to
8771 remove continuation prompts; one for each newline.
8772 (sql-interactive-mode): Set up new variables, prompt regexp and
8774 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8775 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8777 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8779 * emacs-lisp/pcase.el: New file.
8781 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8783 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8784 as here-document, otherwise the command could exceed maximum
8785 length of command line.
8786 (tramp-handle-vc-registered): Call script accordingly.
8787 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8789 2010-08-10 Kenichi Handa <handa@m17n.org>
8791 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8794 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8796 * emacs-lisp/package.el (package-version-split)
8797 (package--version-first-nonzero, package-version-compare):
8799 (package-directory-list, package-load-all-descriptors)
8800 (package--built-in, package-activate, define-package)
8801 (package-installed-p, package-compute-transaction)
8802 (package-read-all-archive-contents)
8803 (package--add-to-archive-contents, package-buffer-info)
8804 (package-tar-file-info, package-list-packages-internal):
8805 Use version-to-list and version-list-*.
8807 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8808 Use version-to-list.
8809 (package-upload-buffer-internal): Use version-list-<=.
8811 2010-08-09 Kenichi Handa <handa@m17n.org>
8813 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8816 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8818 * tutorial.el (tutorial--default-keys): C-d is now bound to
8819 delete-forward-char (Bug#6826).
8821 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8822 for `double' value of mouse-1-click-follows-link (Bug#6807).
8824 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8826 * replace.el (replace-highlight): Bind isearch-forward and
8827 isearch-error, ensuring that highlighting is updated if the user
8828 switches the search direction (Bug#6808).
8830 * isearch.el (isearch-lazy-highlight-forward): New var.
8831 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8832 (isearch-lazy-highlight-update): Use it.
8834 2010-08-08 Kenichi Handa <handa@m17n.org>
8836 * international/mule.el (define-charset): Store NAME as :base property.
8837 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8838 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8839 current priority. Force using the designation of the specific
8840 charset by adding `charset' text property. Improve the whole algorithm.
8842 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8844 * emulation/pc-select.el (pc-selection-mode-hook)
8845 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8846 (pc-selection-mode): Fix typos in docstrings.
8848 2010-08-08 Kenichi Handa <handa@m17n.org>
8850 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8851 ctext-non-standard-encodings-alist here.
8853 * international/mule.el (ctext-non-standard-encodings-alist):
8854 Add "koi8-r" and "microsoft-cp1251".
8855 (ctext-standard-encodings): New variable.
8856 (ctext-non-standard-encodings-table): List only elements for
8857 non-standard encodings.
8858 (ctext-pre-write-conversion): Adjust for the above change.
8859 Check ctext-standard-encodings.
8861 * international/mule-conf.el (compound-text): Doc fix.
8862 (ctext-no-compositions): Doc fix.
8863 (compound-text-with-extensions): Doc fix.
8865 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8867 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8869 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8871 * progmodes/which-func.el (which-func-format): Split help-echo text
8872 into lines, like other mode-line tooltips.
8874 * server.el (server-start): When using TCP sockets, force IPv4
8875 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8877 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8879 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8881 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8883 * term.el (term-delimiter-argument-list): Reflow docstring.
8884 (term-read-input-ring, term-write-input-ring, term-send-input)
8885 (term-bol, term-erase-in-display, serial-supported-or-barf):
8886 Fix typos in docstrings.
8888 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8890 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8892 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8894 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8896 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8898 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8899 Fix typo in docstring (bug#6747).
8901 2010-08-08 Leo <sdl.web@gmail.com>
8903 * eshell/esh-io.el (eshell-get-target): Better detection of
8904 read-only file (Bug#6762).
8906 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8908 * align.el (align-default-spacing): Doc fix.
8909 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8911 2010-08-08 Stephen Peters <speters@itasoftware.com>
8913 * calendar/icalendar.el
8914 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8915 (icalendar--get-weekday-numbers): New.
8916 (icalendar--convert-recurring-to-diary): Handle multiple byday
8917 values in weekly rules. (Bug#6766)
8919 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8921 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8922 (icalendar--create-uid, icalendar-export-region)
8923 (icalendar--parse-summary-and-rest): Code formatting.
8925 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8927 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8928 to italicize headers.
8929 (calc-highlight-selections-with-faces): New variable.
8930 (calc-selected-face, calc-nonselected-face): New faces.
8932 * calc/calccomp.el (math-comp-highlight-string): Use
8933 `calc-highlight-selections-with-faces' to determine how to highlight
8936 * calc/calc-sel.el (calc-show-selections): Change message to when
8937 using faces to highlight selections.
8939 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8941 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8942 Add SQLite 3 keywords, functions and datatypes.
8943 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8946 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8948 * simple.el (select-active-regions): Move to keyboard.c.
8949 (deactivate-mark): Used saved-region-selection.
8950 (select-active-region): Function removed.
8951 (activate-mark, set-mark, push-mark-command)
8952 (handle-shift-selection): Don't call it.
8953 (keyboard-quit): Avoid adding the region to the window selection.
8955 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8956 select-active-regions implementation.
8957 (mouse-yank-at-click): Doc fix.
8959 * cus-start.el: Add custom declaration for select-active-regions.
8961 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8963 * simple.el (delete-forward-char): Doc fix.
8965 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8966 after reading the tutorial.
8968 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8970 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8971 Fix for the case that a C style comment has its delimiters alone on
8972 their respective lines. (Bug#193)
8974 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8976 * net/tramp.el (tramp-handle-start-file-process): Set connection
8978 (tramp-process-sentinel): Use it for flushing the cache.
8979 We cannot do it via the process buffer, the buffer could be deleted
8980 already when running the sentinel.
8982 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8984 * comint.el (comint-mode): Make directory tracking functions
8985 functional on remote files. (Bug#6764)
8987 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8989 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8991 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8993 * emacs-lisp/find-gc.el (find-gc-source-files):
8994 Rename unexec.c => unexcoff.c.
8996 * emacs-lisp/authors.el (authors-fixed-entries):
8997 Rename unexec.c => unexcoff.c.
8999 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
9001 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
9002 cache, not only file cache.
9003 (tramp-process-sentinel): New defun.
9004 (tramp-handle-start-file-process): Use it, in order to invalidate
9007 2010-08-03 Leo <sdl.web@gmail.com>
9009 * server.el (server-start): Simplify loop.
9011 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9013 * frame.el (screen-height, screen-width, set-screen-width)
9014 (set-screen-height): Remove ancient compatibility aliases.
9016 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9017 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9019 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9020 that change current buffer.
9022 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9024 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9025 beginning of the string. Use `string-match-p'. (Bug#6765)
9027 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9029 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9031 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
9033 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
9034 (package--builtins): Tweak descriptions.
9035 (package-print-package): Upcase descriptions if necessary.
9036 Show all built-in packages in font-lock-builtin-face.
9037 (package-list-packages-internal): Omit "emacs" package.
9038 Show status of built-in packages as "built-in".
9040 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
9042 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9043 before killing to preserve the primary selection (Bug#6701).
9045 * term/x-win.el (x-select-text): Doc fix.
9047 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
9049 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9050 (objc-font-lock-extra-types):
9051 * progmodes/cc-mode.el (c-basic-common-init):
9052 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9053 (c++-make-template-syntax-table)
9054 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9055 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9056 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9057 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
9058 * progmodes/cc-fonts.el (c-make-inverse-face)
9059 (c-basic-matchers-after):
9060 * progmodes/cc-engine.el (c-forward-keyword-clause)
9061 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9062 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9063 (c-guess-continued-construct, c-guess-basic-syntax):
9064 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9065 The above functions were modified or created.
9067 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9069 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
9071 2010-07-31 Eli Zaretskii <eliz@gnu.org>
9073 * files.el (bidi-paragraph-direction): Define safe local values.
9075 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9076 language-info-alist. Remove outdated FIXME in a comment.
9078 2010-07-31 Alan Mackenzie <acm@muc.de>
9080 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9081 Auto-fill broken in C/C++ modes.
9083 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9085 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9086 (menu-bar-showhide-tool-bar-menu-customize-disable)
9087 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
9088 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9089 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
9090 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9091 make a menu for Options => toolbar that can move it.
9093 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
9095 * emacs-lisp/package-x.el (package--make-rss-entry):
9096 (package-maint-add-news-item, package--update-news)
9097 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9099 * emacs-lisp/package.el (package-archive-url): Rename from
9101 (package-install): Doc fix.
9102 (package-download-single, package-download-tar, package-install)
9103 (package-menu-view-commentary): Callers changed.
9105 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
9107 * net/tramp.el (tramp-handle-start-file-process): Check only for
9108 `remote-tty' process property.
9109 (tramp-open-shell): Don't check for tty.
9110 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9113 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9116 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
9118 * emacs-lisp/package.el (package-load-list, package-archives)
9119 (package-archive-contents, package-user-dir)
9120 (package-directory-list, package--builtins, package-alist)
9121 (package-activated-list, package-obsolete-alist): Mark as risky.
9123 2010-07-28 Phil Hagelberg <phil@evri.com>
9125 Add support for non-default package repositories.
9126 * emacs-lisp/package.el (package-archive-base): Var deleted.
9127 (package-archives): New variable.
9128 (package-archive-contents): Doc fix.
9129 (package-load-descriptor): Do nothing if descriptor file is missing.
9130 (package--write-file-no-coding): New function.
9131 (package-unpack-single): Use it.
9132 (package-archive-id): New function.
9133 (package-download-single, package-download-tar)
9134 (package-menu-view-commentary): Use it.
9135 (package-installed-p): Make second argument optional.
9136 (package-read-all-archive-contents): New function.
9137 (package-initialize): Use it.
9138 (package-read-archive-contents): Add ARCHIVE argument.
9139 (package--add-to-archive-contents): New function.
9140 (package-install): Don't call package-read-archive-contents.
9141 (package--download-one-archive): Store archive file in a
9142 subdirectory of package-user-dir.
9143 (package-menu-execute): Remove spurious line movement.
9145 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9147 * cus-start.el (tool-bar-style): Add text-image-horiz.
9149 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9151 * progmodes/gud.el (gud-common-init): Check for remoteness of
9152 `file', and not of `default-directory'.
9154 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9156 * net/tramp.el (tramp-methods): Move hostname to the end in all
9157 ssh `tramp-login-args'.
9158 (tramp-verbose): Describe verbose level 9.
9159 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9160 (tramp-open-connection-setup-interactive-shell): Trace stty
9161 settings if `tramp-verbose' >= 9.
9162 (tramp-handle-start-file-process): Implement tty setting.
9163 (Bug#4604, Bug#6360)
9165 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9166 `tramp-verbose' to 9.
9168 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9170 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9171 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9172 Remove references to package `lisp-re' (bug#4369).
9174 2010-07-27 Tom Tromey <tromey@redhat.com>
9176 * progmodes/js.el (js-mode):
9177 * progmodes/make-mode.el (makefile-mode):
9178 * progmodes/simula.el (simula-mode):
9179 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9181 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
9183 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9185 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9186 (display-time-world-buffer-name, display-time-world-mode-map):
9187 Fix typos in docstrings.
9189 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
9191 * image-mode.el (image-display-size): New function.
9192 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9193 (image-mode-fit-frame): Use it (Bug#6639).
9195 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
9197 * dired.el (dired-buffers-for-dir): Handle list values of
9198 dired-directory (Bug#6636).
9200 2010-07-26 Sam Steingold <sds@gnu.org>
9202 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9203 Do not call `x-get-selection' the second time, reuse the value.
9205 2010-07-26 Daiki Ueno <ueno@unixuser.org>
9207 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
9208 which consist of control chars only. Suggested by Richard Stallman.
9210 2010-07-25 Daiki Ueno <ueno@unixuser.org>
9212 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9213 exists before passing an error to find-file-not-found-functions
9216 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
9218 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9219 Remove leading nil element, adjust values.
9220 (tetris-shapes, tetris-shape-scores):
9221 Change representation of shapes and remove some redundancy.
9222 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9223 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9224 Adjust for working with new representation of shapes.
9225 (tetris-shape-rotations): New function.
9226 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9227 (tetris-rotate-prev, tetris-rotate-next):
9228 Adjust for working with the new version of tetris-test-shape.
9230 2010-07-23 Markus Triska <markus.triska@gmx.at>
9232 * progmodes/ps-mode.el: Use comint (bug#5954).
9233 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9234 (ps-mode-other-newline): Simplify.
9235 (ps-run-mode): Derive from comint-mode instead of
9236 fundamental-mode, yielding input history etc.
9237 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9238 (ps-run-send-string): Adapt for comint-mode.
9239 (ps-run-newline): Remove now unneeded function.
9241 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9243 * net/tramp.el (tramp-methods): Move hostname to the end in all
9244 plink `tramp-login-args'.
9246 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9248 * net/tramp.el (tramp-open-shell): New defun.
9249 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9252 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9254 * net/tramp.el (tramp-file-name-regexp-unified)
9255 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9256 not regard the volume letter as remote filename. (Bug#5447)
9258 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
9260 * custom.el (custom-declare-variable): Give a clearer error message
9261 when the docstring is missing (bug#6476).
9263 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9265 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9266 (sql-login-params): New widget definition.
9267 (sql-oracle-login-params, sql-mysql-login-params)
9268 (sql-solid-login-params, sql-sybase-login-params)
9269 (sql-informix-login-params, sql-ingres-login-params)
9270 (sql-ms-login-params, sql-postgres-login-params)
9271 (sql-interbase-login-params, sql-db2-login-params)
9272 (sql-linter-login-params): Use it.
9273 (sql-sqlite-login-params): Use it; Define "database" parameter as
9275 (sql-sqlite-program): Change to "sqlite3".
9276 (sql-comint-sqlite): Make sure database name is complete.
9277 (sql-for-each-login): New function.
9278 (sql-connect, sql-save-connection): Use it.
9279 (sql-get-login-ext): New function.
9280 (sql-get-login): Use it.
9281 (sql-make-alternate-buffer-name): Handle :file parameters.
9283 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
9285 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9286 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9288 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9290 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9292 2010-07-22 Lawrence Mitchell <wence@gmx.li>
9294 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9296 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
9298 * net/tramp.el (tramp-get-ls-command)
9299 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9302 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9304 * progmodes/sql.el: Version 2.3.
9305 (sql-connection-alist): Change keys from symbols to strings;
9306 enhanced the widget definition.
9307 (sql-mode-menu): Add submenu to select connections.
9308 (sql-interactive-mode-menu): Add "Save Connection" item.
9309 (sql-add-product): Fix menu item.
9310 (sql-get-product-feature): Improved error handling.
9311 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
9312 (sql-make-alternate-buffer-name): Simplified.
9313 (sql-product-interactive): Handle missing product.
9314 (sql-connect): Support string keys, minor improvements.
9315 (sql-save-connection): New function.
9316 (sql-connection-menu-filter): New function.
9318 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9320 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
9321 (tramp-open-connection-setup-interactive-shell):
9322 Apply workaround for IRIX64 bug. Move argument of last
9323 `tramp-send-command' where it belongs to.
9325 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9327 * net/tramp.el (tramp-perl-file-attributes)
9328 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9329 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9330 front of `login-args'.
9332 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
9334 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9335 Set `show-trailing-whitespace' to nil.
9336 (display-time-world-display): Simplify.
9338 2010-07-18 Alan Mackenzie <acm@muc.de>
9340 Enhance `c-file-style' in file/directory local variables.
9341 * progmodes/cc-mode.el (c-count-cfss): New function.
9342 (c-before-hack-hook): Call `c-set-style' differently according to
9343 whether c-file-style was set in file or directory local
9346 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9348 * progmodes/sql.el: Version 2.2.
9349 (sql-product, sql-user, sql-database, sql-server, sql-port):
9350 Use defcustom :safe keyword rather than putting safe-local-variable
9352 (sql-password): Use defcustom :risky keyword rather than putting
9353 risky-local-variable property.
9354 (sql-oracle-login-params, sql-sqlite-login-params)
9355 (sql-solid-login-params, sql-sybase-login-params)
9356 (sql-informix-login-params, sql-ingres-login-params)
9357 (sql-ms-login-params, sql-postgres-login-params)
9358 (sql-interbase-login-params, sql-db2-login-params)
9359 (sql-linter-login-params): Add `port' option.
9360 (sql-get-product-feature): Add NO-INDIRECT parameter.
9361 (sql-comint-oracle, sql-comint-sybase)
9362 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9363 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9364 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
9365 (sql-comint-linter): Rename sql-connect-* functions to
9367 (sql-product-alist, sql-mode-menu): Rename as above and
9368 :sqli-connect-func to :sqli-comint-func.
9369 (sql-connection): New variable.
9370 (sql-interactive-mode): Set it.
9371 (sql-connection-alist): New variable.
9372 (sql-connect): New function.
9373 (sql--alt-buffer-part, sql--alt-if-not-empty)
9374 (sql-make-alternate-buffer-name): Improved alternative buffer name.
9376 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9378 * image-mode.el (image-bookmark-make-record): Do not set context
9379 in an image (Bug#6650).
9381 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9383 * simple.el (select-active-region): New function.
9384 (push-mark-command, set-mark, activate-mark)
9385 (handle-shift-selection): Use it.
9386 (deactivate-mark): Don't check for size of region.
9388 * mouse.el (mouse-drag-track): Use select-active-region.
9390 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
9392 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9395 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9397 * term/x-win.el (x-select-enable-primary): Change default to nil.
9398 (x-select-enable-clipboard): Add :version keyword.
9400 * mouse.el (mouse-drag-copy-region):
9401 * simple.el (select-active-regions): Likewise.
9403 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9405 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
9406 (vc-coding-system-for-diff): Use it to decide whether to inherit
9407 from the file the EOL format for reading the diffs of that file.
9410 2010-07-16 Eli Zaretskii <eliz@gnu.org>
9412 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9413 unibyte, so compressed attachments are not compressed again.
9415 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
9417 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9418 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9419 (tramp-find-shell): Simplify setting connection property.
9420 (tramp-get-ls-command): Make test for "--color=never" stronger.
9422 2010-07-15 Simon South <ssouth@member.fsf.org>
9424 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9425 blocks within record declarations (i.e. variant parts) correctly.
9427 2010-07-15 Simon South <ssouth@member.fsf.org>
9429 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9430 over literal tokens when parsing so newlines aren't "absorbed" by
9431 single-line comments. Corrects the indentation of case blocks
9432 that have a comment on the first line.
9434 2010-07-14 Karl Fogel <kfogel@red-bean.com>
9436 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9437 by Drew Adams (Bug#5504).
9439 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9441 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
9442 now that Unicode is used (Bug#6594).
9444 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
9446 * term/x-win.el (x-select-enable-clipboard): Default to t.
9447 (x-initialize-window-system): Don't overwrite Paste menu item.
9449 * simple.el (select-active-regions): Default to t.
9450 (push-mark-command): Don't overwrite primary with empty string.
9452 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9453 (mouse-drag-copy-region): Default to nil.
9455 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9456 Cut/Copy/Paste menu bar items.
9458 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9460 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9461 Patch applied by Karl Fogel.
9463 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9464 and `bookmark-current-buffer' if they have been already set in
9465 another buffer (e.g gnus-art).
9467 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9468 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9470 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9472 * bookmark.el (bookmark-make-record-default): Allow unneeded
9473 information to be omitted from the record.
9475 Adjust declarations and calls:
9477 * info.el (bookmark-make-record-default): Adjust declaration.
9478 (Info-bookmark-make-record): Adjust call.
9480 * woman.el (bookmark-make-record-default): Adjust declaration.
9481 (woman-bookmark-make-record): Adjust call.
9483 * man.el (bookmark-make-record-default): Adjust declaration.
9484 (Man-bookmark-make-record): Adjust call.
9486 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9488 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9490 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9492 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9493 This is also from Thierry Volpiatto's patch in bug #6444. However,
9494 because it was extraneous to the functional change in that patch,
9495 and causes a re-indendation, I am committing it separately.
9497 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9499 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9500 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9501 Patch applied by Karl Fogel (Bug#6444).
9503 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9505 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9507 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9509 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9510 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9511 (ns-alternatives-map): Change S-tab binding to backtab
9514 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9517 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9519 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9522 * language/tv-util.el (tai-viet-re): Remove format.
9524 2010-07-12 Kenichi Handa <handa@m17n.org>
9526 * language/hebrew.el: Remove no-byte-compile declaration.
9527 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9528 composition-function-table for 3-character looking back.
9529 (hebrew-font-get-precomposed): New function.
9530 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9532 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9534 * mouse.el (mouse-drag-track): Handle select-active-regions
9537 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9539 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9540 empty argument to gvfs-copy.
9542 2010-07-10 Glenn Morris <rgm@gnu.org>
9544 * calendar/calendar.el (calendar-week-end-day): New function.
9545 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9546 Respect calendar-week-start-day. (Bug#6606)
9547 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9548 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9549 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9550 respect calendar-week-start-day.
9552 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9554 * simple.el (use-region-p): Doc fix (Bug#6607).
9556 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9558 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9559 Add regexps for cucumber and ruby.
9561 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9563 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9564 (epa-file-insert-file-contents): Hack to prevent
9565 find-file from opening empty buffer when decryption failed
9568 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9570 * textmodes/ispell.el (ispell-alternate-dictionary):
9571 Use file-readable-p.
9572 Return nil if no word-list is found at default locations.
9573 (ispell-complete-word-dict): Default to nil.
9574 (ispell-command-loop): Use 'word-list' when using lookup-words.
9575 (lookup-words): Use ispell-complete-word-dict or
9576 ispell-alternate-dictionary. Check for word-list availability
9577 and handle errors if needed with better messages (Bug#6539).
9578 (ispell-complete-word): Use ispell-complete-word-dict or
9579 ispell-alternate-dictionary.
9581 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9583 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9584 builtins (BufferError, BytesWarning, WindowsError; callables
9585 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9587 2010-07-07 Glenn Morris <rgm@gnu.org>
9589 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9590 (zone-shift-left): Ignore intangibility, and any errors from
9592 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9593 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9594 deleting, and copying text properties.
9595 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9596 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9597 to point-max is hard.
9598 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9599 (zone-fill-out-screen): Ignore intangibility.
9601 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9603 * menu-bar.el (menu-bar-mode):
9604 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9607 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9608 word/line selection (Bug#6565).
9610 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9612 * net/dbus.el (dbus-send-signal): Declare function.
9614 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9616 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9617 (dbus-register-property): New optional argument EMITS-SIGNAL.
9618 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9620 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9622 * mouse.el (mouse-drag-overlay): Variable deleted.
9623 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9624 (mouse--remap-link-click-p): New function.
9625 (mouse-drag-track): Handle dragging by using temporary Transient
9626 Mark mode, instead of a special overlay.
9627 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9630 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9633 2010-07-02 Juri Linkov <juri@jurta.org>
9635 * autoinsert.el (auto-insert-alist): Fix readability
9636 by using dotted pair notation for lambda.
9638 2010-07-02 Juri Linkov <juri@jurta.org>
9640 * faces.el (read-face-name): Rename arg `string-describing-default'
9641 to `default'. Doc fix. Display the default value in quotes
9642 in the prompt. With empty input, return the `default' arg,
9643 unless the default value is a string (in which case return nil).
9644 (describe-face): Replace the string `default' arg of `read-face-name'
9645 with the symbol `default'.
9647 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9649 * emulation/viper-cmd.el (viper-delete-backward-char)
9650 (viper-del-backward-char-in-insert)
9651 (viper-del-backward-char-in-replace, viper-change)
9652 (viper-backward-indent): Replace delete-backward-char with
9653 delete-char (Bug#6552).
9655 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9657 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9659 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9661 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9662 argument passed to frame-creation-function (Bug#5378).
9664 * faces.el (x-handle-named-frame-geometry)
9665 (x-handle-reverse-video, x-create-frame-with-faces)
9666 (face-set-after-frame-default, tty-create-frame-with-faces):
9667 Don't separately consult default-frame-alist. It is now passed as the
9670 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9672 * startup.el (command-line): Don't call tool-bar-setup in a
9675 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9677 * ruler-mode.el (ruler--save-header-line-format): New fun.
9678 (ruler-mode): Use it as a setter function, so as not to overwrite
9679 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9681 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9683 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9684 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9685 (vc-log-outgoing): Use it.
9686 (vc-diff-internal): Set diff-vc-backend.
9688 * vc/diff-mode.el (diff-vc-backend): New var.
9690 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9692 * dynamic-setting.el (font-setting-change-default-font):
9693 Remove call to message.
9695 2010-06-28 Kenichi Handa <handa@m17n.org>
9697 * international/quail.el (quail-insert-kbd-layout): Fix the
9698 showing of untranslated characters.
9700 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9702 * simple.el (delete-active-region): New option.
9703 (delete-backward-char): Implement in Lisp.
9704 (delete-forward-char): New command.
9706 * mouse.el (mouse-region-delete-keys): Delete.
9707 (mouse-show-mark): Simplify.
9709 * bindings.el (global-map): Bind delete and DEL, the former to
9710 delete-forward-char.
9712 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9714 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9715 (ruby-mode): Bind indent-line-function (Bug#5119).
9717 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9719 * startup.el (command-line): Recognize "0" X resource value.
9721 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9723 * startup.el (command-line): Use X resources to set the value of
9724 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9726 * menu-bar.el (menu-bar-mode):
9727 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9728 Set init-value to t.
9730 * frame.el (frame-notice-user-settings): Don't change
9731 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9732 vice versa (Bug#2249).
9734 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9736 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9738 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9740 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9741 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9743 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9744 default directories are expanded (Bug#6143).
9746 2010-06-24 Juri Linkov <juri@jurta.org>
9748 * minibuffer.el (completions-format): Change default from nil to
9749 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9751 2010-06-24 Juri Linkov <juri@jurta.org>
9753 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9754 buffer-locally to lambda that re-runs the vc diff command.
9757 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9759 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9760 echo area is in use (Bug#3412).
9762 2010-06-22 Glenn Morris <rgm@gnu.org>
9764 * textmodes/texinfmt.el (texinfo-format-region)
9765 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9766 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9767 (texinfo-format-option, texinfo-noindent):
9768 Use line-beginning-position and line-end-position.
9770 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9771 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9772 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9775 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9777 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9778 forward-line fallout.
9780 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9782 * mouse.el (mouse-appearance-menu): Add docstring.
9784 * help.el (describe-key): Print up-event using key-description.
9786 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9788 * net/zeroconf.el (zeroconf-resolve-service)
9789 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9790 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9792 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9794 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9796 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9798 Avoid displaying files with a nil state in vc-dir.
9799 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9800 cases that cause insertion.
9801 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9804 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9806 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9808 2010-06-29 Leo <sdl.web@gmail.com>
9810 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9812 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9814 * generic-x.el (bat-generic-mode): Fix regexp for command line
9815 switches (Bug#5719).
9817 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9819 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9820 of nconc to avoid pure storage error (Bug#6239).
9822 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9824 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9825 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9826 bindings of bookmark-automatically-show-annotations (Bug#6515).
9828 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9830 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9831 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9833 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9835 * comint.el (make-comint, make-comint-in-buffer): Mention return
9836 value in the docstrings. (Bug#6498)
9838 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9840 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9841 since it is not present when using some non-default switches.
9843 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9845 * simple.el (compose-mail): Fix doc string to refer to
9846 `compose-mail-user-agent-warnings', instead of to the
9847 nonexistent `compose-mail-check-user-agent'.
9849 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9851 Fix an indentation bug:
9853 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9854 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9857 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9858 (c-clear->-pair-props-if-match-before): now return t when they've
9859 cleared properties, nil otherwise.
9860 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9861 by taking account of the existing value.
9863 * progmodes/cc-defs.el
9864 (c-clear-char-property-with-value-function): Fix this to clear the
9865 property rather than overwriting it with nil.
9867 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9869 * emacs-lisp/package.el (package-print-package): Add link to
9870 package description via describe-package.
9871 (describe-package-1): List package requirements. Add button to
9872 perform installation.
9873 (package-menu-describe-package): New command.
9875 * help-mode.el (help-package): New button type.
9877 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9879 * emacs-lisp/package.el: Move package-list-packages binding to
9881 (describe-package, describe-package-1, package--dir): New funs.
9882 (package-activate-1): Use package--dir.
9884 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9886 * help-mode.el (help-package-def): New button type.
9888 * menu-bar.el: Move package-list-packages binding here from
9891 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9893 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9895 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9897 * emacs-lisp/edebug.el (edebug-read-list):
9898 Phase out old-style backquotes.
9900 2010-06-17 Juri Linkov <juri@jurta.org>
9902 * help-mode.el (help-mode): Set buffer-local variable
9903 revert-buffer-function to help-mode-revert-buffer.
9904 (help-mode-revert-buffer): New function.
9906 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9907 before popping to "*info*" (like in other Info functions).
9908 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9909 old-history-forward. Pop to old-buffer-name or "*info*" to
9910 recreate the killed buffer. Set Info-history-forward from
9911 old-history-forward.
9912 (Info-breadcrumbs-depth): Add :group and :version.
9914 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9916 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9918 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9920 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9921 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9923 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9925 * emacs-lisp/package.el (package-menu-mode-map):
9926 Move initialization into declaration.
9928 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9930 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9932 * emacs-lisp/package.el (package-archive-base): Point to
9934 (package-enable, package-load-list): New defcustoms.
9935 (package-user-dir, package-directory-list): Turn into defcustoms.
9936 Don't include package-user-dir in package-directory-list.
9937 (package--builtins-base): Don't include Emacs as a "package".
9938 (package-subdirectory-regexp): New var.
9939 (package-load-all-descriptors, package-compute-transaction)
9940 (package-download-transaction): Obey package-load-list.
9941 (package-activate-1): Rename from package-do-activate.
9942 (package-list-packages-internal): Check package-load-list.
9943 (package-load-descriptor, package-generate-autoloads)
9944 (package-unpack, package-unpack-single)
9945 (package--read-archive-file, package-delete):
9946 Use expand-file-name.
9948 * emacs-lisp/package-x.el: New file. Package uploading
9949 functionality split out from package.el.
9951 * startup.el (command-line): Load packages after reading init file.
9953 2010-06-17 Tom Tromey <tromey@redhat.com>
9955 * emacs-lisp/package.el: New file.
9957 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9959 Fix vc-annotate for renamed files when using Git.
9960 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9961 ls-files. Doe not pass the object as a file name to cat-file, it
9963 (vc-git-annotate-command): Pass the file name using -- to avoid
9964 ambiguity with the revision.
9965 (vc-git-previous-revision): Pass a relative file name.
9967 2010-06-22 Glenn Morris <rgm@gnu.org>
9969 * progmodes/js.el (js-mode-map): Use standard capitalization and
9970 ellipses for menu entries.
9972 * wid-edit.el (widget-complete): Doc fix.
9974 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9976 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9978 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9980 Fix annotating other revisions for renamed files in vc-annotate.
9981 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9982 VC backend. Use it when non-nil.
9983 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9986 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9987 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9988 Do not pass the file name to the 'previous-revision call when we
9989 don't want a file diff. (Bug#6489)
9991 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9993 Fix finding revisions for renamed files in vc-annotate.
9994 * vc/vc.el (vc-find-revision): Add an optional argument for
9995 the VC backend. Use it when non-nil.
9996 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9997 backend to vc-find-revision. (Bug#6487)
9999 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10001 Fix reading file names in Git annotate buffers.
10002 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
10003 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
10005 2010-06-20 Alan Mackenzie <acm@muc.de>
10007 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10008 in file local variables, set it first.
10010 2010-06-19 Glenn Morris <rgm@gnu.org>
10012 * descr-text.el (describe-char-unicode-data): Insert separating
10013 space when needed. (Bug#6422)
10015 * progmodes/idlwave.el (idlwave-action-and-binding):
10016 Fix typo in 2009-12-03 change. (Bug#6450)
10018 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10020 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10021 handling for `lambda' (misunderstanding).
10023 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10025 * calc/calc-poly.el (math-accum-factors): Make sure that
10026 constants aren't distributed after they are factored out.
10028 2010-06-16 Juri Linkov <juri@jurta.org>
10030 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10031 `list-colors-print'. (Bug#6332)
10033 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10035 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10037 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10038 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10040 * font-lock.el (font-lock-major-mode): Rename from
10041 font-lock-mode-major-mode to distinguish it from
10042 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10043 (font-lock-set-defaults):
10044 * font-core.el (font-lock-default-function): Adjust users.
10045 (font-lock-mode): Don't set it at all.
10047 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10049 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
10051 2010-06-16 Glenn Morris <rgm@gnu.org>
10053 * calendar/appt.el (appt-time-msg-list): Doc fix.
10054 (appt-check): Let-bind appt-warn-time.
10055 (appt-add): Make the 3rd argument optional.
10056 Simplify argument names. Doc fix. Check for integer WARNTIME.
10057 Only add WARNTIME to the output list if non-nil.
10059 2010-06-16 Ivan Kanis <apple@kanis.eu>
10061 * calendar/appt.el (appt-check): Let the 3rd element of
10062 appt-time-msg-list specify the warning time.
10063 (appt-add): Add new argument with the warning time. (Bug#5176)
10065 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10067 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
10068 older than version 1.6. (Bug#6361)
10070 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
10072 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10073 used by cl-do-arglist. (Bug#6408)
10075 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10077 * textmodes/ispell.el (ispell-dictionary-base-alist):
10078 Fix portuguese casechars/not-casechars for missing 'çÇ'.
10079 Suggested by Rolando Pereira (bug#6434).
10081 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
10083 * facemenu.el (list-colors-sort): Doc fix.
10085 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10087 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10089 2010-06-14 Juri Linkov <juri@jurta.org>
10091 Add sort option `list-colors-sort'. (Bug#6332)
10092 * facemenu.el (color-rgb-to-hsv): New function.
10093 (list-colors-sort): New defcustom.
10094 (list-colors-sort-key): New function.
10095 (list-colors-display): Doc fix. Sort list according to the option
10096 `list-colors-sort'.
10097 (list-colors-print): Add HSV values to `help-echo' property of
10100 2010-06-14 Juri Linkov <juri@jurta.org>
10102 * compare-w.el: Move to the "vc" subdirectory.
10104 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10106 * image-mode.el (image-mode-map): Remap left-char and right-char.
10108 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10110 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
10112 * term/common-win.el (x-colors): Add all the color names defined
10113 in rgb.txt (Bug#6332).
10115 * facemenu.el (list-colors-print): Don't print extra names if it
10116 will overflow the window width.
10118 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
10121 2010-06-12 Eli Zaretskii <eliz@gnu.org>
10123 * files.el (make-directory): Doc fix (bug#6396).
10125 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
10127 * net/tramp.el (tramp-remote-process-environment): Protect version
10128 string by apostroph.
10129 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10131 (tramp-file-name-for-operation): Add `call-process-region'.
10132 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10134 * net/tramp-compat.el (top): Do not autoload
10135 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10136 only when `start-file-process' is not bound.
10137 (tramp-advice-file-expand-wildcards): Do not use
10138 `tramp-handle-file-remote-p'.
10139 (tramp-compat-make-temp-file): Handle the case, that
10140 `make-temp-file' has no third argument EXTENSION.
10142 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
10144 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10146 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10148 2010-06-11 Juri Linkov <juri@jurta.org>
10150 * finder.el (finder-known-keywords): Add keyword "vc"
10151 for version control.
10153 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10154 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10155 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10156 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10158 2010-06-11 Juri Linkov <juri@jurta.org>
10160 Move version control related files to the "vc" subdirectory.
10161 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10162 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10163 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10164 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10165 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10166 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10167 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10168 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10169 Move files to the "vc" subdirectory.
10171 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
10173 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10176 2010-06-11 Stephen Eglen <stephen@gnu.org>
10178 * shell.el: Bind `shell-resync-dirs' to M-RET.
10180 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
10182 * notifications.el: Move file from lisp/net, because it is
10183 supposed to talk locally to the user.
10185 2010-06-10 Julien Danjou <julien@danjou.info>
10187 * net/notifications.el (notifications-on-action-signal)
10188 (notifications-on-closed-signal): Pass notification id as first
10189 argument to the callback functions. Add docstrings.
10190 (notifications-notify): Fix docstring.
10192 2010-06-10 Glenn Morris <rgm@gnu.org>
10194 * emacs-lisp/authors.el (authors-ignored-files)
10195 (authors-valid-file-names): Add some files.
10197 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10199 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10200 merge conflict, giving preference to the emacs-23 version of the code.
10202 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10204 * emacs-lisp/advice.el (ad-compile-function):
10205 Define warning-suppress-types before we let-bind it (bug#6275).
10207 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10208 declare it, make it buffer-local and permanent-local (bug#6324).
10209 (vc-resynch-window): Adjust name.
10210 * vc-hooks.el (vc-find-file-hook): Adjust name.
10212 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
10214 * net/notifications.el (notifications-notify): Fix docstring.
10216 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10218 Update to Unicode 6.0.0 beta.
10219 * international/charprop.el: Update copyright.
10220 * international/mule-cmds.el (ucs-names): Update character ranges.
10221 * international/uni-bidi.el:
10222 * international/uni-category.el:
10223 * international/uni-combining.el:
10224 * international/uni-comment.el:
10225 * international/uni-decimal.el:
10226 * international/uni-decomposition.el:
10227 * international/uni-digit.el:
10228 * international/uni-lowercase.el:
10229 * international/uni-mirrored.el:
10230 * international/uni-name.el:
10231 * international/uni-numeric.el:
10232 * international/uni-old-name.el:
10233 * international/uni-titlecase.el:
10234 * international/uni-uppercase.el: Regenerate.
10236 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10238 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10239 (smie-precs-precedence-table): Fix typo in docstring.
10241 * vc-mtn.el (log-edit-extract-headers): Declare function.
10243 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10245 * net/notifications.el (dbus-register-signal): Declare function.
10246 (notifications-notify): Fix typos and reflow docstring.
10248 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10250 Improve VC create/retrieve tag/branch.
10251 * vc.el (vc-create-tag): Do not read the directory name for VCs
10252 with repository revision granularity. Adjust the tag/branch
10253 prompt. Reset VC properties.
10254 (vc-retrieve-tag): Do not read the directory name for VCs
10255 with repository revision granularity. Reset VC properties.
10257 2010-06-09 Julien Danjou <julien@danjou.info>
10259 * net/notifications.el: New file.
10261 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10263 Add optional support for resetting VC properties.
10264 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10265 call vc-file-clearprops when true.
10266 (vc-resynch-buffer): Add new optional argument, pass it down.
10267 (vc-resynch-buffers-in-directory): Likewise.
10269 Improve support for special markup in the VC commit message.
10270 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10271 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10272 * vc-git.el (vc-git-checkin):
10273 * vc-bzr.el (vc-bzr-checkin): Likewise.
10275 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10277 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10278 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10280 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10282 * iimage.el: Remove images as soon as the underlying text is modified.
10283 (iimage-modification-hook): New function.
10284 (iimage-mode-buffer): Use it.
10286 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10288 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10289 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10290 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10291 (smie-indent-keyword): Add handling of open-paren keywords.
10292 (smie-indent-comment-continue): Don't assume comment-continue.
10294 2010-06-07 Martin Rudalics <rudalics@gmx.at>
10296 * window.el (pop-to-buffer): Remove the conditional that
10297 compares new-window and old-window, so it will reselect
10298 the selected window unconditionally.
10299 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10301 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10303 * emacs-lisp/smie.el (smie-indent-offset-after)
10304 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10305 (smie-indent-after-keyword): Use them.
10306 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10307 (smie-indent-keyword): Tweak the black magic.
10308 (smie-indent-comment-continue): Strip comment-continue before use.
10309 (smie-indent-functions): Indent comments before keywords.
10311 2010-06-06 Juri Linkov <juri@jurta.org>
10313 * isearch.el (isearch-lazy-highlight-search): Fix looping
10314 by checking for empty match. This syncs this loop with the
10315 similar loop in `isearch-search'. (Bug#6362)
10317 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
10319 * net/dbus.el (dbus-register-method): Declare function.
10320 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10321 (dbus-introspect): Doc fix.
10322 (dbus-event-bus-name, dbus-introspect-get-interface)
10323 (dbus-introspect-get-argument): Reflow docstrings.
10325 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10327 vc-log-incoming/vc-log-outgoing fixes for Git.
10328 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10329 incoming/outgoing logs.
10330 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10331 instead of vc-git-compute-remote.
10332 (vc-git-compute-remote): Remove.
10334 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
10336 * term/common-win.el (x-colors): Add "dark green" and "dark
10337 turquoise" (Bug#6332).
10339 2010-06-04 Juri Linkov <juri@jurta.org>
10341 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10342 Instead of setting `replace' to t and replacing the same string
10343 with itself, don't do certain actions when
10344 kill-do-not-save-duplicates is non-nil and string is equal to car
10345 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10346 interprogram-paste strings to kill-ring, and don't push the input
10347 argument `string' to kill-ring.
10348 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10350 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10352 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10354 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
10356 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10357 (tramp-gvfs-handler-mounted-unmounted)
10358 (tramp-gvfs-connection-mounted-p): Handle default-location.
10360 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10361 move files to trash.
10363 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10365 * international/mule-cmds.el (nonascii-insert-offset)
10366 (nonascii-translation-table): Add obsolescence information.
10368 * international/mule.el (make-translation-table-from-vector): Doc fix.
10370 2010-06-03 Glenn Morris <rgm@gnu.org>
10372 * desktop.el (desktop-clear-preserve-buffers):
10373 Add "*Warnings*" buffer. (Bug#6336)
10375 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10377 vc-log-incoming/vc-log-outgoing improvements for Git.
10378 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10380 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10382 Add bindings for vc-log-incoming and vc-log-outgoing.
10383 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10384 and vc-log-outgoing.
10385 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10386 and vc-log-outgoing.
10388 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10390 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10391 (rcirc-handler-366): Always sort nicknames.
10393 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
10395 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10397 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10399 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
10401 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10403 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10404 (rcirc-sort-nicknames-join): Avoid setq.
10406 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10408 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10409 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10410 (rcirc-handler-366): Use them.
10412 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10414 Split smie-indent-calculate into more manageable chunks.
10415 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10416 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10417 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10418 (smie-indent-exps): Extract from smie-indent-calculate.
10419 (smie-indent-functions): New var.
10420 (smie-indent-functions): Use them.
10422 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10424 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10425 (smie-indent-calculate): Simplify and cleanup.
10427 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
10429 * net/tramp-gvfs.el (top): Require url-util.
10430 (tramp-gvfs-mount-point): Remove.
10431 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10433 (with-tramp-dbus-call-method): Format trace message.
10434 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
10435 Implement backup call, when operation on local files fails.
10436 Use progress reporter. Flush properties of changed files.
10437 (tramp-gvfs-handle-make-directory): Make more traces.
10438 (tramp-gvfs-url-file-name): Hexify file name in url.
10439 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10440 into account for the resulting file name.
10441 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10442 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10443 (tramp-gvfs-handler-mounted-unmounted)
10444 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10445 attribute "default_location". Set "prefix" property.
10446 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10447 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10448 exists. Raise an error, if not (due to a corresponding answer
10449 "no" in interactive questions, for example).
10451 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
10453 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10455 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
10457 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10458 right-*. (Bug#6265)
10460 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10462 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10463 * vc-git.el (vc-git-compute-remote): New function.
10464 (vc-git-log-outgoing): Use it instead of hard coding a value.
10465 (vc-git-log-incoming): New function.
10467 Improve state updating for VC tag commands.
10468 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10469 to update the state of all buffers in the directory.
10471 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10473 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10475 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10476 `file-directory-p' to the filename part rather than to the whole text.
10478 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10480 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10482 2010-05-31 Drew Adams <drew.adams@oracle.com>
10484 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10486 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
10488 * subr.el (momentary-string-display): Just use read-event to read
10489 the exit event (Bug#6238).
10491 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10493 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10495 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10497 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10498 Suggested by Eli Zaretskii <eliz@gnu.org>.
10500 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10502 * minibuffer.el (completion-file-name-table): Don't return a boundary
10503 past the end of `string' (bug#6299).
10504 (completion--file-name-table): Delegate to completion-file-name-table
10505 for the `boundaries' case.
10507 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10509 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10512 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10513 `path-separator', but maintain compatibility with Emacs 20.2.
10515 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10517 * server.el (server-process-filter): Receive parent-id argument
10519 (server-create-window-system-frame): New arg. Pass parent-id as
10522 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10524 Bidi-sensitive word movement with arrow keys.
10525 * subr.el (right-arrow-command, left-arrow-command): Move to
10528 * bindings.el (right-char, left-char): Move from subr.el and
10529 rename from right-arrow-command and left-arrow-command.
10530 (right-word, left-word): New functions.
10531 (global-map) <right>: Bind to right-char.
10532 (global-map) <left>: Bind to left-char.
10533 (global-map) <C-right>: Bind to right-word.
10534 (global-map) <C-left>: Bind to left-word.
10536 * ls-lisp.el (ls-lisp-classify-file): New function.
10537 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10538 (ls-lisp-classify): Call ls-lisp-classify-file.
10539 (insert-directory): Remove blanks from switches.
10541 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10543 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10544 (ansi-color-drop-regexp): New constant.
10545 (ansi-color-apply, ansi-color-filter-region)
10546 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10547 (ansi-color-apply): Build string list before calling concat.
10549 2010-05-28 Juri Linkov <juri@jurta.org>
10551 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10552 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10555 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10557 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10558 to ignored backtrace functions.
10559 (with-progress-reporter): Expand docstring.
10560 (tramp-handle-delete-file): Implement TRASH argument.
10561 (tramp-get-remote-trash): New defun.
10563 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10565 * net/tramp-compat.el (tramp-compat-delete-file):
10566 Use `symbol-value' for backward compatibility.
10568 * net/tramp.el (tramp-handle-make-symbolic-link)
10569 (tramp-handle-load)
10570 (tramp-do-copy-or-rename-file-via-buffer)
10571 (tramp-do-copy-or-rename-file-directly)
10572 (tramp-do-copy-or-rename-file-out-of-band)
10573 (tramp-handle-process-file, tramp-handle-call-process-region)
10574 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10575 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10576 (tramp-delete-temp-file-function): Use `delete-file' instead
10577 of `tramp-compat-delete-file'.
10579 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10580 (tramp-fish-handle-make-symbolic-link)
10581 (tramp-fish-handle-process-file): Use `delete-file' instead
10582 of `tramp-compat-delete-file'.
10584 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10585 Use `delete-file' instead of `tramp-compat-delete-file'.
10587 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10588 Use `delete-file' instead of `tramp-compat-delete-file'.
10590 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10591 Use `delete-file' instead of `tramp-compat-delete-file'.
10593 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10594 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10595 (tramp-smb-handle-write-region): Use `delete-file' instead of
10596 `tramp-compat-delete-file'.
10597 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10599 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10601 * dired.el (dired-delete-file): New arg TRASH.
10602 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10603 (dired-do-flagged-delete, dired-do-delete): Use trash.
10605 * speedbar.el (speedbar-item-delete): Allow trashing.
10607 * files.el (delete-directory): New arg TRASH.
10609 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10610 (ange-ftp-rename-remote-to-remote)
10611 (ange-ftp-rename-local-to-remote)
10612 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10613 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10615 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10618 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10619 handle new TRASH arg of `delete-file'.
10621 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10622 (tramp-handle-make-symbolic-link, tramp-handle-load)
10623 (tramp-do-copy-or-rename-file-via-buffer)
10624 (tramp-do-copy-or-rename-file-directly)
10625 (tramp-do-copy-or-rename-file-out-of-band)
10626 (tramp-handle-process-file, tramp-handle-call-process-region)
10627 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10628 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10629 (tramp-delete-temp-file-function): Use null TRASH arg in
10630 tramp-compat-delete-file call.
10632 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10633 (tramp-fish-handle-delete-file)
10634 (tramp-fish-handle-make-symbolic-link)
10635 (tramp-fish-handle-process-file): Use null TRASH arg in
10636 `tramp-compat-delete-file' call.
10638 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10639 arg in `tramp-compat-delete-file' call.
10641 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10642 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10643 `tramp-compat-delete-file' call.
10645 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10646 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10647 `tramp-compat-delete-file' call.
10649 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10650 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10651 (tramp-smb-handle-write-region): Use null TRASH arg in
10652 tramp-compat-delete-file call.
10653 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10654 (tramp-smb-handle-delete-file): Rename arg.
10656 * diff.el (diff-sentinel):
10657 * epg.el (epg--make-temp-file, epg-decrypt-string)
10658 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10659 * jka-compr.el (jka-compr-partial-uncompress)
10660 (jka-compr-call-process, jka-compr-write-region):
10661 * server.el (server-sentinel): Remove optional arg from
10662 delete-file, reverting 2010-05-03 change.
10664 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10666 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10667 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10669 2010-05-27 Kenichi Handa <handa@m17n.org>
10671 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10672 element of GSTRING is nil.
10674 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10676 * emacs-lisp/smie.el (smie-forward-token-function)
10677 (smie-backward-token-function): New vars.
10678 (smie-backward-sexp, smie-forward-sexp)
10679 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10680 (smie-default-backward-token): Rename from smie-backward-token and
10682 (smie-default-forward-token): Rename from smie-forward-token and
10684 (smie-next-sexp): Handle nil results from next-token.
10685 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10687 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10689 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10690 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10692 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10694 * htmlfontify.el (hfy-face-resolve-face): New function.
10695 (hfy-face-to-style): Use it (Bug#6279).
10697 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10699 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10700 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10702 2010-05-26 Glenn Morris <rgm@gnu.org>
10704 * emulation/edt.el (edt-load-keys): Use locate-library.
10706 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10708 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10709 (log-edit-changelog-entries): Doc fix.
10710 (log-edit-changelog-insert-entries): Args changed.
10711 Rename relative filenames in ChangeLog entries. Delete tabs.
10712 (log-edit-insert-changelog-entries): Reorganize return value of
10713 `log-edit-changelog-entries' to pass filenames to
10714 log-edit-changelog-insert-entries.
10716 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10718 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10719 `image-dired-dired-insert-marked-thumbs' to
10720 `image-dired-dired-toggle-marked-thumbs'.
10722 * image-dired.el: Require cl when compiling.
10723 (image-dired-dired-toggle-marked-thumbs): Rename from
10724 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10725 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10726 to 'no-dir. Skip files whose names don't match
10727 `image-file-name-regexp'. When file has a thumbnail overlay,
10728 delete it. (Bug#5270)
10730 2010-05-25 Juri Linkov <juri@jurta.org>
10732 * image-mode.el (image-mode): Add image-after-revert-hook to
10734 (image-after-revert-hook): New function. (Bug#5669)
10736 2010-05-25 Juri Linkov <juri@jurta.org>
10738 * image.el (image-animated-p): When delay between animated images
10739 is 0, set it to 10 (0.1 sec). (Bug#6258)
10741 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10743 * net/tramp.el (tramp-handle-insert-directory): Don't use
10744 `forward-word', its default syntax could be changed.
10746 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10748 * net/tramp.el (tramp-progress-reporter-update): New defun.
10749 (with-progress-reporter): Use it.
10750 (tramp-process-actions):
10751 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10752 Preserve current message, in order to let progress reporter continue
10753 afterwards. (Bug#6257)
10755 2010-05-25 Glenn Morris <rgm@gnu.org>
10757 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10760 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10762 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10763 (rcirc-default-full-name): Change to "unknown".
10764 (rcirc-user-name-history): Add variable.
10766 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10767 Jonathan Rockway <jon@jrock.us>
10769 * net/rcirc.el (rcirc-server-alist): Add :pass.
10770 (rcirc): When prompting for connection parameters, also prompt for
10771 username and password.
10772 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10773 value to server when connecting.
10775 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10777 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10778 (smie-merge-prec2s): Pass the tables as separate args.
10779 (smie-bnf-precedence-table): Adjust call accordingly.
10780 (smie-prec2-levels): Set levels at the end.
10782 Replace Lisp calls to delete-backward-char by delete-char.
10783 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10784 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10785 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10786 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10787 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10788 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10789 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10790 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10791 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10792 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10793 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10794 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10795 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10796 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10797 delete-backward-char by calls to delete-char.
10799 2010-05-25 Kenichi Handa <handa@m17n.org>
10801 * language/hebrew.el (hebrew-shape-gstring): New function.
10802 Register it in composition-function-table for all Hebrew combining
10805 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10807 * epa.el (epa--select-keys): Don't explicitly delete the window since
10808 that can fail (e.g. sole window in frame). Use dedication instead.
10810 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10812 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10814 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10816 * image.el (image-refresh): Define as an alias for image-flush.
10818 * image-mode.el (image-toggle-display-image): Caller changed.
10820 2010-05-21 Juri Linkov <juri@jurta.org>
10822 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10823 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10824 whitespace, call wildcard-to-regexp on substrings and concat them
10825 with "\\|". (Bug#6114)
10827 2010-05-21 Alan Mackenzie <acm@muc.de>
10829 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10830 Replace parameter `here' with `here-' and `here-plus', which sandwich
10831 any pertinent CPP construct.
10832 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10833 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10834 CPP construct from taking part in the scanning.
10836 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10838 * net/tramp.el (tramp-do-copy-or-rename-file)
10839 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10840 Tune `with-progress-reporter' messages.
10841 (tramp-handle-vc-registered):
10842 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10843 (tramp-fish-handle-insert-file-contents)
10844 (tramp-fish-maybe-open-connection):
10845 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10846 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10847 (tramp-imap-handle-insert-file-contents)
10848 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10850 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10852 * add-log.el (change-log-font-lock-keywords):
10853 Highlight all authors in multi-author entries.
10855 * smerge-mode.el (smerge-refine-ignore-whitespace)
10856 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10857 Fix typos in docstrings.
10858 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10860 2010-05-21 Glenn Morris <rgm@gnu.org>
10862 * progmodes/fortran.el (fortran-mode):
10863 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10865 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10866 having a relative path in src/Makefile.in.
10868 2010-05-20 Kevin Ryde <user42@zip.com.au>
10870 * help-mode.el (help-make-xrefs): For Info node links turn
10871 newlines into spaces. Link node names with newlines are matched
10872 by help-xref-info-regexp and buttonized, this change ensures they
10873 can be followed successfully with RET. (Bug#6206)
10875 2010-05-20 Juri Linkov <juri@jurta.org>
10877 * locate.el (locate): Use pop-to-buffer instead of
10878 switch-to-buffer-other-window. (Bug#6204)
10880 2010-05-20 Juri Linkov <juri@jurta.org>
10882 * replace.el (replace-highlight): Fix lazy-highlighting
10883 for `M-s w str M-% str RET'.
10885 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10887 * isearch.el (isearch-yank-word-or-char): Pull next subword
10888 when `subword-mode' is activated. (Bug#6220)
10890 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10892 * isearch.el (isearch-update-post-hook): New hook.
10893 (isearch-update): Use the new hook. (Bug#6225)
10895 2010-05-20 Juri Linkov <juri@jurta.org>
10897 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10898 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10901 2010-05-20 Juri Linkov <juri@jurta.org>
10903 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10906 2010-05-20 Juri Linkov <juri@jurta.org>
10908 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10909 FILE-NAME to read from the minibuffer when called interactively
10910 with prefix argument instead of using buffer-file-name.
10911 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10913 * dired.el: Update autoloads.
10915 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10917 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10918 nxml-finish-element, for consistency with SGML mode.
10920 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10921 octave-close-block.
10923 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10925 * composite.el: Require cl when compiling.
10926 (reference-point-alist, compose-gstring-for-graphic)
10927 (compose-gstring-for-terminal): Fix typos in docstrings.
10929 2010-05-19 Juri Linkov <juri@jurta.org>
10931 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10932 set-window-parameter.
10934 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10936 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10938 (tramp-maybe-open-connection): Use it.
10940 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10942 * simple.el (move-end-of-line): Make sure we are at line beginning
10943 before backing up to end of previous line.
10945 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10947 * password-cache.el (password-cache-remove): Fix docstring.
10949 * net/secrets.el: Autoload the widget functions.
10950 (secrets-search-items, secrets-create-item)
10951 (secrets-get-attributes, secrets-expand-item): Attributes will be
10952 stored on the password database without leading ":", as all other
10953 clients do as well.
10954 (secrets-mode): Fix docstring.
10955 (secrets-show-secrets): Provide it as autoloaded command only when
10956 D-Bus support is available. Check existence of Secret Service API.
10958 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10960 * indent.el (indent-region): Deactivate region (bug#6200).
10962 2010-05-19 Glenn Morris <rgm@gnu.org>
10964 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10966 2010-05-19 Kenichi Handa <handa@m17n.org>
10968 * composite.el: Register compose-gstring-for-graphic in
10969 composition-function-table only for combining characters (Mn, Mc, Me).
10971 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10973 * calc/calc-trail.el (calc-trail-isearch-forward)
10974 (calc-trail-isearch-backward): Ensure that the new window
10975 point is set correctly.
10977 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10979 * subr.el (read-quoted-char): Resolve modifiers after key
10980 remapping (bug#6212).
10982 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10984 Add visualization code for secrets.
10985 * net/secrets.el (secrets-mode): New major mode.
10986 (secrets-show-secrets, secrets-show-collections)
10987 (secrets-expand-collection, secrets-expand-item)
10988 (secrets-tree-widget-after-toggle-function)
10989 (secrets-tree-widget-show-password): New defuns.
10991 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10993 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10994 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10995 handled in smie-next-sexp.
10996 (smie-indent-calculate): Provide a starting indentation (so the
10997 recursion is well-founded ;-).
10999 Fix handling of non-associative equal levels.
11000 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
11001 when it's not needed.
11002 (smie-op-left, smie-op-right): New functions.
11003 (smie-next-sexp): New function, extracted from smie-backward-sexp.
11004 Better handle equal levels to distinguish the associative case from
11005 the "multi-keyword construct" case.
11006 (smie-backward-sexp, smie-forward-sexp): Use it.
11008 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
11010 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11012 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11013 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11015 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11017 Provide a simple generic indentation engine and use it for Prolog.
11018 * emacs-lisp/smie.el: New file.
11019 * progmodes/prolog.el (prolog-smie-op-levels)
11020 (prolog-smie-indent-rules): New var.
11021 (prolog-mode-variables): Use them to configure SMIE.
11022 (prolog-indent-line, prolog-indent-level): Remove.
11024 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11026 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
11027 order before computing the averages.
11029 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11031 * calc/calc-vec.el (calc-histogram):
11032 (calcFunc-histogram): Allow vectors as inputs.
11033 (math-vector-avg): New function.
11035 * calc/calc-ext.el (math-group-float): Have the number of digits
11036 being grouped depend on the radix (Bug#6189).
11038 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
11040 * version.el (emacs-copyright, emacs-version): Don't define here,
11041 now that emacs.c defines it.
11043 2010-05-15 Eli Zaretskii <eliz@gnu.org>
11045 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11046 "Describe Language Environment" menu item.
11048 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11050 Bidi-sensitive movement with arrow keys.
11051 * subr.el (right-arrow-command, left-arrow-command): New functions.
11053 * bindings.el (global-map): Bind them to right and left arrow keys.
11055 Don't override standard definition of convert-standard-filename.
11056 * files.el (convert-standard-filename):
11057 Call w32-convert-standard-filename and dos-convert-standard-filename on
11058 the corresponding systems.
11060 * w32-fns.el (w32-convert-standard-filename): Rename from
11061 convert-standard-filename. Doc fix.
11063 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11064 (convert-standard-filename): Don't defalias.
11065 (register-name-alist, make-register, register-value)
11066 (set-register-value, intdos): Obsolete aliases for the
11067 corresponding dos-* functions and variables.
11068 (dos-intdos): Add a doc string.
11070 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11072 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11073 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11074 (math-compose-tex-func):
11075 * calc/calccomp.el (math-compose-expr):
11076 * calc/calc-ext.el (math-format-flat-expr-fancy):
11077 * calc/calc-store.el (calc-read-var-name):
11078 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11080 * calc/calc.el (var-π, var-φ, var-γ): New variables.
11081 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
11082 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
11083 (math-standard-units): Add units.
11085 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11087 * progmodes/asm-mode.el (asm-mode):
11088 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11090 * pcomplete.el (pcomplete-completions-at-point): New function,
11091 extracted from pcomplete-std-complete.
11092 (pcomplete-std-complete): Use it.
11094 2010-05-15 Glenn Morris <rgm@gnu.org>
11096 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11097 Remove references to CVS, RCS and Old directories.
11099 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11101 * calc/calc-bin.el (math-format-twos-complement): Group digits when
11104 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11106 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11107 (sh-mode-syntax-table): Give it a default value instead.
11108 (sh-header-marker): Make buffer-local.
11109 (sh-mode): Move make-local-variable to the corresponding setq.
11110 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11111 Use complete-with-action.
11113 * simple.el (prog-mode): New (abstract) major mode.
11114 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11115 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11117 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
11119 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11120 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11121 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11122 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11123 (sql-escape-newlines-filter, sql-input-sender)
11124 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11126 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
11128 Add TeX open-block and close-block keybindings to SGML, and vice versa.
11130 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11131 latex-open-block and C-c / to latex-close-block.
11133 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11134 and C-c C-e to sgml-close-tag.
11136 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
11138 * net/tramp.el (with-progress-reporter): Create reporter object
11139 only when the message would be displayed. Handle nested calls.
11140 (tramp-handle-load, tramp-handle-file-local-copy)
11141 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11142 (tramp-maybe-send-script, tramp-find-shell):
11143 Use `with-progress-reporter'.
11144 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11147 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11148 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11149 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11150 Use `with-progress-reporter'.
11152 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11154 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11155 process everytime when spellchecking from the minibuffer (bug#6143).
11157 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11159 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11161 * dos-fns.el: Add "dos-" prefix for namespace control.
11162 (convert-standard-filename): Define as alias for
11163 dos-convert-standard-filename but only if applicable.
11165 2010-05-12 Alan Mackenzie <acm@muc.de>
11167 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11168 Push the mark at the start of these functions when appropriate.
11170 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11172 * minibuffer.el (completion-cycle-threshold): New custom var.
11173 (completion--do-completion): Use it.
11174 (minibuffer-complete): Use cycling if appropriate.
11176 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
11178 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11179 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11181 2010-05-11 Juri Linkov <juri@jurta.org>
11183 * scroll-all.el (scroll-all-check-to-scroll):
11184 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11186 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11188 * iimage.el (iimage-mode-map): Move initialization into declaration.
11189 (iimage-mode-buffer): Use with-silent-modifications.
11190 Simplify calling convention. Adjust callers.
11191 (iimage-mode): Don't run hook redundantly.
11193 * minibuffer.el (completion-pcm--pattern->regex):
11194 Fix last change (bug#6160).
11196 2010-05-10 Juri Linkov <juri@jurta.org>
11198 Remove nodes visited during Isearch from the Info history.
11199 * info.el (Info-isearch-initial-history)
11200 (Info-isearch-initial-history-list): New variables.
11201 (Info-isearch-start): Record initial values of
11202 Info-isearch-initial-history and Info-isearch-initial-history-list.
11203 Add Info-isearch-end to isearch-mode-end-hook.
11204 (Info-isearch-end): New function.
11206 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
11208 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
11209 format string, in order to work around a bug in pdksh.
11210 Reported by Gilles Pion <gpion@lfdj.com>.
11211 (tramp-handle-verify-visited-file-modtime): Do not send a command
11212 when the connection is not established.
11213 (tramp-handle-set-file-times): Simplify the check for utc.
11215 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
11217 Fix use of `filter-buffer-substring' (rework previous change).
11218 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11219 (cua-repeat-replace-region):
11220 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11221 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11222 (cua-cut-region-to-global-mark): Use it.
11224 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11226 * progmodes/sql.el: Version 2.1.
11227 (sql-product-alist): Redesign structure of product info.
11228 (sql-product, sql-user, sql-server, sql-database): Safe variables.
11229 (sql-port, sql-port-history): New variables.
11230 (sql-interactive-product): New variable.
11231 (sql-send-terminator): New variable.
11232 (sql-imenu-generic-expression): Add "Types" imenu entry.
11233 (sql-oracle-login-params, sql-sqlite-login-params)
11234 (sql-mysql-login-params, sql-solid-login-params)
11235 (sql-sybase-login-params, sql-informix-login-params)
11236 (sql-ingres-login-params, sql-ms-login-params)
11237 (sql-postgres-login-params, sql-interbase-login-params)
11238 (sql-db2-login-params, sql-linter-login-params)
11239 (sql-oracle-scan-on): New variables.
11240 (sql-mode-map): Add C-c C-i to start interactive mode.
11241 (sql-mode-menu): Update existing menu entries.
11242 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
11243 (sql-mode-oracle-font-lock-keywords)
11244 (sql-mode-postgres-font-lock-keywords)
11245 (sql-mode-ms-font-lock-keywords)
11246 (sql-mode-sybase-font-lock-keywords)
11247 (sql-mode-informix-font-lock-keywords)
11248 (sql-mode-interbase-font-lock-keywords)
11249 (sql-mode-ingres-font-lock-keywords)
11250 (sql-mode-solid-font-lock-keywords)
11251 (sql-mode-mysql-font-lock-keywords)
11252 (sql-mode-sqlite-font-lock-keywords)
11253 (sql-mode-db2-font-lock-keywords)
11254 (sql-mode-linter-font-lock-keywords): Update initialization to
11255 reduce run-time complexity.
11256 (sql-add-product, sql-del-product): New functions.
11257 (sql-set-product-feature, sql-get-product-feature): New functions.
11258 (sql-product-font-lock): Update product API.
11259 (sql-add-product-keywords): New function.
11260 (sql-highlight-product): Update product API.
11261 (sql-help-list-products): New function.
11262 (sql-help): Dynamically lists free and non-free products.
11263 (sql-get-login): Correct bug in handling history and added
11265 (sql-copy-column): Copy without properties.
11266 (sqli-input-sender): Apply filters to SQLi input.
11267 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11268 Implement as a filter.
11269 (sql-escape-newlines-filter): Implement as a filter.
11270 (sql-remove-tabs-filter): New function.
11271 (sql-send-magic-terminator): New function.
11272 (sql-send-string): Implement magic terminator.
11273 (sql-send-region): Use `sql-send-string'.
11274 (sql-interactive-mode): Use product API.
11275 (sql-product-interactive): Use product API.
11276 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11277 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11278 (sql-db2, sql-linter): Use `sql-product-interactive'.
11279 (sql-connect): New function.
11280 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11281 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11282 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
11283 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11286 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11288 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11289 New custom variable.
11290 (completion-pcm--string->pattern): Use it.
11291 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11292 Make it handle any symbol as `any'.
11293 (completion-pcm--merge-completions): Extract common suffix for the new
11294 `prefix' symbol as well.
11295 (completion-substring--all-completions): Use the new `prefix' symbol.
11297 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
11299 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11301 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11302 (tramp-compat-funcall): New defmacro.
11303 (tramp-compat-line-beginning-position)
11304 (tramp-compat-line-end-position)
11305 (tramp-compat-temporary-file-directory)
11306 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11307 (tramp-compat-copy-file, tramp-compat-copy-directory)
11308 (tramp-compat-delete-file, tramp-compat-delete-directory)
11309 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11310 * net/tramp.el (top, with-progress-reporter)
11311 (tramp-rfn-eshadow-setup-minibuffer)
11312 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11313 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11314 (tramp-completion-mode-p, tramp-check-for-regexp)
11315 (tramp-open-connection-setup-interactive-shell)
11316 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11317 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11318 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11319 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11320 (tramp-reporter-dump-variable, tramp-load-report-modules)
11321 (tramp-append-tramp-buffers)
11322 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11324 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11326 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11328 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11329 buffer-modtime. Adjust users.
11331 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11333 * international/mule.el (auto-coding-alist): Only purecopy
11334 car of each item, not the whole list (Bug#6083).
11336 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11338 * progmodes/js.el (js-mode): Make paragraph variables local before
11339 calling c-setup-paragraph-variables (Bug#6071).
11341 2010-05-08 Eli Zaretskii <eliz@gnu.org>
11343 * composite.el (compose-region, reference-point-alist): Fix typos
11344 in the doc strings.
11346 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11348 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11349 gnuplot's "set" command.
11351 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11353 * abbrev.el (last-abbrev-text): Doc fix.
11354 (abbrev-prefix-mark): Don't escape parenthesis.
11356 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
11358 * composite.el (find-composition): Doc fix.
11360 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11362 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11363 (sql-oracle-program, sql-sqlite-options)
11364 (sql-query-placeholders-and-send): Doc fixes.
11365 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11366 (sql-imenu-generic-expression, sql-buffer)
11367 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11368 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11369 (sql-mode-sybase-font-lock-keywords)
11370 (sql-mode-informix-font-lock-keywords)
11371 (sql-mode-interbase-font-lock-keywords)
11372 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11373 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11374 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11375 (sql-product-feature, sql-highlight-product)
11376 (comint-line-beginning-position, sql-rename-buffer)
11377 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11378 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
11379 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11380 Fix typos in docstrings.
11382 2010-05-08 Juri Linkov <juri@jurta.org>
11384 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11385 property instead of `invisible' and `after-string' (bug#5998).
11387 2010-05-08 Juri Linkov <juri@jurta.org>
11389 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11391 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11393 * filecache.el (file-cache-add-directory-list)
11394 (file-cache-add-directory-recursively): Fix typos in docstrings.
11396 2010-05-08 Kenichi Handa <handa@m17n.org>
11398 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
11399 (gujarati-composable-pattern): Fix typo.
11401 2010-05-08 Kenichi Handa <handa@m17n.org>
11403 * language/indian.el (oriya-composable-pattern)
11404 (tamil-composable-pattern, malayalam-composable-pattern):
11405 Add two-part vowels to "v" (vowel sign).
11407 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11409 * files.el (copy-directory): Handle symlinks (Bug#5982).
11411 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11413 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11414 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11417 2010-05-08 Glenn Morris <rgm@gnu.org>
11419 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11421 * minibuffer.el (completion-at-point): Doc fix.
11423 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11425 * electric.el (Electric-command-loop): Minor tweak.
11427 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11428 better with dedicated windows.
11430 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
11432 * Version 23.2 released.
11434 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
11435 Stefan Monnier <monnier@iro.umontreal.ca>
11437 Highlight vendor specific properties.
11438 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11439 (css-proprietary-property): New face.
11440 (css-font-lock-keywords): Use them.
11442 2010-05-07 Eli Zaretskii <eliz@gnu.org>
11444 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11446 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11448 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11449 * files.el (auto-mode-alist): Remove redundant entries.
11451 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11452 * simple.el (auto-save-mode): Move from files.el.
11453 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11455 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11457 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
11459 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11461 * mail/binhex.el (binhex-decode-region-internal)
11462 * mail/uudecode.el (uudecode-decode-region-internal)
11463 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11464 (dns-read-type, dns-query)
11465 * pgg-parse.el (pgg-parse-armor)
11466 * pgg.el (pgg-verify-region)
11467 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11470 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11472 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
11474 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11476 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11477 * emulation/cua-base.el (cua-repeat-replace-region):
11478 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11479 (cua-cut-region-to-global-mark):
11480 Remove text properties with `set-text-properties'.
11482 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
11484 * net/tramp.el (top, with-progress-reporter):
11485 Use `symbol-function' inside `funcall'.
11487 * net/tramp-compat.el (tramp-compat-file-attributes)
11488 (tramp-compat-delete-file, tramp-compat-delete-directory):
11489 Handle only `wrong-number-of-arguments' error.
11491 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11492 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11495 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11497 * minibuffer.el (completion--sreverse, completion--common-suffix):
11499 (completion-pcm--merge-completions): Extract common suffix when safe.
11501 * emacs-lisp/easy-mmode.el (define-minor-mode):
11502 Make :variable more flexible.
11503 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11505 2010-05-05 Juri Linkov <juri@jurta.org>
11507 Add `slow' and `history' tags to the desktop data.
11509 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11510 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11511 (Info-finder-find-node): Require `finder.el' to be able
11512 to restore node from the desktop.
11513 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11514 data `Info-history' and `slow' tag in the assoc list.
11515 (Info-restore-desktop-buffer): Don't restore nodes with the
11516 `slow' tag. Restore `Info-history'.
11518 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11520 Add FORCE argument to `delete-file'.
11522 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11523 forcing to delete the temporary file.
11524 (ange-ftp-delete-file): Add FORCE arg.
11525 (ange-ftp-rename-remote-to-remote)
11526 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11527 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11528 Force file deletion.
11530 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11532 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11533 (tramp-handle-make-symbolic-link, tramp-handle-load)
11534 (tramp-do-copy-or-rename-file-via-buffer)
11535 (tramp-do-copy-or-rename-file-directly)
11536 (tramp-do-copy-or-rename-file-out-of-band)
11537 (tramp-handle-process-file, tramp-handle-call-process-region)
11538 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11539 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11540 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11542 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11543 (tramp-fish-handle-make-symbolic-link)
11544 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11546 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11547 Use `tramp-compat-delete-file'.
11549 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11550 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11552 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11553 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11555 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11556 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11557 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11558 Use `tramp-compat-delete-file'.
11560 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11563 * subr.el (add-minor-mode): Use push.
11564 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11565 * emulation/edt.el (edt-select-mode): Simplify.
11567 Use define-minor-mode in more cases.
11568 * term/tvi970.el (tvi970-set-keypad-mode):
11569 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11570 (normal-erase-is-backspace-mode):
11571 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11572 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11573 (get-scroll-bar-mode): New function.
11574 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11576 Use define-minor-mode for less obvious cases.
11577 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11578 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11579 * international/iso-ascii.el (iso-ascii-mode):
11580 * frame.el (auto-raise-mode, auto-lower-mode):
11581 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11583 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11585 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11586 in order to see error messages for failed logins.
11588 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11590 * diff.el (diff-sentinel):
11592 * epg.el (epg--make-temp-file, epg-decrypt-string)
11593 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11595 * jka-compr.el (jka-compr-partial-uncompress)
11596 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11598 * server.el (server-sentinel): Use delete-file's new FORCE arg
11601 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11603 Use define-minor-mode where applicable.
11604 * view.el (view-mode):
11605 * type-break.el (type-break-query-mode)
11606 (type-break-mode-line-message-mode):
11607 * textmodes/reftex.el (reftex-mode):
11608 * term/vt100.el (vt100-wide-mode):
11609 * tar-mode.el (tar-subfile-mode):
11610 * savehist.el (savehist-mode):
11611 * ibuf-ext.el (ibuffer-auto-mode):
11612 * composite.el (auto-composition-mode):
11613 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11614 Use define-minor-mode.
11615 (vhdl-mode): Use static mode-line format.
11616 (vhdl-mode-line-update): Delete.
11617 (vhdl-create-mode-menu, vhdl-activate-customizations)
11618 (vhdl-hs-minor-mode): Don't bother calling it.
11620 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11622 * simple.el (with-wrapper-hook): Move.
11623 (buffer-substring-filters): Mark obsolete.
11624 (filter-buffer-substring-functions): New variable.
11625 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11627 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11628 Michael Albinus <michael.albinus@gmx.de>
11630 Implement compression for inline methods.
11632 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11633 (tramp-copy-size-limit): Allow also nil.
11634 (tramp-inline-compress-commands): New defconst.
11635 (tramp-find-inline-compress, tramp-get-inline-compress)
11636 (tramp-get-inline-coding): New defuns.
11637 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11638 replaced by `tramp-get-inline-coding'.
11639 (tramp-handle-file-local-copy, tramp-handle-write-region)
11640 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11642 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11644 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11645 Remove unused functions.
11647 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11648 Set find-tag-default-function as a variable rather than a property.
11650 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11651 * progmodes/etags.el (tags-completion-at-point-function):
11652 Remove left over interactive spec. Add autoloading stub.
11653 (complete-tag): Use tags-completion-at-point-function.
11655 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11657 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11659 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11661 * ido.el (ido-init-completion-maps): Remove C-v binding.
11662 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11664 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11666 * minibuffer.el (tags-completion-at-point-function): New function.
11667 (completion-at-point-functions): Use it.
11669 * progmodes/etags.el (complete-tag): Revert last change.
11671 2010-04-29 Alan Mackenzie <acm@muc.de>
11673 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11674 off-by-one error (in end of macro position).
11676 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11678 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11679 firefox is absent. Don't autoload.
11680 (browse-url-galeon-program): Don't autoload.
11682 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11684 * bindings.el (complete-symbol): Move into minibuffer.el.
11686 * minibuffer.el (complete-tag): Move from etags.el. If tags
11687 completion cannot be performed, return nil instead of signalling
11689 (completion-at-point): Make it an alias for complete-symbol.
11690 (complete-symbol): Move from bindings.el, and replace with the
11691 body of completion-at-point.
11693 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11695 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11697 * net/tramp.el (tramp-remote-selinux-p): New defun.
11698 (tramp-handle-file-selinux-context)
11699 (tramp-handle-set-file-selinux-context): Use it.
11701 2010-04-28 Sam Steingold <sds@gnu.org>
11703 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11704 `safe-local-variable' if the value is a string or a symbol with
11705 the property `bug-reference-url-format'.
11707 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11709 * progmodes/bug-reference.el (bug-reference-url-format):
11710 Revert 2010-04-27 change due to security risk.
11712 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11714 Make it possible to locally disable a globally enabled mode.
11715 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11716 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11717 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11718 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11719 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11720 that subsequent hooks get a chance to disable it.
11722 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11724 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11725 Avoid re-enabling a minor mode after the user turned the minor mode
11726 off if MODE-enable-in-buffers is run twice (typically once from
11727 fundamental-mode's after-change-major-mode-hook and a second time from
11728 run-mode-hook's own after-change-major-mode-hook).
11730 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11732 2010-04-27 Sam Steingold <sds@gnu.org>
11734 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11735 `safe-local-variable' if the value is a string or a function, as
11736 documented and implemented on 2010-04-02.
11738 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11740 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11741 when method is 'kill.
11743 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11745 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11746 condition in default directory check.
11747 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11748 Kill ispell process when killing its associated buffer.
11750 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11752 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11753 but we aren't using it.
11755 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11757 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11758 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11760 2010-04-24 Glenn Morris <rgm@gnu.org>
11762 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11763 Ignore VCS-ignore files, and deleted nextstep preferences files.
11764 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11765 (authors-ambiguous-files): New list.
11766 (authors-valid-file-names): Add some deleted files.
11767 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11768 (authors-disambiguate-file-name): New function. (Bug#5501)
11769 (authors-canonical-file-name): Doc fix.
11770 Don't warn about obsolete files.
11771 (authors-canonical-file-name, authors-scan-el):
11772 Use authors-disambiguate-file-name.
11774 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11775 Add autoload cookies.
11776 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11777 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11778 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11779 They have definitions / compiler macros in cl.el.
11780 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11781 Replace manual autoloads with generated ones.
11782 (htmlfontify-unload-rgb-file): Remove autoload.
11783 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11785 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11787 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11788 (byte-compile-setq-default): Optimize for the
11789 single-var case and don't call byte-compile-form in this case to avoid
11790 inf-loop with byte-compile-set-default.
11792 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11794 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11796 Implement SELINUX backends.
11798 * net/tramp.el (tramp-file-name-handler-alist):
11799 Add `file-selinux-context' and `set-file-selinux-context'.
11800 (tramp-handle-file-selinux-context)
11801 (tramp-handle-set-file-selinux-context): New defuns.
11802 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11803 Handle PRESERVE-SELINUX-CONTEXT.
11805 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11806 Add `file-selinux-context' and `set-file-selinux-context'.
11807 (tramp-gvfs-handle-file-selinux-context)
11808 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11809 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11811 * net/ange-ftp.el (ange-ftp-copy-file):
11812 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11813 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11814 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11815 Add PRESERVE-SELINUX-CONTEXT.
11817 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11819 Synchronize with Tramp repository.
11821 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11822 (tramp-action-process-alive, tramp-action-out-of-band)
11823 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11824 (tramp-exists-file-name-handler): Fix docstring.
11825 (with-progress-reporter): New defmacro.
11826 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11827 (tramp-maybe-open-connection): Use it.
11829 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11831 Detect ssh 'ControlMaster' argument automatically in some cases.
11833 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11834 (tramp-default-method): Use it.
11836 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11838 * net/tramp.el (tramp-handle-copy-file): Add new optional
11839 parameter `preserve-selinux-context'.
11840 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11842 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11844 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11845 Ensure, that non remote files are still checked. Oops.
11847 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11851 * icomplete.el (icomplete-completions): Use `non-essential'.
11853 * net/tramp.el (tramp-connectable-p): New defun.
11854 (tramp-handle-expand-file-name)
11855 (tramp-completion-handle-file-name-all-completions)
11856 (tramp-completion-handle-file-name-completion): Use it.
11858 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11860 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11862 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11864 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11866 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11868 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11871 * info.el (info-tool-bar-map): Add labels.
11873 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11875 * cus-edit.el (custom-commands): Add labels for tool bar.
11876 (custom-buffer-create-internal, Custom-mode): Adjust for
11877 labels in custom-commands.
11879 * dynamic-setting.el: Renamed from font-setting.el.
11881 2010-04-21 John Wiegley <jwiegley@gmail.com>
11883 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11884 toggles the use of virtual buffers.
11885 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11886 (ido-toggle-virtual-buffers): New function.
11888 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11890 Use `define-derived-mode'; fix window selection; doc fixes.
11891 * play/tetris.el (tetris, tetris-update-speed-function)
11892 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11893 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11894 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11895 (tetris-pause-game): Fix typos in docstrings.
11896 (tetris-mode-map, tetris-null-map):
11897 Move initialization into declaration.
11898 (tetris-mode): Define with `define-derived-mode';
11899 set show-trailing-whitespace to nil.
11900 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11902 2010-04-21 Karel Klíč <kklic@redhat.com>
11904 * files.el (backup-buffer): Handle SELinux context, and return it
11905 if a backup was made by renaming.
11906 (backup-buffer-copy): Set SELinux context to the target file.
11907 (basic-save-buffer): Set SELinux context of the newly written file.
11908 (basic-save-buffer-1): Now it also returns any SELinux context.
11909 (basic-save-buffer-2): Set SELinux context of the newly created file,
11911 * net/tramp.el (tramp-file-name-for-operation):
11912 Add file-selinux-context.
11914 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11916 Make the log-edit comments use RFC822 format throughout.
11918 * vc.el (vc-checkin, vc-modify-change-comment):
11919 Adjust to new vc-start/finish-logentry.
11920 (vc-find-conflicted-file): New command.
11921 (vc-transfer-file): Adjust to new vc-checkin.
11922 (vc-next-action): Improve scoping.
11924 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11925 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11927 * vc-git.el (vc-git-log-edit-mode): Remove.
11928 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11929 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11931 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11932 (vc-start-logentry): Remove argument `extra'.
11933 (vc-finish-logentry): Remove extra args.
11935 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11936 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11937 (vc-bzr-conflicted-files): New function.
11939 * log-edit.el (log-edit-extra-flags)
11940 (log-edit-before-checkin-process): Remove.
11941 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11942 (log-edit-headers-alist): New var.
11943 (log-edit-header-contents-regexp): New const.
11944 (log-edit-match-to-eoh): New function.
11945 (log-edit-font-lock-keywords): Use them.
11946 (log-edit): Insert a "Summary:" header as default.
11947 (log-edit-mode): Mark font-lock rules as case-insensitive.
11948 (log-edit-done): Cleanup headers.
11949 (log-view-process-buffer): Remove.
11950 (log-edit-extract-headers): New function to replace it.
11952 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11954 * subr.el (default-direction-reversed): Remove obsolescence info.
11956 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11958 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11961 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11962 I.e. include text after point in the completion region.
11963 Also, return nil when we're not after/in a symbol.
11965 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11966 default enable-multibyte-characters.
11968 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11970 * international/mule.el: Help the user choose a valid coding-system.
11971 (read-buffer-file-coding-system): New function.
11972 (set-buffer-file-coding-system): Use it. Prompt the user if the
11973 coding-system cannot encode all the chars.
11975 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11976 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11977 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11978 Don't use *vc-bzr-shelve*.
11980 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11982 Fix the version number for added files.
11983 * vc-hg.el (vc-hg-working-revision): Check if the file is
11984 registered after hg parent fails (Bug#5961).
11986 2010-04-19 Glenn Morris <rgm@gnu.org>
11988 * htmlfontify.el (htmlfontify-buffer)
11989 (htmlfontify-copy-and-link-dir): Autoload entry points.
11991 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11993 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11994 name relative to the project root (Bug#5960).
11996 2010-04-19 Glenn Morris <rgm@gnu.org>
11998 * vc-git.el (vc-git-print-log): Doc fix.
12000 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
12002 * ido.el (ido-file-internal): Fix 2009-12-02 change.
12004 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
12006 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12007 default settings (Bug#5928).
12009 2010-04-19 Glenn Morris <rgm@gnu.org>
12011 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12013 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
12015 2010-04-19 Kenichi Handa <handa@m17n.org>
12017 * language/indian.el (malayalam-composable-pattern): Fix previous
12018 change (add U+0D4D "SIGN VIRAMA").
12019 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12020 (tamil-composable-pattern): Fix typo in the regexp.
12021 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12022 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12023 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12025 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12027 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12028 paragraph-separate (Bug#5821).
12030 2010-04-19 Juri Linkov <juri@jurta.org>
12032 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12034 * info.el (Info-find-node-2): Comment out code that skips
12036 (Info-mouse-follow-link): New command.
12037 (Info-link-keymap): New keymap.
12038 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12039 Return a string with links instead of inserting breadcrumbs
12040 to the Info buffer.
12041 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12042 Instead of putting the `invisible' text property over the Info
12043 header, make an overlay over the Info header with the `invisible'
12044 property and `after-string' set to the string returned by
12045 `Info-breadcrumbs'.
12047 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12049 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12050 Reported by monkey@sandpframing.com.
12052 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12054 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12055 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12056 available in the "keyseq cache" any more.
12058 * custom.el (defcustom): Add edebug spec.
12060 2010-04-18 Juri Linkov <juri@jurta.org>
12062 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12064 * view.el (view-file, view-buffer): Move test for special mode-class
12065 from view-file to view-buffer.
12067 * tar-mode.el (tar-extract): Turn if's into one cond
12068 like in arc-mode.el.
12070 2010-04-18 Juri Linkov <juri@jurta.org>
12072 Add 7z archive format support (bug#5475).
12074 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12075 (archive-7z-extract): New defcustom.
12076 (archive-find-type): Add magic string for 7z.
12077 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12078 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12079 `buffer' arg of `call-process'.
12080 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12081 call the function `archive-7z-extract' with the variable
12082 `archive-7z-extract' let-bound to `archive-zip-extract'.
12083 (archive-7z-summarize, archive-7z-extract): New functions.
12085 * international/mule.el (auto-coding-alist):
12086 * files.el (auto-mode-alist): Add 7z file extension.
12088 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12090 * loadup.el: Setup hash-cons for pure data.
12092 Fix duplicate entries in cedet's loaddefs.el files.
12093 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12094 Should make most file-local generated-autoload-file unnecessary.
12095 (print-readably): Silence warnings.
12096 (autoload-find-destination): Take load-name as an arg to make sure
12097 it's the same as the one that will be in the file.
12098 (autoload-generate-file-autoloads): Adjust to above changes.
12099 Try to make the dataflow a bit simpler.
12101 * cvs-status.el (cvs-refontify): Remove unused.
12103 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12105 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
12107 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
12108 twos-complement mode.
12110 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12112 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12113 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
12114 (calc-inverse): Add "Option" to message, as appropriate.
12115 (calc-hyperbolic): Add "Option" to message, as appropriate.
12116 (calc-option, calc-is-option): New functions.
12118 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
12119 (calc-option-prefix-help): New function.
12121 * calc/calc-misc.el (calc-help): Add "Option" entry.
12123 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
12124 (calc-option-flag): New variable.
12125 (calc-do): Set `calc-option-flag to nil.
12126 (calc-set-mode-line): Add "Opt " as appropriate.
12128 2010-04-16 Juri Linkov <juri@jurta.org>
12130 Move scrolling commands from simple.el to window.el
12131 because their primitives are implemented in window.c.
12133 * simple.el (scroll-error-top-bottom)
12134 (scroll-up-command, scroll-down-command, scroll-up-line)
12135 (scroll-down-line, scroll-other-window-down)
12136 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12137 * window.el (scroll-error-top-bottom)
12138 (scroll-up-command, scroll-down-command, scroll-up-line)
12139 (scroll-down-line, scroll-other-window-down)
12140 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12141 Move from simple.el to window.el because their primitives are
12142 implemented in window.c.
12144 2010-04-16 Juri Linkov <juri@jurta.org>
12146 * isearch.el (isearch-lookup-scroll-key): Check both
12147 `isearch-scroll' and `scroll-command' properties.
12148 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12150 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12152 * simple.el (scroll-up-command, scroll-down-command)
12153 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12155 2010-04-15 Juri Linkov <juri@jurta.org>
12157 * simple.el (scroll-up-command, scroll-down-command)
12158 (scroll-up-line, scroll-down-line): Put `scroll-command'
12159 property on the these symbols. Remove them from
12160 `scroll-preserve-screen-position-commands'.
12162 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12163 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12164 Remove it from `scroll-preserve-screen-position-commands'.
12166 * isearch.el (isearch-allow-scroll): Doc fix.
12168 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
12170 * net/tramp.el (tramp-error-with-buffer): Don't show the
12171 connection buffer when we are in completion mode.
12172 (tramp-file-name-handler): Catch the error for some operations
12173 when we are in completion mode. This gives the user the chance to
12174 correct the file name in the minibuffer.
12176 2010-04-15 Glenn Morris <rgm@gnu.org>
12178 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12180 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
12182 Simplify by using `define-derived-mode'.
12183 * info.el (Info-mode):
12184 * calendar/todo-mode.el (todo-mode):
12185 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12186 (gomoku-mode-map): Move initialization into declaration.
12188 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
12191 * ido.el (ido-file-name-all-completions-1):
12192 * minibuffer.el (minibuffer-completion-help):
12193 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12195 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12197 * simple.el (non-essential): New var.
12199 Add a new field `location' to bookmarks for non-file bookmarks.
12200 * bookmark.el (bookmark-location): Use the new field, if present.
12201 (bookmark-insert-location): Undo last change, not needed any more.
12202 * man.el (Man-bookmark-make-record):
12203 * woman.el (woman-bookmark-make-record): Add `location' field.
12205 2010-04-14 Juri Linkov <juri@jurta.org>
12207 * simple.el (scroll-error-top-bottom): New defcustom.
12208 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12210 * emulation/pc-select.el (pc-select-override-scroll-error):
12211 Obsolete in favor of `scroll-error-top-bottom'.
12213 2010-04-14 Juri Linkov <juri@jurta.org>
12215 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12216 `scroll-up-command' and `M-v' to `scroll-down-command'.
12218 * emulation/cua-rect.el (cua--init-rectangles):
12219 * forms.el (forms--change-commands):
12220 * image-mode.el (image-mode-map):
12221 Remap scroll-down-command and scroll-up-command
12222 in addition to scroll-down and scroll-up.
12224 2010-04-14 Juri Linkov <juri@jurta.org>
12226 * mwheel.el (scroll-preserve-screen-position-commands):
12227 Add mwheel-scroll to this list of commands.
12229 * simple.el (scroll-preserve-screen-position-commands):
12230 Add scroll-up-command, scroll-down-command, scroll-up-line,
12231 scroll-down-line to this list of commands.
12233 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12235 * obsolete/complete.el: Move from lisp/complete.el.
12237 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12239 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12240 to the minor mode function now turns the mode ON unconditionally.
12242 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12244 * vc-dir.el (vc-dir-kill-line): New command.
12245 (vc-dir-mode-map): Bind it to C-k.
12247 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12249 * woman.el: Add bookmark declarations to silence the compiler.
12250 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12251 step to compatibility between man and woman bookmarks.
12252 Adjust for Man-default-bookmark-title renaming.
12253 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12255 * man.el: Add bookmark declarations to silence the compiler.
12256 (Man-name-local-regexp): Make it match NAME as well.
12257 (Man-getpage-in-background): Return the buffer.
12258 (Man-notify-when-ready): Use `case'.
12259 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12260 Don't hardcode "NAME". Simplify.
12261 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12262 Rename from Man-bookmark-make-record.
12263 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12264 we have the actual man-args. Use Man-getpage-in-background rather
12265 than `man' since the arg is already processed. Let bookmark.el do the
12266 window handling. Only wait for the relevant process.
12267 Don't forget to autoload.
12269 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12271 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12273 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12275 (woman-mode): Setup bookmark support.
12277 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12278 (man-bookmark-jump): New functions.
12279 (Man-mode): Setup bookmark support.
12281 2010-04-10 Jari Aalto <jari.aalto@cante.net>
12283 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12284 recognize ssh-keygen prompt (Bug#2817).
12286 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12288 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12290 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12292 Synchronize with Tramp repository.
12294 * net/tramp.el (tramp-completion-function-alist)
12295 (tramp-file-name-regexp, tramp-chunksize)
12296 (tramp-local-coding-commands, tramp-remote-coding-commands):
12298 (tramp-remote-process-environment): Use `format' instead of `concat'.
12299 (tramp-handle-directory-files-and-attributes)
12300 (tramp-get-remote-path): Use `copy-tree'.
12301 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12302 compatibility: Use `completion-ignore-case' if
12303 `read-file-name-completion-ignore-case' does not exist.
12304 (tramp-do-copy-or-rename-file-directly): Do not use
12305 `tramp-handle-file-remote-p'.
12306 (tramp-do-copy-or-rename-file-out-of-band):
12307 Use `tramp-compat-delete-directory'.
12308 (tramp-do-copy-or-rename-file-out-of-band)
12309 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12310 Use `format-spec-make'.
12311 (tramp-find-foreign-file-name-handler)
12312 (tramp-advice-make-auto-save-file-name)
12313 (tramp-set-auto-save-file-modes): Remove superfluous check for
12314 `stringp'. This is done inside `tramp-tramp-file-p'.
12315 (tramp-debug-outline-regexp): New defconst.
12316 (tramp-get-debug-buffer): Use it.
12317 (tramp-check-for-regexp): Use (forward-line 1).
12318 (tramp-set-auto-save-file-modes): Adapt version check.
12320 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12321 Wrap call of `featurep' for 2nd argument.
12322 (tramp-compat-make-temp-file): Simplify fallback implementation.
12323 (tramp-compat-copy-tree): Remove function.
12324 (tramp-compat-delete-directory): Provide implementation for older
12327 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12328 Do not use `tramp-fish-handle-file-attributes.
12330 * net/trampver.el: Update release number.
12332 2010-04-10 Glenn Morris <rgm@gnu.org>
12334 * progmodes/compile.el (compilation-save-buffers-predicate):
12335 Add missing :version tag.
12337 2010-04-09 Sam Steingold <sds@gnu.org>
12339 * progmodes/compile.el (compilation-save-buffers-predicate):
12340 Remove the "autoload" cookie.
12342 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12343 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12344 and `bug-reference-prog-mode' can be used in hooks directly.
12346 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12348 Add --author support to git commit.
12349 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12350 (vc-git-log-edit-mode): New minor mode.
12351 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12354 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12356 * vc-hooks.el, vc-git.el: Improve documentation comments.
12358 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12360 Fix some of the problems in defsubst* (bug#5728).
12361 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12362 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12364 2010-04-07 Sam Steingold <sds@gnu.org>
12366 * progmodes/compile.el (compilation-save-buffers-predicate):
12367 New custom variable.
12368 (compile, recompile): Pass it to `save-some-buffers'.
12370 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12372 * wid-edit.el (widget-choose): Move cursor to the second line of
12373 the buffer (Bug#5695).
12375 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12377 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12378 * vc.el (vc-print-log-setup-buttons): New function split out from
12379 vc-print-log-internal.
12380 (vc-log-internal-common): New function, a parametrized version of
12381 vc-print-log-internal.
12382 (vc-print-log-internal): Just call vc-log-internal-common with the
12384 (vc-incoming-outgoing-internal):
12385 (vc-log-incoming, vc-log-outgoing): New functions.
12386 (vc-log-view-type): New permanent local variable.
12388 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12390 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12391 of the dynamic bound vc-short-log.
12392 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12394 * vc-git.el (vc-git-log-outgoing): New function.
12395 (vc-git-log-view-mode): Use vc-log-view-type instead
12396 of the dynamic bound vc-short-log.
12398 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12399 of the dynamic bound vc-short-log. Highlight the tag.
12400 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12401 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12402 (vc-hg-incoming-mode): Remove.
12403 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12405 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12407 Fix default-directory for vc-root-diff.
12408 * vc.el (vc-root-diff): Bind default-directory to the root
12409 directory for the diff command.
12411 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
12413 * progmodes/verilog-mode.el (verilog-forward-sexp):
12414 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12415 word keywords, suggested by Steve Pearlmutter.
12416 (verilog-pretty-declarations): Support lineup of declarations in
12418 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
12419 fix bug for /* / comments.
12420 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
12421 Speed up and simplfy as this is never called with a bound.
12422 (verilog-pretty-declarations): Enhance to line up declarations
12423 inside a parameter list, suggested by Alan Morgan.
12424 (verilog-pretty-expr): Tune assignment regular expression match
12425 string for corner cases; also use markers instead of character
12426 number as indent changes the later.
12428 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12430 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12431 as missing keyword.
12432 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12433 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12434 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12435 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12437 (verilog-keywords):
12438 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12439 1800-2009 keywords, including "global.".
12441 2010-04-06 John Wiegley <jwiegley@gmail.com>
12443 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
12444 appearing in buffer list (if a live buffer name matched a recentf
12445 file basename). Should use uniquify to offer a real solution.
12447 2010-04-06 John Wiegley <jwiegley@gmail.com>
12449 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12450 comment to code, and add a :version tag.
12451 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
12453 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
12455 Enable recentf-mode if using virtual buffers.
12456 * ido.el (recentf-list): Declare for byte-compiler.
12457 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
12458 (ido-make-buffer-list): Simplify.
12459 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12461 2010-04-05 Juri Linkov <juri@jurta.org>
12463 Scrolling commands which scroll a line instead of full screen.
12464 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12466 * simple.el (scroll-up-line, scroll-down-line): New commands.
12467 Put property isearch-scroll=t on them.
12469 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12472 2010-04-05 Juri Linkov <juri@jurta.org>
12474 Scrolling commands which do not signal errors at top/bottom.
12475 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12477 * simple.el (scroll-up-command, scroll-down-command): New commands.
12478 Put property isearch-scroll=t on them.
12480 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12481 `scroll-down-command' and [next] from `scroll-up' to
12482 `scroll-up-command'.
12484 * emulation/cua-base.el: Put property CUA=move on
12485 `scroll-up-command' and `scroll-down-command'.
12486 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12487 and `scroll-down-command' to `cua-scroll-down'.
12489 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
12491 * help.el (describe-mode): Return nil.
12493 2010-04-04 John Wiegley <jwiegley@gmail.com>
12495 * ido.el (ido-use-virtual-buffers): New variable to indicate
12496 whether "virtual buffer" support is enabled for IDO.
12497 (ido-virtual): Face used to indicate virtual buffers in the list.
12498 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12499 exists, but a virtual buffer of that name does (which would be why
12500 it was in the list), recreate the buffer by reopening the file.
12501 (ido-make-buffer-list): If virtual buffers are being used, call
12502 `ido-add-virtual-buffers-to-list' before the make list hook.
12503 (ido-virtual-buffers): New variable which contains a copy of the
12504 current contents of the `recentf-list', albeit pared down for the
12505 sake of speed, and with proper faces applied.
12506 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12507 create a list of "virtual buffers" to present to the user in
12508 addition to the currently open set. Note that this logic could
12509 get rather slow if that list is too large. With the default
12510 `recentf-max-saved-items' of 200, there is little speed penalty.
12512 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12514 * font-lock.el: Require CL when compiling.
12515 (font-lock-turn-on-thing-lock): Use `case'.
12517 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12519 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12522 2010-04-02 Juri Linkov <juri@jurta.org>
12524 * ehelp.el (electric-help-orig-major-mode):
12525 New buffer-local variable.
12526 (electric-help-mode): Set it to original major-mode. Doc fix.
12527 (with-electric-help): Use `electric-help-orig-major-mode' instead
12528 of (default-value 'major-mode). Doc fix.
12529 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12531 2010-04-02 Sam Steingold <sds@gnu.org>
12533 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12534 `vc-hg-command' with a list of flags.
12536 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12537 Also accept "patch" and "RFE".
12538 (bug-reference-fontify): `bug-reference-url-format' can also be a
12539 function to be able to handle the bug kind.
12540 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12542 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12544 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12545 value to fboundp, it may not be a symbol.
12547 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12549 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12551 2010-03-31 Juri Linkov <juri@jurta.org>
12553 * simple.el (next-line, previous-line): Re-throw a signal
12554 with `signal' instead of using `ding'.
12555 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12557 2010-03-31 Juri Linkov <juri@jurta.org>
12559 * simple.el (keyboard-escape-quit): Raise deselecting the active
12560 region higher than exiting the minibuffer.
12561 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12563 2010-03-31 Juri Linkov <juri@jurta.org>
12565 * image.el (image-animated-p): Use `image-metadata' instead of
12566 `image-extension-data'. Get GIF extenstion data from metadata
12567 property `extension-data'.
12569 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12571 * simple.el (append-to-buffer): Simplify.
12573 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12575 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12576 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12578 2010-03-31 Kenichi Handa <handa@m17n.org>
12580 * language/sinhala.el (composition-function-table): Fix regexp for
12581 the new Unicode specification.
12583 * language/indian.el (devanagari-composable-pattern)
12584 (tamil-composable-pattern, kannada-composable-pattern)
12585 (malayalam-composable-pattern): Adjust for the new Unicode
12587 (bengali-composable-pattern, gurmukhi-composable-pattern)
12588 (gujarati-composable-pattern, oriya-composable-pattern)
12589 (telugu-composable-pattern): New variables to cope with the new
12590 Unicode specification. Use them in composition-function-table.
12592 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12594 Make tmm-menubar work for the Buffers menu again (bug#5726).
12595 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12596 vectors rather than cons cells, as used in menu-bar-update-buffers.
12598 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12600 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12601 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12602 electric punctuation for "{}();,:" (Bug#5586).
12604 * mail/sendmail.el (mail-default-directory): Doc fix.
12606 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12608 * mail/sendmail.el (mail-default-directory): Doc fix.
12610 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12612 * subr.el (version-regexp-alist, version-to-list)
12613 (version-list-<, version-list-=, version-list-<=)
12614 (version-list-not-zero, version<, version<=, version=): Doc fix.
12617 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12619 * vc.el (vc-root-diff): Doc fix.
12621 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12623 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12625 * simple.el (append-to-buffer): Fix last change.
12627 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12629 * simple.el (append-to-buffer): Ensure that point is preserved if
12630 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12633 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12635 * files.el (auto-mode-case-fold): Change default to t.
12637 2010-03-30 Juri Linkov <juri@jurta.org>
12639 * dired-x.el (dired-omit-mode): Doc fix.
12641 2010-03-30 Juri Linkov <juri@jurta.org>
12643 * replace.el (occur-accumulate-lines): Move occur-engine related
12644 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12645 to be located after `occur-engine'.
12647 2010-03-30 Juri Linkov <juri@jurta.org>
12649 Make occur handle multi-line matches cleanly with context.
12650 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12652 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12653 (occur-engine): Add local variables `ret', `prev-after-lines',
12654 `prev-lines'. Use more arguments for `occur-context-lines'.
12655 Set first elem of its returned list to `data', and the second elem
12656 to `prev-after-lines'. Don't print the separator line.
12657 In the end, print remaining context after-lines.
12658 (occur-context-lines): Add new arguments `begpt', `endpt',
12659 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12660 after-lines of the previous match with before-lines of the
12661 current match and not overlap them. Return a list with two
12662 values: the output line and the list of context after-lines.
12664 2010-03-30 Juri Linkov <juri@jurta.org>
12666 * replace.el (occur-accumulate-lines): Fix a bug where the first
12667 context line at the beginning of the buffer was missing.
12669 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12671 * files.el: Make bidi-display-reordering safe variable for boolean
12674 2010-03-29 Phil Hagelberg <phil@evri.com>
12675 Chong Yidong <cyd@stupidchicken.com>
12677 * subr.el: Extend progress reporters to perform "spinning".
12678 (progress-reporter-update, progress-reporter-do-update):
12679 Handle non-numeric value arguments.
12680 (progress-reporter--pulse-characters): New var.
12682 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12684 * progmodes/compile.el (compilation-start): Fix regexp detection
12685 of initial cd command (Bug#5771).
12687 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12689 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12691 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12693 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12694 * progmodes/gdb-mi.el: Restore.
12695 * progmodes/gdb-ui.el: Remove.
12696 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12698 2010-03-25 Glenn Morris <rgm@gnu.org>
12700 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12701 all dired buffers, even tramp ones. (Bug#5755)
12703 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12705 Add "union tags" in mpc.el.
12706 * mpc.el: Remove backward compatibility code.
12707 (mpc-browser-tags): Change default.
12708 (mpc--find-memoize-union-tags): New var.
12709 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12710 (mpc-cmd-find): Handle the case where the playlist does not exist.
12712 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12713 (mpc-cmd-add): Use mpc-cmd-flush.
12714 (mpc-tagbrowser-tag-name): New fun.
12715 (mpc-tagbrowser-buf): Use it.
12716 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12718 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12721 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12722 Use replace-regexp-in-string.
12723 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12724 (makefile-imake-mode-syntax-table): Move init into defvar.
12725 (makefile-mode): Use define-derived-mode.
12727 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12728 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12729 not be present any more.
12731 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12733 * faces.el (set-face-attribute): Fix typo in docstring.
12734 (face-valid-attribute-values): Reflow docstring.
12736 2010-03-24 Glenn Morris <rgm@gnu.org>
12738 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12740 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12742 * indent.el (indent-for-tab-command): Doc fix.
12744 2010-03-24 Alan Mackenzie <acm@muc.de>
12746 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12747 Fix off-by-one error. Fixes bug #5747.
12749 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12751 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12752 (image-dired-read-comment): Doc fix.
12754 * json.el (json-object-type, json-array-type, json-key-type)
12755 (json-false, json-null, json-read-number):
12756 * minibuffer.el (completion-in-region-functions):
12757 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12758 (cal-tex-cursor-week):
12759 * emacs-lisp/trace.el (trace-function):
12760 * eshell/em-basic.el (eshell/printnl):
12761 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12762 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12763 * obsolete/levents.el (allocate-event, event-key, event-object)
12764 (event-point, event-process, event-timestamp, event-to-character)
12765 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12766 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12767 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12768 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12769 (reftex-highlight-selection): Fix typos in docstrings.
12771 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12773 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12775 2010-03-24 Glenn Morris <rgm@gnu.org>
12777 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12778 2008-02-13 without comment; mark it obsolete.
12779 (rmail-highlight-headers): Use rmail-highlight-face once more.
12781 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12783 * woman.el (woman2-process-escapes): Only consume the newline if
12784 the filler character is on a line by itself (Bug#5729).
12786 2010-03-24 Kenichi Handa <handa@m17n.org>
12788 * language/indian.el (devanagari-composable-pattern): Add more
12791 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12793 * net/trampver.el: Update release number.
12795 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12797 * net/tramp.el (tramp-find-executable):
12798 Use `tramp-get-connection-buffer'. Make the regexp for checking
12799 output of "wc -l" more robust.
12800 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12801 (tramp-open-connection-setup-interactive-shell): Remove workaround
12802 for OpenSolaris bug, it is not needed anymore.
12804 2010-03-24 Glenn Morris <rgm@gnu.org>
12806 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12808 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12810 * files.el (auto-mode-alist): Accept more verilog file patterns.
12812 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12814 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12816 2010-03-24 Glenn Morris <rgm@gnu.org>
12818 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12819 log-edit-before-checkin-process.
12821 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12823 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12825 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12826 (log-view-process-buffer, log-edit-extra-flags): Declare.
12828 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12830 2010-03-23 Sam Steingold <sds@gnu.org>
12832 Fix bug#5620: recalculate all markers on compilation buffer
12833 modifications, not on file modifications.
12834 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12835 variable: the buffer modification time, for buffers not associated with
12837 (compilation-mode): Create it.
12838 (compilation-filter): Update it.
12839 (compilation-next-error-function): Use it instead of
12840 `visited-file-modtime' for timestamp.
12842 2010-03-23 Juri Linkov <juri@jurta.org>
12844 Implement Occur multi-line matches.
12845 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12847 * replace.el (occur): Doc fix.
12848 (occur-engine): Set `begpt' to the beginning of the first line.
12849 Set `endpt' to the end of the last match line. At first, count
12850 line numbers between `origpt' and `begpt'. Split out code from
12851 `out-line' variable to new let-bindings `match-prefix' and
12852 `match-str'. In `out-line' add non-numeric prefix to all
12853 non-first lines of multi-line matches. Finally, count lines
12854 between `begpt' and `endpt' and add to `lines'.
12856 2010-03-23 Juri Linkov <juri@jurta.org>
12858 * replace.el (occur-accumulate-lines, occur-engine):
12859 Use `occur-engine-line' instead of duplicate code.
12860 (occur-engine-line): New function created from duplicate code
12861 in `occur-accumulate-lines' and `occur-engine'.
12863 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12864 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12866 2010-03-23 Juri Linkov <juri@jurta.org>
12868 * finder.el: Remove TODO tasks.
12870 * info.el (Info-finder-find-node): Add node "all"
12871 with all package info. Handle a list of multiple keywords
12872 separated by comma.
12873 (info-finder): In interactive use with a prefix argument,
12874 use `completing-read-multiple' to read a list of keywords
12875 separated by comma.
12877 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12879 Add a new completion style `substring'.
12880 * minibuffer.el (completion-basic--pattern): New function.
12881 (completion-basic-try-completion, completion-basic-all-completions):
12883 (completion-substring--all-completions)
12884 (completion-substring-try-completion)
12885 (completion-substring-all-completions): New functions.
12886 (completion-styles-alist): New style `substring'.
12888 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12890 Get rid of .elc files after removal of the corresponding .el.
12891 * Makefile.in (compile-clean): New target.
12892 (compile-main): Use it.
12894 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12896 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12897 don't do make there. When compiling with separate object dir, there
12898 is no Makefile there.
12900 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12902 Get rid of the ELCFILES abomination, again.
12903 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12904 (all, compile): Don't call compile-last.
12905 (compile-main): Build the "elcfiles" list dynamically.
12906 (compile-targets): New (internal) target.
12908 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12910 * Makefile.in (top_srcdir): Define.
12911 (abs_top_builddir): Define.
12912 (srcdir): Don't append `/..'.
12913 (EMACS): Use ${abs_top_builddir}.
12914 (all, compile, compile-always, compile-last): Don't set emacswd.
12915 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12917 (lisp): Use $(srcdir) instead of @srcdir@.
12919 2010-03-21 Juri Linkov <juri@jurta.org>
12921 Fix message of multi-line occur regexps and multi-buffer header lines.
12922 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12924 * replace.el (occur-1): Don't display regexp if it is longer
12925 than window-width. Use `query-replace-descr' to display regexp.
12926 (occur-engine): Don't display regexp in the buffer header for
12927 multi-buffer occur. Display a separate header line with total
12928 match count and regexp for multi-buffer occur.
12929 Use `query-replace-descr' to display regexp.
12931 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12933 * net/secrets.el: Fix parenthesis.
12934 (secrets-enabled): Fix parenthesis.
12936 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12938 Use more relative file and directory names.
12939 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12940 (setwins, setwins_almost, setwins_for_subdirs):
12941 Don't `cd'; output relative names.
12942 (all, compile, compile-always, compile-last): Set emacswd.
12943 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12944 Just cd to the lisp source dir so we can use relative file names.
12946 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12948 2010-03-20 Glenn Morris <rgm@gnu.org>
12950 * textmodes/rst.el: Use faces for font-lock customization, and make the
12951 old -face variables obsolete.
12952 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12953 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12954 (rst-block-face, rst-external-face, rst-definition-face)
12955 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12956 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12958 (rst-font-lock-keywords-function): Update for above changes.
12960 2010-03-20 Juri Linkov <juri@jurta.org>
12963 * obsolete/s-region.el: Move to obsolete.
12965 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12967 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12969 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12971 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12973 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12975 Add special markup processing for commit logs.
12976 * log-edit.el (log-edit-extra-flags): New variable.
12977 (log-edit): Add new argument MODE. Use that mode when non-nil
12978 instead of the log-view-mode.
12979 (log-view-process-buffer): New function.
12981 * vc.el: Document that the checkin method takes optional
12982 arguments. Document new backend specific method: log-view-mode.
12983 (vc-default-log-edit-mode): New function.
12984 (vc-checkin): Use a backend specific log-view-mode.
12985 Pass extra arguments to the checkin method.
12986 (vc-modify-change-comment): Pass a dummy extra argument.
12988 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12990 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12991 (vc-finish-logentry): Process the log buffer before passing it
12992 down. Pass log-edit-extra-flags.
12994 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12996 (log-edit-extra-flags, log-edit-before-checkin-process):
12999 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
13001 (log-edit-extra-flags, log-edit-before-checkin-process):
13003 (vc-hg-log-edit-mode): New derived mode.
13005 * vc-arch.el (vc-arch-checkin):
13006 * vc-cvs.el (vc-cvs-checkin):
13007 * vc-git.el (vc-git-checkin):
13008 * vc-mtn.el (vc-mtn-checkin):
13009 * vc-rcs.el (vc-rcs-checkin):
13010 * vc-sccs.el (vc-sccs-checkin):
13011 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13013 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13015 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13018 2010-03-19 Glenn Morris <rgm@gnu.org>
13020 * password-cache.el (password-cache, password-cache-expiry): Autoload.
13022 2010-03-18 Glenn Morris <rgm@gnu.org>
13024 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13026 * replace.el (query-replace-history): Give it a doc string.
13027 (map-query-replace-regexp): Use query-replace-from-history-variable
13028 and query-replace-to-history-variable.
13030 * mail/hashcash.el (declare-function): Remove duplicate definition.
13032 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13033 Make it an obsolete alias for report-emacs-bug-address.
13034 (message-strip-special-text-properties): Declare.
13035 (report-emacs-bug): Remove test for a pretest bug address.
13036 Combine message-mode-specific code.
13038 * mail/supercite.el: Don't require sendmail.
13039 (mh-in-header-p): Declare rather than using with-no-warnings.
13040 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13041 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13043 * calendar/cal-french.el: Convert to utf-8.
13045 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13048 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
13050 * net/secrets.el (secrets-enabled): New variable. Use it instead
13053 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
13055 * net/secrets.el (top): Register the D-Bus signals only when the
13056 service "org.freedesktop.secrets" can be pinged.
13057 Provide subfeature `enabled'.
13059 2010-03-14 Juri Linkov <juri@jurta.org>
13061 Add finder unknown keywords.
13063 * finder.el (finder-unknown-keywords): New function.
13065 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13066 to create a Finder node with unknown keywords.
13068 2010-03-14 Juri Linkov <juri@jurta.org>
13070 * finder.el (finder-compile-keywords): Replace `princ' with
13071 `prin1' on a list of symbols interned from keyword strings.
13073 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13074 a comma, then split keywords using a comma and optional whitespace.
13075 Otherwise, split by whitespace.
13083 * progmodes/mixal-mode.el: Fix keywords.
13085 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
13087 * Makefile.in (ELCFILES): Add net/secrets.elc.
13089 * net/secrets.el: New file.
13091 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13093 * facemenu.el (list-colors-display, list-colors-print): New arg
13094 callback. Use it to allow selecting colors.
13096 * wid-edit.el (widget-image-insert): Insert image prop even if the
13097 current display is non-graphic.
13098 (widget-field-value-set): New fun.
13099 (editable-field): Use it.
13100 (widget-field-value-get): Clean up unused var.
13101 (widget-color-value-create, widget-color--choose-action):
13102 New funs. Allow using list-colors-display to choose color.
13104 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13106 * cus-edit.el: Resort topmost custom groups.
13107 (custom-buffer-sort-alphabetically): Default to t.
13108 (customize-apropos): Use apropos-parse-pattern.
13109 (custom-search-field): New var.
13110 (custom-buffer-create-internal): Add custom-apropos search field.
13111 (custom-add-parent-links): Don't display parent doc.
13112 (custom-group-value-create): Don't sort top-level custom group.
13113 (custom-magic-value-create): Show visibility button before option name.
13115 (custom-variable-state): New fun, from custom-variable-state-set.
13116 (custom-variable-state-set): Use it.
13117 (custom-group-value-create): Hide options with standard values
13118 using the :hidden-states property. Use progress reporter.
13120 (custom-show): Simplify.
13121 (custom-visibility): Disable images by default.
13122 (custom-variable): New property :hidden-states.
13123 (custom-variable-value-create): Enable images for
13124 custom-visibility widgets. Use :hidden-states property to
13125 determine initial visibility.
13127 * wid-edit.el (widget-image-find): Give images center ascent.
13128 (visibility): Add :on-image and :off-image properties.
13129 (widget-visibility-value-create): Use them.
13131 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13133 * cus-edit.el (processes): Remove from development group.
13134 (oop, hypermedia): Delete group.
13135 (comm): Promote to top-level group.
13137 * net/browse-url.el (browse-url):
13138 * net/xesam.el (xesam):
13139 * net/tramp.el (tramp):
13140 * net/goto-addr.el (goto-address):
13141 * net/ange-ftp.el (ange-ftp): Put in comm group.
13143 * view.el (view): Remove from editing group.
13145 * uniquify.el (uniquify): Put in files group.
13147 * net/browse-url.el (browse-url):
13148 * ps-print.el (postscript): Put in external group.
13150 * cus-edit.el (outlines):
13151 * textmodes/text-mode.el (text-mode-hook):
13152 * textmodes/table.el (table):
13153 * textmodes/picture.el (picture):
13154 * outline.el (outlines): Put in wp group.
13156 * nxml/nxml-mode.el (nxml): Remove from wp group.
13158 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13160 * mail/metamail.el (metamail): Remove from hypermedia group.
13162 * cus-edit.el (abbrev):
13163 * whitespace.el (whitespace):
13164 * vcursor.el (vcursor):
13165 * reveal.el (reveal):
13166 * hl-line.el (hl-line): Put in convenience group.
13168 * epg-config.el (epg): Put in data group.
13170 * emulation/pc-select.el (pc-select): Put in emulations group.
13172 * calculator.el (calculator): Put in applications group.
13174 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13176 Add .dir-locals.el support for file-less buffers.
13177 * files.el (hack-local-variables): Split out code to apply local
13178 variable settings ...
13179 (hack-local-variables-apply): ... here. New function.
13180 (hack-dir-local-variables): Use the default directory for when the
13181 buffer does not have an associated file.
13182 (hack-dir-local-variables-non-file-buffer): New function.
13183 * diff-mode.el (diff-mode):
13184 * vc-annotate.el (vc-annotate-mode):
13185 * vc-dir.el (vc-dir-mode):
13186 * log-edit.el (log-edit-mode):
13187 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13189 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13191 Add support for shelving snapshots and for showing shelves.
13192 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13193 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13195 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13196 (vc-bzr-extra-menu-map): Map them.
13198 2010-03-11 Glenn Morris <rgm@gnu.org>
13200 * cus-edit.el (customize-changed-options-previous-release):
13203 * image.el (image-animate-max-time): Fix :version tag.
13205 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
13209 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13211 * vc-git.el (vc-git-revision-table): Include remote branches.
13213 2010-03-10 Kim F. Storm <storm@cua.dk>
13215 Animated image API.
13216 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13218 * image.el (image-animate-max-time): New defcustom.
13219 (image-animated-types): New defconst.
13220 (create-animated-image, image-animate-timer)
13221 (image-animate-start, image-animate-stop, image-animate-timeout)
13222 (image-animated-p): New functions.
13224 * image-mode.el (image-toggle-display-image):
13225 Replace `create-image' with `create-animated-image'.
13227 2010-03-09 Miles Bader <miles@gnu.org>
13229 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13230 instead of "format:"; this ensures that the output is
13231 newline-terminated.
13233 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
13235 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13236 that all errors are caught, and that the return value is always a
13239 2010-03-08 Kenichi Handa <handa@m17n.org>
13241 * language/misc-lang.el (windows-1256): New coding system.
13242 (cp1256): New alias of windows-1256 (bug#5690).
13244 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13246 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13247 call to rfc822-bad-address. (Bug#5692)
13249 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13251 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13252 Use vc-git-root as default directory for revision path (Bug#5657).
13254 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
13256 * calculator.el (calculator): Don't bind split-window-keep-point
13259 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13261 * vc-git.el: Re-flow to fit into 80 columns.
13262 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13263 Remove spurious `quote' element in each case alternative.
13264 (vc-git-show-log-entry): Use prog1.
13265 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13267 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13269 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13271 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
13273 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13274 definition, not the name (Bug#5481).
13276 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
13278 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13279 argument with a local variable. (Bug#5670)
13281 2010-03-02 Juri Linkov <juri@jurta.org>
13283 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13285 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
13287 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13288 error when FILENAME and NEWNAME are existing remote directories.
13290 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13291 parameter DIR-FLAG.
13293 2010-03-02 Glenn Morris <rgm@gnu.org>
13295 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13296 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13298 2010-03-01 Kenichi Handa <handa@m17n.org>
13300 * language/burmese.el (burmese-composable-pattern): Rename from
13301 myanmar-composable-pattern.
13303 * international/characters.el (script-list):
13304 * international/fontset.el (script-representative-chars):
13305 Change myanmar to burmese.
13306 (otf-script-alist): Likewise.
13307 (setup-default-fontset): Likewise. Re-fix :otf spec.
13309 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13311 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13313 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13315 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13317 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13319 * net/tramp.el (tramp-handle-write-region): START can be a string.
13320 Take care in the checks. Reported by Dan Davison
13321 <davison@stats.ox.ac.uk>.
13323 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13325 * net/dbus.el (dbus-introspect, dbus-get-property)
13326 (dbus-set-property, dbus-get-all-properties):
13327 Use `dbus-call-method' when noninteractive. (Bug#5645)
13329 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
13331 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13332 * emacs-lisp/elint.el (elint-add-required-env):
13333 * calendar/icalendar.el (icalendar--add-diary-entry):
13334 * calc/calcalg2.el (math-tracing-integral):
13335 * files.el (recover-session-finish): Use with-current-buffer
13336 instead of save-excursion.
13338 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13340 Fix in-buffer completion when after-change-functions modify the buffer.
13341 * minibuffer.el (completion--replace): New function.
13342 (completion--do-completion): Use it and use relative movement.
13344 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
13346 * international/fontset.el (setup-default-fontset): Fix :otf spec.
13348 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13350 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13351 Allow the characters _<> in the stack entry (Bug#5653).
13353 2010-02-26 Kenichi Handa <handa@m17n.org>
13355 * language/burmese.el: Fix entries in composition-function-table.
13356 (myanmar-composable-pattern): New variable.
13358 * international/fontset.el (setup-default-fontset): Add an entry
13361 * international/characters.el (script-list): Add Myanmar
13364 2010-02-26 Glenn Morris <rgm@gnu.org>
13366 * custom.el (custom-initialize-delay): Doc fix.
13368 * mail/sendmail.el (send-mail-function): Autoload the call
13369 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13371 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
13373 * files.el (hack-local-variables-filter): For eval forms, also
13374 check safe-local-variable-p (Bug#5636).
13376 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
13378 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13379 setting the modes by `ignore-errors'. It might fail, for example
13380 if the file is not owned by the user but the group.
13381 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13383 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
13385 * files.el (directory-listing-before-filename-regexp):
13386 Use stricter matching for iso-style dates, to avoid false matches with
13387 date-like filenames (Bug#5597).
13389 * htmlfontify.el (htmlfontify): Doc fix.
13391 * eshell/eshell.el (eshell): Doc fix.
13393 * startup.el (fancy-about-screen): In mode-line, apply
13394 mode-line-buffer-id face only to the buffer name (Bug#5613).
13396 2010-02-20 Kevin Ryde <user42@zip.com.au>
13398 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13399 In `watcom' anchor regexp to start of line, to avoid slowness
13402 2010-02-20 Eli Zaretskii <eliz@gnu.org>
13404 * subr.el (remove-yank-excluded-properties): Explain in a comment
13405 why `category' property is removed.
13407 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
13409 * isearch.el (isearch-update-post-hook, isearch-update):
13410 Revert 2010-02-17 change.
13412 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
13414 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13415 (icalendar--convert-weekly-to-ical)
13416 (icalendar--convert-yearly-to-ical)
13417 (icalendar--convert-block-to-ical)
13418 (icalendar--convert-cyclic-to-ical)
13419 (icalendar--convert-anniversary-to-ical): Take care of time
13420 specifications where hour has 1-digit only (Bug#5549).
13422 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
13424 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13425 of disassemble output in GDB 7.1.
13427 2010-02-19 Glenn Morris <rgm@gnu.org>
13429 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13430 property. (Bug#5593)
13432 2010-02-18 Sam Steingold <sds@gnu.org>
13434 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13436 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13438 Use abbreviated file names in bookmarks (bug#5591).
13439 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13440 calls to expand-file-name.
13441 (bookmark-relocate): Use abbreviated file names in bookmarks.
13442 (bookmark-load): Use abbreviated file names in messages.
13444 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13446 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13447 expand "." and "..". Reported by Thierry Volpiatto
13448 <thierry.volpiatto@gmail.com>.
13450 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13452 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13453 permissions of the temporary file to "0600". In case the remote
13454 file has no read permissions for the owner, there might be
13455 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13457 22010-02-18 Glenn Morris <rgm@gnu.org>
13459 * emacs-lisp/authors.el (authors-renamed-files-alist):
13460 Add entries for INSTALL.CVS.
13462 2010-02-17 Mark A. Hershberger <mah@everybody.org>
13464 * vc-bzr.el: Fix typo in Known Bugs section.
13466 * isearch.el (isearch-update-post-hook): New hook.
13467 (isearch-update): Use the new hook.
13469 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
13471 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13472 Fix errors in copying directories.
13473 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13474 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13475 (tramp-handle-delete-file)
13476 (tramp-handle-dired-recursive-delete-directory)
13477 (tramp-handle-write-region): Flush also the cache for the upper
13480 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
13482 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13484 * cus-edit.el (hardware): Doc fix.
13486 * man.el (man): Add to external custom group.
13488 * delim-col.el (columns): Move to wp custom group.
13490 * doc-view.el (doc-view): Add to data custom group.
13492 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13494 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13495 by ispell-parse-output (Bug#5575).
13497 2010-02-16 Kenichi Handa <handa@m17n.org>
13499 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13500 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13501 (skkdic-convert): Use `euc-japan' coding system for writing.
13503 2010-02-16 Glenn Morris <rgm@gnu.org>
13505 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13506 tex-main-file before using it. (Bug#5562)
13508 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13510 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13511 warnings, since it is annoying for the user to see them each time he
13514 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13516 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13517 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13518 instead of PROC for caching "first-password-request". Otherwise,
13519 new processes would not profit from passwords already entered.
13521 * net/tramp-cache.el (tramp-dump-connection-properties):
13522 Don't save "first-password-request" property.
13524 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13526 * outline.el (outline-head-from-level):
13527 * simple.el (with-wrapper-hook):
13528 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13529 (elint-defun, elint-buffer-env, elint-top-form-logged)
13530 (elint-unbound-variable):
13531 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13532 Fix typos in docstrings.
13534 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13536 * files.el (insert-directory): When WILDCARD-REGEXP and
13537 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13538 whole directory. (Bug#5551)
13540 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13541 dired's alignment sanity. (Bug#5516)
13543 2010-02-14 Juri Linkov <juri@jurta.org>
13545 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13546 Remove remaining ^H with their preceding chars. (Bug#5566)
13548 2010-02-13 Glenn Morris <rgm@gnu.org>
13550 * simple.el (transpose-subr): Give it a doc-string.
13552 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13555 2010-02-12 Juri Linkov <juri@jurta.org>
13557 * arc-mode.el (archive-unique-fname): Make directories for nested
13558 archives. (Bug#5540)
13560 2010-02-12 Juri Linkov <juri@jurta.org>
13562 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13564 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13566 * subr.el (copy-overlay): Handle deleted overlays.
13568 * man.el (Man-completion-table): Don't signal an error if we can't run
13569 manual-program (bug#4056).
13571 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13573 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13575 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13577 * info.el (Info-bookmark-jump): Simplify.
13579 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13580 (bookmark-default-handler): Accept new bookmark field `buffer'.
13582 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13584 * iswitchb.el (iswitchb-completions): Revert last change.
13586 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13588 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13589 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13590 This prevents file names like "~/" being listed literally.
13592 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13594 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13595 Remove dead code. (Bug#5546)
13597 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13599 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13600 correctly (Bug#5548).
13602 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13604 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13605 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13607 2010-02-08 Kenichi Handa <handa@m17n.org>
13609 * international/mule-util.el (with-coding-priority): Add autoload
13610 cookie for putting `lisp-indent-function'.
13612 2010-02-07 Glenn Morris <rgm@gnu.org>
13614 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13615 Move F2003 named interfaces from keywords-2 to keywords-1, and
13616 use function-name-face rather than constant-face.
13617 Simplify "abstract interface" regexp.
13619 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13621 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13622 ID-FORMAT. Pass it to `file-attributes'.
13624 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13626 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13628 * faces.el (set-face-attribute): Allow calling
13629 internal-set-lisp-face-attribute with 'unspecified family and
13630 foundry argument (Bug#5536).
13632 2010-02-07 Glenn Morris <rgm@gnu.org>
13634 * progmodes/f90.el (f90-font-lock-keywords-2)
13635 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13636 Handle F2003 named interfaces.
13638 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13640 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13641 beg and end before calling c-get-state-before-change-functions.
13643 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13645 * vc-bzr.el (vc-bzr-dir-extra-headers):
13646 Disable the pending merges header.
13648 2010-02-05 Juri Linkov <juri@jurta.org>
13650 * doc-view.el (doc-view-mode):
13651 * image-mode.el (image-mode): Put property mode-class=special.
13654 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13656 * vc-svn.el (vc-svn-revision-table): New function.
13658 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13660 * net/ange-ftp.el (ange-ftp-insert-directory):
13661 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13662 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13663 Handle also directories. (Bug#5478)
13665 2010-02-05 Glenn Morris <rgm@gnu.org>
13667 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13669 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13671 * startup.el (command-line-1): Convert options beginning with a
13672 single dash as well (Bug#5519).
13674 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13676 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13677 * minibuffer.el (completion-initials-expand): Only check the presence
13678 of delims *within* the boundaries, since otherwise the / delim is
13679 always found for files.
13681 Fix up various corner case problems.
13682 * doc-view.el (doc-view-last-page-number): New function.
13683 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13684 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13685 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13686 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13687 (doc-view-convert-current-doc): Don't create the resolution.el file
13689 (doc-view-pdf/ps->png): Do it here instead.
13690 (doc-view-already-converted-p): Check that resolution.el is present.
13691 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13692 windows that are not yet showing images.
13694 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13696 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13697 `dired-uncache' for every elemnt which is an absolute file name.
13699 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13700 directory, handle its directory component.
13701 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13702 function is called permanently and creates noise, otherwise.
13704 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13705 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13706 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13708 2010-02-04 David Burger <dburger@google.com> (tiny change)
13710 * macros.el (apply-macro-to-region-lines):
13711 Minor simplification. (Bug#5485)
13713 2010-02-04 Glenn Morris <rgm@gnu.org>
13715 * mail/rmail.el (rmail-show-message-1): Handle malformed
13716 quoted-printable text. (Bug#5441)
13718 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13720 * simple.el (visual-line-mode): Capitalize lighter.
13722 2010-02-03 John Wiegley <jwiegley@gmail.com>
13724 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13725 list of files considered for "virtual buffer" completions.
13727 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13729 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13730 also in case of (and (not full) (not wildcard)). This is needed
13731 when dired is called with a list of files, which are not in
13732 `default-directory'. (Bug#5478)
13734 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13736 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13738 2010-02-02 Juri Linkov <juri@jurta.org>
13740 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13741 from unidiff to allow function-line after @@.
13743 2010-02-02 Juri Linkov <juri@jurta.org>
13745 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13746 '(RCS SCCS) with inverted condition.
13748 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13750 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13753 2010-02-01 Juri Linkov <juri@jurta.org>
13755 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13756 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13757 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13758 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13760 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13762 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13763 (doc-view-revert-buffer): New command.
13764 (doc-view-mode-map): Use it.
13766 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13768 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13769 pending merge is detected.
13771 2010-01-31 Juri Linkov <juri@jurta.org>
13773 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13774 beginning of interactive spec like all other grep commands do.
13775 Put "all" in front of "gz". (Bug#5260)
13777 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13779 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13781 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13783 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13784 regexp is incorrect (Bug#5476).
13786 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13788 * net/tramp.el (tramp-handle-insert-directory): Handle also
13789 symlinks, when FILENAME is not in `default-directory'.
13791 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13793 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13794 FILE is not in `default-directory'. (Bug#5478)
13796 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13797 of SWITCHES. Handle the case, FILENAME is not in
13798 `default-directory'. (Bug#5478)
13799 (tramp-register-file-name-handlers): Add safe-magic property.
13801 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13803 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13806 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13808 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13809 (flymake-master-make-header-init): Add other C++ filename masks.
13810 (flymake-find-possible-master-files)
13811 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13813 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13815 Fix some busybox annoyances.
13817 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13818 not responding." string.
13819 (tramp-open-connection-setup-interactive-shell): Dump stty
13820 settings. Enable "neveropen" arg for all `tramp-send-command'
13821 calls. Handle "=" in variable values properly.
13822 (tramp-find-inline-encoding): Raise an error, when no encoding is
13824 (tramp-wait-for-output): Check, whether PROC buffer is available.
13825 Remove spurious " ^H" sequences, sent by busybox.
13826 (tramp-get-ls-command): Suppress coloring, if possible.
13828 2010-01-28 Glenn Morris <rgm@gnu.org>
13830 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13832 * log-edit.el (log-edit-strip-single-file-name): Add missing
13833 :safe, :group, and :version tags.
13835 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13837 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13838 buffers. (Bug#5477)
13840 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13842 * files.el (delete-directory): Handle moving to trash without
13843 first doing recursion (Bug#5436).
13845 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13847 * vc-hooks.el (vc-path): Mark as obsolete.
13849 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13851 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13854 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13856 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13858 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13860 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13862 * vc-bzr.el (vc-bzr-revision-table): New function.
13864 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13866 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13867 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13869 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13871 Remove support for adding --signoff on commit.
13872 Future support will use an incompatible generic mechanism.
13873 * vc-git.el (vc-git-add-signoff): Remove variable.
13874 (vc-git-toggle-signoff): Remove function.
13875 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13877 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13878 Rename from xterm-set-background-mode. Return t if the background mode
13880 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13881 earlier, call it again in case the background mode has changed.
13883 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13885 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13888 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13890 * emacs-lisp/assoc.el (aelement): Doc fix.
13891 (aput, adelete, amake): Use lexical-let (Bug#5450).
13893 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13895 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13896 is the same as subprogram call, not declaration. (Bug#5435).
13898 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13900 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13901 (tramp-smb-maybe-open-connection): Use it.
13903 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13905 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13907 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13909 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13910 just because we see "encoding: 8bit".
13911 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13913 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13915 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13917 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13919 * jka-compr.el (jka-compr-load): If load-file is not in
13920 load-history, try its file-truename version. (bug#5447)
13922 2010-01-21 Alan Mackenzie <acm@muc.de>
13924 Fix a situation where deletion of a cpp construct throws an error.
13925 * progmodes/cc-engine.el (c-invalidate-state-cache):
13926 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13927 special cpp construct is still in the buffer.
13928 (c-parse-state): Record the special cpp with markers, not numbers.
13930 2010-01-21 Kenichi Handa <handa@m17n.org>
13932 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13933 process last-command-event, as it is now decoded first (Bug#5380).
13935 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13937 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13939 2010-01-20 Glenn Morris <rgm@gnu.org>
13941 * indent.el (tab-always-indent): Fix custom-type.
13943 2010-01-19 Alan Mackenzie <acm@muc.de>
13945 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13946 buffer throws "args out of range".
13947 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13948 playing the role of delimiter.
13950 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13952 * progmodes/ada-mode.el: Fix bug#5400.
13953 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13954 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13955 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13956 Improve comments in "is" portion. Handle null procedure declaration.
13957 (ada-move-to-end): Improve doc string.
13959 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13961 * ido.el (ido-cur-list): Initialize to nil.
13962 Remove obsolete information from commentary.
13963 (ido-choice-list): Initialize to nil.
13964 (ido-get-bufname): Reject minibuffers.
13965 (ido-make-buffer-list): If "default" is a nonexistent
13966 buffer, ignore it, as per the function's comment.
13967 (ido-kill-buffer-internal): New function.
13968 (ido-kill-buffer-at-head): Use it.
13969 (ido-visit-buffer): Likewise.
13971 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13973 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13975 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13977 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13978 Fix typos in chart titles.
13980 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13981 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13982 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13983 (describe-class, eieio-describe-generic, describe-generic):
13984 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13985 (eieio-speedbar-expand):
13986 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13987 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13988 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13989 (viper-del-backward-char-in-replace, viper-backward-indent)
13990 (viper-brac-function, viper-register-to-point, viper-submit-report):
13991 * net/tramp.el (tramp-remote-coding-commands):
13992 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13993 Fix typos in docstrings.
13995 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13997 * mail/sendmail.el (mail-yank-original): Set the mark if the
13998 specified function for yanking does not do it.
14000 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
14002 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
14004 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
14005 resyncing a directory.
14007 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14009 * progmodes/ada-mode.el: Fix bug#1920.
14010 (ada-ident-re): Delete ., allow multibyte characters.
14011 (ada-goto-label-re): New; matches goto labels.
14012 (ada-block-label-re): New; matches block labels.
14013 (ada-label-re): New; matches both.
14014 (ada-named-block-re): Delete; callers changed to use
14015 `ada-block-label-re' instead.
14016 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14017 Use `ada-block-label-re'.
14018 (ada-indent-on-previous-lines): Improve handling of goto labels.
14019 (ada-get-indent-block-start): Special-case block label.
14020 (ada-get-indent-label): Split into `ada-indent-block-label' and
14021 `ada-indent-goto-label'.
14022 (ada-goto-stmt-start, ada-goto-next-non-ws):
14023 Optionally ignore goto labels.
14024 (ada-goto-next-word): Simplify.
14025 (ada-indent-newline-indent-conditional): Insert newline before
14026 trying to fix indentation; doc fix.
14028 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14030 * calc/calc.el (calc-command-flags): Give it an initial value.
14032 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
14034 * files.el (minibuffer-with-setup-hook):
14035 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14036 (artist-key-draw-continously, artist-key-do-continously-continously)
14037 (artist-key-set-point-continously, artist-mouse-draw-continously):
14038 Fix typos in docstrings.
14040 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14042 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14043 Never return t (Bug#3898).
14045 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
14047 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14048 can parse the output of the external commands (Bug#5279).
14050 2010-01-16 Jari Aalto <jari.aalto@cante.net>
14052 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14054 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
14056 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14058 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14060 * startup.el (command-line): Remove unused --icon-type arg.
14061 Handle --display arg, passing it to command-line-1 (Bug#5392).
14063 2010-01-16 Mario Lang <mlang@delysid.org>
14065 * emacs-lisp/chart.el (chart-translate-namezone):
14066 * textmodes/artist.el (artist-compute-popup-menu-table):
14067 Remove duplicated words in doc-strings.
14069 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14071 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14072 to mairix-search to suppress threading (Bug#5342).
14074 2010-01-15 Kenichi Handa <handa@m17n.org>
14076 * international/mule-cmds.el (canonicalize-coding-system-name):
14077 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
14079 2010-01-15 Glenn Morris <rgm@gnu.org>
14081 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14083 * wid-edit.el (widget-keymap): Doc fix.
14085 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14086 former seems to be more widely accepted by various svn versions.
14088 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14090 * find-cmd.el (find-constituents):
14091 * vc-arch.el (vc-arch-root):
14092 * window.el (window-body-height, pop-up-frames):
14093 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14094 * progmodes/ada-stmt.el (ada-if):
14095 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14096 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14097 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14098 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14100 * progmodes/flymake.el (flymake-post-syntax-check):
14101 Fix typo in error message.
14103 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14105 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14106 which is always a string. (Bug#5313)
14108 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14110 * progmodes/ada-xref.el (ada-default-prj-properties):
14111 Simplify previous change.
14113 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14115 * progmodes/ada-xref.el (ada-default-prj-properties):
14116 Default ada_project_path to $ADA_PROJECT_PATH.
14118 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14120 * progmodes/ada-mode.el (ada-create-keymap):
14121 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14123 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14125 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14126 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14127 (ada-get-current-indent, ada-imenu-generic-expression)
14128 (ada-which-function): Check for it.
14130 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14132 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14133 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14135 2010-01-14 Glenn Morris <rgm@gnu.org>
14137 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14139 2010-01-14 Kenichi Handa <handa@m17n.org>
14141 * composite.el (auto-composition-mode): Make it a buffer local
14142 variable (permanent-local).
14143 (auto-composition-function): Set the default value to
14144 auto-compose-chars.
14145 (auto-composition-mode): Make it a simple function, not a minor mode.
14146 (global-auto-composition-mode): Likewise.
14147 (turn-on-auto-composition-if-enabled): Delete it.
14149 2010-01-13 Karl Fogel <kfogel@red-bean.com>
14151 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
14153 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
14155 * files.el (copy-directory): Compute target for recursive
14156 directories with identical names. (Bug#5343)
14158 2010-01-12 Glenn Morris <rgm@gnu.org>
14160 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14161 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
14163 2010-01-11 Sam Steingold <sds@gnu.org>
14165 * imenu.el (imenu-default-create-index-function): Detect infinite
14166 loops caused by imenu-prev-index-position-function.
14168 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14170 * htmlfontify.el (htmlfontify-load-rgb-file)
14171 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14172 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14173 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14174 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14175 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14176 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14177 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14178 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14179 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14180 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14181 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14182 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14183 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14184 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14185 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14186 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14187 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14188 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14189 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14190 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14191 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14192 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14193 backslash-quoting from parentheses, etc.
14195 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
14197 * progmodes/js.el: Autoload javascript-mode alias.
14199 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14201 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14202 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14203 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14204 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14205 Fix typos in docstrings.
14206 (ffap-url-regexp): Doc fix.
14207 (ffap-at-mouse): Fix typo in message.
14209 2010-01-11 Glenn Morris <rgm@gnu.org>
14211 * version.el (emacs-copyright): Set copyright year to 2010.
14213 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14215 * format.el (format-annotate-function): Only set
14216 write-region-post-annotation-function after running to-fn so as not to
14217 affect nested write-region calls (bug#5273).
14219 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
14221 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14224 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14226 * man.el (Man-goto-section): Signal error if the section is not
14229 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
14231 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14232 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14234 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14236 * progmodes/compile.el: Don't treat compile-command as safe if
14237 compilation-read-command might be nil (Bug#4218).
14239 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14241 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14244 2010-01-08 Kenichi Handa <handa@m17n.org>
14246 * international/fontset.el (build-default-fontset-data):
14247 Exclude characters in scripts kana, hangul, han, or cjk-misc.
14249 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
14251 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14252 to `create-file-buffer' as it expects, not just a buffer name.
14253 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14254 to help uniquify. (Bug#3224)
14256 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14258 * font-setting.el (font-setting-change-default-font): Use user-spec
14261 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14263 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14265 2010-01-05 Tom Tromey <tromey@redhat.com>
14267 * progmodes/python.el (python-font-lock-keywords):
14268 Handle qualified decorators (Bug#881).
14270 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14272 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14273 in a lightweight checkout.
14275 2010-01-05 Kenichi Handa <handa@m17n.org>
14277 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
14279 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14281 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14283 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14285 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14286 checkouts. (Bug#618)
14287 (vc-bzr-log-view-mode): Also highlight the author.
14288 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14289 (vc-bzr-shelve-menu-map):
14290 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14291 (vc-bzr-shelve-apply): Make prompt more explicit.
14293 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
14295 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14296 They are valid characters in URL paths (rfc3986), and at least
14297 Firefox does not understand the encoded version (Bug#3166).
14299 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14301 * progmodes/octave-mod.el (octave-end-keywords)
14302 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14303 Add "end" keyword (Bug#3061).
14304 (octave-end-as-array-index-p): New function.
14305 (calculate-octave-indent): Use it.
14307 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14309 * bookmark.el: Consistently put the text property on the bookmark name.
14310 (bookmark-bmenu-marks-width): Bump back to 2, to include
14312 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14313 property on the bookmark name, instead of not putting it at all.
14314 (bookmark-bmenu-list): Fix where we put the text property.
14316 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14318 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14319 for showing buffer modified state (as added in the previous change).
14321 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14323 * bookmark.el: Show modified state of bookmark buffer more accurately.
14324 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14325 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14326 (with-buffer-modified-unmodified): New macro.
14327 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14328 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
14329 Use new macro to preserve the buffer modified state.
14331 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14333 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
14334 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14335 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14336 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14337 (bookmark-bmenu-rename, bookmark-bmenu-locate)
14338 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14339 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
14341 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14343 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14344 Make the lines in the generated doc string shorter. (Bug#4668)
14346 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
14348 * net/rcirc.el: Add follow-link binding (Bug#4738).
14350 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14352 * Makefile.in (bzr-update): Rename from cvs-update.
14353 (cvs-update): New target for backward compatibility.
14355 * makefile.w32-in (bzr-update): Rename from cvs-update.
14356 (cvs-update): New target for backward compatibility.
14358 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14360 * bookmark.el: Remove gratuitous gratitude.
14362 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14364 * bookmark.el (bookmark-bmenu-any-marks): New function.
14365 (bookmark-bmenu-save): Clear buffer modification if no marks.
14367 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14369 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
14370 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14371 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14372 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14374 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14375 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14376 To: emacs-devel {_AT_} gnu.org
14377 Subject: bookmark.el bug report
14378 Date: Mon, 28 Dec 2009 14:19:16 +0800
14379 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14381 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14383 * bookmark.el: Improvements suggested by Drew Adams:
14384 (bookmark-bmenu-ensure-position): New name for
14385 `bookmark-bmenu-check-position'. Just ensure the position,
14386 don't return any meaningful value.
14387 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14390 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
14392 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14393 (bookmark-yank-point, bookmark-bmenu-check-position):
14394 Fix typos in docstrings.
14395 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14396 (bookmark-name-from-full-record, bookmark-get-position)
14397 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14398 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14399 Remove useless quoting of parenthesis, etc. in docstrings.
14401 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14402 (ediff-append-custom-diff): Fix typo in error message.
14403 (ediff-meta-mark-equal-files): Fix typos in messages.
14405 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14407 * net/imap-hash.el (imap-hash-make): Doc fix.
14408 (imap-hash-test): Fix typo in error message; reflow docstring.
14409 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14410 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14411 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14412 Fix typos in docstrings.
14413 (imap-hash-open-connection): Fix typo in error message.
14415 * play/gomoku.el (gomoku): Fix typos in docstring.
14417 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14418 (gdb-jsonify-buffer): Fix typos in docstring.
14419 (gdb-goto-breakpoint): Fix typo in error message.
14420 ("Display Other Windows"): Fix typo in help message.
14421 (gdb-speedbar-expand-node): Fix typo in question.
14423 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14424 (idlwave-html-system-help-location, idlwave-html-help-location)
14425 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14426 (idlwave-help-browser-generic-args, idlwave-help-directory)
14427 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14428 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14429 (idlwave-online-help, idlwave-help-html-link)
14430 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14431 Fix typos in docstrings.
14432 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14434 (idlwave-help-assistant-start): Fix typo in error message.
14436 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14437 (octave-electric-space): Fix typos in docstrings.
14439 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
14441 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14443 2010-01-01 Juri Linkov <juri@jurta.org>
14445 * comint.el (comint-input-ring-size): Make it a defcustom and
14446 increase the default to 500 (Bug#5148).
14448 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
14450 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14451 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14452 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14454 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
14456 Show working revision correctly for mercurial.
14457 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
14458 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
14460 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
14462 Declare some functions for the byte-compiler.
14463 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14464 (speedbar-timer-fn, speedbar-change-expand-button-char)
14465 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14467 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
14469 This changeset reverts GDB Graphical Interface to use annotations.
14470 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14472 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14474 Make vc-dir work on subdirectories of the bzr root.
14475 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14476 Return file names relative to it.
14477 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14478 relative directory to vc-bzr-after-dir-status.
14480 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14482 * font-lock.el (font-lock-refresh-defaults): New function, which
14483 can be used to let font-lock react to external changes in
14484 variables like font-lock-defaults and keywords.
14485 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14487 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14489 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14491 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14493 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14495 Supersede color.diff settings in git log (bug#5211).
14497 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14498 escape chars in its output when the user has color.diff set to `always'.
14499 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14501 2009-12-26 Kevin Ryde <user42@zip.com.au>
14503 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14504 node. Keep previous "Index" name to work with past coreutils too.
14506 * man.el (man): Revise docstring a bit to show -a and -l as
14507 examples. Add -k description since support for it has otherwise
14508 been a secret. (Further to bug#3717.)
14509 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14510 "no matches" rather than "Can't find manpage", as the latter reads
14511 like -k was interpreted as a page name, which is not so. (Bug#5431)
14513 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14515 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14516 switches. Check also for //SUBDIRED// line.
14518 2009-12-25 Kenichi Handa <handa@m17n.org>
14520 * language/indian.el (devanagari-composable-pattern): Fix to
14521 handle ZWNJ and ZWJ. Use it in composition-function-table for
14523 (malayalam-composable-pattern): Fix previous change.
14525 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14527 * ps-print.el (ps-face-attributes): It was not returning the
14528 attribute face for faces specified as string. Reported by harven
14529 <harven@free.fr>. (Bug#5254)
14530 (ps-print-version): New version 7.3.5.
14532 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14534 * calendar/icalendar.el (icalendar--convert-tz-offset):
14535 Fix timezone names.
14536 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14537 (icalendar--add-diary-entry): Remove the trailing blank that
14538 diary-make-entry inserts.
14540 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14542 Make `file-expand-wildcards' work for remote files.
14544 * files.el (file-expand-wildcards): In case of remote files, check
14545 only local file name part for wildcards. Provide feature 'files
14546 and subfeature 'remote-wildcards. (Bug#5198)
14548 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14549 if there is already an established connection.
14550 (tramp-advice-file-expand-wildcards): Remove it.
14552 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14553 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14554 Activate advice for older GNU Emacs versions. (Bug#5237)
14556 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14558 Some doc fixes (more needed).
14560 * find-cmd.el (find-constituents): Reflow docstring.
14561 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14562 (find-generic): Doc fix.
14564 2009-12-17 Juri Linkov <juri@jurta.org>
14566 Fix regression from 23.1 to allow multiple modes in Local Variables.
14568 * files.el (hack-local-variables-filter): While ignoring duplicates,
14569 don't take `mode' into account.
14570 (hack-local-variables-filter, hack-dir-local-variables):
14571 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14573 2009-12-17 Juri Linkov <juri@jurta.org>
14575 Make `dired-diff' safer. (Bug#5225)
14577 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14578 `current' or when `file' is a directory of the `current' file.
14580 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14582 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14583 unconditionally preloaded files.
14585 2009-12-16 Juri Linkov <juri@jurta.org>
14587 Revert to old 23.1 logic of using the file at the mark as default.
14588 * dired-aux.el (dired-diff): Use the file at the mark as default
14589 if it's not the same as the current file, and the target dir is
14590 the current dir or the mark is active. Add the current file
14591 as the arg of `dired-dwim-target-defaults'. Use the default file
14592 in the prompt. (Bug#5225)
14594 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14596 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14597 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14598 (tramp-check-for-regexp): Check also, when an echoing shell stops
14599 to echo sent commands.
14601 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14603 * Makefile.in: Revert last change (Bug#5191).
14605 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14607 * vc-hg.el (vc-hg-print-log): Fix argument order.
14608 (vc-hg-working-revision): Make sure the command is executed in a
14609 known environment so that we can parse the output. (Bug#4417)
14611 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14613 * progmodes/python.el (python-symbol-completions): Remove text
14614 properties from symbol string before calling python-send-receive.
14616 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14618 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14619 when there are values for both file and line. (Bug#5060)
14621 2009-12-14 Juri Linkov <juri@jurta.org>
14623 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14624 whitespace after the file name of the first line of unified format,
14625 because git-diff doesn't output whitespace and file modification time
14626 after the file name.
14628 2009-12-14 David Kastrup <dak@gnu.org>
14630 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14631 check if it already has the `display' property added by
14632 `Info-display-images-node', and not put the `invisible' property
14635 2009-12-13 Glenn Morris <rgm@gnu.org>
14637 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14638 (report-emacs-bug): In message-mode, sort manually before storing
14639 original report text. (Bug#5178)
14640 Remove superfluous save-excursion.
14642 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14644 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14645 when responding to "GetAll" properties.
14647 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14649 * simple.el (compose-mail): Remove mail-setup-with-from from
14650 customization checks.
14652 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14654 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14655 RAR archives created on Unix systems.
14657 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14659 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14660 the varalias that was accidentally removed by the 2009-11-19 change
14663 2009-12-12 Kenichi Handa <handa@m17n.org>
14665 * language/indian.el (indian-compose-regexp): New function.
14666 (malayalam-composable-pattern): Fix the pattern.
14667 (composition-function-table): Set malayalam-composable-pattern for
14668 Malayalam characters.
14670 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14672 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14673 rather than down-mouse-1, based on follow-link conventions.
14675 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14678 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14680 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14681 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14682 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14683 (verilog-leap-to-head, verilog-backward-token):
14684 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14686 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14688 * progmodes/verilog-mode.el (verilog-auto-lineup)
14689 (verilog-nameable-item-re): Cleanup user-visible spelling and
14690 documentation errors. One reported by Gary Delp.
14691 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14692 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14693 package, bug195. Reported by Pierre-David Pfister.
14695 2009-12-11 Glenn Morris <rgm@gnu.org>
14697 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14699 * mail/emacsbug.el: No longer require sendmail.
14700 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14701 (report-emacs-bug-orig-text): Doc fix.
14702 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14703 New local variables, to adapt to different mail-user-agents.
14704 (report-emacs-bug): Fix test for a gnu.org address.
14705 Use overlays for emphasis, since font-lock defeats 'face property.
14706 Pretest bugs also end up at the newsgroup these days.
14707 Stop message-mode stripping text properties.
14708 Set and use the new buffer-local variables.
14709 (report-emacs-bug-hook): Add doc-string.
14710 Remove some unnecessary save-excursions and simplify.
14711 Use the appropriate hook and send-command.
14713 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14714 capitalization of some menu entries.
14716 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14718 * whitespace.el (whitespace-display-char-on):
14719 Ensure `buffer-display-table' is unique when two or more windows are
14720 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14723 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14725 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14726 characters in the Attribute field.
14728 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14730 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14732 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14734 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14735 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14736 Disregard autoload-excludes.
14737 (update-directory-autoloads): Obey autoload-excludes here instead.
14738 But don't store its contents in no-autoloads and remove entries that
14739 refer to excludes files.
14741 2009-12-10 Glenn Morris <rgm@gnu.org>
14743 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14744 (expand-mail-aliases): Define for compiler.
14746 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14747 Define for compiler.
14749 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14750 appropriate for the mail-user-agent in use.
14752 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14754 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14756 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14758 Fix short log parsing and fontification.
14759 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14760 Fix fontification for the [merge] label.
14762 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14764 Drop some properties to avoid surprises (bug#5002).
14765 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14766 (hfy-fontify-buffer): Use it.
14768 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14771 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14772 Adjust all callers.
14773 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14774 args compulsory. Adjust callers.
14775 (ffap-gopher-at-point): Remove unused var `name'.
14777 Get rid of the ELCFILES abomination.
14778 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14779 (compile-elcfiles): New phony target.
14780 (compile-main): Compute ELCFILES dynamically.
14781 (compile-clean): New target to remove left-over elc files.
14782 (compile, all): Use it.
14784 2009-12-09 Kenichi Handa <handa@etlken>
14786 * international/mule-diag.el: Require help-mode instead of help-fns.
14788 2009-12-09 Kenichi Handa <handa@m17n.org>
14790 * international/mule-cmds.el (ucs-names): Supply sufficiently
14791 fine ranges instead of pre-calculating accurate ranges.
14792 Iterate with bigger gc-cons-threshold.
14794 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14796 Add support for stashing a snapshot of the current tree.
14797 * vc-git.el (vc-git-stash-snapshot): New function.
14798 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14800 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14802 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14803 instead of `(beginning|end)-of-line'.
14805 2009-12-08 Glenn Morris <rgm@gnu.org>
14807 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14809 * Makefile.in (ELCFILES): Regenerate.
14811 2009-12-07 Juri Linkov <juri@jurta.org>
14813 Don't lazy-highlight the comint output in history Isearch mode.
14815 * comint.el (comint-history-isearch-search): Instead of
14816 `comint-line-beginning-position', use `comint-after-pmark-p'
14817 to check if point if before the process mark, and go to
14818 `process-mark' in this case.
14820 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14822 * textmodes/tex-mode.el (latex-complete)
14823 (latex-indent-or-complete): Remove.
14824 (latex-mode): Set completion-at-point-functions instead.
14826 Provide a standard completion command and hook it into TAB.
14827 * minibuffer.el (completion-at-point-functions): New var.
14828 (completion-at-point): New command.
14829 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14830 * progmodes/python.el (python-mode-map): Use completion-at-point.
14831 (python-completion-at-point): Rename from python-partial-symbol and
14832 adjust for use in completion-at-point-functions.
14833 (python-mode): Setup completion-at-point for Python completion.
14834 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14835 extracted from lisp-complete-symbol.
14836 (lisp-complete-symbol): Use it.
14837 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14838 setup completion-at-point for Elisp completion.
14839 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14840 Use completion-at-point.
14841 * ielm.el (ielm-map): Use completion-at-point.
14842 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14843 * progmodes/sym-comp.el: Move to...
14844 * obsolete/sym-comp.el: Move from progmodes.
14846 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14848 Prevent save-buffer in Rmail buffers from using the coding-system
14849 of the current message, and from clobbering the encoding mnemonics
14850 in the mode line (Bug#4623).
14852 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14854 (rmail-message-encoding): New variable.
14855 (rmail-write-region-annotate): Record the encoding of the current
14856 message in rmail-message-encoding.
14857 (rmail-after-save-hook): New function, restores the encoding of
14858 the current message after the message collection is saved.
14860 2009-12-07 Juri Linkov <juri@jurta.org>
14862 * progmodes/grep.el (grep-read-files): Use `completing-read'
14863 instead of `read-string'. Set its `collection' arg to
14864 `read-file-name-internal'. (Bug#4301)
14866 2009-12-07 Juri Linkov <juri@jurta.org>
14868 Correctly restore original Isearch point. (Bug#4994)
14870 * isearch.el (isearch-mode): Move `isearch-push-state' after
14871 `(run-hooks 'isearch-mode-hook)'.
14872 (isearch-cancel): When `isearch-push-state-function' is defined,
14873 let-bind `isearch-cmds' to the first state (the last element of
14874 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14875 function and restores the original point). Otherwise, move point
14876 to `isearch-opoint'.
14878 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14880 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14881 chars that don't have names, so the table can be built much faster at
14884 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14886 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14887 change. Suggested by David Kastrup.
14889 * simple.el (compose-mail): Check for incompatibilities and warn.
14890 (compose-mail-user-agent-warnings): New option.
14892 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14894 Support showing a single log entry from vc-annotate.
14895 * vc.el (print-log): Add a new argument: START-REVISION.
14896 (vc-print-log-internal): Add a new optional argument and
14897 pass it to the backend.
14898 (vc-print-log, vc-print-root-log): Adjust callers.
14899 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14900 buffer already displays the requested log entry, use it.
14901 Otherwise display only the log entry in question.
14902 * vc-svn.el (vc-svn-print-log):
14903 * vc-mtn.el (vc-mtn-print-log):
14904 * vc-hg.el (vc-hg-state):
14905 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14906 (vc-git-show-log-entry): Return t on success.
14907 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14908 (vc-bzr-show-log-entry): Return t on success.
14909 * vc-rcs.el (vc-rcs-print-log):
14910 * vc-sccs.el (vc-sccs-print-log):
14911 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14913 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14915 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14916 Add menus to the meta mode. (Bug#5043)
14918 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14920 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14923 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14925 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14927 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14928 Berbain <raphael.berbain@gmail.com>.
14930 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14932 (tramp-initial-end-of-output): New defconst.
14933 (tramp-methods, tramp-find-shell)
14934 (tramp-open-connection-setup-interactive-shell)
14935 (tramp-maybe-open-connection): Use it.
14936 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14937 Handle existence of `#' and `$'.
14939 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14940 Use `tramp-initial-end-of-output'.
14942 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14944 Get the background mode from the terminal for xterm, and set
14946 * term/xterm.el (xterm-set-background-mode): New function.
14947 (terminal-init-xterm): Use it in case xterm supports background
14948 color queries. Recompute faces after getting the background
14951 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14953 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14954 number comment back on its own line, for easier parsing.
14956 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14958 Make it work for non-file buffers (bug#5102).
14959 * doc-view.el (doc-view-current-cache-dir):
14960 Use doc-view-buffer-file-name rather than buffer-file-name.
14961 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14963 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14965 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14966 author field is too short.
14968 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14970 * vc-git.el (vc-git-print-log): Handle a limit argument.
14971 Display the short log in graph form and with labels.
14972 (vc-git-log-view-mode): Handle labels.
14974 Make vc-revert change VC state from 'added to 'unregistered.
14975 * vc-git.el (vc-git-revert): Call git reset first.
14977 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14979 * net/newst-backend.el, net/newst-plainview.el:
14980 * net/newst-reader.el, net/newst-ticker.el:
14981 * net/newst-treeview.el, net/newsticker.el:
14982 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14984 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14986 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14988 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14989 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14990 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14991 Update annotation regexp.
14993 * simple.el (beginning-of-visual-line): Constrain to field
14994 boundaries (Bug#5106).
14996 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14998 * xml.el (xml-substitute-numeric-entities):
14999 Move newsticker--decode-numeric-entities in newst-backend.el to
15000 xml-substitute-numeric-entities in xml.el. (Bug#5008)
15001 * net/newst-backend.el (newsticker--parse-generic-feed)
15002 (newsticker--parse-generic-items)
15003 (newsticker--decode-numeric-entities):
15004 Move newsticker--decode-numeric-entities in newst-backend.el to
15005 xml-substitute-numeric-entities in xml.el. (Bug#5008)
15007 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15009 * progmodes/js.el (js--js-not): Add null to the list of values.
15011 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
15013 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
15015 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15017 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15018 delimiter if it is at the end of the current line.
15019 (bibtex-generate-url-list): Fix docstring.
15021 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15023 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15024 minibuffer's content with itself.
15025 Fold the confirm-after-completion case into the `confirm' case.
15026 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15028 2009-12-06 Kevin Ryde <user42@zip.com.au>
15030 * ffap.el (ffap-rfc-path): Make this a defcustom since
15031 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
15033 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
15034 manuals, similar to existing setup for help-mode. (Bug#3913.)
15036 2009-12-05 Juri Linkov <juri@jurta.org>
15038 Save and restore dired buffer's point positions too. (Bug#4880)
15040 * dired.el (dired-save-positions): Return in the first element
15041 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15043 (dired-restore-positions): First restore buffer's position.
15044 While restoring window's positions, check if window still displays
15045 the original buffer.
15047 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
15049 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15052 * shell.el (shell): Require ansi-color (Bug#5113).
15054 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15056 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15058 2009-12-05 Alan Mackenzie <acm@muc.de>
15060 * progmodes/cc-mode.el (c-before-hack-hook)
15061 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15062 `c-file-style' to work again. This reversion restores the current
15063 software to its state in Emacs 23.1. (Bug#4146)
15065 2009-12-05 Kevin Ryde <user42@zip.com.au>
15067 * textmodes/sgml-mode.el (sgml-lexical-context):
15068 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
15070 2009-12-05 Juri Linkov <juri@jurta.org>
15072 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15073 for virtual nodes. (Bug#4147)
15074 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15075 when moving from a virtual node.
15076 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15077 (Info-mode): Add `Info-virtual-index' to the docstring.
15079 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15081 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15082 track of the buffer position of the end of a BibTeX entry as this
15083 position may change during reformatting.
15084 (bibtex-format-entry): Remove whitespace before processing
15085 numerical fields so that we recognize the latter properly.
15086 (bibtex-reformat): Do not use push which changes the global value
15087 of bibtex-entry-format.
15088 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15089 (bibtex-field-re-init): Replace only space characters by regexp
15091 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
15092 (bibtex-initialize): Also update bibtex-strings.
15093 (bibtex-kill-field): Preserve white space at end of entry.
15094 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15095 Update bibtex-reference-keys.
15097 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15099 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15100 point after a star, if that's the only place where modifications can
15103 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15105 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15108 2009-12-04 Juri Linkov <juri@jurta.org>
15110 * proced.el (proced): Call `(proced-update t)' to update process
15111 information instead of only running proced-post-display-hook.
15112 (proced-send-signal): Add a leading space to the buffer name
15113 " *Marked Processes*" to make this buffer ephemeral.
15115 2009-12-04 Juri Linkov <juri@jurta.org>
15117 * dired.el (dired-auto-revert-buffer): New defcustom.
15118 (dired-internal-noselect): Use it.
15120 2009-12-04 Juri Linkov <juri@jurta.org>
15122 Change roles of modes and functions in image-mode.el (Bug#5062).
15124 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15125 in `auto-mode-alist'.
15126 (image-mode-previous-major-mode): New variable.
15127 (image-minor-mode-map): Rename from `image-mode-text-map'.
15128 (image-mode): Move graceful error-handling code from
15129 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15130 (image-minor-mode): Remove all image-handling code.
15131 Replace `image-mode-text-map' with `image-minor-mode-map'.
15132 Check for `image-type' in mode-line format string.
15133 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15134 (image-mode-as-text): New function with most code from
15135 `image-mode-maybe'.
15136 (image-toggle-display-text): Move code that removes image
15137 properties from `image-toggle-display' to here.
15138 (image-toggle-display-image): New function with code that adds
15139 image properties copied from `image-toggle-display'.
15140 (image-toggle-display): Remove most code with leaving only code
15141 that toggles between `image-mode-as-text' and `image-mode'.
15143 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
15145 * net/newst-treeview.el
15146 (newsticker--treeview-list-highlight-start): Restored call to
15147 save-excursion: Selected item was stuck.
15148 (newsticker--treeview-list-select): New.
15149 (newsticker--treeview-item-show-text)
15150 (newsticker--treeview-item-show)
15151 (newsticker--treeview-item-update): Use new
15152 newsticker-treeview-item-mode.
15153 (newsticker-treeview-update): Keep current item.
15154 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15155 (newsticker--treeview-first-feed): Doc change.
15156 (newsticker-treeview-list-menu)
15157 (newsticker-treeview-item-menu): Add menu entries.
15158 (newsticker-treeview-item-mode): New.
15160 * net/newst-backend.el (newsticker-customize): Delete other
15163 2009-12-04 Sam Steingold <sds@gnu.org>
15165 * log-view.el (log-view-mode-map): "q" calls quit-window,
15166 like in all the other non-self-insert buffers.
15168 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15171 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15172 key decoding rather than do it manually via last-input-event +
15174 (term-exec): Use delete-and-extract-region.
15175 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15176 (term-process-pager): Remove unused var `i'.
15177 (term-dynamic-simple-complete): Make obsolete.
15178 (serial-update-config-menu): Remove unused vars `y' and `str'.
15179 (term-update-mode-line): Remove unused var `temp'.
15181 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15183 Limit the number of log entries displayed by default.
15184 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15185 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15186 using a prefix argument.
15188 2009-12-03 Glenn Morris <rgm@gnu.org>
15190 * progmodes/idlwave.el (class): Restore still useful declaration.
15192 2009-12-03 Alan Mackenzie <acm@muc.de>
15194 Enhance `c-parse-state' to run efficiently in "brace deserts".
15196 * progmodes/cc-mode.el (c-basic-common-init):
15197 Call c-state-cache-init.
15198 (c-neutralize-syntax-in-and-mark-CPP): Rename from
15199 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
15200 placing `category' properties value 'c-cpp-delimiter at its boundaries.
15202 * progmodes/cc-langs.el (c-before-font-lock-function):
15203 c-extend-and-neutralize-syntax-in-CPP has been renamed
15204 c-neutralize-syntax-in-and-mark-CPP.
15206 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15207 with `category' properties now, not `syntax-table' ones.
15209 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15210 enhanced (but slower) version of c-end-of-macro that won't land
15211 inside a literal or on another awkward character.
15212 (c-state-cache-too-far, c-state-cache-start)
15213 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15214 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15215 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15216 (c-state-min-scan-pos, c-state-brace-pair-desert)
15217 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15218 buffer local variables.
15219 (c-state-literal-at, c-state-lit-beg)
15220 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15221 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15222 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15223 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15224 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15225 (c-renarrow-state-cache)
15226 (c-append-lower-brace-pair-to-state-cache)
15227 (c-state-push-any-brace-pair, c-append-to-state-cache)
15228 (c-remove-stale-state-cache)
15229 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15230 (c-invalidate-state-cache-1, c-parse-state-1)
15231 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
15232 (c-parse-state): Enhance and refactor.
15233 (c-debug-parse-state): Amend to deal with all the new variables.
15235 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15236 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
15237 modify to use category text properties rather than syntax-table ones.
15238 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
15239 to switch off/on the syntactic paren property of C++ template
15240 delimiters using the category property.
15241 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15242 template delims suppressed.
15243 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15244 New constant/macros which apply category properties to the start
15245 and end of preprocessor constructs.
15246 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
15247 "comment out" the syntactic value of characters in preprocessor
15249 (c-with-cpps-commented-out)
15250 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15251 with characters in all or all but one preprocessor constructs
15254 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15256 * proced.el (proced-filter-alist): Use regexp-quote.
15258 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
15261 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15262 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15263 arguments. Expand `default-directory'.
15265 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15266 the benefit of returning an expanded localname.
15267 (tramp-tramp-file-p): Handle the case NAME is not a string.
15269 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15271 Add support for bzr shelve/unshelve.
15272 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15273 (vc-bzr-extra-menu-map): New variables.
15274 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15275 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15276 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15277 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15278 (vc-bzr-dir-extra-headers): Display shelves.
15280 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15282 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15284 * textmodes/bibtex.el (bibtex-complete-internal):
15285 Use completion-in-region.
15286 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15288 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15290 Support applying stashes. Improve UI.
15291 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15292 (vc-git-stash-apply, vc-git-stash-pop)
15293 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15294 (vc-git-stash-menu): New functions.
15295 (vc-git-stash-menu-map): New variable.
15296 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15298 2009-12-03 Glenn Morris <rgm@gnu.org>
15300 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15301 (vc-print-log-internal): Fix previous change.
15302 (vc-revert): Correct pluralization.
15304 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15306 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15307 it to be an alist any more.
15308 (makefile-complete): Use completion-in-region.
15310 * progmodes/octave-mod.el (octave-complete-symbol):
15311 Use completion-in-region.
15314 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15315 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15316 (idlwave-complete-class): Don't quote lambda.
15317 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15318 (idlwave-mode-map): Move initialization into declaration.
15319 (idlwave-action-and-binding): Use backquotes.
15320 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15322 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15323 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15324 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15325 `parts', and `all-parts'.
15326 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15327 (idlwave-convert-xml-system-routine-info): Remove unused string
15329 (idlwave-display-user-catalog-widget): Use dolist.
15330 (idlwave-scanning-lib): Declare dynamically-scoped var.
15331 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15332 (completion-highlight-first-word-only): Declare to silence bytecomp.
15333 (idlwave-popup-select): Tighten scope of `resp'.
15334 (idlwave-find-struct-tag): Remove unused var `beg'.
15335 (idlwave-after-load-rinfo-hook): Declare.
15336 (idlwave-sintern-class-info): Remove unused var `taglist'.
15337 (idlwave-find-class-definition): Remove unused var `list'.
15338 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15339 (idlwave-what-module-find-class): Remove unused var `classes'.
15341 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
15343 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15345 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15347 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15348 buffers visited. Remove redundant current-buffer-saving.
15350 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15352 Use completion-in-buffer and remove uses of dynamic scoping.
15353 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15354 (pascal-buffer-to-use, pascal-flag): Don't declare.
15355 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15356 (pascal-get-completion-decl, pascal-keyword-completion):
15357 Add `pascal-str' argument, save-excursion,
15358 return the found completions, and don't filter with pascal-pred.
15359 (pascal-completion-cache): New var.
15360 (pascal-completion): Don't switch buffer any more (it was never
15361 necessary). Don't save-excursion any more (it's done by the called
15362 subroutines). Use a cache to avoid redundant computations.
15363 Use complete-with-action rather than pascal-completion-response and
15364 let it apply the predicate as well.
15365 (pascal-complete-word): Use completion-in-buffer when
15366 pascal-toggle-completions is nil.
15367 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15369 (pascal-comp-defun): Don't change buffer any more.
15370 Use complete-with-action rather than pascal-completion-response and
15371 let it apply the predicate as well.
15372 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15375 2009-12-02 Kenichi Handa <handa@m17n.org>
15377 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15378 shape for all Indic scripts.
15380 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15382 Use completion-in-buffer.
15383 * wid-edit.el (widget-field-text-end): New function.
15384 (widget-field-value-get): Use it.
15385 (widget-string-complete, widget-file-complete)
15386 (widget-color-complete): Use it and completion-in-region.
15387 (widget-complete): Don't narrow the buffer.
15389 2009-12-02 Glenn Morris <rgm@gnu.org>
15391 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15392 (rmail-select-summary): Use rmail-pop-to-buffer.
15393 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15394 rmail-pop-to-buffer, to prevent horizontal splits.
15396 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15397 save-excursion with save-current-buffer.
15398 Widen before searching. (Bug#5093)
15399 (diary-list-sexp-entries): Remove superfluous save-excursion.
15401 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
15403 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15406 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15408 * ido.el (ido-file-internal): Handle filenames at point that do
15409 not have a directory part. (Bug#5049)
15411 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
15413 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15414 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15416 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15418 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15419 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15422 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15424 * comint.el (comint-insert-input): Ignore clicks to the right of
15425 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15427 * vc.el (vc-print-log-internal): Don't wait for the process to
15428 terminate before setting up the major mode.
15430 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15433 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15436 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15438 2009-12-01 Glenn Morris <rgm@gnu.org>
15440 * window.el (window--display-buffer-2): Fix previous changes.
15442 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
15444 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15446 2009-12-01 Glenn Morris <rgm@gnu.org>
15448 * Makefile.in (ELCFILES): Add mpc.elc.
15450 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15452 * mpc.el: New file.
15454 2009-12-01 Glenn Morris <rgm@gnu.org>
15456 * window.el (window-to-use): Define for compiler.
15458 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15459 consistent with others (no final period).
15461 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15462 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15464 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15466 Make vc-print-log buttons work.
15467 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
15469 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15471 * savehist.el (savehist-autosave-interval): Allow setting to nil
15472 through customize. (Bug#5056)
15474 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
15476 Fix references to jit-lock properties.
15477 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15478 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15479 (perl-font-lock-special-syntactic-constructs):
15480 Quote jit-lock-defer-multiline property.
15482 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15484 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15486 2009-11-30 Juri Linkov <juri@jurta.org>
15488 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15489 value `buffer' of `multi-isearch-next-buffer-current-function'.
15490 Use `(current-buffer)' when `buffer' is nil.
15491 (multi-isearch-next-buffer-from-list): Don't fallback to
15492 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15494 2009-11-30 Juri Linkov <juri@jurta.org>
15496 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15497 of buffers with `get-buffer' to `multi-isearch-buffers'.
15498 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15499 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15500 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15501 FILES with `expand-file-name' converting relative file names
15502 to absolute. Doc fix. (Bug#4727)
15504 2009-11-30 Juri Linkov <juri@jurta.org>
15506 * misearch.el (multi-isearch-read-buffers)
15507 (multi-isearch-read-matching-buffers): New functions.
15508 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15509 Use them in the `interactive' spec. Doc fix.
15510 (multi-isearch-read-files, multi-isearch-read-matching-files):
15512 (multi-isearch-files, multi-isearch-files-regexp):
15513 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15515 2009-11-30 Juri Linkov <juri@jurta.org>
15517 * doc-view.el (doc-view-continuous):
15518 Rename from `doc-view-continuous-mode'.
15519 (doc-view-menu): Move "Toggle display" to the top.
15520 Add submenu "Continuous" with radio buttons "Off"/"On"
15521 and "Save as Default".
15522 (doc-view-scroll-up-or-next-page)
15523 (doc-view-scroll-down-or-previous-page)
15524 (doc-view-next-line-or-next-page)
15525 (doc-view-previous-line-or-previous-page):
15526 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15528 2009-11-30 Juri Linkov <juri@jurta.org>
15530 * comint.el (comint-mode-map): Rebind `M-r' from
15531 `comint-previous-matching-input' to
15532 `comint-history-isearch-backward-regexp'.
15533 Unbind `M-s' to allow global key binding `M-s'.
15534 Add menu items for `comint-history-isearch-backward' and
15535 `comint-history-isearch-backward-regexp'. (Bug#3746)
15537 2009-11-30 Juri Linkov <juri@jurta.org>
15539 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15540 For def=recenter, replace `recenter' with `recenter-top-bottom'
15541 that is called with `this-command' and `last-command' let-bound
15542 to `recenter-top-bottom'. When the last `def' was not `recenter',
15543 set `recenter-last-op' to nil. (Bug#4981)
15545 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15547 Minor cleanup and simplification.
15548 * filecache.el (file-cache-add-directory)
15549 (file-cache-add-directory-recursively)
15550 (file-cache-add-from-file-cache-buffer)
15551 (file-cache-delete-file-regexp, file-cache-delete-directory)
15552 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15553 (file-cache-temp-minibuffer-message): Delete function.
15554 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15556 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15557 Don't signal an error when bumping into EOB in tr, s, or y.
15559 2009-11-29 Juri Linkov <juri@jurta.org>
15561 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15564 * descr-text.el (describe-char-unidata-list): Use lowercase name
15565 for "Unicode name" like in other tags.
15567 2009-11-29 Juri Linkov <juri@jurta.org>
15569 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15570 New compatibility macro.
15571 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15573 2009-11-29 Juri Linkov <juri@jurta.org>
15575 Add defcustom to define the cycling order of `recenter-top-bottom'.
15578 * window.el (recenter-last-op): Doc fix.
15579 (recenter-positions): New defcustom.
15580 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15581 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15583 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15585 Improve integration of Tramp and ange-ftp in eshell.
15587 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15588 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15589 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15591 * eshell/esh-util.el (top): Require also Tramp when compiling.
15592 (eshell-directory-files-and-attributes): Check for FTP remote
15594 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15595 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15596 (eshell-file-attributes): Handle ".". Return `entry'.
15598 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15599 (ange-ftp-directory-files-and-attributes)
15600 (ange-ftp-real-directory-files-and-attributes): New defuns.
15602 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15603 shell with "exec" when possible. This prevents trailing prompts
15604 in `start-file-process'.
15606 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15608 Try and remove assumptions about point-min==1.
15609 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15610 (rng-compute-mode-line-string): Show the validation percentage in
15611 terms of the narrowed text, not the widened text.
15612 (rng-do-some-validation): Don't catch internal errors when debugging.
15613 (rng-first-error): Simplify.
15614 (rng-after-change-function): Remove work around. AFAIK the bug has
15615 been fixed a while ago.
15617 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15618 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15620 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15622 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15623 `cd' doesn't always do it for us (bug#5067).
15625 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15626 on 2009-10-25 as part of some other change (bug#5067).
15628 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15630 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15632 (byte-compile-warnings): Use byte-compile-warning-types.
15633 (byte-compile-save-excursion): Warn about use of set-buffer right
15634 after save-excursion.
15636 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15637 the excursion as well.
15639 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15641 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15642 providing a Tramp related implementation of "su" and "sudo".
15643 (eshell-unix-initialize): Add "su" and "sudo".
15645 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15647 * net/socks.el (socks-send-command): Convert binary request to
15648 unibyte before sending. This fixes mishandling of some port
15649 numbers such as 129.
15651 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15653 * help.el (describe-bindings-internal): Remove `interactive'.
15655 * man.el (Man-completion-table): Trim a terminating "(".
15656 Remove the space between name page a section.
15657 Add the command's description on the `help-echo' property.
15658 Remove `process-connection-type' binding since it's unused by
15660 Provide completion for the "<section> <name>" format as well.
15661 (Man-default-man-entry): Remove spurious var shadowing the argument.
15663 2009-11-26 Kevin Ryde <user42@zip.com.au>
15665 * log-view.el: Add "Keywords: tools", since its other keywords
15666 aren't in finder-known-keywords, and following vc.el.
15668 * sha1.el (sha1-string-external): default-directory "/" in case
15669 otherwise non-existent. process-connection-type pipe for touch of
15670 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15672 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15674 Misc coding convention cleanups.
15675 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15676 hfy-init-kludge-hooks.
15677 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15678 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15679 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15681 (hfy-slant, hfy-weight): Use tables rather than code.
15682 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15683 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15684 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15685 (hfy-face-to-css): Remove `nconc' with single arg.
15686 (hfy-p-to-face-lennart): Use `or'.
15687 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15688 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15689 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15690 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15691 (hfy-force-fontification): Use run-hooks.
15693 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15695 Various minor fixes.
15696 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15697 Javascript belongs in the header, not the body.
15698 (hfy-javascript): Remove.
15699 (hfy-fontify-buffer): Don't insert it any more.
15700 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15701 Fix bug in invis handling when there were no invis props in a chunk.
15703 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15705 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15707 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15709 * finder.el (finder-mode-map): Add a menu.
15711 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15713 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15714 "unsigned" structs.
15716 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15717 fork" statement better.
15719 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15721 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15722 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15723 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15724 Reported by Clay Douglass.
15726 (verilog-auto-inst, verilog-auto-star-safe)
15727 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15728 Fix removing "// Interfaces" when saving .* expansions.
15729 Reported by Pierre-David Pfister.
15731 2009-11-26 Glenn Morris <rgm@gnu.org>
15733 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15736 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15738 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15739 Really use previous revision.
15741 2009-11-25 Kevin Ryde <user42@zip.com.au>
15743 * man.el (Man-completion-table): default-directory "/" in case
15744 doesn't otherwise exist. process-environment COLUMNS=999 so as
15745 not to truncate long names. process-connection-type pipe to avoid
15746 any chance of hitting the pseudo-tty TIOCGWINSZ.
15747 (man): completion-ignore-case t for friendliness and since man
15748 itself is case-insensitive on the command line.
15749 Further to Bug#3717.
15751 * arc-mode.el: Add "Keywords: files", so the details in its
15752 commentary can be reached from finder-by-keyword.
15753 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15754 editing mode, but it's comms related and sgml-mode.el has "comm"
15756 * textmodes/bibtex-style.el: Add "Keywords: tex".
15757 * international/isearch-x.el, international/ja-dic-cnv.el:
15758 * international/ja-dic-utl.el, international/kkc.el:
15759 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15761 2009-11-25 Juri Linkov <juri@jurta.org>
15763 * man.el (Man-completion-table): Modify regexp to include
15764 section names to completion strings. (Bug#3717)
15766 2009-11-25 Juri Linkov <juri@jurta.org>
15768 Search recursively in gzipped files. (Bug#4982)
15770 * progmodes/grep.el (grep-highlight-matches): Add new options
15771 `always' and `auto'. Doc fix.
15772 (grep-process-setup): Check `grep-highlight-matches' for
15773 `auto-detect' to determine the need to compute grep defaults.
15774 Move Windows/DOS specific --colors settings handling
15775 to `grep-compute-defaults'. Check `grep-highlight-matches'
15776 to get the value of "--color=".
15777 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15778 has the value `auto-detect'. Move Windows/DOS specific settings
15779 from `grep-process-setup'.
15780 (zrgrep): New command with alias `rzgrep'.
15782 2009-11-25 Juri Linkov <juri@jurta.org>
15784 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15785 to nil instead of switching off view-mode. (Bug#4896)
15787 2009-11-25 Juri Linkov <juri@jurta.org>
15789 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15791 * mwheel.el (mwheel-scroll-up-function)
15792 (mwheel-scroll-down-function): New defvars.
15793 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15794 `scroll-up', and `mwheel-scroll-down-function' instead of
15797 * doc-view.el (doc-view-scroll-up-or-next-page)
15798 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15799 Use this ARG in the call to image-scroll-up/image-scroll-down.
15800 Change `interactive' spec to "P". Goto next/previous page only
15801 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15802 SPC/DEL case). Doc fix.
15803 (doc-view-next-line-or-next-page)
15804 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15806 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15807 `doc-view-scroll-up-or-next-page', and buffer-local
15808 `mwheel-scroll-down-function' to
15809 `doc-view-scroll-down-or-previous-page'.
15811 2009-11-25 Juri Linkov <juri@jurta.org>
15813 Provide additional default values (directories at other Dired
15814 windows) via M-n in the minibuffer of some Dired commands.
15816 * dired-aux.el (dired-diff, dired-compare-directories)
15817 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15818 `minibuffer-default' in `minibuffer-with-setup-hook'.
15819 (dired-dwim-target-directory): Find a window that displays Dired
15820 buffer instead of failing when the next window is not Dired.
15821 Use `get-window-with-predicate' to find for the next Dired window.
15822 (dired-dwim-target-defaults): New function.
15824 * ediff-util.el (ediff-read-file-name):
15825 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15826 in `minibuffer-with-setup-hook'.
15828 2009-11-25 Juri Linkov <juri@jurta.org>
15830 Provide additional default values (file name at point or at the
15831 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15833 * minibuffer.el (read-file-name-defaults): New function.
15834 (read-file-name): Reset `minibuffer-default' to nil when
15835 it duplicates initial input `insdef'.
15836 Bind `minibuffer-default-add-function' to lambda that
15837 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15838 (minibuffer-insert-file-name-at-point): New command.
15840 * files.el (file-name-at-point-functions): New defcustom.
15841 (find-file-default): Remove defvar.
15842 (find-file-read-args): Don't use `find-file-default'.
15843 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15844 to `read-file-name'.
15845 (find-file-literally): Use `read-file-name' with
15846 `confirm-nonexistent-file-or-buffer'.
15848 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15850 * dired.el (dired-read-dir-and-switches):
15851 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15852 to `read-file-name'.
15853 (dired-file-name-at-point): New function.
15854 (dired-mode): Add hook `dired-file-name-at-point' to
15855 `file-name-at-point-functions'.
15857 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15859 Really make the *Completions* window soft-dedicated (bug#5030).
15860 * window.el (window--display-buffer-2): Add `dedicated' argument.
15861 (display-buffer): Pass it when needed so the dedicated flag is set
15862 after calling set-window-buffer, which would otherwise reset it.
15864 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15866 * progmodes/meta-mode.el (meta-complete-symbol):
15867 * progmodes/etags.el (complete-tag):
15868 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15869 Use completion-in-region.
15871 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15872 (dabbrev-completion): Use completion-in-region.
15873 (dabbrev--abbrev-at-point): Simplify regexp.
15875 * abbrev.el (abbrev--before-point): Use word-motion functions
15876 if :regexp is not specified (bug#5031).
15878 * subr.el (string-prefix-p): New function.
15880 * man.el (Man-completion-cache): New var.
15881 (Man-completion-table): Use it.
15883 * vc.el (vc-print-log-internal): Make `limit' optional for better
15884 compatibility (e.g. with vc-annotate.el).
15886 2009-11-24 Kevin Ryde <user42@zip.com.au>
15888 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15889 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15891 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15892 when .el source file not found or other error.
15894 2009-11-24 Markus Triska <markus.triska@gmx.at>
15896 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15898 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15900 Handle the [back] button properly (bug#4979).
15901 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15902 Use help-setup-xref, help-buffer, and with-help-window.
15903 (describe-char): Add `buffer' argument.
15904 Pass proper command to help-setup-xref. Don't meddle with
15905 help-xref-stack-item directly.
15906 (describe-text-category): Use with-help-window and help-buffer.
15908 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15909 for the displayed buffer (bug#4887).
15911 * man.el (Man-completion-table): New function.
15914 2009-11-24 David Reitter <david.reitter@gmail.com>
15916 * vc-git.el (vc-git-registered): Use checkout directory (where
15917 .git is) rather than the file's directory and a relative path spec
15918 to work around a bug in git.
15920 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15922 Improve handling of processes on remote hosts.
15924 * eshell/esh-util.el (eshell-path-env): New defvar.
15925 (eshell-parse-colon-path): New defun.
15926 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15928 * eshell/esh-ext.el (eshell-search-path):
15929 Use `eshell-parse-colon-path'.
15930 (eshell-remote-command): Remove argument HANDLER.
15931 (eshell-external-command): Check for FTP remote connection.
15933 * eshell/esh-proc.el (eshell-gather-process-output):
15934 Use `file-truename', in order to start also symlinked files.
15935 Apply `start-file-process' instead of `start-process'.
15936 Shorten `command' to the local file name part.
15938 * eshell/em-cmpl.el (eshell-complete-commands-list):
15939 Use `eshell-parse-colon-path'.
15941 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15943 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15944 to `eshell-directory-change-hook'.
15946 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15948 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15949 because it could be enabled automatically if view-read-only is non-nil.
15951 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15953 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15954 made on 2009-11-22.
15956 2009-11-24 Glenn Morris <rgm@gnu.org>
15958 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15959 deleted variable bookmark-bmenu-bookmark-column.
15961 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15963 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15965 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15967 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15968 two slashes to the "file:" prefix.
15969 (browse-url-file-url): De-munge Cygwin filenames before passing
15970 them to Windows browser.
15971 (browse-url-default-windows-browser): Use call-process.
15973 2009-11-23 Juri Linkov <juri@jurta.org>
15975 Implement DocView Continuous mode. (Bug#4896)
15976 * doc-view.el (doc-view-continuous-mode): New defcustom.
15977 (doc-view-mode-map): Bind C-n/<down> to
15978 `doc-view-next-line-or-next-page', C-p/<up> to
15979 `doc-view-previous-line-or-previous-page'.
15980 (doc-view-next-line-or-next-page)
15981 (doc-view-previous-line-or-previous-page): New commands.
15983 2009-11-23 Juri Linkov <juri@jurta.org>
15985 Implement Isearch in comint input history. (Bug#3746)
15986 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15987 `isearch-mode-hook'.
15988 (comint-history-isearch): New defcustom.
15989 (comint-history-isearch-backward)
15990 (comint-history-isearch-backward-regexp): New commands.
15991 (comint-history-isearch-message-overlay): New buffer-local variable.
15992 (comint-history-isearch-setup, comint-history-isearch-end)
15993 (comint-goto-input, comint-history-isearch-search)
15994 (comint-history-isearch-message, comint-history-isearch-wrap)
15995 (comint-history-isearch-push-state)
15996 (comint-history-isearch-pop-state): New functions.
15998 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
16000 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
16002 (tramp-handle-make-symbolic-link)
16003 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
16005 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
16006 (tramp-handle-process-file): Use it.
16008 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16010 * window.el (move-to-window-line-last-op): Remove.
16011 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16013 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16015 Make M-r mirror the new cycling behavior of C-l.
16016 * window.el (move-to-window-line-last-op): New var.
16017 (move-to-window-line-top-bottom): New command.
16018 (global-map): Bind M-r move-to-window-line-top-bottom.
16020 2009-11-23 Sven Joachim <svenjoac@gmx.de>
16022 * dired-x.el (dired-guess-shell-alist-default):
16023 Support xz format. (Bug#4953)
16025 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16027 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16028 last-command-char/last-command-event.
16029 (viper-prefix-arg-value): Do correct conversion of event-char for
16032 * emulation/viper-util.el, emulation/viper.el:
16033 Use viper-last-command-char instead of
16034 last-command-char/last-command-event.
16036 * ediff-init.el, ediff-mult.el, ediff-util.el:
16037 Replace last-command-char and last-command-event
16038 with (ediff-last-command-char) everywhere.
16040 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16041 created in fundamental mode.
16043 * ediff.el (ediff-version): Revert the change of interactive-p to
16044 called-interactively-p.
16046 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16048 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16049 generation from word-movement command names.
16051 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16053 * cus-start.el (all): Add native condition for font-use-system-font.
16055 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
16057 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16058 Correct the patch from 2009-11-18. (Bug#3910)
16060 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16062 * progmodes/subword.el: Rename from lisp/subword.el.
16064 * subword.el: Rename to progmodes/subword.el.
16066 * Makefile.in (ELCFILES): Adapt to subword.el move.
16068 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16069 Stefan Monnier <monnier@iro.umontreal.ca>
16071 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16072 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16073 (bookmark-bmenu-show-filenames): Use push.
16074 (bookmark-bmenu-hide-filenames): Use local var instead of
16075 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16076 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16077 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16078 filenames now that the bookmark names are always available.
16080 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16082 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16083 (bookmark-search-pattern): Move and leave unbound.
16084 (bookmark-bmenu-mode-map): Change binding.
16085 (bookmark-read-search-input): Simplify.
16086 Don't use text-char-description. Don't error on non-char events.
16087 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16088 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16089 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16090 Use a local var for the timer.
16091 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16092 (i.e. bookmark-bmenu-search).
16094 2009-11-21 Glenn Morris <rgm@gnu.org>
16096 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16098 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16100 * net/browse-url.el (browse-url-default-windows-browser):
16101 Use cygstart for cygwin.
16103 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16105 * bookmark.el: Formatting and doc fixes only:
16106 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16107 (bookmark-bmenu-search): Wrap to fit within 80 columns.
16108 Minor grammar and punctuation fixes in doc string.
16109 (bookmark-read-search-input): Adjust to fit within 80 columns.
16111 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16113 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16114 (c-backward-into-nomenclature): Adapt to subword renaming.
16116 * subword.el (subword-forward, subword-backward, subword-mark)
16117 (subword-kill, subword-backward-kill, subword-transpose)
16118 (subword-downcase, subword-upcase, subword-capitalize)
16119 (subword-forward-internal, subword-backward-internal):
16120 Rename from forward-subword, backward-subword, mark-subword,
16121 kill-subword, backward-kill-subword, transpose-subwords,
16122 downcase-subword, upcase-subword, capitalize-subword,
16123 forward-subword-internal, backward-subword-internal.
16125 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16127 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16129 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16131 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16132 (bookmark-bmenu-filter-alist-by-regexp)
16133 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16134 (bookmark-bmenu-search): New command.
16135 (bookmark-bmenu-mode-map): Bind it.
16137 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16139 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16140 backward-subword to quit the byte-compiler.
16142 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16144 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16146 * progmodes/cc-cmds.el (c-update-modeline)
16147 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16148 Refer to subword.el functions instead of cc-subword.el.
16150 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16151 subword.el functions instead of cc-subword.el.
16153 * progmodes/cc-subword.el: Rename to subword.el.
16154 * subword.el: Rename from progmodes/cc-subword.el.
16155 (subword-mode-map): Rename from c-subword-mode-map.
16156 (subword-mode): Rename from c-subword-mode.
16157 (global-subword-mode): New global minor mode.
16158 (forward-subword): Rename from c-forward-subword.
16159 (backward-subword): Rename from c-backward-subword.
16160 (mark-subword): Rename from c-mark-subword.
16161 (kill-subword): Rename from c-kill-subword.
16162 (backward-kill-subword): Rename from c-backward-kill-subword.
16163 (transpose-subwords): Rename from c-tranpose-subword.
16164 (downcase-subword): Rename from c-downcase-subword.
16165 (capitalize-subword): Rename from c-capitalize-subword.
16166 (forward-subword-internal): Rename from c-forward-subword-internal.
16167 (backward-subword-internal): Rename from c-backward-subword-internal.
16169 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16171 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16172 from a dired buffer.
16173 (vc-dired-deduce-fileset): New function.
16174 (vc-root-diff, vc-print-root-log): Use it.
16176 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16177 nil LIMIT argument to vc-print-log-internal.
16179 2009-11-20 Glenn Morris <rgm@gnu.org>
16181 * Makefile.in (ELCFILES): Regenerate.
16183 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16185 * calc/calc.el (calc-set-mode-line):
16186 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16187 (math-format-number): Rename `math-format-complement-signed' to
16188 `math-format-twos-complement'.
16190 * calc/calc-bin.el (math-format-twos-complement): Rename from
16191 math-format-complement-signed.
16192 (calc-radix): Rename `calc-complement-signed-mode' to
16193 `calc-twos-complement-mode'.
16194 (calc-octal-radix, calc-hex-radix): Add an argument for
16197 * calc/calc-embed.el (calc-embedded-mode-vars):
16198 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16200 * calc/calc-ext.el (calc-init-extensions):
16201 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16202 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16204 * calc/calc-units.el (math-build-units-table-buffer):
16205 Let `calc-twos-complement-mode' be nil.
16207 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16210 * calc/calc-vec.el (calcFunc-vunpack):
16211 * calc/calc-aent.el (calc-do-calc-eval):
16212 * calc/calc-forms.el (math-format-date):
16213 * calc/calc-graph.el (calc-graph-plot):
16214 * calc/calc-math.el (math-use-emacs-fn):
16215 * calc/calccomp.el (math-compose-expr):
16216 Let `calc-twos-complement-mode' be nil.
16218 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16220 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16221 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16222 * minibuffer.el (completion-in-region-functions): New hook.
16223 (completion-in-region): New function.
16224 * emacs-lisp/lisp.el (lisp-complete-symbol):
16225 * pcomplete.el (pcomplete-std-complete): Use it.
16227 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16229 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16230 (latex-complete-alist): New vars.
16231 (latex-string-prefix-p, latex-complete-bibtex-keys)
16232 (latex-complete-envnames, latex-complete-refkeys)
16233 (latex-complete-data): New functions.
16234 (latex-complete, latex-indent-or-complete): New commands.
16236 * window.el (display-buffer-mark-dedicated): New var.
16237 (display-buffer): Obey it.
16238 * minibuffer.el (minibuffer-completion-help): Use it.
16240 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16242 * filecache.el (file-cache-add-file): Use push and cons.
16243 (file-cache-delete-file-regexp): Use push.
16244 (file-cache-complete): Use completion-in-region.
16246 * simple.el (with-wrapper-hook): Fix thinko.
16248 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16249 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16250 Use with-current-buffer and string-to-number.
16251 (hfy-fallback-colour-values): Use assoc-string.
16252 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16253 (hfy-face-at): Remove unused var `found-face'.
16254 (hfy-compile-stylesheet): Remove unused var `css'.
16255 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16257 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16258 Use with-current-buffer.
16259 (hfy-text-p): Use expand-file-name and fewer setq.
16261 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16263 * htmlfontify.el, hfy-cmap.el: New files.
16265 2009-11-19 Juri Linkov <juri@jurta.org>
16267 * minibuffer.el (completions-format): New defcustom.
16268 (completion--insert-strings): Implement vertical format.
16270 * simple.el (switch-to-completions): Move point to the first
16271 completion when point was at the beginning of the buffer.
16273 2009-11-19 Juri Linkov <juri@jurta.org>
16275 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16277 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16279 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
16281 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16282 (mail-signature): Change default to t.
16283 (mail-from-style): Deprecate `system-default' value.
16284 (mail-insert-from-field): For default value of mail-from-style,
16285 default to `angles' unless `angles' needs quoting and `parens'
16287 (mail-citation-prefix-regexp): Use citation regexp from
16290 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
16292 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16293 Set variables for computing the prompt for reading password.
16295 2009-11-19 Glenn Morris <rgm@gnu.org>
16297 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16299 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16301 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16302 (newsticker-treeview-listwindow-height): Fix custom type.
16304 2009-11-19 Kenichi Handa <handa@m17n.org>
16306 * descr-text.el (describe-char-padded-string): Compose with TAB
16307 only if there's a font for CH.
16308 (describe-char): Fix the condition for detecting a trivial composition.
16310 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
16312 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
16313 more accurate version of the regexp. (Bug#3910)
16315 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16317 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16319 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
16321 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16322 (font-setting-change-default-font): Fix typo in docstring.
16324 2009-11-18 Alan Mackenzie <acm@muc.de>
16326 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16328 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16330 * font-setting.el (font-use-system-font): Move ...
16332 * cus-start.el (all): ... to here.
16334 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
16336 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16337 Don't set `ad-return-value' if `ad-do-it' doesn't.
16339 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16342 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16344 * menu-bar.el: Put "Use system font" in Option-menu.
16345 (menu-bar-options-save): Add font-use-system-font.
16347 * loadup.el: If feature system-font-setting or font-render-setting is
16348 there, load font-setting.
16350 * Makefile.in (ELCFILES): Add font-settings.el.
16351 * font-setting.el: New file.
16353 2009-11-17 Glenn Morris <rgm@gnu.org>
16355 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16357 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16358 Preserve point in the list buffer. (Bug#4939)
16360 (newsticker--treeview-list-update-highlight)
16361 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16363 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16365 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16368 * calc/calc-ext.el (calc-init-extensions): Remove references to
16371 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16373 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
16374 * calc/calc-help.el (calc-b-prefix-help): Remove references to
16377 2009-11-16 Kevin Ryde <user42@zip.com.au>
16379 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16380 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
16382 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16383 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16384 Ignore trailing spaces by omit-nulls to split-string (fixing
16385 regression from Emacs 21 due to the incompatible split-string
16386 change). (Bug #4928.)
16388 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16390 * vc.el (vc-log-show-limit): Default to 2000.
16391 (vc-print-log-internal): Insert buttons to request more entries
16392 when limiting the output.
16394 * vc-sccs.el (vc-sccs-print-log):
16395 * vc-rcs.el (vc-rcs-print-log):
16396 * vc-cvs.el (vc-cvs-print-log):
16397 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16400 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16402 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16403 error when `tramp-gvfs-dbus-event-vector' is set.
16404 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16406 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16408 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16410 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16412 * net/dbus.el (dbus-unregister-service): New defun.
16413 (dbus-register-property): Register the handlers of
16414 "org.freedesktop.DBus.Properties" for SERVICE.
16415 (dbus-property-handler): Fix docstring.
16417 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16419 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16420 Quote doc string reference in defvaralias as it is not in special form.
16421 (byte-compile-output-docform): Doc fix.
16423 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16425 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16426 (calc-complement-signed-mode): New variables.
16427 (calc-set-mode-line): Add indicator for twos-complements.
16428 (math-format-number): Format twos-complement notation.
16430 * calc/calc-bin.el (calc-word-size): Reset the variables
16431 `math-2-word-size' and `math-half-2-word-size'.
16432 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16433 (calc-symclip): New functions.
16435 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16437 * calc/calc-embed.el (calc-embedded-mode-vars):
16438 Add `calc-complement-signed-mode' to the list of modes.
16440 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
16441 (calc-b-oper-keys): Add `calc-symclip' to list.
16443 * calc/calc-ext.el (math-read-number-fancy): Read complement
16445 (calc-init-extensions): Add binding for `calc-symclip'.
16446 Add autoload for `calcFunc-symclip' and `calc-symclip'.
16448 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16450 (calc-modes-menu): Add item for twos complement mode.
16452 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
16454 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16456 * register.el (jump-to-register, insert-register): Handle Semantic
16457 tags. From commented-out advice in semantic/senator.el.
16459 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16461 * vc.el (vc-log-show-limit): New variable.
16462 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16463 when using a prefix argument.
16464 (vc-print-log-internal): Add new argument LIMIT.
16466 * vc-svn.el (vc-svn-print-log):
16467 * vc-mtn.el (vc-mtn-print-log):
16468 * vc-hg.el (vc-hg-print-log):
16469 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
16470 pass it to the log command when set. Make the BUFFER argument
16473 * vc-sccs.el (vc-sccs-print-log):
16474 * vc-rcs.el (vc-rcs-print-log):
16475 * vc-git.el (vc-git-print-log):
16476 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16477 ignore it. Make the BUFFER argument non-optional.
16479 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16481 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16483 * dired.el (dired-mode-map): Move encryption items to "Operate"
16486 * strokes.el (strokes-update-window-configuration): Make strokes
16487 buffer current before erasing (Bug#4906).
16489 2009-11-15 Juri Linkov <juri@jurta.org>
16491 * simple.el (set-mark-default-inactive): Add :type, :group
16492 and :version. (Bug#4876)
16494 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16496 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16497 (archive-unique-fname): ... here. (Bug#4929)
16499 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16501 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16504 * novice.el (disabled-command-function): Add useful args.
16505 Setup the help buffer so that [back] works.
16506 Remove redundant call to help-mode.
16507 (disabled-command-function): Use `case'.
16508 (en/disable-command): New function extracted from enable-command.
16509 (enable-command, disable-command): Use it.
16511 2009-11-14 Glenn Morris <rgm@gnu.org>
16513 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16514 constants. (Bug#4913)
16516 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16518 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16520 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16521 defined in C that have no doc-strings. (Bug#1063)
16523 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16525 * cus-edit.el (data, files):
16526 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16528 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16530 * simple.el (shell-command): Doc fix (Bug#4891).
16532 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16534 2009-11-14 Glenn Morris <rgm@gnu.org>
16536 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16537 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16538 If they are already loaded, eval-after-load will do the right thing.
16540 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16543 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16545 * simple.el (x-selection-owner-p): Declare.
16546 (read-mail-command): Use custom radio type rather than choice.
16547 (completion-no-auto-exit): Doc fix.
16549 * custom.el (defgroup):
16550 * epg-config.el (epg): Doc fixes.
16552 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16554 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16555 * international/ccl.el (define-ccl-program): Do not purecopy the
16556 docstring, defconst does it anyway.
16558 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16560 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16563 * x-dnd.el (x-dnd-maybe-call-test-function):
16564 * window.el (split-window-vertically):
16565 * whitespace.el (whitespace-help-on):
16566 * vc-rcs.el (vc-rcs-consult-headers):
16567 * userlock.el (ask-user-about-lock-help)
16568 (ask-user-about-supersession-help):
16569 * type-break.el (type-break-force-mode-line-update):
16570 * time-stamp.el (time-stamp-conv-warn):
16571 * terminal.el (te-set-output-log, te-more-break, te-filter)
16572 (te-sentinel, terminal-emulator):
16573 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16574 (term-write-input-ring, term-check-source, term-start-output-log):
16575 (term-display-buffer-line, term-dynamic-list-completions):
16576 (term-ansi-make-term, serial-term):
16577 * subr.el (selective-display):
16578 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16579 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16580 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16581 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16582 (speedbar-remove-localized-speedbar-support)
16583 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16584 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16585 (speedbar-buffers-line-directory):
16586 * simple.el (shell-command-on-region, append-to-buffer)
16587 (prepend-to-buffer):
16588 * shadowfile.el (shadow-save-todo-file):
16589 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16590 (scroll-bar-maybe-set-window-start):
16591 * sb-image.el (speedbar-image-dump):
16592 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16593 (load-save-place-alist-from-file):
16594 * ps-samp.el (ps-print-message-from-summary):
16595 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16596 (ps-background-image, ps-begin-job, ps-do-despool):
16597 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16598 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16599 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16600 (pr-call-process, pr-file-list, pr-interface-save):
16601 * novice.el (disabled-command-function)
16602 (enable-command, disable-command):
16603 * mouse.el (mouse-buffer-menu-alist):
16604 * mouse-copy.el (mouse-kill-preserving-secondary):
16605 * macros.el (kbd-macro-query):
16606 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16607 * informat.el (batch-info-validate):
16608 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16609 * hippie-exp.el (try-expand-dabbrev-visible):
16610 * help-mode.el (help-make-xrefs):
16611 * help-fns.el (describe-variable):
16612 * generic-x.el (bat-generic-mode-run-as-comint):
16613 * finder.el (finder-mouse-select):
16614 * find-dired.el (find-dired-sentinel):
16615 * filesets.el (filesets-file-close):
16616 * files.el (list-directory):
16617 * faces.el (list-faces-display, describe-face):
16618 * facemenu.el (list-colors-display):
16619 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16620 * epg.el (epg--process-filter, epg-cancel):
16621 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16622 (epa--read-signature-type):
16623 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16624 (emerge-file-names):
16625 * ehelp.el (electric-helpify):
16626 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16627 * ediff-vers.el (rcs-ediff-view-revision):
16628 * ediff-util.el (ediff-setup):
16629 * ediff-mult.el (ediff-append-custom-diff):
16630 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16632 * echistory.el (Electric-command-history-redo-expression):
16633 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16634 * disp-table.el (describe-display-table):
16635 * dired.el (dired-find-buffer-nocreate):
16636 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16637 * dabbrev.el (dabbrev--same-major-mode-p):
16638 * chistory.el (list-command-history):
16639 * apropos.el (apropos-documentation):
16640 * allout.el (allout-obtain-passphrase):
16641 (allout-copy-exposed-to-buffer):
16642 (allout-verify-passphrase): Use with-current-buffer.
16644 2009-11-13 Glenn Morris <rgm@gnu.org>
16646 * Makefile.in (ELCFILES): Regenerate.
16648 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16650 * net/dbus.el (dbus-registered-objects-table): Rename from
16651 `dbus-registered-functions-table', because it contains also properties.
16652 (dbus-unregister-object): Unregister also properties.
16653 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16654 Use a timeout of 500 msec, in order to not block.
16655 (dbus-register-property, dbus-property-handler): New defuns.
16657 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16659 * simple.el (minibuffer-default-add-completions): Drop deprecated
16662 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16664 * textmodes/artist.el (artist-mouse-choose-operation):
16665 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16666 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16667 (artist-compute-up-event-key): New function.
16668 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16670 2009-11-13 Kenichi Handa <handa@m17n.org>
16672 * language/japan-util.el: Make sure that the value of jisx0208
16673 property is jisx0208 character.
16675 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16677 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16678 car or each item, not the whole list.
16680 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16682 * minibuffer.el (minibuffer-completion-help):
16683 Use minibuffer-hide-completions.
16685 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16687 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16688 (dired-revert): Use them (bug#4880).
16690 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16692 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16694 2009-11-12 Juri Linkov <juri@jurta.org>
16696 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16698 (find-file-literally-at-point): Alias of `ffap-literally'.
16700 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16702 * textmodes/ispell.el (ispell-skip-region-alist):
16703 * textmodes/css-mode.el (auto-mode-alist):
16704 * progmodes/compile.el (auto-mode-alist):
16705 * international/mule.el (ctext-non-standard-encodings-alist)
16706 (ctext-non-standard-encodings-regexp):
16707 * simple.el (shell-command-switch, text-read-only):
16708 * replace.el (occur-mode-map):
16709 * paths.el (rmail-file-name):
16710 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16711 * find-file.el (ff-special-constructs):
16712 * files.el (file-name-handler-alist):
16713 * composite.el: Purecopy strings.
16715 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16717 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16719 * widget.el (define-widget): Purecopy the docstring.
16720 * international/mule-cmds.el (charset): Do not purecopy the
16721 docstring here, define-widget does it.
16723 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16724 * textmodes/bibtex-style.el (auto-mode-alist):
16725 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16726 * progmodes/compile.el (compile-command):
16727 * language/korea-util.el (default-korean-keyboard):
16728 * international/mule-conf.el (file-coding-system-alist):
16729 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16730 * tooltip.el (tooltip-frame-parameters):
16731 * newcomment.el (comment-end, comment-padding):
16732 * dired.el (dired-trivial-filenames):
16733 * comint.el (comint-file-name-prefix): Purecopy initial values.
16735 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16737 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16738 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16740 (tramp-advice-make-auto-save-file-name)
16741 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16742 after removing the advice.
16744 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16746 * progmodes/grep.el (grep-regexp-alist):
16747 * international/mule-cmds.el (iso-2022-control-alist):
16748 * emacs-lisp/timer.el (timer-duration-words):
16749 * subr.el (version-separator, version-regexp-alist):
16750 * minibuffer.el (completion-styles-alist):
16751 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16752 Change defvars to defconsts.
16754 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16755 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16756 * international/mule-conf.el: Allow to be byte compiled.
16758 * international/mule.el (define-charset): Purecopy props.
16759 (load-with-code-conversion): Purecopy doc string and file name.
16760 (put-charset-property): Purecopy strings.
16761 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16763 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16764 (define-char-code-property): Correctly purecopy the table.
16766 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16768 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16770 * subr.el (add-hook): Purecopy strings.
16771 (eval-after-load): Purecopy load-history-regexp and the form.
16773 * custom.el (custom-declare-group): Purecopy load-file-name.
16775 * subr.el (menu-bar-separator): New defconst.
16776 * net/eudc.el (eudc-tools-menu):
16777 * international/mule-cmds.el (set-coding-system-map)
16778 (mule-menu-keymap):
16779 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16780 * vc-hooks.el (vc-menu-map):
16781 * replace.el (occur-mode-map):
16782 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16783 (menu-bar-edit-menu, menu-bar-goto-menu)
16784 (menu-bar-custom-menu, menu-bar-showhide-menu)
16785 (menu-bar-options-menu, menu-bar-tools-menu)
16786 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16787 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16788 (menu-bar-help-menu):
16789 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16790 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16792 * term/x-win.el (x-gtk-stock-map):
16793 * progmodes/vera-mode.el (auto-mode-alist):
16794 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16795 (inferior-lisp-program, inferior-lisp-load-command):
16796 * progmodes/hideshow.el (hs-special-modes-alist):
16797 * progmodes/gud.el (same-window-regexps):
16798 * progmodes/grep.el (grep-program, find-program, xargs-program):
16799 * net/telnet.el (same-window-regexps):
16800 * net/rlogin.el (same-window-regexps):
16801 * language/ethiopic.el (font-ccl-encoder-alist):
16802 * vc-sccs.el (vc-sccs-master-templates):
16803 * vc-rcs.el (vc-rcs-master-templates):
16804 * subr.el (cl-assertion-failed):
16805 * simple.el (next-error-overlay-arrow-position):
16806 * lpr.el (lpr-command):
16807 * locate.el (locate-ls-subdir-switches):
16808 * info.el (same-window-regexps, info)
16809 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16810 * image-mode.el (image-mode, auto-mode-alist):
16811 * hippie-exp.el (hippie-expand-ignore-buffers):
16812 * format.el (format-alist):
16813 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16815 * facemenu.el (facemenu-keybindings):
16816 * dired.el (dired-listing-switches, dired-chown-program):
16817 * diff.el (diff-switches, diff-command):
16818 * cus-edit.el (same-window-regexps):
16819 * bindings.el (mode-line-mule-info)
16820 (mode-line-buffer-identification): Purecopy strings.
16822 2009-11-11 Juri Linkov <juri@jurta.org>
16824 * simple.el (dired-get-filename) <declare-function>:
16825 Tell the byte-compiler about dired-get-filename.
16826 (shell-command): In Dired mode, get filename from the current line
16827 as the default value.
16829 2009-11-10 Glenn Morris <rgm@gnu.org>
16831 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16832 * calendar/holidays.el, progmodes/cperl-mode.el:
16833 Update x-popup-menu declarations.
16835 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16836 (list-load-path-shadows): Use dolist.
16837 (list-load-path-shadows): Use with-current-buffer.
16839 2009-11-10 Juri Linkov <juri@jurta.org>
16841 * minibuffer.el (read-file-name): Support a list of default values
16842 in `default-filename'. Use the first file name where only one
16843 element is required. Doc fix.
16845 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16847 * net/dbus.el (dbus-unregister-object): Release service, if no
16848 other method is registered for it.
16850 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16852 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16853 bookmark-sort-flag is non-nil (Bug#4653).
16855 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16857 * emulation/cua-base.el: Add CUA property to some CC mode commands
16860 2009-11-08 Kevin Ryde <user42@zip.com.au>
16862 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16863 at end of sentence (Bug#4818).
16865 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16867 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16868 Handle "see declaration of" MSFT statements (Bug#4100).
16870 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16872 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16873 (tramp-advice-file-expand-wildcards): Unload via
16874 `ad-remove-advice'.
16876 * net/trampver.el: Update release number.
16878 2009-11-08 Kevin Ryde <user42@zip.com.au>
16880 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16883 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16885 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16886 in order to keep context in SELinux.
16888 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16890 * dired-aux.el (dired-query): Place cursor in echo area and allow
16893 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16894 menu item if not on a directory (Bug#4701).
16896 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16898 Sync with Tramp 2.1.17.
16900 * net/tramp.el (tramp-handle-copy-directory): Don't use
16901 `file-remote-p' (due to compatibility).
16903 * net/tramp-compat.el (tramp-compat-copy-directory)
16904 (tramp-compat-delete-directory): New defuns.
16906 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16907 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16908 Use `tramp-compat-delete-directory'.
16910 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16911 (tramp-smb-handle-delete-directory):
16912 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16914 * net/trampver.el: Update release number.
16916 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16918 * tar-mode.el (tar-copy): Call write-region on the right buffer
16921 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16922 by hand, if necessary (Bug#4878).
16924 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16926 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16927 align size column (Bug#4839).
16929 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16932 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16934 * progmodes/ld-script.el (auto-mode-alist):
16935 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16937 * cus-face.el (custom-declare-face): Purecopy face spec.
16939 2009-11-06 Kenichi Handa <handa@m17n.org>
16941 * international/uni-bidi.el: Re-generated.
16942 * international/uni-category.el: Re-generated.
16943 * international/uni-combining.el: Re-generated.
16944 * international/uni-mirrored.el: Re-generated.
16946 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16948 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16949 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16950 (tex-start-options, slitex-run-command, latex-run-command)
16951 (tex-run-command, tex-directory):
16952 * textmodes/ispell.el (ispell-html-skip-alists)
16953 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16954 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16955 (adaptive-fill-regexp):
16956 * textmodes/dns-mode.el (auto-mode-alist):
16957 * progmodes/python.el (interpreter-mode-alist):
16958 * progmodes/etags.el (tags-compression-info-list):
16959 * progmodes/etags.el (tags-file-name):
16960 * net/browse-url.el (browse-url-galeon-program)
16961 (browse-url-firefox-program):
16962 * mail/sendmail.el (mail-signature-file)
16963 (mail-citation-prefix-regexp):
16964 * international/mule-conf.el (eight-bit):
16965 * international/latexenc.el (latex-inputenc-coding-alist):
16966 * international/fontset.el (x-pixel-size-width-font-regexp):
16967 * emacs-lisp/warnings.el (warning-type-format):
16968 * emacs-lisp/trace.el (trace-buffer):
16969 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16970 (emacs-lisp-mode-map):
16971 * calendar/holidays.el (holiday-solar-holidays)
16972 (holiday-bahai-holidays, holiday-islamic-holidays)
16973 (holiday-christian-holidays, holiday-hebrew-holidays)
16974 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16975 (hebrew-holidays-1, holiday-oriental-holidays)
16976 (holiday-general-holidays):
16977 * x-dnd.el (x-dnd-known-types):
16978 * tool-bar.el (tool-bar):
16979 * startup.el (site-run-file):
16980 * shell.el (shell-dumb-shell-regexp):
16981 * rfn-eshadow.el (file-name-shadow-tty-properties)
16982 (file-name-shadow-properties):
16983 * paths.el (remote-shell-program, news-directory):
16984 * mouse.el ([C-down-mouse-3]):
16985 * menu-bar.el (menu-bar-tools-menu):
16986 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16987 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16988 (jka-compr-compression-info-list):
16989 * isearch.el (search-whitespace-regexp):
16990 * image-file.el (image-file-name-extensions):
16991 * find-dired.el (find-ls-option):
16992 * files.el (directory-listing-before-filename-regexp)
16993 (directory-free-space-args, insert-directory-program)
16994 (list-directory-brief-switches, magic-fallback-mode-alist)
16995 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16996 (automount-dir-prefix):
16997 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16998 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16999 (face-font-registry-alternatives, face-font-registry-alternatives)
17000 (face-font-family-alternatives):
17001 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
17002 (facemenu-foreground-menu, facemenu-face-menu):
17003 * epa-hook.el (epa-file-name-regexp):
17004 * dnd.el (dnd-protocol-alist):
17005 * textmodes/rst.el (auto-mode-alist):
17006 * button.el (default-button): Purecopy strings.
17008 2009-11-06 Glenn Morris <rgm@gnu.org>
17010 * Makefile.in (ELCFILES): Update.
17012 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17014 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17015 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17017 * nxml/xsd-regexp.el (xsdre-gen-categories):
17018 * nxml/xmltok.el (xmltok-parse-entity):
17019 * nxml/rng-parse.el (rng-parse-validate-file):
17020 * nxml/rng-maint.el (rng-format-manual)
17021 (rng-manual-output-force-new-line):
17022 * nxml/rng-loc.el (rng-save-schema-location-1):
17023 * nxml/rng-cmpct.el (rng-c-parse-file):
17024 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17025 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17027 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17029 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
17030 Remove extra save-excursions and make-variable-buffer-local's.
17031 Suggested by Stefan Monnier.
17033 (verilog-getopt-file, verilog-module-inside-filename-p)
17034 (verilog-set-define): Merge GNU 1.35 and repair changes from
17035 switching to using with-current-buffer.
17037 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17038 being treated as a number and confusing AUTORESET.
17039 Reported by Dan Dever.
17041 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17042 Add verilog-auto-ignore-concat to fix backward compatibility with
17043 older verilog-modes. Reported by Dan Katz.
17045 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17046 containing closing anchors "...$".
17048 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17049 Reported by Wade Smith.
17051 (verilog-batch-execute-func): Comment on function usage.
17053 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
17055 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17058 (verilog-label-re, verilog-calc-1): Support proper indent of named
17061 (verilog-backward-token, verilog-basic-complete-re)
17062 (verilog-beg-of-statement, verilog-indent-re): Support proper
17063 indent of the assert statement at the beginning of a block of text.
17065 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17066 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17069 2009-11-05 Glenn Morris <rgm@gnu.org>
17071 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17072 Emacs 19. (Bug#1531)
17073 (byte-compile-fix-header): Update for the above change.
17074 Drop test for epoch::version.
17076 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
17077 * cus-dep.el (custom-make-dependencies):
17078 * finder.el (finder-compile-keywords):
17079 Use autoload-rubric's feature argument.
17081 * calendar/diary-lib.el (top-level): Make load behave more like require.
17083 * vc-git.el (vc-git-stash-map): Move definition before use.
17085 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
17087 * custom.el (custom-declare-group): Purecopy standard-value.
17088 (custom-declare-group): Purecopy custom-prefix.
17090 * international/mule.el (load-with-code-conversion):
17091 Call do-after-load-evaluation unconditionally.
17093 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17095 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17097 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17099 2009-11-04 Glenn Morris <rgm@gnu.org>
17101 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17102 (byte-compile-compatibility): Remove option.
17103 (byte-compile-close-variables, byte-compile-fix-header)
17104 (byte-compile-insert-header, byte-compile-output-docform)
17105 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17106 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17107 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17108 (byte-compile-insert, byte-compile-defun):
17109 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
17110 (byte-defop-compiler19): Remove.
17111 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17112 used by anything. Replace all calls with byte-defop-compiler.
17114 2009-11-04 Juri Linkov <juri@jurta.org>
17116 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17117 (menu-bar-options-menu): Don't quote the `prop' arg of
17118 `menu-bar-make-mm-toggle'.
17120 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
17122 * calendar/calendar.el (cal-loaddefs):
17123 * calendar/diary-lib.el (diary-loaddefs):
17124 * calendar/holidays.el (hol-loaddefs):
17125 * eshell/esh-module.el (esh-groups): Load rather than require.
17127 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17129 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17131 (todo-top-priorities): Only display-buffer when called interactively.
17132 (todo-item-start): Don't save excursion point.
17133 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17134 (todo-insert-item-here, todo-file-item, todo-remove-item):
17135 Adjust uses of todo-item-start and todo-item-end.
17137 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17138 (autoload-rubric): Don't use any more.
17140 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17141 and only put a prop if it is non-nil.
17143 2009-11-03 Juri Linkov <juri@jurta.org>
17145 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17146 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17148 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17149 and "Menu" to make top-level menu item visually one unit (like
17150 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17151 multi-word menu items). Fix :help string for quit-window.
17153 2009-11-03 Glenn Morris <rgm@gnu.org>
17155 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17156 (byte-compile-file-form-define-abbrev-table)
17157 (byte-compile-file-form-custom-declare-variable)
17158 (byte-compile-variable-ref, byte-compile-defvar):
17159 Whether or not a warning is enabled should only affect whether we issue
17160 the warning, not whether or not we collect the relevant data.
17161 Eg warnings can be turned on and off throughout the course of a file.
17163 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17164 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17166 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17168 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17169 * play/mpuz.el (mpuz-create-buffer):
17170 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17171 (lm-print-y,s,noise, lm-print-w0, lm-init):
17172 * play/gomoku.el (gomoku-prompt-for-move):
17173 * play/fortune.el (fortune-in-buffer):
17174 * play/dissociate.el (dissociated-press):
17175 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
17176 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
17177 * mail/supercite.el (sc-eref-show):
17178 * mail/smtpmail.el (smtpmail-send-it):
17179 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17180 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17181 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17182 (rmail-summary-goto-msg, rmail-summary-expunge)
17183 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17184 (rmail-summary-add-label, rmail-summary-output-menu)
17185 (rmail-summary-output-body):
17186 * mail/rfc822.el (rfc822-addresses):
17187 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17188 * mail/mailpost.el (post-mail-send-it):
17189 * mail/hashcash.el (hashcash-generate-payment):
17190 * mail/feedmail.el (feedmail-run-the-queue)
17191 (feedmail-queue-send-edit-prompt-help-first)
17192 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17193 (feedmail-deduce-address-list):
17194 * eshell/esh-ext.el (eshell-remote-command):
17195 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17196 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17197 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17198 (viper-save-string-in-file, viper-valid-marker):
17199 * emulation/viper-keym.el (viper-toggle-key):
17200 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17201 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17202 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17203 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17204 (viper-exec-form-in-emacs, viper-brac-function):
17205 * emulation/viper.el (viper-delocalize-var):
17206 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17207 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17208 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17209 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17210 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17211 * emulation/edt.el (edt-electric-helpify):
17212 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17213 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17214 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17215 (cua-indent-to-global-mark-column):
17216 * calendar/diary-lib.el (calendar-mark-1):
17217 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17218 Use with-current-buffer.
17219 * emulation/viper.el (viper-delocalize-var): Use dolist.
17221 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
17223 * comint.el (comint-replace-by-expanded-history-before-point):
17224 Replace !! with the previous input string literally (Bug#1795).
17226 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17228 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17229 to be made up of whitespace.
17231 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
17233 * minibuffer.el (read-file-name): Don't use file dialogs for
17234 remote directories (Bug#99).
17236 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
17238 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17240 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17242 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17243 instead of deleting the window or frame.
17245 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17247 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17248 Support face colors.
17250 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17251 New function. Support face colors (Bug#1168).
17252 (tex-common-initialization): Use it.
17254 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17255 mode allows it (Bug#1168).
17257 2009-10-31 Juri Linkov <juri@jurta.org>
17259 * facemenu.el (list-colors-display): Don't mark buffer as
17260 modified (Bug#3948).
17262 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17264 * international/mule-diag.el (list-character-sets-1):
17265 Minor message fix (Bug#3526).
17267 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17268 Fix face property (Bug#4834).
17269 (etags-list-tags, etags-tags-apropos-additional)
17270 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17273 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17276 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17278 * textmodes/two-column.el (2C-split):
17279 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17280 * textmodes/tex-mode.el (tex-set-buffer-directory):
17281 * textmodes/spell.el (spell-region, spell-string):
17282 * textmodes/reftex.el (reftex-erase-buffer):
17283 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17284 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17285 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17286 (reftex-select-item):
17287 * textmodes/reftex-ref.el (reftex-label-info-update)
17288 (reftex-offer-label-menu):
17289 * textmodes/reftex-index.el (reftex-index-change-entry)
17290 (reftex-index-phrases-info):
17291 * textmodes/reftex-global.el (reftex-create-tags-file)
17292 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17293 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17294 (reftex-view-crossref-from-bibtex):
17295 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17296 (reftex-extract-bib-entries-from-thebibliography)
17297 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17298 * textmodes/refbib.el (r2b-capitalize-title):
17299 (r2b-convert-buffer, r2b-help):
17300 * textmodes/page-ext.el (pages-directory)
17301 (pages-directory-goto-with-mouse):
17302 * textmodes/bibtex.el (bibtex-validate-globally):
17303 * textmodes/bib-mode.el (bib-capitalize-title):
17304 * textmodes/artist.el (artist-clear-buffer, artist-system):
17305 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17306 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17307 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17308 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17309 (xscheme-send-control-g-interrupt, xscheme-start-process)
17310 (xscheme-process-sentinel, xscheme-cd):
17311 * progmodes/verilog-mode.el (verilog-read-always-signals)
17312 (verilog-set-define, verilog-getopt-file)
17313 (verilog-module-inside-filename-p):
17314 * progmodes/sh-script.el:
17315 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17316 (python-pdbtrack-grub-for-buffer, python-execute-file):
17317 * progmodes/octave-inf.el (inferior-octave):
17318 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17319 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17320 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17321 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17322 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17323 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17324 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17325 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17326 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17327 (idlwave-shell-examine-display, idlwave-shell-run-region)
17328 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17329 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17330 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17331 (idlwave-help-get-help-buffer):
17332 * progmodes/gud.el (gud-basic-call, gud-find-class)
17333 (gud-tooltip-activate-mouse-motions-if-enabled):
17334 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17335 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17336 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17337 (ebrowse-tags-next-file):
17338 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17339 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17340 (ebnf-eps-finish-and-write):
17341 * progmodes/cpp.el (cpp-edit-save):
17342 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17343 * progmodes/cc-defs.el (c-emacs-features):
17344 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17345 (antlr-directory-dependencies):
17346 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17347 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17348 (ada-find-any-references, ada-make-filename-from-adaname)
17349 (ada-make-body-gnatstub):
17350 * obsolete/rnews.el (news-list-news-groups):
17351 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
17352 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17353 * net/rcirc.el (rcirc-debug):
17354 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17355 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17356 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17357 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
17358 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
17359 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17360 (newsticker--treeview-list-clear-highlight)
17361 (newsticker--treeview-list-update-highlight)
17362 (newsticker--treeview-list-highlight-start)
17363 (newsticker--treeview-tree-update-highlight)
17364 (newsticker--treeview-get-selected-item)
17365 (newsticker-treeview-mark-list-items-old)
17366 (newsticker--treeview-set-current-node):
17367 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17368 * net/newst-backend.el (newsticker--get-news-by-funcall)
17369 (newsticker--get-news-by-wget, newsticker--image-get)
17370 (newsticker--image-sentinel):
17371 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17372 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17373 (eudc-ph-close-session):
17374 * net/eudc.el (eudc-save-options):
17375 * language/thai-word.el (thai-update-word-table):
17376 * language/japan-util.el (japanese-string-conversion):
17377 * international/titdic-cnv.el (tsang-quick-converter)
17378 (ziranma-converter, ctlau-converter):
17379 * international/mule-cmds.el (describe-language-environment):
17380 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17381 (skkdic-convert-postfix, skkdic-convert-prefix):
17382 (skkdic-convert-okuri-nasi, skkdic-convert):
17383 * emacs-lisp/re-builder.el (reb-update-overlays):
17384 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17385 * emacs-lisp/gulp.el (gulp-send-requests):
17386 * emacs-lisp/find-gc.el (trace-call-tree):
17387 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17388 (eieio-describe-generic):
17389 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17390 * emacs-lisp/edebug.el (edebug-outside-excursion):
17391 * emacs-lisp/debug.el (debugger-make-xrefs):
17392 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17393 * emacs-lisp/chart.el (chart-new-buffer):
17394 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17395 Use with-current-buffer.
17396 * textmodes/artist.el (artist-system): Don't call
17397 copy-sequence on a fresh string.
17398 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17400 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
17402 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
17403 is no item to edit. (Bug#4820)
17404 (todo-top-priorities): Restore point and restore narrowing in Todo
17407 2009-10-31 Glenn Morris <rgm@gnu.org>
17409 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17410 (comint-last-output-start, comint-last-input-start)
17411 (comint-last-input-end): Don't defvar when compiling.
17412 (ange-ftp-process-file): Use bound-and-true-p.
17414 * pcmpl-rpm.el (top-level): Move provide statement to end.
17415 (pcmpl-rpm): Remove unused custom group.
17417 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17419 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17421 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17422 (byte-compile-warnings): Add `constants' as an option.
17423 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17424 (display-call-tree): Update for byte-compile-fdefinition possibly
17425 returning `(macro lambda ...)'. (Bug#4778)
17426 (byte-compile-variable-ref, byte-compile-setq-default):
17427 Respect `constants' member of byte-compile-warnings.
17429 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17431 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17432 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17435 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17437 * textmodes/ispell.el (ispell-skip-region-alist):
17438 * international/mule-conf.el (eight-bit):
17439 * international/fontset.el (font-encoding-alist):
17440 * startup.el (pure-space-overflow-message):
17441 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17442 * paths.el (gnus-nntp-service, rmail-spool-directory)
17443 (term-file-prefix):
17444 * files.el (save-some-buffers-action-alist):
17445 * cmuscheme.el (same-window-buffer-names):
17446 * ielm.el (same-window-buffer-names):
17447 * shell.el (same-window-buffer-names):
17448 * mail/sendmail.el (same-window-buffer-names):
17449 * progmodes/inf-lisp.el (same-window-buffer-names):
17450 * bindings.el (mode-line-client)
17451 (mode-line-column-line-number-mode-map):
17452 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17453 (tibetan-precomposed-regexp): Purecopy string arguments.
17455 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17457 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17458 (calcDigit-nondigit):
17459 * calc/calc-yank.el (calc-copy-to-buffer):
17460 * calc/calc-units.el (calc-invalidate-units-table):
17461 * calc/calc-trail.el (calc-trail-yank):
17462 * calc/calc-store.el (calc-insert-variables):
17463 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17464 * calc/calc-prog.el (calc-read-parse-table):
17465 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17466 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17467 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17468 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17469 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17470 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17471 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17472 * calc/calc-ext.el (calc-realign):
17473 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17474 (calc-embedded-finish-edit, calc-embedded-make-info)
17475 (calc-embedded-finish-command, calc-embedded-stack-change):
17476 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17478 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17479 shell-dynamic-complete-filename in preference to
17480 comint-dynamic-complete-filename.
17482 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17483 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17484 Don't consider whether the display supports colors.
17485 (bookmark-import-new-list): Use dolist.
17486 (bookmark-bmenu-mode-map): Move initialization into declaration.
17487 (bookmark-bmenu-list): Use dolist, simplify.
17488 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17489 (menu-bar-final-items): Use push.
17491 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17493 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17494 it works on remote files.
17495 (vc-hg-diff): Don't pass any `--cwd' argument.
17497 2009-10-27 Kevin Ryde <user42@zip.com.au>
17499 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17500 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17501 (Further to Bug#3921).
17503 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17505 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17506 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17507 calling `tramp-imap-put-file'. Add file size to the call.
17508 (tramp-imap-get-file-entries): Compute also user name, file size,
17510 (tramp-imap-handle-insert-directory): Insert uid and gid.
17511 (tramp-imap-handle-file-attributes): Transform uid and gid
17512 according to `id-format'.
17513 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17514 size in header X-Size.
17516 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17518 * simple.el (transpose-subr): Give clearer error when the mark
17519 is not set. (Bug#4807)
17521 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17523 * net/tramp.el (tramp-perl-file-truename): New defconst.
17524 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17525 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17526 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17527 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17529 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17530 Ignore `dired-call-process'.
17531 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17533 2009-10-26 Julian Scheid <julians37@gmail.com>
17535 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17536 (tramp-get-remote-readlink): New defun.
17537 (tramp-handle-file-truename): Use it.
17538 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17539 file exists if cache value present.
17540 (tramp-check-cached-permissions): New defun.
17541 (tramp-handle-file-readable-p): Use it.
17542 (tramp-handle-file-writable-p): Likewise.
17543 (tramp-handle-file-executable-p): Likewise.
17544 (tramp-handle-file-name-all-completions): Try using Perl to get
17545 partial completions. When perl not available, combine `cd' and
17546 `ls' into single remote operation and use shell expansion to get
17547 partial remote directory contents. Set `file-exists-p' cache for
17548 directory and any files returned by ls. Change cache handling to
17549 support partial directory contents. Use error message emitted by
17550 remote `cd' or Perl code for local tramp-error.
17551 (tramp-do-copy-or-rename-file-directly): Avoid separate
17552 tramp-send-command-and-check call.
17553 (tramp-handle-process-file): Merge three remote ops into one.
17554 Do not flush all caches when `process-file-side-effects' is set.
17555 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17556 file-attributes shows uid/gid to be set already.
17558 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17560 * textmodes/tex-mode.el (tex-dvi-view-command)
17561 (tex-show-queue-command, tex-open-quote):
17562 * progmodes/ruby-mode.el (auto-mode-alist)
17563 (interpreter-mode-alist): Purecopy strings.
17565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17567 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17568 string for the hook, keymap and abbrev table.
17570 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17572 * x-dnd.el (x-dnd-xdnd-to-action):
17573 * startup.el (fancy-startup-text, fancy-about-text): Change to
17574 defconst from defvar.
17576 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17578 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17579 Purecopy initialization strings.
17581 * mail/sendmail.el (mail-header-separator)
17582 (mail-personal-alias-file):
17583 * mail/rmail.el (rmail-default-dont-reply-to-names)
17584 (rmail-ignored-headers, rmail-retry-ignored-headers)
17585 (rmail-highlighted-headers, rmail-secondary-file-directory)
17586 (rmail-secondary-file-regexp):
17587 * files.el (null-device, file-name-invalid-regexp)
17588 (locate-dominating-stop-dir-regexp)
17589 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17590 (interpreter-mode-alist): Use mapcar instead of mapc.
17592 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17594 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17595 (completion-ignored-extensions):
17596 (debug-ignored-errors): Purecopy strings.
17598 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17600 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17601 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17602 (pcomplete--here): Use push.
17604 * subr.el (all-completions): Declare the 4th arg obsolete.
17606 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17608 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17609 (pcomplete-unquote-argument): New function.
17610 (pcomplete--common-suffix): Always pay attention to case.
17611 (pcomplete--table-subvert): Quote and unquote the text.
17612 (pcomplete--common-quoted-suffix): New function.
17613 (pcomplete-std-complete): Use it and pcomplete-begin.
17615 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17616 we're inside a dedicated or minibuffer window.
17618 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17620 * bookmark.el: Update documentation, especially documentation
17621 of `bookmark-alist' and of the bookmark file format.
17622 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17624 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17626 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17627 keybindings apply to the mail buffer (Bug#4003). Shrink help
17630 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17631 (global-whitespace-mode, global-whitespace-newline-mode)
17632 (whitespace-toggle-options, global-whitespace-toggle-options):
17633 Doc fix (Bug#3660).
17635 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17636 of xmltok-start before the end tag was inserted (Bug#2840).
17638 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17639 patterns that are preceded by an open-paren (Bug#1320).
17641 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17643 * files.el (delete-directory): Delete symlinks to directories with
17644 delete-file (Bug#4739).
17646 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17648 * vc.el (vc-backend-for-registration): Rename from
17649 vc-get-backend-for-registration. Update callers.
17651 * international/mule-cmds.el (set-language-info-alist):
17653 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17654 (charset): Purecopy the name.
17655 (define-char-code-property): Purecopy string arguments.
17657 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17658 Purecopy string arguments.
17660 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17661 * ediff-hook.el (menu-bar-ediff-menu):
17662 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17663 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17665 2009-10-24 Glenn Morris <rgm@gnu.org>
17667 * comint.el (comint-dynamic-list-completions):
17668 * term.el (term-dynamic-list-completions): Use choose-completion rather
17669 than obsolete alias mouse-choose-completion.
17671 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17672 file-cache-choose-completion.
17673 (file-cache-choose-completion): Handle an optional event argument.
17674 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17676 * progmodes/octave-mod.el (octave-complete-symbol):
17677 Use choose-completion if mouse-choose-completion is ever removed.
17679 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17682 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17685 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17687 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17689 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17690 Ignore `pred' now that we receive one.
17691 Handle test-completion specially.
17693 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17695 * vc.el (vc-responsible-backend): Throw an error if not backend is
17696 found. Remove the REGISTER argument. Move the code dealing with
17698 (vc-get-backend-for-registration): ... here. New function.
17699 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17700 of vc-responsible-backend, pass the file name instead of the
17703 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17705 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17707 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17708 (pcomplete-comint-setup): Don't modify a global var via
17709 accidental side-effects.
17710 (pcomplete-shell-setup): Adjust call accordingly.
17711 (pcomplete-parse-comint-arguments): Use push.
17713 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17715 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17716 Allow uncapitalized info node names (Bug#3921).
17718 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17719 to the DEBUG file (Bug#3781).
17721 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17723 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17724 dictionary entry (Bug#4579).
17726 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17728 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17729 from `rfn-eshadow-update-overlay-hook' when unloading.
17730 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17731 "rsyncc". Adjust doc string.
17732 (tramp-temp-buffer-file-name): New buffer-local defvar.
17733 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17734 Keep temporary file when indicated by method ("rsync" and
17736 (tramp-handle-write-region): Handle APPEND.
17737 (tramp-delete-temp-file-function): New defun. Added to
17738 `kill-buffer-hook'.
17740 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17742 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17744 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17746 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17747 (color-name-rgb-alist, tty-standard-colors)
17748 (tty-color-mode-alist): Change to defconst.
17750 * simple.el (mark-inactive): Purecopy message.
17752 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17753 (global-map, yank-menu):
17754 * textmodes/ispell.el (ispell-menu-map):
17755 * net/eudc.el (eudc-tools-menu):
17756 * international/mule-cmds.el (describe-language-environment-map)
17757 (setup-language-environment-map, set-coding-system-map)
17758 (mule-menu-keymap):
17759 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17760 * replace.el (occur-mode-map):
17761 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17763 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17765 * calc/calc.el (math-read-number, math-read-number-simple):
17766 Use `save-match-data'.
17768 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17770 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17771 rather than fiddling with global-map bindings, since it should only
17772 affect per-terminal settings.
17773 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17775 * minibuffer.el (completion-table-with-terminator): Allow to specify
17776 the terminator-regexp.
17778 * simple.el (switch-to-completions): Look for *Completions* in other
17781 * pcomplete.el: Allow the use of completion-tables.
17782 (pcomplete-std-complete): New command.
17783 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17784 (pcomplete--here): Use a function for `form' rather than an expression,
17785 so it can be byte-compiled.
17786 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17787 Add edebug declaration.
17788 (pcomplete-show-completions): Remove unused var `curbuf'.
17789 (pcomplete-do-complete, pcomplete-stub):
17790 Don't assume `completions' is a list of strings any more.
17792 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17794 * find-dired.el (find-name-arg): Fix typo in docstring.
17796 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17798 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17799 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17801 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17804 * comint.el (comint-read-input-ring, comint-write-input-ring)
17805 (comint-substitute-in-file-name)
17806 (comint-dynamic-complete-as-filename)
17807 (comint-dynamic-simple-complete)
17808 (comint-dynamic-list-filename-completions)
17809 (comint-dynamic-list-completions)
17810 (comint-redirect-results-list-from-process): Minor simplifications.
17812 2009-10-21 Kevin Ryde <user42@zip.com.au>
17814 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17815 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17816 the first form. And insert a blank line after ";;; Code" since
17817 that's usual style. (Bug#4612)
17819 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17821 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17823 * minibuffer.el (completion-table-with-terminator): Properly implement
17824 boundaries, in case `terminator' appears in the suffix.
17825 (completion--embedded-envvar-table): Don't return boundaries if
17826 there's no valid completion. Simplify.
17827 (completion-file-name-table): New completion table extracted from
17828 completion--file-name-table.
17829 (completion--file-name-table): Use it.
17830 (read-file-name-predicate): Declare obsolete.
17831 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17832 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17833 completion-file-name-table, and use the `pred' argument.
17834 * files.el (locate-file-completion-table): Use the `pred' arg rather
17835 than read-file-name-predicate.
17836 (abbreviate-file-name): Use \` rather than ^ for BOS.
17838 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17840 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17841 vc-responsible-backend to register, it causes problems.
17843 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17845 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17847 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17849 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17850 (tramp-smb-handle-file-attributes): Use it.
17851 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17852 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17853 `mapcar'. Use `tramp-smb-get-stat-capability'.
17854 Add `dired-filename' text properties.
17855 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17856 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17859 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17861 * subr.el (read-key-delay): Reduce to 0.01.
17862 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17865 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17867 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17869 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17870 (Info-menu): Remove unused vars `last' and `completions'.
17871 (Info-index-nodes): Remove unused var `node'.
17873 * info.el (Info-complete-menu-item): Use complete-with-action.
17875 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17877 Make vc-annotate work through copies and renames.
17878 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17879 Return the file name too.
17880 (vc-annotate-revision-at-line)
17881 (vc-annotate-find-revision-at-line)
17882 (vc-annotate-revision-previous-to-line)
17883 (vc-annotate-show-log-revision-at-line): Update to get the file
17884 name from vc-annotate-extract-revision-at-line.
17885 (vc-annotate-show-diff-revision-at-line-internal): Change the
17886 argument to mean whether to show a file diff or not. Get the file
17887 name from vc-annotate-extract-revision-at-line.
17888 (vc-annotate-show-diff-revision-at-line):
17889 Update vc-annotate-show-diff-revision-at-line call.
17890 (vc-annotate-warp-revision): Add an optional file argument.
17892 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17893 (vc-git-annotate-extract-revision-at-line): Also return the file
17896 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17897 command. Remove unused code.
17898 (vc-hg-annotate-re): Update to match --follow output.
17899 (vc-hg-annotate-extract-revision-at-line): Also return the file
17902 * vc.el: Update annotate-extract-revision-at-line documentation.
17904 2009-10-18 Kevin Ryde <user42@zip.com.au>
17906 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17907 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17909 * net/browse-url.el (browse-url): Identify alist with "consp and
17910 not functionp" and let all other things go down the `apply' leg,
17911 as suggested by Stefan. (Further to bug#4531.)
17913 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17915 * minibuffer.el (read-file-name): Check for repeat before putting
17916 a default argument in file-name-history (Bug#4657).
17918 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17919 read syntax (Bug#4737).
17921 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17923 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17925 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17926 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17927 entries and make note of obsolete tags.
17929 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17931 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17933 2009-10-18 Glenn Morris <rgm@gnu.org>
17935 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17936 grep, so that binary files (eg international/uni-bidi.el) can match.
17937 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17938 now, and in any case the file header format has changed.
17940 2009-10-17 Glenn Morris <rgm@gnu.org>
17942 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17943 (flyspell-get-word, flyspell-large-region)
17944 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17946 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17948 * Makefile.in (ELCFILES): Add ede/shell.
17950 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17952 * term/common-win.el (x-colors): Purecopy it.
17954 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17956 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17957 permissive for when the buffer is empty.
17958 (tar-header-block-tokenize): Decode the username and groupname.
17959 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17961 2009-10-17 Eric Ludlam <zappo@gnu.org>
17963 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17964 contains multibyte characters, choose first applicable coding
17965 system automatically.
17967 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17969 * international/mule-cmds.el (select-safe-coding-system): If the file
17970 has a coding cookie, use it regardless of any other setting (bug#4712).
17972 2009-10-17 Glenn Morris <rgm@gnu.org>
17974 * foldout.el (foldout-mouse-swallow-events):
17975 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17977 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17978 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17979 (dired-keep-marker-symlink, dired-dwim-target)
17980 (dired-copy-preserve-time): Do not autoload these defcustoms.
17982 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17983 messages from messing up the file coding. (Bug#4623)
17985 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17987 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17988 if no match is found for the current dictionary. (Bug#4578)
17990 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17991 optional, since that is how it is documented, and this is often called
17992 with a nil argument. (Bug#4577)
17993 (flyspell-external-point-words, flyspell-auto-correct-word)
17994 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17995 (flyspell-word-search-backward): Remove nil argument in calls to
17996 flyspell-get-word, since it is not needed now.
17998 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
18000 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
18002 2009-10-16 Glenn Morris <rgm@gnu.org>
18004 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
18006 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18008 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18009 (ange-ftp-file-size): New function.
18010 (ange-ftp-file-attributes): Use it.
18012 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
18014 * net/tramp-smb.el (tramp-smb-version): New defvar.
18015 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18018 2009-10-16 Glenn Morris <rgm@gnu.org>
18020 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18021 Maybe copy some custom properties from old to new name. (Bug#4706)
18023 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
18025 * subr.el (error, sit-for, start-process-shell-command)
18026 (start-file-process-shell-command): Set the calling convention
18027 after the function definition.
18029 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18031 * subr.el (error, sit-for, start-process-shell-command)
18032 (start-file-process-shell-command): Use the new
18033 set-advertised-calling-convention feature.
18035 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18037 * international/ucs-normalize.el (ucs-normalize-version):
18039 (check-range): Adjust for Unicode 5.2.
18041 2009-10-15 Juri Linkov <juri@jurta.org>
18043 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18044 to the `menu-item' format.
18046 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
18048 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18049 if the environment variable does not exist.
18051 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18052 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18054 (tramp-smb-handle-add-name-to-file)
18055 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18056 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18057 (tramp-smb-handle-file-attributes)
18058 (tramp-smb-do-file-attributes-with-stat)
18059 (tramp-smb-handle-file-local-copy)
18060 (tramp-smb-handle-insert-directory)
18061 (tramp-smb-handle-make-directory)
18062 (tramp-smb-handle-make-directory-internal)
18063 (tramp-smb-handle-make-symbolic-link)
18064 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18065 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18066 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18067 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18068 Handle long file names.
18069 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18070 process is running.
18071 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18072 Read share names with "-g" option.
18074 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
18076 * net/rcirc.el (rcirc-view-log-file): New command.
18077 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18078 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18081 2009-10-15 Glenn Morris <rgm@gnu.org>
18083 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18084 from the second command-line argument.
18085 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18086 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18087 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18088 w32-batch-update-autoloads.
18089 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18090 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18092 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18093 the headers cannot be located. Simplify, subtracting superflous
18096 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18098 Replace completion-base-size by completion-base-position to fix bugs
18099 such as (bug#4699).
18100 * simple.el (completion-base-position): New var.
18101 (completion-base-size): Mark as obsolete.
18102 (choose-completion): Make it work for mouse events as well.
18103 Pass the new base-position to choose-completion-string.
18104 (choose-completion-guess-base-position): New function, extracted from
18105 choose-completion-delete-max-match.
18106 (choose-completion-delete-max-match): Use it. Make obsolete.
18107 (choose-completion-string): Use the new base-position info.
18108 (completion-root-regexp): Delete.
18109 (completion-setup-function): Preserve completion-base-position.
18110 Eliminate obsolete base-size manipulation.
18111 * minibuffer.el (display-completion-list): Don't mess with base-size.
18112 (minibuffer-completion-help): Set completion-base-position instead.
18113 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18115 * textmodes/bibtex.el (bibtex-complete):
18116 * emacs-lisp/crm.el (crm--choose-completion-string):
18117 Adjust to new calling convention.
18118 * complete.el (partial-completion-mode): Use minibufferp to avoid
18119 bumping into incompatible change to choose-completion-string-functions.
18120 * ido.el (ido-choose-completion-string): Make its calling convention
18122 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18123 base-size manipulation.
18124 (comint-dynamic-list-input-ring): Use dotimes and push.
18125 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18126 fundamental-mode. Use `or'.
18128 2009-10-14 Juri Linkov <juri@jurta.org>
18130 * misearch.el (multi-isearch-next-buffer-from-list)
18131 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18133 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18135 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18138 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18139 string we return is all made up of text from the completions rather
18140 than part from the completions and part from the input (bug#4219).
18142 * ido.el (ido-everywhere): Use define-minor-mode.
18144 * buff-menu.el (list-buffers, ctl-x-map):
18145 Mark the entry points with ;;;###autoload cookies.
18147 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18149 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18150 correctly in the detached head case.
18151 (vc-git-print-log): Remove unused binding.
18153 * vc.el (vc-responsible-backend): When a directory is passed for
18154 for registration create a VC repository if no backend is
18155 responsible for the directory argument.
18156 (vc-deduce-fileset): Tell vc-responsible-backend to register.
18158 * vc.el: Move comments about RCS and SCCS ...
18160 * vc-sccs.el: ... here, respectively.
18162 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18164 * minibuffer.el (completion--file-name-table): Return nil if there's
18165 no file completion, even if substitute-in-file-name changed
18166 the string (bug#4708).
18168 2009-10-13 Juri Linkov <juri@jurta.org>
18170 * files-x.el (read-file-local-variable-value): Don't filter out
18171 minor modes from mode name completion (bug#4664).
18173 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18175 * international/mule-cmds.el (ucs-names): Remove exclusion of
18176 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18178 2009-10-13 Kenichi Handa <handa@m17n.org>
18180 * international/uni-name.el: Regenerated.
18182 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18184 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18185 should be automatically buffer-local, but isn't.)
18187 2009-10-12 Sam Steingold <sds@gnu.org>
18189 * progmodes/compile.el (compilation-next-error-function): Fix the
18190 timestamps if the buffer has been visited before.
18191 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18192 non-anchored patterns, like the perl one (bug#3928).
18194 2009-10-12 Glenn Morris <rgm@gnu.org>
18196 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18199 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
18201 * proced.el (proced-unload-function): New function.
18203 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18204 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18207 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18209 2009-10-11 Juri Linkov <juri@jurta.org>
18211 * files-x.el (read-file-local-variable-value):
18212 Provide default value only for bound variables (bug#4664).
18214 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
18216 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18217 connection methods like smb.
18219 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18222 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18223 (tramp-smb-file-name-handler-alist): Add handlers for
18224 `add-name-to-file', `make-symbolic-link'.
18225 (tramp-smb-handle-add-name-to-file)
18226 (tramp-smb-do-file-attributes-with-stat)
18227 (tramp-smb-handle-make-symbolic-link)
18228 (tramp-smb-get-cifs-capabilities): New defuns.
18229 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18230 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18231 (tramp-smb-handle-file-local-copy)
18232 (tramp-smb-handle-make-directory-internal)
18233 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18234 The file name syntax depends on cifs capabilities.
18235 (tramp-smb-handle-file-attributes):
18236 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18237 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18238 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
18240 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
18242 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18243 (eieio-defclass): Apply deftype handler and setf-method properties
18245 (eieio-add-new-slot): Avoid union function from cl library.
18246 (eieio--typep): New function.
18247 (eieio-perform-slot-validation): Use it.
18249 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18251 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
18252 Update documentation to refer to the variables documented in r1.135.
18255 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18257 * bookmark.el (Info-suffix-list): Remove this unused variable.
18258 (bookmark-current-point): Remove this obsolete variable.
18259 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18260 Adjust for removal of bookmark-current-point.
18262 (bookmarks-already-loaded, bookmark-current-buffer)
18263 (bookmark-yank-point): Document. (Bug#4188)
18265 2009-10-10 Glenn Morris <rgm@gnu.org>
18267 * frame.el (frame-height): Doc fix.
18269 * calendar/calendar.el (calendar-split-width-threshold): New option.
18270 (calendar-basic-setup): Use calendar-split-width-threshold.
18272 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
18274 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18275 Ideographic Supplement" range (U+1F200..U+1F2FF).
18277 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18279 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
18280 since the list will have been rebuilt anyway. (Bug#4349)
18282 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18284 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
18285 (bookmark-bmenu-execute-deletions): Don't save here, as
18286 bookmark-delete will now do so if necessary.
18287 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
18290 2009-10-09 Glenn Morris <rgm@gnu.org>
18292 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18294 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18296 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18297 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18298 argument now, so the two function's behaviors will match. (Bug#3645)
18300 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
18302 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
18303 (tramp-file-name-real-host, tramp-file-name-port):
18304 Apply `save-match-data'.
18306 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18307 case both directories are remote.
18308 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
18309 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
18311 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18313 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18315 2009-10-07 Glenn Morris <rgm@gnu.org>
18317 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18320 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18322 * files-x.el (read-file-local-variable): Include some
18323 non-user-variables in the completion table (bug#4664).
18325 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
18327 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18330 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18331 (tramp-smb-file-name-handler-alist): Add handler for
18332 `copy-directory', `expand-file-name', `set-file-modes'.
18333 (tramp-smb-handle-copy-directory)
18334 (tramp-smb-handle-expand-file-name)
18335 (tramp-smb-handle-set-file-modes): New defuns.
18336 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18337 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18339 (tramp-smb-handle-insert-directory): Don't flush the cache.
18340 (tramp-smb-maybe-open-connection): Check for samba client and
18343 2009-10-07 Eli Zaretskii <eliz@gnu.org>
18345 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18346 to not error out of search for "^lisp=" fails.
18348 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18350 * makefile.w32-in (WINS_UPDATES): New macro.
18351 (custom-deps, finder-data, autoloads): Use it.
18353 2009-10-07 Glenn Morris <rgm@gnu.org>
18355 * Makefile.in (autoloads): Revert previous change.
18356 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18357 the list of preloaded files passed on the command-line, get
18358 it from src/Makefile.
18360 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18361 show the original buffer rather than a random one.
18363 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
18365 * help.el (describe-no-warranty): Place point in a slightly better
18366 position in the GPLv3 text.
18368 2009-10-06 Sam Steingold <sds@gnu.org>
18370 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18371 the comm attribute is present before calling regexp-quote.
18373 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
18375 * play/animate.el (animate-string): For good effect, make sure
18376 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18378 * play/animate.el (animate-sequence, animate-birthday-present):
18379 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18381 2009-10-06 Glenn Morris <rgm@gnu.org>
18383 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18385 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18386 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18387 (batch-update-autoloads): Process a string value of autoload-excludes,
18388 set during the build process.
18389 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18391 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18392 inside with-parsed... macro so that `v' is defined.
18394 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18395 * progmodes/fortran.el (fortran-end-of-block)
18396 (fortran-beginning-of-block):
18397 Also push mark in the macro case.
18399 * emerge.el (emerge-show-file-name):
18400 * calc/calc.el (calc-quit):
18401 * calc/calc-misc.el (calc-big-or-small):
18402 * calc/calc-graph.el (calc-graph-view):
18403 * calc/calc-ext.el (calc-reset):
18404 * calendar/calendar.el (calendar-basic-setup):
18405 Use window-full-height-p.
18407 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18408 header we don't understand, don't insert another. (Bug#4624)
18409 If changing mime charset, insert the new one in the right place.
18411 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18413 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18414 (cal-tex-cursor-month): Correctly increment the end date for diary and
18415 holiday listing. (Bug#4626)
18417 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18419 * help-fns.el (describe-function-1): Don't burp if the function is not
18422 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
18424 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18425 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18426 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18427 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18429 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18430 (eieio-default-superclass): Reflow docstrings.
18431 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18432 (eieio-unbind-method-implementations, defmethod)
18433 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18434 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18435 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18436 (eieio-slot-originating-class-p, eieio-slot-name-index)
18437 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18438 (constructor, initialize-instance, no-next-method, object-print)
18439 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18440 Fix typos in docstrings.
18441 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18442 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18443 (next-method-p): Doc fixes.
18444 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18445 Fix typos in error messages.
18446 (eieio-defmethod): Fix typo in description of generic method.
18448 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18449 (eieio-persistent-save-interactive, slot-missing):
18450 Fix typos in docstrings.
18451 (eieio-instance-inheritor-slot-boundp): Doc fix.
18453 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18454 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18456 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18457 (eieio-custom-object-apply-reset):
18458 Fix typos in docstrings and error messages.
18460 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18461 Fix typo in docstring.
18463 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18464 (eieio-browse-tree): Doc fix.
18465 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18466 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18467 Fix typos in docstrings.
18469 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18470 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18471 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18472 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18475 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18477 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18478 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18479 Set log-view-vc-backend so that diff can work.
18481 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18483 (vc-diff-internal): Autoload this instead of vc-version-diff.
18485 2009-10-05 Eli Zaretskii <eliz@gnu.org>
18487 * simple.el (eval-expression): Doc fix.
18489 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18491 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18493 * files.el (directory-files-no-dot-files-regexp): New defconst.
18494 (delete-directory): Use it.
18495 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18497 * net/tramp.el (tramp-verbose): Fix docstring.
18498 (tramp-methods): Add recursive option to `tramp-copy-args'.
18499 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18500 "scp1_old", "scp2_old", "rsync", "rsyncc".
18501 (tramp-default-method): Check also for `auth-source-user-or-password'.
18502 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18503 Add handler for `copy-directory'.
18504 (tramp-handle-copy-directory): New defun.
18505 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18506 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18507 Optimize sent command.
18509 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18511 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18512 window if necessary.
18514 * calendar/calendar.el (calendar-basic-setup): Don't call
18515 switch-to-buffer in a dedicated window.
18517 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18519 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18520 don't do anything related to relocating, just return nil.
18521 (bookmark-error-no-filename): New error.
18522 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18523 bookmark has no file. Don't even attempt to handle things that
18524 are not files; the whole point of custom handlers is to keep that
18525 knowledge elsewhere anyway. Tighten some comments.
18526 (bookmark-file-or-variation-thereof): Remove now-unused function.
18527 (bookmark-location): Doc string fix.
18530 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18532 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18533 don't use a file dialog, because they usually don't know how to read
18534 a directory target from the user. (Bug#4230)
18535 Also, make sure the prompt can display directories as well as files.
18537 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18539 * bookmark.el (bookmark-set, bookmark-buffer-name):
18540 Improve doc strings. (Bug#1193)
18542 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18544 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18545 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18546 (bookmark-get-annotation, bookmark-set-annotation)
18547 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18548 (bookmark-set-position, bookmark-get-front-context-string)
18549 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18550 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18551 (bookmark-jump-other-window, bookmark-handle-bookmark)
18552 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18553 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18554 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18555 Improve doc strings to say whether bookmark can be a string or
18556 a record or both, and make other consistency and clarity fixes.
18557 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18558 (bookmark-default-annotation-text, bookmark-yank-word)
18559 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18560 (bookmark-import-new-list, bookmark-maybe-rename)
18561 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18562 (bookmark-bmenu-bookmark): Give these doc strings.
18563 (bookmark-bmenu-check-position): Give this a doc string, but also
18564 add a FIXME comment about how the function may be pointless.
18565 (bookmark-default-handler): Rework doc string and change a
18566 parameter name, to clarify that this takes a bookmark record
18567 not a bookmark name.
18568 (bookmark-set): Change a parameter name to indicate its meaning,
18569 and improve the doc string a bit.
18572 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18574 * bookmark.el (bookmark-alist): Document the new `handler' element
18575 in the param alist.
18576 (bookmark-make-record-function): Adjust documentation for above.
18579 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18581 * info.el (Info-bookmark-make-record): Document this function.
18582 (Info-bookmark-jump): Document with a doc string, not just a comment.
18585 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18587 * files.el (copy-directory): New defun.
18589 * dired-aux.el (dired-copy-file-recursive): Use it.
18591 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18593 * files-x.el (modify-dir-local-variable)
18594 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18597 * recentf.el (recentf-unload-function): New function.
18599 2009-10-04 Glenn Morris <rgm@gnu.org>
18601 * window.el (window-full-height-p): Add doc string.
18603 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18605 * window.el (window-full-height-p): New function. (Bug#4543)
18607 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18609 * vc.el: Remove commented out code.
18610 (vc-derived-from-dir-mode): Remove, unused.
18611 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18613 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18615 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18616 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18617 there could be recursive loading when `default-directory' is a
18618 remote file name. (Bug#4614)
18620 2009-10-03 Glenn Morris <rgm@gnu.org>
18622 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18624 (calendar-generate-window): Test for shrinkability rather than width.
18626 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18627 reusing existing buffers, in case we happen to visit two files with the
18628 same basename. (Bug#4593)
18630 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18632 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18633 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18634 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18635 subdirs of cedet as well.
18636 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18638 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18640 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18641 Obey advertised-signature-table.
18643 * help-fns.el (help-function-arglist): Don't check
18644 advertised-signature-table.
18645 (describe-function-1): Do it here instead so it also applies to subrs.
18647 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18649 * simple.el (start-file-process): Say in the doc-string, that file
18650 handlers might not support pty association, if PROGRAM is nil.
18652 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18653 HOST and USER are strings. They are nil, when there are
18654 incomplete entries in ~/.netrc, for example.
18655 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18656 root directory ("device busy" error otherwise).
18658 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18659 Flush file properties of created directory.
18661 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18663 * makefile.w32-in (WINS_BASIC): Remove cedet.
18664 (WINS_CEDET): Add cedet.
18665 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18667 2009-10-02 Kevin Ryde <user42@zip.com.au>
18669 * net/browse-url.el (browse-url): Pass any symbol in
18670 browse-url-browser-function to `apply', since if you've mistakenly put
18671 an unbound symbol then the error is clearer. (Bug#4531)
18673 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18675 * allout.el (allout-init, allout-back-to-current-heading)
18676 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18677 (allout-ascend, allout-up-current-level, allout-end-of-level)
18678 (allout-previous-visible-heading, allout-forward-current-level)
18679 (allout-backward-current-level, allout-show-children):
18680 * apropos.el (apropos-describe-plist):
18681 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18682 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18683 * completion.el (add-completion, add-permanent-completion):
18684 * descr-text.el (describe-text-category, describe-char):
18685 * desktop.el (desktop-lazy-abort):
18686 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18687 * dired.el (dired-build-subdir-alist):
18688 * ediff.el (ediff-version):
18689 * elide-head.el (elide-head, elide-head-show):
18690 * emerge.el (emerge-version):
18692 * face-remap.el (variable-pitch-mode):
18693 * faces.el (describe-face):
18694 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18696 * files.el (find-file-existing, auto-save-mode):
18697 * font-lock.el (font-lock-fontify-buffer):
18698 * help-fns.el (describe-function, describe-variable)
18699 (describe-syntax, describe-categories):
18700 * help.el (view-lossage, describe-bindings, describe-key)
18702 * hexl.el (hexl-current-address):
18703 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18704 * info.el (Info-goto-emacs-key-command-node):
18705 * log-edit.el (log-edit-insert-cvs-template)
18706 (log-edit-insert-cvs-rcstemplate):
18707 * menu-bar.el (menu-bar-mode):
18708 * mouse.el (mouse-appearance-menu):
18709 * newcomment.el (comment-indent-new-line):
18710 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18711 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18712 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18713 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18714 * recentf.el (recentf-mode):
18715 * savehist.el (savehist-mode, savehist-save):
18716 * shadowfile.el (shadow-copy-files):
18717 * simple.el (kill-ring-save, next-line, previous-line)
18718 (normal-erase-is-backspace-mode):
18719 * strokes.el (strokes-update-window-configuration)
18720 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18721 (strokes-xpm-for-stroke):
18722 * time.el (emacs-uptime, emacs-init-time):
18723 * tutorial.el (tutorial--describe-nonstandard-key)
18724 (tutorial--detailed-help):
18725 * type-break.el (type-break-mode)
18726 (type-break-mode-line-message-mode, type-break-query-mode)
18727 (type-break-guesstimate-keystroke-threshold):
18728 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18729 * version.el (emacs-version):
18730 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18731 * winner.el (winner-mode):
18732 * calendar/timeclock.el (timeclock-in, timeclock-out)
18733 (timeclock-status-string, timeclock-change)
18734 (timeclock-workday-remaining-string)
18735 (timeclock-workday-elapsed-string)
18736 (timeclock-when-to-leave-string):
18737 * calendar/todo-mode.el (todo-add-category):
18738 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18739 * emacs-lisp/autoload.el (update-file-autoloads):
18740 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18741 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18742 (checkdoc-message-text, checkdoc-defun):
18743 * emacs-lisp/debug.el (debugger-list-functions):
18744 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18745 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18746 (eieio-describe-generic):
18747 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18748 * emacs-lisp/shadow.el (list-load-path-shadows):
18749 * emulation/cua-base.el (cua-mode):
18750 * emulation/edt.el (edt-set-scroll-margins):
18751 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18752 (tpu-toggle-regexp, tpu-toggle-search-direction)
18753 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18754 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18755 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18756 (viper-set-parsing-style-toggling-macro)
18757 (viper-set-emacs-state-searchstyle-macros):
18758 * emulation/viper.el (viper-set-hooks):
18759 * eshell/esh-mode.el (eshell-truncate-buffer):
18760 * international/mule-cmds.el (prefer-coding-system)
18761 (describe-input-method, describe-language-environment):
18762 * international/mule-diag.el (list-character-sets)
18763 (describe-character-set, describe-coding-system)
18764 (describe-fontset, list-fontsets, list-input-methods):
18765 * mail/sendmail.el (mail-signature):
18766 * net/ange-ftp.el (ange-ftp-copy-file):
18767 * net/browse-url.el (browse-url):
18768 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18769 * net/quickurl.el (quickurl-add-url):
18770 * net/rcirc.el (names, topic):
18771 * net/xesam.el (xesam-mode):
18772 * play/5x5.el (5x5-new-game):
18773 * play/yow.el (apropos-zippy):
18774 * progmodes/ada-mode.el (ada-mode-version):
18775 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18777 (f90-beginning-of-block):
18778 * progmodes/fortran.el (fortran-end-of-block)
18779 (fortran-beginning-of-block):
18780 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18781 * progmodes/python.el (python-describe-symbol, python-shell):
18782 * term/ns-win.el (ns-print-buffer):
18783 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18784 * textmodes/flyspell.el (flyspell-mode-on):
18785 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18786 (pages-directory-for-addresses):
18787 * textmodes/table.el (table-recognize-cell)
18788 (table-query-dimension, table-generate-source)
18789 (table-insert-sequence, table--warn-incompatibility):
18790 * textmodes/tex-mode.el (tex-validate-buffer):
18791 * textmodes/texinfmt.el (texinfmt-version)
18792 (texinfo-format-buffer):
18793 Use `called-interactively-p' instead of `interactive-p'.
18795 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18797 * image-mode.el (image-toggle-display):
18798 * emacs-lisp/elp.el (elp-instrument-function):
18799 * emacs-lisp/advice.el (ad-make-advised-definition):
18800 * emacs-lisp/easy-mmode.el (define-minor-mode):
18801 * net/browse-url.el (browse-url-maybe-new-window):
18802 * progmodes/sh-script.el (sh-learn-buffer-indent):
18803 Pass new argument 'any to `called-interactively-p'.
18805 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18807 * international/uni-bidi.el:
18808 * international/uni-category.el:
18809 * international/uni-combining.el:
18810 * international/uni-comment.el:
18811 * international/uni-decimal.el:
18812 * international/uni-decomposition.el:
18813 * international/uni-digit.el:
18814 * international/uni-lowercase.el:
18815 * international/uni-mirrored.el:
18816 * international/uni-name.el:
18817 * international/uni-numeric.el:
18818 * international/uni-old-name.el:
18819 * international/uni-titlecase.el:
18820 * international/uni-uppercase.el:
18821 Regenerate from Unicode 5.2.0 data.
18823 2009-10-01 Glenn Morris <rgm@gnu.org>
18825 * Makefile.in (ELCFILES): Regenerate.
18827 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18829 * subr.el (interactive-p): Mark obsolete.
18830 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18831 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18832 advertised-signature-table for subroutines as well.
18834 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18835 (set-advertised-calling-convention): New function.
18836 (make-obsolete, define-obsolete-function-alias)
18837 (make-obsolete-variable, define-obsolete-variable-alias):
18838 Make the optional-ness of `when' obsolete.
18839 (define-obsolete-face-alias): Make `when' non-optional.
18840 * help-fns.el (help-function-arglist):
18841 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18842 Use advertised-signature-table.
18844 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18846 * files.el (delete-directory): New defun. The original function
18847 in fileio.c has been renamed to `delete-directory-internal'.
18849 * dired.el (dired-delete-file): Call `delete-directory' with
18850 RECURSIVE parameter.
18852 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18853 parameter RECURSIVE. Implementation is missing.
18855 * net/tramp.el (tramp-handle-make-directory): Flush upper
18856 directory's file properties.
18857 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18858 (tramp-handle-dired-recursive-delete-directory): Flush directory
18859 properties after the remove command only.
18861 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18862 Handle optional parameter RECURSIVE.
18864 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18865 Handle optional parameter RECURSIVE.
18867 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18868 connection timeout.
18869 (tramp-smb-handle-delete-directory): Handle optional parameter
18872 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18874 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18875 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18876 (byte-compile-defmacro): Use backquotes.
18878 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18880 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18881 has no associated file.
18882 (vc-resynch-buffer): Use vc-dir-buffers.
18884 2009-10-01 Glenn Morris <rgm@gnu.org>
18886 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18887 (chart-file-count):
18888 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18889 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18890 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18891 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18892 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18893 (eieio-copy-parents-into-subclass, make-instance, class-children)
18894 (eieio-generic-form):
18896 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18897 match-data. (Bug#4555).
18899 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18900 rather than parsing it as a regexp. This relaxes the layout
18901 requirements and makes errors easier to detect.
18902 (check-declare-verify): Check file is regular.
18903 (check-declare-directory): Doc fix.
18904 * subr.el (declare-function): Doc fix.
18906 * ibuffer.el (ibuffer-format-qualifier):
18907 * isearch.el (hi-lock-regexp-okay):
18908 * calc/calc.el (math-zerop):
18909 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18910 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18911 Remove unused declarations.
18913 2009-09-30 Eric Ludlam <zappo@gnu.org>
18915 * emacs-lisp/eieio.el (boolean-p): Delete.
18917 2009-09-30 Glenn Morris <rgm@gnu.org>
18919 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18921 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18922 filename is not a string.
18924 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18926 * files.el (safe-local-eval-forms): Fix typo.
18928 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18930 * vc-hooks.el (vc-dir-buffers): New var.
18931 (vc-state-refresh): New function.
18932 (vc-state): Use it.
18933 (vc-after-save): Always ask the backend to recompute the new state.
18934 Always call vc-dir if necessary, using vc-dir-buffers.
18935 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18936 Use vc-dir-buffers.
18937 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18938 (vc-dir-prepare-status-buffer, vc-dir-update)
18939 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18940 Don't call expand-file-name on default-directory.
18942 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18944 * speedbar.el (speedbar-item-delete):
18945 * calc/calc-prog.el (calc-kbd-if):
18946 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18948 * epa.el (epa-key-list-mode-map):
18949 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18951 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18952 (hs-show-hook): Fix typo in docstring.
18954 2009-09-29 Glenn Morris <rgm@gnu.org>
18956 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18957 file-name-nondirectory call preventing location of cedet files.
18958 (check-declare-verify): Use literal search rather than re-search.
18959 Add basic defmethod and defclass, and define-overloadable-function.
18961 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18962 Use tramp-compat-file-attributes rather than nonexistent
18963 tramp-compat-handle-file-attributes.
18965 * Makefile.in (lisptagsfiles4): New.
18966 (AUTOGENEL): Add cedet loaddefs files.
18967 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18968 (update-elclist, compile-always, backup-compiled-files)
18969 (bootstrap-clean): Add yet another directory level.
18970 (update-elclist): Use LC_COLLATE rather than COLLATE.
18971 (ELCFILES): Update, via `make update-elclist'.
18973 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18975 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18976 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18977 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18979 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18981 * Makefile.in (lisptagsfiles3): Define.
18982 (TAGS, TAGS-LISP): Use it.
18983 (update-elclist): Add third directory level to look for elc files.
18984 (compile-always): Likewise.
18985 (backup-compiled-files): Likewise.
18986 (bootstrap-clean): Likewise.
18987 (ELCFILES): Update.
18989 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18991 * Makefile.in (ELCFILES): Add CEDET files.
18993 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18995 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18997 * net/tramp.el (top): Require tramp-imap.
18999 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19000 Use `tramp-compat-handle-file-attributes'.
19002 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19004 * net/tramp-imap.el: New package.
19006 2009-09-28 Eric Ludlam <zappo@gnu.org>
19008 * emacs-lisp/chart.el:
19009 * emacs-lisp/eieio-base.el:
19010 * emacs-lisp/eieio-comp.el:
19011 * emacs-lisp/eieio-custom.el:
19012 * emacs-lisp/eieio-datadebug.el:
19013 * emacs-lisp/eieio-opt.el:
19014 * emacs-lisp/eieio-speedbar.el:
19015 * emacs-lisp/eieio.el: New files.
19017 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19019 * whitespace.el (whitespace-trailing-regexp)
19020 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19023 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
19025 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19028 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19029 menu-bar-ediff-menu.
19031 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19032 define-overloadable-function.
19034 * progmodes/autoconf.el: Provide autoconf as well, so that this
19035 file can be `require'd.
19037 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19039 * emacs-lisp/autoload.el (generated-autoload-feature)
19040 (generated-autoload-load-name): New vars.
19041 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19042 (make-autoload): Recognize define-overloadable-function and
19043 defclass forms (for EIEIO).
19045 * Makefile.in (update-subdirs): Exclude cedet directory.
19047 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19049 * term/ns-win.el: Don't set the region face background. (Bug#4381)
19051 * faces.el: Default light-background background for region face to
19052 ns_selection_color under NS.
19054 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19056 * net/imap-hash.el: New library, see NEWS.
19058 * Makefile.in (ELCFILES): Add imap-hash.el.
19060 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19062 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19063 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19064 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19065 definition where the docstring could be taken for the return value.
19067 2009-09-26 Glenn Morris <rgm@gnu.org>
19069 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19070 Add option to only show images below a certain size.
19071 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19072 save-excursion calls.
19074 2009-09-26 Eli Zaretskii <eliz@gnu.org>
19076 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19077 subdirectories) and eieio.
19079 2009-09-26 Alan Mackenzie <acm@muc.de>
19081 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19082 Correct buggy bracketing. (Bug#4289)
19084 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
19085 character constants (as case labels). (Bug#4289)
19087 2009-09-25 Juri Linkov <juri@jurta.org>
19089 * files.el (safe-local-eval-forms): Allow time-stamp in
19090 before-save-hook (Bug#4554).
19092 2009-09-25 Drew Adams <drew.adams@oracle.com>
19094 * menu-bar.el (list-buffers-directory): Doc fix.
19096 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19098 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19099 Try and avoid copying twice the same paragraph.
19100 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19101 Remove save-excursion.
19102 (log-edit-changelog-entry): Do it here instead.
19104 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
19106 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19107 when available, instead of hardcoding mode names. Doc fix.
19109 * menu-bar.el (list-buffers-directory): Add docstring.
19110 Make automatically buffer-local.
19112 * dired.el (dired-mode):
19113 * files.el (cd-absolute):
19114 * pcvs.el (cvs-temp-buffer):
19115 * pcvs-util.el (cvs-get-buffer-create):
19116 * shell.el (shell-mode):
19117 * vc-dir.el (vc-dir-mode):
19118 Don't make `list-buffers-directory' buffer local.
19120 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19122 * comint.el (comint-exec, comint-run, make-comint):
19123 Doc fixes (Bug#4542).
19125 2009-09-25 Glenn Morris <rgm@gnu.org>
19127 * mail/rmailmm.el (rmail-mime): New custom group.
19128 Move all defcustoms in this file into this group.
19129 (rmail-mime-media-type-handlers-alist): Revert previous change.
19130 (rmail-mime-show-images): New option.
19131 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19132 references to it, since it wasn't actually used for anything.
19133 (rmail-mime-insert-image): New function.
19134 (rmail-mime-image): Use rmail-mime-insert-image.
19135 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
19136 obey the value of `rmail-mime-show-images' option. Print the size of
19139 2009-09-25 David Engster <deng@randomsample.de>
19141 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19143 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19145 * whitespace.el: Does not highlight trailing spaces While point is
19146 at end of line. Does not highligt spaces at beginning of buffer
19147 while point is at beginning of buffer. Does not highlight spaces
19148 at end of buffer while point is at end of buffer. (Bug#4177)
19150 (whitespace-display-mappings): Adjust initialization.
19151 (whitespace-point, whitespace-font-lock-refontify): New vars.
19152 (whitespace-color-on, whitespace-color-off): Adjust code.
19153 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19154 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19155 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19157 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
19159 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19161 * textmodes/sgml-mode.el: Remove xml-mode alias.
19163 * files.el (auto-mode-alist, conf-mode-maybe)
19164 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
19166 2009-09-24 Alan Mackenzie <acm@muc.de>
19168 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19169 c-forward-conditionals, but it doesn't move point and doesn't set
19171 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19172 (c-down-conditional-with-else, c-backward-conditional)
19173 (c-forward-conditional): Refactor to use c-scan-conditionals.
19175 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19177 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19178 (help-default-arg-highlight): Remove.
19179 (help-highlight-arg): New function.
19180 (help-do-arg-highlight): Use it.
19181 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19183 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19185 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19186 Undo last change, which didn't fix the problem and introduced others.
19188 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
19190 * progmodes/gdb-mi.el: Don't require speedbar.
19191 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19193 2009-09-24 Glenn Morris <rgm@gnu.org>
19195 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19197 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19199 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19200 there is no newline after the final mime boundary. (Bug#4539)
19201 Move markers on insertion so that any buttons inserted don't end up in
19202 the next part of a multipart message.
19203 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19204 (rmail-mime-bulk-handler): Optionally handle images.
19205 (rmail-mime-image): New button action.
19206 (rmail-mime-image-handler): New function.
19207 (rmail-mime-mode): New mode.
19208 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
19210 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19212 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19213 than just dropping elements from it (bug#4504).
19215 * term.el (term-set-scroll-region): Don't move cursor any more.
19216 (term-handle-ansi-escape): Call term-goto here instead.
19217 Suggested by Ivan Kanis <apple@kanis.eu>.
19219 * term.el: Require CL.
19220 (term-ansi-reset): New function.
19221 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19222 (term-handle-colors-array): Simplify.
19224 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19226 * allout.el (allout-overlay-interior-modification-handler)
19227 (allout-obtain-passphrase):
19228 * epa-file.el (epa-file-write-region):
19229 * ps-print.el (ps-begin-job):
19230 * vc-hooks.el (vc-toggle-read-only):
19231 * vc-rcs.el (vc-rcs-rollback):
19232 * vc-sccs.el (vc-sccs-rollback):
19233 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19234 (vc-version-diff, vc-revert, vc-rollback):
19235 * wdired.el (wdired-check-kill-buffer):
19236 * emacs-lisp/authors.el (authors):
19237 * net/socks.el (socks-open-connection):
19238 * net/zeroconf.el (zeroconf-service-add-hook):
19239 * obsolete/vc-mcvs.el (vc-mcvs-register):
19240 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19241 (gdb-select-frame):
19242 * progmodes/grep.el (lgrep, rgrep):
19243 * progmodes/idlw-help.el (idlwave-help-check-locations)
19244 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19245 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19246 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19247 (reftex-toc-rename-label): Fix typos in error messages.
19249 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19250 (dired-copy-how-to-fn): Doc fix.
19251 (dired-files-attributes, dired-read-shell-command):
19252 Fix typos in docstrings.
19254 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19255 (dired-x-find-file-other-window): Reflow docstrings.
19256 (dired-omit-marker-char, dired-read-shell-command)
19257 (dired-x-submit-report): Fix typos in docstrings.
19259 * shell.el (shell-mode-hook):
19260 * view.el (View-scroll-line-forward):
19261 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19262 Fix typos in docstrings.
19264 * net/dig.el (dig-invoke): Fix typo in docstring.
19265 (query-dig): Reflow docstring.
19267 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19268 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19269 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19270 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19271 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19272 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19273 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19274 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19275 (idlwave-completion-map, idlwave-current-indent)
19276 (idlwave-custom-ampersand-surround, idlwave-customize)
19277 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19278 (idlwave-define-abbrev, idlwave-determine-class-special)
19279 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19280 (idlwave-end-block-reg, idlwave-end-of-statement)
19281 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19282 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19283 (idlwave-explicit-class-listed, idlwave-file-header)
19284 (idlwave-fill-paragraph, idlwave-find-class-definition)
19285 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19286 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19287 (idlwave-in-quote, idlwave-indent-action-table)
19288 (idlwave-indent-expand-table, idlwave-indent-line)
19289 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19290 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19291 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19292 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19293 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19294 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19295 (idlwave-outlawed-buffers, idlwave-popup-select)
19296 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19297 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19298 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19299 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19300 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19301 (idlwave-statement-type, idlwave-struct-skip)
19302 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19303 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19304 (idlwave-what-module-find-class): Fix typos in docstrings.
19305 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19306 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19307 (idlwave-find-module, idlwave-find-structure-definition)
19308 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19309 (idlwave-list-load-path-shadows, idlwave-next-statement)
19310 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19311 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19312 (idlwave-template): Reflow docstrings.
19314 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19315 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19316 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19317 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19318 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19319 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19320 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19321 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19322 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19323 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19324 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19325 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19326 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19327 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19328 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19329 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19330 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19331 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19332 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19333 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19334 Fix typos in docstrings.
19335 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19336 (idlwave-shell-hide-output, idlwave-shell-mode)
19337 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19340 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19342 2009-09-24 Ivan Kanis <apple@kanis.eu>
19344 * term.el (term-bold-attribute): New var.
19345 (term-handle-colors-array): Use it.
19347 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
19349 * progmodes/gdb-mi.el (gdb-version): New variable.
19350 (gdb-non-stop-handler): Set gdb-version.
19351 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19352 Condition "--thread" option on gdb-version.
19353 (gdb-invalidate-threads): Remove unused argument.
19355 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19357 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19358 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19360 2009-09-23 Glenn Morris <rgm@gnu.org>
19362 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19363 replying to mail without References or Message-Id. (Bug#4525)
19365 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19367 * term/ns-win.el (ns-reg-to-script): New variable.
19369 2009-09-23 Daiki Ueno <ueno@unixuser.org>
19371 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19373 2009-09-22 Sam Steingold <sds@gnu.org>
19375 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
19376 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19377 to 1 because hg returns status 1 when nothing is found.
19378 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
19380 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19382 * textmodes/fill.el: Convert to utf-8 encoding.
19383 (fill-french-nobreak-p): Remove redundant » and « inherited from our
19386 * add-log.el (change-log-fill-forward-paragraph): New function.
19387 (change-log-mode): Use it so fill-region DTRT.
19388 Set fill-indent-according-to-mode here rather than in
19389 change-log-fill-paragraph.
19390 (change-log-fill-paragraph): Remove.
19392 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
19394 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19395 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19397 2009-09-22 Glenn Morris <rgm@gnu.org>
19399 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19400 the scroll-bar scroll the calendar window rather than the buffer.
19402 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19403 commands that move point (as opposed to scrolling).
19405 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19407 * emacs-lisp/elint.el (elint): New custom group.
19408 (elint-log-buffer): Make it a defcustom.
19409 (elint-scan-preloaded, elint-ignored-warnings)
19410 (elint-directory-skip-re): New options.
19411 (elint-builtin-variables): Doc fix.
19412 (elint-preloaded-env): New variable.
19413 (elint-unknown-builtin-args): Add an entry for encode-time.
19414 (elint-extra-errors): Make it a variable rather than a constant.
19415 (elint-preloaded-skip-re): New constant.
19416 (elint-directory): Skip files matching elint-directory-skip-re.
19417 (elint-features): New variable, local to linted buffers.
19418 (elint-update-env): Initialize elint-features. Possibly add
19419 elint-preloaded-env to the buffer's environment.
19420 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19422 (elint-init-form): New function, extracted from elint-init-env.
19423 Make non-list forms a warning rather than an error.
19424 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19425 easy-menu-define, put that adds an error-condition, and provide.
19426 When requiring cl, also require cl-macs. Really require cl, to handle
19427 some cl macros. Store required libraries in the list elint-features,
19428 so as not to re-load them. Treat cc-require like require.
19429 (elint-init-env): Call elint-init-form to do the work.
19430 Handle eval-and-compile and such like.
19431 (elint-add-required-env): Do not clear messages.
19432 (elint-special-forms): Add handlers for function, defalias, if, when,
19434 (elint-form): Add optional argument to ignore elint-special-forms,
19435 useful to prevent recursive calls from handlers. Doc fix.
19436 Respect elint-ignored-warnings.
19437 (elint-form): Respect elint-ignored-warnings.
19438 (elint-bound-variable, elint-bound-function): New variables.
19439 (elint-unbound-variable): Respect elint-bound-variable.
19440 (elint-get-args): Respect elint-bound-function.
19441 (elint-check-cond-form): Add some simple handling for (f)boundp and
19443 (elint-check-defalias-form): New handler.
19444 (elint-check-let-form): Make an empty let a warning rather than an
19446 (elint-check-setq-form): Make an empty setq a warning rather than an
19447 error. Respect elint-ignored-warnings.
19448 (elint-check-defvar-form): Accept null doc-strings.
19449 (elint-check-conditional-form): New handler. Does some simple-minded
19450 checking of featurep and (f)boundp tests.
19451 (elint-put-function-args): New function.
19452 (elint-initialize): Use elint-scan-doc-file rather than
19453 elint-find-builtin-variables. Use elint-put-function-args.
19454 Possibly scan preloaded-file-list.
19455 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19456 extend to handle functions as well.
19458 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19460 * linum.el (linum-delete-overlays, linum-update-window):
19461 Do not modify the right margin. (Bug#3971)
19463 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
19465 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19466 Use nxml-mode instead of xml-mode.
19468 2009-09-21 Kevin Ryde <user42@zip.com.au>
19470 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19472 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19474 * net/dig.el (dig-mode): Use define-derived-mode.
19476 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19478 * vc-dispatcher.el (vc-do-command): Return the process object in
19479 the asynchronous case. Use when instead of if. Do not run
19480 vc-exec-after to display a message if not enabled. (Bug#4463)
19482 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19483 properties to the stash strings.
19484 (vc-git-stash-list): Return a list of strings.
19485 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19486 (vc-git-stash-show-at-point): New functions.
19487 (vc-git-stash-map): New keymap.
19489 * register.el (ctl-x-r-map): Define the keys here instead of
19492 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19494 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19495 list, to workaround performance problem (bug#4485).
19497 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19499 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19501 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19503 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19504 Document that this option is not recommended to use.
19506 2009-09-19 Glenn Morris <rgm@gnu.org>
19508 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19511 * calc/calc-alg.el (var):
19512 * calc/calcalg2.el (var): Define for compiler.
19514 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19516 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19517 Doc fix (Bug#3932).
19519 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19521 * time-stamp.el (time-stamp-month-dd-yyyy)
19522 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19523 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19524 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19525 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19526 Remove functions that have been obsolete since 1995 (Bug#4436).
19528 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19529 indent buffer only if called interactively (Bug#4452).
19531 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19532 Eli Zaretskii <eliz@gnu.org>
19534 This fixes bug#4197 (merged to bug#865, though not identical).
19535 * server.el (server-auth-dir): Add docstring note about FAT32.
19536 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19537 but warn against using them.
19539 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19541 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19542 older GDB where there is no has_more field.
19544 2009-09-19 Glenn Morris <rgm@gnu.org>
19546 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19548 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19550 * files.el (auto-mode-alist): Change default for XML files to nXML
19553 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19555 * server.el (server-ensure-safe-dir): Pass 'integer
19556 to `file-attributes', as suggested.
19558 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19560 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19561 (dired-query): Use read-key.
19563 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19565 * cus-start.el (ns-use-qd-smoothing): Remove.
19567 2009-09-18 Glenn Morris <rgm@gnu.org>
19569 * allout.el (top-level): Remove unnecessary progn.
19571 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19573 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19574 definition of abbrev table.
19576 * speedbar.el (speedbar-track-mouse):
19577 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19578 * net/eudc.el (eudc-expand-inline):
19579 * net/newst-backend.el (newsticker--cache-read-feed):
19580 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19581 condition-case handlers.
19583 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19585 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19586 (gdb-var-list): Add an element for has_more field.
19587 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19588 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19589 (gdb-var-update-handler-1): Parse output of dynamic variable
19590 objects (STL containers).
19591 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19592 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19594 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19596 (gud-speedbar-buttons): Make node expandable if expression "has more"
19599 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19601 * startup.el (emacs-quick-startup): Remove variable and all uses.
19602 (command-line): Set `inhibit-x-resources' instead.
19603 (command-line-1): Use `inhibit-x-resources' instead.
19605 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19607 * subr.el: Fix last change to avoid using the `unless' macro,
19608 which breaks bootstrapping.
19610 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19612 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19613 extended definitions, in case we reload subr.el after having
19615 (eval-next-after-load): Mark as obsolete.
19617 2009-09-17 Juri Linkov <juri@jurta.org>
19619 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19620 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19621 (menu-bar-showhide-menu, menu-bar-tools-menu)
19622 (menu-bar-describe-menu, menu-bar-help-menu)
19623 (minibuffer-local-completion-map, minibuffer-local-map):
19626 2009-09-17 Glenn Morris <rgm@gnu.org>
19628 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19629 arguments, whether or not it has a handler.
19631 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19633 * simple.el (hard-newline): Give it a doc-string.
19635 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19636 (lisp-mode-syntax-table): Give them doc-strings.
19638 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19640 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19641 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19642 (menu-bar-options-menu, menu-bar-showhide-menu)
19643 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19644 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19645 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19646 (menu-bar-options-menu, menu-bar-tools-menu)
19647 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19648 (menu-bar-help-menu):
19649 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19652 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19653 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19654 calls for the menu names and :help.
19656 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19658 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19659 to :minor-mode-function (bug#4455).
19661 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19663 * startup.el (command-line): Initialize the window-system after
19664 processing the command-line.
19666 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19667 page-delimiter matches the empty string.
19669 2009-09-16 Glenn Morris <rgm@gnu.org>
19671 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19672 byte-compile-not-obsolete-var. It's a list now.
19673 (byte-compile-not-obsolete-funcs): New variable.
19674 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19675 byte-compile-not-obsolete-funcs.
19676 (byte-compile-variable-ref, byte-compile-defvar): Update for
19677 byte-compile-not-obsolete-vars name-change and list nature.
19678 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19679 and variables behind (f)boundp tests.
19680 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19682 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19684 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19686 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19688 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19689 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19692 2009-09-15 Stephen Eglen <stephen@gnu.org>
19694 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19695 the virtual-buffers, use the name of the buffer specified by
19696 find-file-noselect, as the match may be a symlink. (This was a
19697 problem if the target and the symlink had different names.)
19699 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19701 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19703 * desktop.el (desktop-path): Check user-emacs-directory.
19705 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19707 * loadup.el: Use after-load-functions to GC after loading each file.
19708 Remove the explicit GC calls that used to be sprinkled around.
19710 * subr.el (after-load-functions): New hook.
19711 (do-after-load-evaluation): Run it. Use string-match-p to detect
19712 `obsolete' packages, rather than painfully extracting the relevant
19715 2009-09-15 Glenn Morris <rgm@gnu.org>
19717 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19718 free variable `doc'.
19720 * dired.el (dired-mode-map): Add menu entry for async shell command.
19722 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19723 variables, also consider the .elc files, since the .el files are
19724 normally gzipped (subsequent code locates the .el.gz from the .elc).
19726 * calc/calc-prog.el (arglist): Define for compiler.
19728 * calendar/diary-lib.el (diary-display-function): Change the default to
19730 (body): Define for compiler.
19732 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19733 (byte-compile-file-form, byte-compile-lambda)
19734 (byte-compile-top-level-body, byte-compile-form)
19735 (byte-compile-variable-ref, byte-compile-setq)
19736 (byte-compile-setq-default, byte-compile-body)
19737 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19738 (batch-byte-compile): Give some more local variables with common names
19739 a "bytecomp-" prefix to avoid masking warnings about free variables.
19741 * startup.el (command-line-1): Give local variables with common names a
19742 distinguishing prefix, so as not to hide free variable warnings during
19745 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19746 clever and add a suffix to make a unique name, just let the user decide
19747 whether or not to overwrite it. If the input is a directory, write the
19748 default filename to that directory. (Bug#4388)
19749 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19750 is a filename-as-a-directory.
19752 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19754 * textmodes/page.el (what-page): Don't move to beginning of line.
19755 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19757 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19759 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19761 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19763 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19764 * help.el (help-for-help-internal): Add purecopy calls for text.
19766 * vc.el (top): print-log method now takes an optional SHORTLOG
19767 argument. Add a new method: root.
19768 (vc-root-diff, vc-print-root-log): New functions.
19769 (vc-log-short-style): New variable.
19770 (vc-print-log-internal): Add support for showing short logs.
19772 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19773 vc-print-root-log and vc-print-root-diff.
19775 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19776 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19777 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19780 * vc-cvs.el (vc-cvs-print-log):
19781 * vc-mtn.el (vc-mtn-print-log):
19782 * vc-rcs.el (vc-rcs-print-log):
19783 * vc-sccs.el (vc-sccs-print-log):
19784 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19785 that is ignored for now.
19787 * vc-mtn.el (vc-mtn-annotate-command):
19788 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19790 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19792 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19793 to function-key-map, and give them ascii-character property.
19794 * term/x-win.el (x-alternatives-map):
19795 * term/ns-win.el (ns-alternatives-map):
19796 * term/internal.el (msdos-key-remapping-map):
19797 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19799 2009-09-14 Glenn Morris <rgm@gnu.org>
19801 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19802 temp-buffers (2009-09-12).
19804 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19806 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19807 the new read-key function.
19809 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19811 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19812 is defined (Bug#4405).
19814 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19816 * recentf.el (recentf-cleanup): Use a hash table to find
19817 duplicates (Bug#4407).
19819 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19821 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19822 kp-0 to ascii equivalents (Bug#4325).
19824 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19826 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19828 * eshell/em-hist.el:
19829 * eshell/em-dirs.el (eshell-complete-user-reference):
19830 Declare pcomplete functions and variables to avoid compiler warnings.
19832 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19834 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19835 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19836 * eshell/em-alias.el (eshell-aliases-file):
19837 * eshell/em-hist.el (eshell-history-file-name):
19838 Use expand-file-name instead of concat to make file names (Bug#4308).
19840 2009-09-13 Glenn Morris <rgm@gnu.org>
19842 * ediff-merg.el (ediff-do-merge):
19843 * filesets.el (filesets-run-cmd):
19844 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19845 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19846 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19847 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19848 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19849 Replace empty `let's with `progn'.
19851 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19853 * mail/sendmail.el (send-mail-function):
19854 * tooltip.el (tooltip-mode):
19855 * simple.el (transient-mark-mode):
19856 * rfn-eshadow.el (file-name-shadow-mode):
19857 * frame.el (blink-cursor-mode):
19858 * font-core.el (global-font-lock-mode):
19859 * files.el (temporary-file-directory)
19860 (small-temporary-file-directory, auto-save-file-name-transforms):
19861 * epa-hook.el (auto-encryption-mode):
19862 * composite.el (global-auto-composition-mode):
19863 Use custom-initialize-delay.
19864 * startup.el (command-line): Don't explicitly call
19865 custom-reevaluate-setting for all the above vars.
19866 * custom.el (custom-initialize-safe-set)
19867 (custom-initialize-safe-default): Delete.
19869 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19871 * term/x-win.el (x-initialize-window-system):
19872 * term/w32-win.el (w32-initialize-window-system):
19873 * term/ns-win.el (ns-initialize-window-system): Don't call
19874 mouse-wheel-mode since it's enabled globally by default already.
19876 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19877 actually define the variable, but only silences the byte-compiler.
19878 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19879 before looking it up.
19880 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19883 2009-09-12 Glenn Morris <rgm@gnu.org>
19885 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19887 (elint-add-required-env): Don't beep on error.
19888 (elint-forms): In case of error, return ENV unchanged.
19889 (elint-init-env): Skip non-list forms.
19890 (elint-log): Handle unknown file positions.
19892 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19894 * epg.el (epg-make-context): Add autoload cookie.
19895 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19896 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19897 (epg-verify-string, epg-start-sign, epg-sign-file)
19898 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19899 (epg-encrypt-string, epg-start-export-keys)
19900 (epg-export-keys-to-file, epg-export-keys-to-string)
19901 (epg-start-import-keys, epg-import-keys-from-file)
19902 (epg-import-keys-from-string, epg-start-receive-keys)
19903 (epg-receive-keys, epg-import-keys-from-server)
19904 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19905 (epg-sign-keys, epg-start-generate-key)
19906 (epg-generate-key-from-file, epg-generate-key-from-string):
19907 Remove autoload cookie.
19909 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19911 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19912 reevaluation of trash-directory.
19914 * mwheel.el: Fix last change.
19915 (mouse-wheel-mode): New defvar.
19916 (mouse-wheel-mode): Remove autoload cookie.
19918 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19920 * mwheel.el (mwheel-installed-bindings): New var.
19921 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19922 the bindings we set last time. Use custom-initialize-delay.
19923 * loadup.el: Load mwheel after term/*-win.el.
19924 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19925 and mouse-wheel-up-event now that their first evaluation is done
19926 sufficiently late to be correct.
19928 * startup.el (tutorial-directory): Make it a defcustom.
19929 Use custom-initialize-delay rather than eval-at-startup to set it.
19930 * image.el (image-load-path): Make it a defcustom.
19931 Use custom-initialize-delay rather than eval-at-startup to set it.
19932 * subr.el (eval-at-startup): Remove.
19933 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19935 * subr.el (do-after-load-evaluation): Warn the user after loading an
19938 2009-09-12 Glenn Morris <rgm@gnu.org>
19940 * proced.el (proced-mark-alt): Remove alias.
19941 (proced-mode-map): Remove proced-mark-alt.
19943 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19944 Elint file and directory. Remove initialization entry.
19946 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19948 (elint-current-buffer): Set mode-line-process.
19949 (elint-init-env): Handle define-derived-mode.
19950 Fix declare-function with unspecified arglist. Guard against odd
19951 defalias statements (eg iso-insert's 8859-1-map).
19952 (elint-add-required-env): Use a temp buffer.
19953 (elint-form): Just print the function/macro name, not the whole form.
19954 Return env unchanged if we fail to parse a macro.
19955 (elint-forms): Guard against parse errors.
19956 (elint-output): New function, to handle batch mode.
19957 (elint-log-message): Add optional argument. Use elint-output.
19958 (elint-set-mode-line): New function.
19960 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19962 * emacs-lisp/elp.el (elp-not-profilable): Add more
19963 functions (Bug#4233).
19965 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19967 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19968 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19970 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19972 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19973 (gdb-var-list-children): Use json parsing.
19975 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19977 * progmodes/js.el (js--proper-indentation): Handle the case where
19978 char-before is null. Reported by Deniz Dogan.
19980 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19982 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19984 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19986 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19987 (epg-digest-algorithm-alist): Add SHA224.
19988 (epg-context-set-passphrase-callback)
19989 (epg-context-set-progress-callback): Add description about
19992 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19994 * custom.el (custom-delayed-init-variables): New var.
19995 (custom-initialize-delay): New function.
19996 * startup.el (command-line): "Re"evaluate all vars in
19997 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19998 explicitly any more.
19999 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
20000 to avoid creating a ~/.emacs.d at build-time (bug#4347).
20002 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
20004 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
20006 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20007 (gdb-var-update-handler): Use json parsing.
20009 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
20011 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20012 decode annotated text, regardless of language environment. (Bug#2741)
20014 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20016 * Makefile.in (autoloads): Make rmail.el writable as well.
20018 2009-09-11 Glenn Morris <rgm@gnu.org>
20020 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20022 * dired.el: Regenerate with extracted autoloads.
20023 * Makefile.in (autoloads): Make dired.el writable.
20025 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20026 * ibuffer.el: Regenerate with extracted autoloads.
20027 * Makefile.in (autoloads): Make ibuffer.el writable.
20029 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20030 * version.el (emacs-copyright, emacs-major-version)
20031 (emacs-minor-version): Reformat doc-strings for make-docfile.
20033 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20034 functions and variables, since they must be stuff specific to some other
20036 (apropos-print): Make mouse-click message less specific about button.
20038 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20039 that records where a macro was defined.
20040 * help-fns.el (describe-function-1): Mention if a function has a
20042 * help-mode.el (help-function-cmacro): New button.
20044 * locate.el (top-level): Always require dired.
20045 (locate-mode-map): Initialize inside the defvar.
20047 * net/ange-ftp.el (dired-compress-file): Declare.
20048 (ange-ftp-dired-compress-file): Add doc string.
20050 * term/ns-win.el (x-display-name, x-setup-function-keys):
20051 Unify doc-strings with X versions.
20053 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20055 * emulation/crisp.el (crisp-mode-map): Move initialization
20057 (crisp-mode): Use define-minor-mode.
20059 * progmodes/xscheme.el (xscheme-evaluation-commands):
20060 Put a :advertised-binding property rather than using
20061 advertised-xscheme-send-previous-expression.
20062 (advertised-xscheme-send-previous-expression): Declare obsolete.
20063 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20065 (crisp-mode): Add corresponding bindings to
20066 undo's :advertised-binding instead.
20067 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20068 than using dired-advertised-find-file.
20069 (dired-advertised-find-file):
20070 * simple.el (advertised-undo):
20071 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20072 (widget-keymap): Put a :advertised-binding property rather
20073 than using advertised-widget-backward.
20074 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20075 than using advertised-undo.
20076 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20078 2009-09-10 Simon South <ssouth@slowcomputing.org>
20080 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20081 Mark mode is enabled and region is active; otherwise indent or
20082 insert TAB as usual.
20083 (delphi-mode): Update description of TAB-key binding.
20085 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20087 * subr.el (define-key-rebound-commands): Mark obsolete.
20088 * startup.el (precompute-menubar-bindings): Remove.
20089 (normal-top-level): Remove obsolete code that tried to precompute
20091 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20092 define-key-rebound-commands and precompute-menubar-bindings.
20094 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20096 * net/imap.el (imap-interactive-login): Better messages.
20097 (imap-open): Fix bug with renamed buffer on reconnect.
20098 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20099 for easier debugging and cleaner code. On successful (guessed based on
20100 server capabilities) secondary authentication, set imap-state
20102 (imap-last-authenticator): Define imap-last-authenticator as a variable
20105 2009-09-10 Glenn Morris <rgm@gnu.org>
20107 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20109 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20110 (byte-compile-file-form-autoload): Don't warn about unknown functions
20111 where the autoload statement comes after the use.
20112 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20113 that any handlers inside the body (eg require) are in turn respected.
20115 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20118 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20119 and syntax and abbrev tables basic docs, if they don't have any.
20121 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20123 * international/mule-cmds.el (top-level): Require cl when compiling.
20124 (view-hello-file): Use default-value rather than
20125 default-enable-multibyte-characters.
20127 * progmodes/fortran.el: Move all safe and risky properties into the
20130 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20131 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20132 * mail/undigest.el:
20133 Put autoloads in rmail.el rather than loaddefs.el.
20134 * mail/rmail.el: Regenerate with extracted autoloads.
20136 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20137 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20139 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
20141 Reported in thread for Bug#4375.
20142 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20143 "-data-evaluate-expression" instead of print.
20144 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20145 (gdb-tooltip-print): Parse output from above MI command.
20146 (gdb): Revert 2009-08-11 change. User should detach inferior
20149 Remove the word "separate" from IO functions as inferior
20150 output is now never displayed in the GUD buffer.
20152 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
20154 * startup.el (command-line-normalize-file-name): On Windows and
20155 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20157 2009-09-10 Juri Linkov <juri@jurta.org>
20159 * isearch.el (isearch-text-char-description): Propertize escape
20160 character sequences with the `escape-glyph' face. (Bug#4344)
20162 * simple.el (shell-command): Set asynchronous process filter to
20163 `comint-output-filter'. (Bug#4343)
20165 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20166 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20167 the list. Move "asm" to the bottom.
20168 (grep-find-ignored-directories): Add `choice' with nil value
20169 to empty the list easily.
20170 (grep-find-ignored-files): New option.
20171 (grep-files-history): Set to nil by default instead of '("ch" "el").
20172 (grep-compute-defaults): Add "<X>" to `grep-template'.
20173 (grep-read-files): Bind new local variables `default-alias' and
20174 `default-extension'. Use a list of default values for the file prompt.
20175 (lgrep): Add `--exclude=' command line options composed from
20176 `grep-find-ignored-files'.
20177 (rgrep): Add `-name' command line options composed from
20178 `grep-find-ignored-files'. (Bug#4301)
20180 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20182 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20185 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20187 * calendar/time-date.el (autoload):
20188 Expand define-obsolete-function-alias into defalias and make-obsolete
20189 for old Emacsen that Gnus supports.
20190 (with-no-warnings): Define it for old Emacsen.
20191 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20193 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20194 float-time is available; suppress compile warning for time-to-seconds.
20196 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20198 * net/imap.el (imap-message-map): Docstring fix.
20200 2009-09-09 Glenn Morris <rgm@gnu.org>
20202 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20203 line numbers too. (Bug#4374)
20205 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20207 * smerge-mode.el (smerge-remove-props, smerge-refine):
20208 Use with-silent-modifications (bug#4342).
20210 * subr.el (with-silent-modifications): New macro.
20212 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
20214 * files.el (top-level): Require `cl' when compiling.
20216 2009-09-07 Glenn Morris <rgm@gnu.org>
20218 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20220 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20221 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20223 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
20225 * vc-git.el (vc-git-annotate-command): Use separator to parse
20226 arguments correctly.
20228 2009-09-06 Eli Zaretskii <eliz@gnu.org>
20230 * proced.el (proced-mode): Doc fix.
20232 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20234 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20236 (tramp-do-file-attributes-with-ls): Check for file existence at
20238 (tramp-do-file-attributes-with-stat): Likewise.
20239 (tramp-convert-file-attributes): Return nil when attr is nil.
20241 2009-09-05 Glenn Morris <rgm@gnu.org>
20243 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20244 properties to this button.
20245 (diary-fancy-display): Don't extend the button to the final newline.
20246 (diary-fancy-display-mode): Continue to define "q" as a local key.
20248 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20251 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20253 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20254 (byte-compile-dest-file-function): New option.
20255 (byte-compile-dest-file): Doc fix.
20256 Obey byte-compile-dest-file-function.
20257 (byte-compile-cl-file-p): New function.
20258 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20259 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20260 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20261 than for file being previously loaded.
20262 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20263 (byte-compile-file-form-require): Handle the case where requiring a file
20264 indirectly causes CL to be loaded.
20266 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20268 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20269 before killing the old buffer, since by the time `kill-buffer' is
20270 run so many buffer variables have been set to nil that it may not
20271 behave as expected. (Bug#4061)
20273 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20275 * files.el (find-alternate-file): If the old buffer is modified
20276 and visiting a file, behave similarly to `kill-buffer' when
20277 killing it, thus reverting to the pre-1.878 behavior; see
20278 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20279 for discussion. Also, consult `buffer-file-name' as a variable
20280 not as a function, for consistency with the rest of the code.
20282 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
20284 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20285 also when adding a new directory.
20287 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20290 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20292 * files.el (locate-file-completion-table): Make it provide boundary
20293 information, so partial-completion works better.
20295 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20297 * mail/footnote.el (Footnote-text-under-cursor):
20298 Check footnote-text-marker-alist before using it (bug#4324).
20300 2009-09-04 Glenn Morris <rgm@gnu.org>
20302 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20303 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20304 * play/solitaire.el, play/tetris.el:
20305 Remove leading * from defcustom and defface docs.
20307 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20309 (diary-fancy-overriding-map): New variable.
20310 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20313 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20316 2009-09-03 Glenn Morris <rgm@gnu.org>
20318 * arc-mode.el (archive-mode):
20319 * dos-fns.el (set-default-process-coding-system):
20320 * man.el (Man-getpage-in-background):
20321 * menu-bar.el (menu-bar-describe-menu):
20322 * server.el (server-process-filter):
20323 * startup.el (command-line):
20324 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20325 * w32-fns.el (set-default-process-coding-system):
20326 * x-dnd.el (x-dnd-handle-file-name):
20327 * international/mule-cmds.el (mule-menu-keymap)
20328 (set-default-coding-systems, language-info-alist, set-language-info)
20329 (set-language-environment, standard-display-european-internal)
20330 (set-locale-environment):
20331 * international/mule-diag.el (mule-diag):
20332 * mail/emacsbug.el (report-emacs-bug):
20333 * mail/rmail.el (rmail-mode):
20334 * mail/sendmail.el (mail-setup):
20335 Use default-value rather than default-enable-multibyte-characters.
20337 * progmodes/f90.el: Move all safe properties into the defcustoms.
20338 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20340 * calendar/appt.el (appt-check):
20341 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20342 (diary-check-diary-file, diary-list-entries)
20343 (diary-include-other-diary-files, diary-simple-display)
20344 (diary-fancy-display, diary-print-entries)
20345 (diary-mark-included-diary-files, diary-make-entry):
20346 Don't call substitute-in-file-name on diary-file.
20348 2009-09-03 Eduard Wiebe <usenet@pusto.de>
20349 Stefan Monnier <monnier@iro.umontreal.ca>
20351 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20352 (footnote-mode-map): Move initialization into the declaration.
20353 (footnote-minor-mode-map): Define it rather than changing global-map.
20354 (footnote-mode): Use define-minor-mode.
20356 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
20358 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20359 (tramp-do-file-attributes-with-perl)
20360 (tramp-do-file-attributes-with-stat): Rename from
20361 `tramp-handle-file-attributes-with-*'.
20362 (tramp-handle-file-attributes): Use them.
20363 (tramp-do-directory-files-and-attributes-with-perl)
20364 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20365 `tramp-handle-directory-files-and-attributes-with-*'.
20366 (tramp-handle-directory-files-and-attributes): Use them.
20367 (tramp-method-out-of-band-p): Additional parameter SIZE.
20368 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20369 (tramp-handle-write-region): Use it.
20370 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
20371 (tramp-handle-vc-registered): Check, whether the first run did
20372 return files to be tested.
20373 (tramp-advice-make-auto-save-file-name): Do not call directly
20374 `tramp-handle-make-auto-save-file-name', because this would bypass
20375 the locking mechanism.
20377 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
20378 (file-remote-p, process-file, start-file-process, set-file-times)
20379 (tramp-compat-file-attributes): Compatibility functions shall not
20380 call directly `tramp-handle-*', because this would bypass the
20382 (tramp-compat-number-sequence): New defun.
20384 2009-09-02 Glenn Morris <rgm@gnu.org>
20386 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20387 alias for float-time.
20388 (time-to-number-of-days): In Emacs, use float-time.
20389 * net/newst-backend.el (time-add): Suppress warnings from compat
20391 * time.el (emacs-uptime, emacs-init-time):
20392 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20393 Use float-time rather than time-to-seconds.
20395 * minibuffer.el (completion-initials-expand): Fix typo.
20397 * faces.el (modeline, modeline-inactive, modeline-highlight)
20398 (modeline-buffer-id):
20399 * info.el (info-menu-5): Mark these face aliases as obsolete.
20401 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20403 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20405 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20406 no "--thread" option.
20407 (gdb-stopped): Don't print "Switched to thread" message when it is
20410 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20412 * minibuffer.el (completion-try-completion)
20413 (completion-all-completions): Remove ill-defined (and
20414 mistakenly installed and luckily never used nor documented)
20415 `completion-styles' property.
20416 (completion-initials-expand, completion-initials-all-completions)
20417 (completion-initials-try-completion): New functions.
20418 (completion-styles-alist): Add doc to each entry.
20419 Add new `initials' entry.
20421 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20423 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20424 MI command -var-evaluate-expression.
20425 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20426 and tweak for case of string child.
20427 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
20429 2009-09-01 Glenn Morris <rgm@gnu.org>
20431 * add-log.el (change-log-date-face, change-log-name-face)
20432 (change-log-email-face, change-log-file-face, change-log-list-face)
20433 (change-log-conditionals-face, change-log-function-face)
20434 (change-log-acknowledgement-face):
20435 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20436 (custom-modified-face, custom-set-face, custom-changed-face)
20437 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20438 (custom-documentation-face, custom-state-face, custom-comment-face)
20439 (custom-comment-tag-face, custom-variable-tag-face)
20440 (custom-variable-button-face, custom-face-tag-face)
20441 (custom-group-tag-face-1, custom-group-tag-face):
20442 * diff-mode.el (diff-header-face, diff-file-header-face)
20443 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20444 (diff-added-face, diff-changed-face, diff-function-face)
20445 (diff-context-face, diff-nonexistent-face):
20446 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20447 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20448 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20449 (Info-title-4-face):
20450 * isearch.el (isearch-lazy-highlight-face):
20451 * log-view.el (log-view-file-face, log-view-message-face):
20452 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20453 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20454 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20456 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20457 (smerge-base-face, smerge-markers-face):
20458 * wid-edit.el (widget-documentation-face, widget-button-face)
20459 (widget-field-face, widget-single-line-field-face)
20460 (widget-inactive-face, widget-button-pressed-face):
20461 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20462 (woman-addition-face):
20463 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20464 (eshell-ls-executable-face, eshell-ls-readonly-face)
20465 (eshell-ls-unreadable-face, eshell-ls-special-face)
20466 (eshell-ls-missing-face, eshell-ls-archive-face)
20467 (eshell-ls-backup-face, eshell-ls-product-face)
20468 (eshell-ls-clutter-face):
20469 * eshell/em-prompt.el (eshell-prompt-face):
20470 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20471 * obsolete/old-whitespace.el (whitespace-highlight-face):
20472 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20473 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20474 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20475 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20476 (antlr-font-lock-literal-face):
20477 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20478 (ebrowse-root-class-face, ebrowse-file-name-face)
20479 (ebrowse-default-face, ebrowse-member-attribute-face)
20480 (ebrowse-member-class-face, ebrowse-progress-face):
20481 * progmodes/make-mode.el (makefile-space-face):
20482 * progmodes/sh-script.el (sh-heredoc-face):
20483 * textmodes/flyspell.el (flyspell-incorrect-face)
20484 (flyspell-duplicate-face):
20485 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20486 * textmodes/texinfo.el (texinfo-heading-face):
20487 Mark face aliases with "-face" suffix as obsolete.
20489 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20492 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20493 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20494 easy-menu-define wants to modify these.
20496 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20498 * net/browse-url.el (browse-url-file-url):
20499 * term/internal.el (dos-codepage-setup):
20500 Use default-value rather than default-enable-multibyte-characters.
20502 * progmodes/etags.el (etags-goto-tag-location):
20503 * progmodes/flymake.el (flymake-highlight-line)
20504 (flymake-goto-file-and-line, flymake-goto-line):
20505 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20506 (gdb-goto-breakpoint):
20507 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20508 * progmodes/python.el (python-find-function)
20509 (python-pdbtrack-track-stack-file):
20510 * progmodes/verilog-mode.el (verilog-surelint-off):
20511 * term/ns-win.el (ns-open-file-select-line):
20512 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20513 Use forward-line rather than goto-line.
20515 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20516 * textmodes/reftex-index.el (reftex-display-index):
20517 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20518 * textmodes/reftex-toc.el (reftex-toc):
20519 Remove unnecessary bindings of default-major-mode (all are followed by
20520 major-mode check and possible mode switch).
20522 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20524 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20525 Handle watchpoints (bug#4282).
20526 (def-gdb-thread-buffer-command): Enable thread to be selected by
20527 clicking without selecting threads buffer first.
20528 (gdb-current-context-command): Use selected frame so that "up",
20529 "down" etc work in the GUD buffer.
20530 (gdb-update): Find selected frame before rendering stack buffer.
20531 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20533 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20535 * progmodes/sym-comp.el (displayed-completions): Remove.
20536 (symbol-complete): Use minibuffer-complete.
20538 2009-08-31 Glenn Morris <rgm@gnu.org>
20540 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20542 * apropos.el (apropos-symbols-internal):
20543 Handle (obsolete) face aliases.
20545 * faces.el (describe-face): Adjust the output format to be more like
20546 describe-variable, and to mention (obsolete) face aliases.
20547 Adjust the whitespace so that help-setup-xref works.
20549 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20550 * calendar/diary-lib.el (diary-button-face):
20551 Mark these face aliases as obsolete.
20553 * calendar/calendar.el (calendar-today): Doc fix.
20555 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20557 * progmodes/gdb-mi.el (gdb-control-all-threads)
20558 (gdb-control-current-thread): Force tool bar update.
20559 (gdb-non-stop-handler): New function.
20560 (gdb-init-1): Use it to test if non-stop mode is supported.
20561 Remove unused gdbmi buffer type.
20563 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20565 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20566 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20568 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20570 * comint.el (comint-exec-1): Check command is non-null first.
20571 Part of gdb-mi.el change (2009-08-28).
20573 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20575 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20577 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20579 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20580 instead of `dolist' to avoid a recursive require when bootstrapping.
20582 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20584 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20586 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20588 * net/imap.el (imap-send-command): Simplify.
20589 (imap-wait-for-tag): point-max -> buffer-size.
20591 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20593 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20594 with constant argument.
20596 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20598 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20600 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20601 Change default, since most of our files don't have a history.
20602 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20605 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20608 * calc/calc.el: Improve commenting convention.
20609 (calc-digit-map, toplevel): Simplify.
20611 * comint.el (comint-insert-input): Be careful to only set point if we
20612 don't delegate to some other command.
20614 * proced.el (proced-signal-list): Make it an alist.
20615 (proced-grammar-alist): Capitalize names.
20616 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20617 Disable undo manually and make it read-only.
20618 Use completion-annotate-function.
20620 * minibuffer.el (minibuffer-message): If the current buffer is not
20621 a minibuffer, insert the message in the echo area rather than at the
20623 (completion-annotate-function): New variable.
20624 (minibuffer-completion-help): Use it.
20625 (completion--embedded-envvar-table): Environment vars are
20626 always case-sensitive.
20628 2009-08-30 Glenn Morris <rgm@gnu.org>
20630 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20631 from fortran-current-defun.
20632 (fortran-beginning-of-subprogram): Be more precise about finding the
20633 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20634 (fortran-end-of-subprogram): Simplify.
20635 (fortran-current-defun): Use fortran-start-prog-re.
20637 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20639 * subr.el (do-after-load-evaluation): Simplify.
20641 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20643 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20645 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20646 (vc-rcs-print-log): Use it.
20648 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20650 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20652 * paths.el (abbrev-file-name): Move to abbrev.el.
20653 * abbrev.el (abbrev-file-name): Move from paths.el.
20654 Obey user-emacs-directory.
20655 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20656 user-emacs-directory.
20657 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20658 abbrev-file-name and calc-settings-file any more.
20659 * startup.el (command-line): Recompute abbrev-file-name and
20660 abbreviated-home-dir.
20661 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20662 of the special code for when C-h bindings haven't been changed.
20663 (display-startup-echo-area-message): Use with-current-buffer.
20664 (command-line-1): Use a list of strings, rather than a list of lists
20665 of strings for longopts.
20667 * files.el (get-free-disk-space): Use / for default-directory.
20669 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20670 Use with-current-buffer.
20672 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20673 Recognize immutable variables like most-positive-fixnum.
20674 (byte-compile-setq-default): Check and warn if trying to assign
20675 to an immutable variable, or a non-variable.
20677 * progmodes/cc-vars.el (c-comment-continuation-stars):
20678 * progmodes/cc-engine.el (c-looking-at-bos):
20679 * progmodes/cc-cmds.el (c-toggle-auto-state)
20680 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20681 (c-comment-line-break-function): Add version of obsolescence.
20683 2009-08-28 Juri Linkov <juri@jurta.org>
20685 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20686 associated with `archive-mode'.
20688 * image.el (image-type-header-regexps): Use only JPEG magic number
20689 to determine JPEG images, and don't use `image-jpeg-p' because
20690 Emacs can display non-JFIF non-Exif JPEG images.
20692 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20694 * arc-mode.el (archive-mode):
20695 * emacs-lisp/re-builder.el (re-builder-unload-function):
20696 Protect against the default value of `major-mode' being nil.
20698 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20700 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20701 Fix typos in docstrings.
20703 * progmodes/js.el (js--macro-decl-re): Doc fix.
20704 (js--plain-method-re, js--split-name): Refloc docstring.
20705 (js--class-styles, js--make-merged-item, js--splice-into-items):
20706 Fix typos in docstrings; reflow docstrings.
20707 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20708 (js--variable-decl-matcher, js--inside-pitem-p)
20709 (js--parse-state-at-point, js--get-all-known-symbols)
20710 (js--symbol-history, js-find-symbol, js--js-references)
20711 (js--moz-interactor, js--js-encode-value, js--read-tab):
20712 Fix typos in docstrings.
20714 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20716 * textmodes/reftex.el (reftex-get-file-buffer-force):
20717 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20718 * emulation/viper.el (viper-go-away, viper-set-hooks):
20719 * emacs-lisp/re-builder.el (re-builder-unload-function):
20720 * emacs-lisp/bytecomp.el (byte-compile-file):
20721 * ses.el (ses-unload-function):
20722 * hexl.el (hexl-find-file):
20723 * files.el (normal-mode):
20724 * ehelp.el (with-electric-help):
20725 * autoinsert.el (auto-insert-alist):
20726 * arc-mode.el (archive-mode):
20727 Use (default-value 'major-mode) instead of default-major-mode.
20729 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20730 * international/mule.el (load-with-code-conversion):
20731 * emacs-lisp/debug.el (debug):
20732 * ediff-vers.el (ediff-rcs-get-output-buffer):
20733 * dired.el (dired-internal-noselect): Don't let-bind
20734 default-major-mode around code that doesn't use it.
20735 E.g. buffer creation via get-buffer-create doesn't use it.
20737 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20739 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20740 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20741 when writing the temp file. Otherwise, epa-file gets confused.
20742 (tramp-register-file-name-handlers): Make it a defun. Move also
20743 `epa-file-handler' to the front of `file-name-handler-alist'.
20745 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20747 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20748 start right after a ^M.
20749 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20750 (tramp-completion-file-name-regexp-separate)
20751 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20752 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20753 Don't modify last-coding-system-used by accident.
20754 (tramp-completion-file-name-handler): Apply the checks here,
20755 instead during registration.
20756 (tramp-register-file-name-handlers): Rename from
20757 `tramp-register-file-name-handler'. Register both
20758 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20759 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20761 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20763 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20764 Remove variable ...
20765 (gdb-init-1, gdb-display-separate-io-buffer)
20766 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20768 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20769 (gdb-inferior-filter): Use comint-output-filter to stop
20770 echoing and remove ^M characters.
20772 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20774 * emulation/viper-init.el (viper-restore-cursor-type):
20775 * emulation/cua-base.el (cua--update-indications):
20776 Replace default-cursor-type with (default-value 'cursor-type).
20778 * mail/sendmail.el (mail-recover-1):
20779 * international/mule-diag.el (describe-current-coding-system-briefly)
20780 (describe-current-coding-system):
20781 * international/mule-cmds.el (select-safe-coding-system)
20782 (select-message-coding-system)
20783 (set-language-environment-coding-systems, set-locale-environment):
20784 * hexl.el (hexl-insert-multibyte-char):
20785 * dos-w32.el (find-buffer-file-type-coding-system):
20786 * simple.el (what-cursor-position):
20787 Replace uses of default-buffer-file-coding-system
20788 with (default-value 'buffer-file-coding-system).
20790 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20791 Replace uses of default-cursor-in-non-selected-windows
20792 with (default-value 'cursor-in-non-selected-windows).
20793 Use with-current-buffer.
20795 * mail/feedmail.el: Use CL macros.
20796 (feedmail-run-the-queue, feedmail-send-it-immediately):
20797 * dos-w32.el (find-buffer-file-type): Replace uses of
20798 default-buffer-file-type with (default-value 'buffer-file-type).
20800 2009-08-28 Glenn Morris <rgm@gnu.org>
20802 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20803 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20804 Use default-value of major-mode rather than default-major-mode.
20806 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20808 * Makefile.in (update-elcfiles): Report left over elc files.
20810 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20811 expand-file-name and with-current-buffer.
20812 (mail-get-names, mail-directory): Use with-current-buffer.
20814 * vc.el (vc-read-revision): New function.
20815 (vc-version-diff, vc-merge): Use it.
20817 2009-08-27 Sam Steingold <sds@gnu.org>
20819 * simple.el (kill-do-not-save-duplicates): New user option.
20820 (kill-new): When it is non-nil, and the new string is the same as
20821 the latest kill, set replace to t to avoid duplicates in kill-ring.
20823 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20825 * net/tramp.el (tramp-handle-process-file): Do not flush all
20826 caches when `process-file-side-effects' is set.
20827 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20828 instead of `tramp-find-file-exists-command'.
20829 Unset `process-file-side-effects'.
20831 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20833 * net/tramp.el (tramp-methods): New method "rsyncc".
20834 (top): Add completion function for "rsyncc".
20835 (tramp-message-show-message): New defvar.
20836 (tramp-message, tramp-error): Use it.
20837 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20839 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20840 `tramp-methods' entry `copy-env' of "rsyncc".
20841 (tramp-vc-registered-read-file-names): New defconst.
20842 (tramp-vc-registered-file-names): New defvar.
20843 (tramp-handle-vc-registered): Implement optimization strategy.
20844 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20845 (tramp-vc-file-name-handler): New defun.
20846 (tramp-get-ls-command, tramp-get-test-command)
20847 (tramp-get-file-exists-command, tramp-get-remote-ln)
20848 (tramp-get-remote-perl, tramp-get-remote-stat)
20849 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20851 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20852 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20854 (tramp-get-file-property): Check for timestamps in
20855 `tramp-cache-inhibit-cache'.
20856 (tramp-set-file-property): Write timestamp.
20858 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20860 * language/japan-util.el (japanese-symbol-table): Add entries for
20863 * international/characters.el: Add category `j' to cp932-2-byte.
20865 2009-08-27 Kenichi Handa <handa@m17n.org>
20867 * international/fontset.el (build-default-fontset-data): New macro.
20868 (setup-default-fontset): Use build-default-fontset-data for CJK,
20869 tibetan, ethiopic, and ipa.
20871 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20873 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20874 (enable-multibyte-characters): Not customizable any more.
20876 * subr.el (default-mode-line-format, default-header-line-format)
20877 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20878 (default-direction-reversed, default-truncate-lines)
20879 (default-left-margin, default-tab-width, default-case-fold-search)
20880 (default-left-margin-width, default-right-margin-width)
20881 (default-left-fringe-width, default-right-fringe-width)
20882 (default-fringes-outside-margins, default-scroll-bar-width)
20883 (default-vertical-scroll-bar, default-indicate-empty-lines)
20884 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20885 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20886 (default-scroll-down-aggressively, default-fill-column)
20887 (default-cursor-type, default-buffer-file-type)
20888 (default-cursor-in-non-selected-windows)
20889 (default-buffer-file-coding-system, default-major-mode)
20890 (default-enable-multibyte-characters): Mark as obsolete.
20892 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20894 * vc-dir.el (vc-dir-update): Remove debug helper.
20896 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20898 2009-08-26 Sam Steingold <sds@gnu.org>
20900 * simple.el (save-interprogram-paste-before-kill): New user option.
20901 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20902 save the interprogram-paste into kill-ring before overriding it
20903 with the Emacs kill.
20905 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20907 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20908 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20909 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20910 and move to vc-rcs.el.
20911 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20913 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20914 (vc-rcs-update-changelog): Remove.
20915 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20916 and move to vc-rcs.el.
20918 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20919 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20921 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20922 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20923 vc.el, renamed to be RCS specific.
20925 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20927 (vc-cvs-update-changelog): Move here from vc.el.
20929 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20932 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20934 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20936 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20938 * vc-git.el (vc-git-register): Use "git add" for directories.
20939 (vc-git-stash, vc-git-stash-show): New functions.
20940 (vc-git-extra-menu-map): Bind them.
20942 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20943 directory correctly in case the item is a directory itself.
20945 * vc.el: Document the desired behavior for reverted files in the
20947 (vc-default-prettify-state-info): Remove function, unused.
20949 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20951 2009-08-26 Glenn Morris <rgm@gnu.org>
20953 * bindings.el (standard-mode-line-format): Reposition dashes in
20954 which-func entry. (Bug#4217)
20956 * files.el (enable-local-variables, enable-local-eval)
20957 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20959 (auto-mode-alist, ignored-local-variables)
20960 (save-some-buffers-action-alist): Move risky declarations to the
20962 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20963 (font-lock-defaults, format-alist, imenu--index-alist)
20964 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20965 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20966 (mode-line-modified, mode-line-mule-info, mode-line-position)
20967 (mode-line-process, mode-line-remote, outline-level)
20968 (parse-time-rules, rmail-output-file-alist)
20969 (special-display-buffer-names, vc-mode):
20970 Move risky declarations to the relevant files.
20971 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20972 (mode-line-modified, mode-line-process, mode-line-position)
20973 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20974 * font-core.el (font-lock-defaults):
20975 * format.el (format-alist):
20976 * vc-hooks.el (vc-mode):
20977 * window.el (special-display-buffer-names):
20978 * international/mule-cmds.el (input-method-alist):
20979 Define riskiness here (dumped file) rather than in files.el.
20980 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20981 * imenu.el (imenu-generic-expression, imenu--index-alist):
20982 * outline.el (outline-level):
20983 * time.el (display-time-string):
20984 * calendar/parse-time.el (parse-time-rules):
20985 * mail/rmailout.el (rmail-output-file-alist):
20986 Autoload riskiness here, rather than placing in files.el.
20988 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20990 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20992 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20994 * simple.el (process-file-side-effects): New defvar.
20996 * dired-aux.el (dired-show-file-type):
20997 * vc.el (vc-diff-internal):
20998 * vc-arch.el (vc-arch-diff):
20999 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
21000 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
21001 * vc-git.el (vc-git-registered, vc-git-working-revision)
21002 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
21003 (vc-git--empty-db-p):
21004 * vc-hooks.el (vc-user-login-name):
21005 * vc-svn.el (vc-svn-registered, vc-svn-state)
21006 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21007 * progmodes/grep.el (grep-probe): Let-bind
21008 `process-file-side-effects' with nil.
21010 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21012 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21013 daemon. Replace ping by checking for running service for bluez
21014 and zeroconf. (Bug#4239)
21016 2009-08-25 Kevin Ryde <user42@zip.com.au>
21018 * net/dig.el (dig): Add autoload cookie.
21020 2009-08-25 Glenn Morris <rgm@gnu.org>
21022 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21023 load-history for absolute file-names.
21024 (byte-compile-file-form-require): Warn about use of the cl package.
21026 * format.el (format-alist): Doc fix.
21028 * play/bubbles.el (top-level): Don't require cl at run-time.
21030 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21033 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21035 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21037 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21039 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21041 * calc/calc-alg.el (math-trig-rewrite)
21042 (math-hyperbolic-trig-rewrite): New functions.
21043 (calc-simplify): Simplify trig functions when asked.
21045 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21047 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21049 2009-08-24 Kenichi Handa <handa@m17n.org>
21051 * language/ind-util.el (mapthread): Delete it.
21052 (combinatorial): New function.
21053 (indian--puthash-cv): Use combinatorial instead of mapthread.
21055 2009-08-22 Kevin Ryde <user42@zip.com.au>
21057 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21058 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21059 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21060 Clarify docstring that the value is strings not symbols.
21061 (checkdoc-list-of-strings-p): New function.
21063 2009-08-22 Glenn Morris <rgm@gnu.org>
21065 * files.el (auto-mode-alist):
21066 * hippie-exp.el (he-concat-directory-file-name):
21067 * lpr.el (lpr-windows-system, printer-name):
21068 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21069 * ps-print.el (ps-windows-system):
21070 * startup.el (command-line):
21071 * emulation/viper-ex.el (viper-glob-function):
21072 * international/mule-cmds.el (set-language-environment-coding-systems):
21073 * net/ange-ftp.el (ange-ftp-write-region):
21074 * obsolete/fast-lock.el (fast-lock-cache-name):
21075 Remove code for defunct system-types emx, macos, mswindows, next-mach,
21076 unisoft-unix, vax-vms, win32, w32.
21078 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21079 given name if the pattern is not more specific.
21081 * calendar/lunar.el (lunar-phase-names): New option.
21082 (lunar-phase): Doc fix.
21083 (lunar-cycles-per-year): New constant.
21084 (lunar-index): New function.
21085 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21086 (lunar-phase-name): Use lunar-phase-names.
21087 (calendar-lunar-phases): Use format.
21088 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21090 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21091 Copy imenu-example--name-and-position function here for own use.
21092 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21094 * bs.el (bs--redisplay):
21095 * cus-edit.el (custom-redraw):
21096 * ibuffer.el (ibuffer-bury-buffer):
21097 * server.el (server-goto-line-column):
21098 * startup.el (command-line-1):
21099 * strokes.el (strokes-xpm-for-stroke):
21100 * term.el (term-display-buffer-line):
21101 * view.el (View-goto-line):
21102 * calc/calc.el (calc-do, calc-trail-buffer):
21103 * play/gamegrid.el (gamegrid-add-score-insecure):
21104 * progmodes/ada-mode.el (ada-compile-goto-error):
21105 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21106 (ebrowse-select-1st-to-9nth):
21107 * progmodes/cperl-mode.el (cperl-time-fontification):
21108 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21109 * progmodes/gud.el (gud-display-line):
21110 (idlwave-shell-display-line):
21111 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21112 * progmodes/make-mode.el (makefile-browser-toggle):
21113 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21114 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21115 * textmodes/picture.el (picture-draw-rectangle):
21116 * textmodes/reftex-index.el (reftex-index-goto-letter):
21117 (reftex-select-jump-to-previous):
21118 * textmodes/reftex-sel.el (reftex-find-start-point)
21119 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21120 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21121 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21122 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21123 * textmodes/two-column.el (2C-associated-buffer):
21124 Use forward-line rather than goto-line.
21126 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21129 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21130 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21131 (quick-check-list-to-regexp): Declare.
21133 * progmodes/make-mode.el (makefile-browser-insert-selection):
21134 Use goto-char rather than goto-line.
21136 * progmodes/prolog.el (compilation-error-regexp-alist)
21137 (compilation-forget-errors): Declare.
21139 2009-08-22 Juri Linkov <juri@jurta.org>
21141 * progmodes/grep.el (lgrep, rgrep): At the beginning
21142 set `dir' to `default-directory' unless `dir' is a non-nil
21143 readable directory. (Bug#4052)
21144 (lgrep, rgrep): Change a weird way to report an error
21145 from using `read-string' to using `error'.
21146 Instead of using interactive arguments in the function body,
21147 add new argument `confirm'.
21149 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21151 * textmodes/remember.el (remember-buffer):
21152 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21153 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21154 (icalendar-extract-ical-from-buffer):
21155 * net/newst-treeview.el (newsticker-groups-filename):
21156 * net/newst-backend.el (newsticker-cache-filename):
21157 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21158 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21159 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21160 (speedbar-buffers-line-path, speedbar-path-line)
21161 (speedbar-buffers-line-path):
21162 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21164 * epa.el (epa-display-verify-result):
21165 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21167 2009-08-21 Glenn Morris <rgm@gnu.org>
21169 * progmodes/js.el (inferior-moz-process): Fix declaration.
21171 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21173 * obsolete/rnewspost.el (news-mail-reply):
21174 Use goto-char rather than goto-line.
21176 * term/ns-win.el (ns-open-file-select-line):
21177 Use line-beginning-position rather than goto-line.
21179 * apropos.el (apropos-command):
21180 * ehelp.el (electric-helpify):
21181 * printing.el (pr-show-setup):
21182 * strokes.el (strokes-help):
21183 * tutorial.el (tutorial--describe-nonstandard-key)
21184 (tutorial--detailed-help):
21185 * woman.el (woman-mini-help, woman-display-extended-fonts):
21186 * calc/calc-help.el (calc-describe-key):
21187 * emulation/edt.el (edt-electric-helpify):
21188 * international/mule-diag.el (mule-diag):
21189 * play/yow.el (apropos-zippy):
21190 * progmodes/python.el (python-describe-symbol):
21191 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21192 * textmodes/table.el (*table--cell-describe-mode)
21193 (*table--cell-describe-bindings):
21194 Use help-print-return-message rather than the now obsolete alias.
21196 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
21197 (calendar-cursor-to-visible-date):
21198 * play/5x5.el (5x5-position-cursor):
21199 * play/decipher.el (decipher):
21200 * play/gomoku.el (gomoku-goto-xy):
21201 * play/landmark.el (lm-goto-xy):
21202 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21203 (mpuz-paint-digit):
21204 Use forward-line, not goto-line.
21206 * mail/rmail.el (rmail-obsolete): Delete custom group.
21207 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21208 (rmail-remote-password, rmail-remote-password-required):
21209 Remove unneeded :set-after and :set properties.
21211 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
21213 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21215 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21217 * loadup.el: Remove leftover macos code.
21219 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21220 Explicitly pass the date format to git blame so that user local
21221 so that the output format can be parsed.
21223 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
21225 * net/dbus.el (top): Don't check for (getenv
21226 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21228 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21230 * log-edit.el (log-edit-strip-single-file-name): New var.
21231 (log-edit-insert-changelog): Use it. Bug#3571.
21233 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21235 * subr.el (read-passwd): Use read-key so keypad keys work as well.
21238 * help.el (help-print-return-message): Rename from
21239 print-help-return-message.
21241 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21242 cvs-mode-map parent hack.
21243 (log-view-mode): Derive from special-mode.
21245 * linum.el (linum-mode): window-size-change-functions is redundant.
21246 Adapt to new window-configuration-change-hook behavior.
21247 (linum-after-size, linum-after-config): Remove.
21249 * imenu.el (imenu-example--name-and-position)
21250 (imenu-example--lisp-extract-index-name)
21251 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21254 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21255 (inferior-prolog-mode): Use it.
21256 (inferior-prolog-load-file): Reset list of errors.
21258 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21260 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21262 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21264 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
21266 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21267 is running already.
21269 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21271 * subr.el (listify-key-sequence-1): Use normal syntax since those
21272 integers are nowadays always represented by the same (positive) number
21274 (read-key-empty-map): New const.
21275 (read-key-delay): New var.
21276 (read-key): New function.
21277 (force-mode-line-update): Use with-current-buffer.
21278 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21279 (start-process-shell-command, start-file-process-shell-command):
21280 Discourage the use of command-args.
21282 2009-08-19 Glenn Morris <rgm@gnu.org>
21284 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21286 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21288 * simple.el (choose-completion-string): Don't rely on
21289 minibuffer-completing-file-name and ad-hoc checks to decide whether
21290 to continue completion or not.
21292 * minibuffer.el (minibuffer-hide-completions): New function.
21293 (completion--do-completion): Use it.
21294 (completions-annotations): New face.
21295 (completion--insert-strings): Use it.
21296 (completion-pcm--delim-wild-regex): Add docstring.
21297 (completion-pcm--string->pattern): Add support for 0-width delimiters
21298 in completion-pcm--delim-wild-regex.
21300 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21302 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21303 Remove unused var `buffer-modified-p'.
21305 * minibuffer.el (completion--do-completion): Move point for the #b001
21306 case as well (bug#4176).
21307 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21309 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
21311 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21312 and :session buses.
21314 2009-08-18 Kenichi Handa <handa@m17n.org>
21316 * international/ucs-normalize.el (ucs-normalize-version):
21318 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21319 (utf-8-hfs): Make it perform normalization on encoding too.
21321 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21322 (sentence-end-without-space): Delete duplicated chars.
21323 (sentence-end-base): Likewise.
21325 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21326 (html-mode): Delete duplicated chars from sentence-end-base.
21328 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21329 (texinfo-mode): Delete duplicated chars from sentence-end-base.
21331 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
21333 * files.el (hack-one-local-variable): If the mode function is for
21334 a minor mode, pass it an argument (Bug#4148).
21336 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
21338 * net/tramp.el (tramp-register-completion-file-name-handler):
21339 Check also for (member 'partial-completion completion-styles).
21341 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21343 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21346 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
21348 * progmodes/cperl-mode.el: Merge upstream 6.2.
21349 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21350 (cperl-forward-re): Check cperl-brace-recursing.
21351 (cperl-highlight-charclass): New function.
21352 (cperl-find-pods-heres): Use it.
21353 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
21354 (cperl-beautify-regexp-piece): Fix column calculation.
21355 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
21356 (cperl-beautify-level): Don't process entire regexp.
21357 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21359 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21360 (cperl-init-faces): Build a list in the normal way.
21362 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21364 * calendar/parse-time.el (parse-time-string-chars): Save match
21367 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21369 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21370 (sql-product): Use it.
21371 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21372 (sql-set-product): Add completion.
21373 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21374 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21375 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21376 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21377 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21378 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21379 (sql-highlight-db2-keywords): Remove.
21380 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21381 (sql-highlight-product): Use derived-mode-p.
21382 (sql-set-sqli-buffer): Use with-current-buffer.
21383 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21386 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21388 * term.el: Fix commenting convention, turn comments into docstrings.
21390 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21392 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21394 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
21396 * calendar/parse-time.el (parse-time-string-chars): Compute using
21397 character classes, to handle non-ascii characters (Bug#3190).
21399 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21401 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21402 another heredoc if the user adds another < (Bug#3226).
21404 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21405 Don't initialize based on window-system (Bug#4124).
21407 * facemenu.el (facemenu-read-color): Use a completion function
21408 that accepts any defined color, such as RGB triplets (Bug#3677).
21410 * files.el (get-free-disk-space): Change fallback default
21411 directory to /. Expand DIR argument before switching to fallback.
21412 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21414 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21416 * files.el (load-library): Doc fix.
21418 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
21420 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
21421 (viper-if-string): Redefine C-s in the minibuffer to insert the last
21422 incremental search string.
21424 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
21427 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21428 (ediff-merge-region-is-non-clash)
21429 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
21430 Also check if the job is really a merge job.
21432 * ediff.el (ediff-current-file): New function.
21434 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21436 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21438 (js-insert-and-indent): Delete function.
21439 (js-mode-map): Don't bind keys to js-insert-and-indent.
21440 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21441 (js-end-of-defun): Rename from js--end-of-defun.
21442 (js-auto-indent-flag): Delete variable.
21444 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
21446 * progmodes/js.el: Remove proclaim statement.
21447 Defvar which-func-imenu-joiner-function to silence compiler.
21449 * files.el (auto-mode-alist): Use js-mode for .js files.
21451 * progmodes/js2-mode.el: Remove file.
21453 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21455 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21457 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
21459 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
21460 Karl Landstrom <karl.landstrom@brgeight.se>
21462 * progmodes/js.el: New file.
21464 2009-08-14 Mark A. Hershberger <mah@everybody.org>
21466 * timezone.el (timezone-parse-date): Add ability to understand ISO
21467 basic format (minimal separators) dates in addition to the
21468 already-supported extended format dates.
21470 2009-08-14 Eli Zaretskii <eliz@gnu.org>
21472 * international/ucs-normalize.el: Add a `coding' file variable.
21474 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21476 2009-08-14 Sam Steingold <sds@gnu.org>
21478 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21480 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
21482 * faces.el (help-argument-name): Define it here instead of
21483 help-fns.el, because in daemon mode help-fns.el may be loaded when
21484 faces are still uninitialized (Bug#1078).
21486 * help-fns.el (help-argument-name): Move defface to faces.el.
21488 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
21490 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21491 create buffer with a pty but no process so that GDB can make the
21492 inferior the controlling process.
21494 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21496 * international/ucs-normalize.el: New file.
21498 2009-08-13 Richard Stallman <rms@gnu.org>
21500 * mail/rmail.el (rmail-get-attr-names):
21501 Accept an attribute header that is too short.
21503 * mail/rmail.el (rmail-forget-messages):
21504 Ignore nil elt in rmail-message-vector. Use dotimes.
21506 * progmodes/compile.el (compilation-goto-locus):
21507 Use next-error-move-function.
21509 * simple.el (next-error-move-function): New variable.
21511 2009-08-12 Juri Linkov <juri@jurta.org>
21513 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21514 always non-nil. (Bug#4052)
21516 * replace.el (read-regexp): Return empty string when
21517 `default-value' is nil.
21518 (keep-lines-read-args): Don't use empty string as the
21519 default value for `read-regexp'. (Bug#2495)
21521 2009-08-12 Juri Linkov <juri@jurta.org>
21523 * international/mule-cmds.el (ucs-insert): Change arguments
21524 from `arg' to `character', `count', `inherit' to be the same
21525 as in `insert-char'. Doc fix. (Bug#4039)
21527 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21529 2009-08-12 Juri Linkov <juri@jurta.org>
21531 * files-x.el: New file.
21533 * files.el: Move code that deals with adding/deleting
21534 file/directory-local variables to files-x.el.
21536 * Makefile.in (ELCFILES): Add files-x.elc.
21538 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21540 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21541 to use `goto-line'.
21542 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21544 (gdb-invalidate-disassembly): Do not refresh upon receiving
21545 'update signal. Instead, update all disassembly buffers only after
21547 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21548 (gdb-starting): Move -data-list-register-names...
21549 (gdb-stopped): ...here so it's sent when first thread stops.
21550 (gdb-registers-handler-custom): Do nothing if register names are
21553 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21554 from `gdb-mi.el' to avoid extra tangling.
21556 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21557 change which breaks `gud-def' definitions used in `gdb'.
21558 (gdb-update-gud-running): No extra fuss for updating frame number.
21560 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21562 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21563 (describe-language-environment-map, setup-language-environment-map)
21564 (set-coding-system-map): Move initialization into declaration.
21565 (set-language-info-alist): Last arg to define-key-after can be skipped.
21567 * international/quail.el (quail-completion-1): Simplify.
21568 (quail-define-rules): Use slightly more compact code.
21569 (quail-insert-decode-map): Propertize keys, compact columns.
21571 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21574 2009-08-10 Miles Bader <miles@gnu.org>
21576 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21577 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21578 (js2-instance-member, js2-private-member, js2-private-function-call)
21579 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21580 (js2-magic-paren, js2-external-variable):
21581 Remove "-face" suffix from face names.
21582 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21583 (js2-highlight-undeclared-vars, js2-peek-token)
21584 (js2-parse-function-params, js2-mode-show-errors)
21585 (js2-mode-show-warnings, js2-make-magic-delimiter)
21586 (js2-mode-highlight-magic-parens): Update to use new face names.
21588 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21590 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21591 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21593 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21595 * subr.el: Provide hashtable-print-readable.
21597 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21598 hs-c-like-adjust-block-beginning.
21599 (hs-hide-block-at-point): Stop hiding at the beginning of
21600 hs-block-end-regexp (Bug#700).
21602 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21604 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21606 (gdb-registers-handler-custom): Do not fail when register names
21609 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21611 * progmodes/gdb-mi.el (gdb-control-all-threads)
21612 (gdb-control-current-thread): Interactive setters for
21613 `gdb-gud-control-all-threads' to use in menu.
21614 (gdb-show-run-p): Show «Go» when process is not active.
21615 (gud-tool-bar-map): Add non-stop/A,T indicator.
21616 Uses gud/thread.xpm and gud/all.xpm.
21618 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21620 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21621 (nslookup-font-lock-keywords): Make it a variable.
21622 (net-utils-mode): New mode for viewing diagnostic network output.
21623 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21624 (net-utils-run-simple): New function.
21625 (ifconfig, iwconfig, netstat, arp, route): Use it.
21627 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21629 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21630 (gdb-memory-set-address, def-gdb-set-positive-number)
21631 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21632 after changing settings.
21633 (gdb-invalidate-disassembly): Update when first shown.
21634 (gdb-edit-locals-value): Fix.
21635 (gdb-registers-handler-custom): Print registers in right order and
21636 allow changing register values (only for current thread yet).
21637 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21638 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21639 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21640 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21641 Thread info in mode name.
21642 (gdb-registers-mode-map): TAB to switch to locals.
21644 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21646 * mail/rmail.el (rmail-add-mbox-headers)
21647 (rmail-set-message-counters-counter): Search for
21648 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21650 2009-08-08 Glenn Morris <rgm@gnu.org>
21652 * Makefile.in (ELCFILES): Update.
21654 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21656 * mail/sendmail.el (mail-yank-original):
21657 Set buffer-file-coding-system from the one used by the message whose
21660 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21661 to "windows" when "pgnuplot" is used.
21662 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21663 Don't call accept-process-output if "pgnuplot" is used.
21664 (calc-graph-init): Don't send -display and -geometry to
21665 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21666 running "pgnuplot -V" with shell-command-to-string.
21668 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21671 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21673 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21676 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21678 * vc-dispatcher.el (vc-resynch-window): Update comment.
21680 * term.el (term-handle-ansi-escape): Add comments with the
21681 terminfo capabilities implemented.
21683 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21685 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21686 (gdb-var-create-handler): Rewritten using JSON parser.
21687 (gdb-propertize-header): Move earlier.
21688 (gdb-set-header): Remove to avoid duplication.
21689 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21690 Refresh disassembly buffers only after threads list have been
21692 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21695 2009-08-04 Juri Linkov <juri@jurta.org>
21697 * files.el: Commands to add/delete file/directory-local variables.
21698 (read-file-local-variable, read-file-local-variable-value)
21699 (read-file-local-variable-mode, modify-file-local-variable)
21700 (modify-file-local-variable-prop-line)
21701 (modify-dir-local-variable): New functions.
21702 (add-file-local-variable, delete-file-local-variable)
21703 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21704 (add-dir-local-variable, delete-dir-local-variable)
21705 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21706 (copy-dir-locals-to-file-locals-prop-line): New commands.
21708 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21710 * abbrev.el (insert-abbrev-table-description): Prettify output.
21711 Suggested by Karl Chen.
21713 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21715 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21716 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21717 (gdb-overlay-arrow-position, gdb-thread-position)
21718 (gdb-disassembly-position): Declare variables.
21719 (gdb-wait-for-pending): Function now.
21720 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21721 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21722 compilation goes smoothly.
21723 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21724 (gdb-non-stop-setting): New customization setting which replaces
21725 `gdb-non-stop' so changing it doesn't break active GDB session.
21726 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21727 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21728 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21729 (gdb-show-threads-by-default): New customization options.
21730 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21732 (gdb-get-buffer-create): Send buffers update signal when they are
21734 (gdb-invalidate-locals, gdb-invalidate-registers)
21735 (gdb-invalidate-breakpoints)
21736 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21737 (gdb-invalidate-memory): Accept update signal.
21738 (gdb-current-context-command): Use --frame option.
21739 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21740 Implement `gdb-frame-number' selection logic.
21741 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21742 whether to show GUD toolbar buttons.
21743 (gdb-thread-exited): Unselect current thread when it exits.
21744 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21745 (gdb-mark-line): Routine which sets overlay arrow or inverses
21746 video on fringeless displays.
21747 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21748 to build aligned columns of data in GDB buffers and set text
21749 properties line-by-line.
21750 (gdb-invalidate-breakpoints)
21751 (gdb-breakpoints-list-handler-custom)
21752 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21753 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21754 (gdb-registers-handler-custom): Align data columns.
21755 (gdb-locals-handler-custom): Now prints data like in variable
21757 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21758 Remove confusing buttons.
21759 (gdb-invalidate-threads): Append --frame.
21760 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21761 between breakpoints/threads buffers.
21762 (gdb-set-window-buffer): Now can ignore dedicated windows.
21763 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21764 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21765 (def-gdb-thread-buffer-gud-command): Replaces
21766 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21767 for fine thread control.
21768 (gdb-preempt-existing-or-display-buffer): New function used to
21769 display bound buffers without breaking window layout.
21770 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21771 (gdb-select-frame): New version of `gdb-frames-select' which now
21772 sets `gdb-frame-number' so commands may use --frame option instead
21773 of inner debugger state.
21774 (gdb-frame-handler): Do not set `gdb-frame-number'.
21775 (gdb-threads-mode-map): Select threads with mouse.
21777 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21778 avoid compilation warning.
21779 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21782 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21783 Argument `key' renamed to `buffer-type'.
21784 (gdb-current-context-buffer-name): Do not add thread info to
21785 buffer name when no thread is selected.
21786 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21787 command (bug 3794).
21788 (gdb-thread-selected): Handle `=thread-selected' notification.
21789 (gdb-wait-for-pending): New macro to deal with congestion problems.
21790 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21792 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21793 This fixes problem similar to one described in bug 3947.
21794 (gud-menu-map): More menu items.
21795 (gdb-init-1): Reset `gdb-thread-number' to nil.
21797 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21800 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21801 (gdb-current-context-command): Do not append --thread if
21802 `gdb-thread-number' is nil.
21803 (gdb-running-threads-count, gdb-stopped-threads-count):
21805 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21806 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21807 New customization options.
21808 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21810 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21811 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21812 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21813 set `gdb-thread-number' and update `gud-running' properly.
21814 (gdb-running): Update threads list when new threads appear.
21815 (gdb-stopped): Support non-stop operation and new thread switching
21817 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21818 (gdb-json-partial-output): New set of JSON routines.
21819 (def-gdb-auto-update-trigger): New `signal-list' optional
21821 (gdb-thread-list-handler-custom): Update `gud-running',
21822 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21823 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21824 (gdb-continue-thread, gdb-step-thread): New commands for fine
21825 thread execution control.
21826 (gud-menu-map): New menu items to switch non-stop options.
21827 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21828 (gdb-send): Mimic RET properly (bug 3794).
21830 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21831 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21833 (def-gdb-auto-update-handler): New nopreserve optional argument.
21834 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21836 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21837 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21838 (gdb-parent-mode): New mode to derive other GDB modes from.
21839 (gdb-display-disassembly-for-thread)
21840 (gdb-frame-disassembly-for-thread): New commands for threads
21843 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21844 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21845 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21846 (gdb-update): We now store all GDB buffers in a list so that they
21847 can be updated by traversing a list instead of calling invalidate
21848 triggers explicitly.
21849 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21850 pair for GDB buffer.
21851 (gdb-stack-buffer-name): Add thread information.
21852 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21853 handle pending triggers.
21854 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21855 (def-gdb-thread-buffer-simple-command)
21856 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21857 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21858 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21859 New commands which show buffers bound to thread.
21860 (gdb-stack-list-locals-regexp): Remove unused regexp.
21862 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21863 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21864 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21865 to (gud-comint-buffer) in *-buffer-name functions
21866 because (gdb-get-target-string) already does that.
21867 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21868 (gdb-changed-registers-handler): Rewritten without regexps.
21870 * progmodes/gdb-mi.el: Basic thread selection support.
21871 (gdb-thread-number): New variable.
21872 (gdb-current-context-command): New macro which adds --thread
21874 (gdb-threads-mode-map): Select thread with SPC.
21875 (gdb-thread-list-handler-custom): Mark current thread with overlay
21876 arrow. Synchronize GDB thread and Emacs thread.
21877 (gdb-select-thread): New command which selects current thread.
21878 (gdb-invalidate-frames, gdb-invalidate-locals)
21879 (gdb-invalidate-registers): Use --thread option.
21881 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21883 * net/tramp.el (top): Make check for tramp-gvfs loading more
21885 (tramp-handle-insert-file-contents): `unwind-protect' must be
21886 inside `with-parsed-tramp-file-name'.
21888 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21891 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21893 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21894 directory if CLASSPATH is not set.
21896 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21898 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21900 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21902 2009-08-02 Kevin Ryde <user42@zip.com.au>
21904 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21905 Update freshmeat link. Delete newsforge.com as it seems gone.
21907 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21909 * select.el (x-set-selection): Doc fix (Bug#4021).
21911 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21913 * help-fns.el (describe-variable): Treat list return values from
21914 dir-locals-find-file properly (Bug#4005).
21916 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21918 * net/tramp.el (tramp-debug-message): Print also microseconds.
21920 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21922 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21924 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21925 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21928 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21929 (tramp-get-file-property): Use it.
21931 * autorevert.el (auto-revert-handler):
21932 Allow `auto-revert-tail-mode' for remote files.
21934 2009-08-02 Jason Rumney <jasonr@gnu.org>
21936 * minibuffer.el (read-file-name): Treat confirm options to
21937 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21939 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21941 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21942 (font-lock-variable-name-face, font-lock-constant-face):
21943 Darken the colors for light backgrounds.
21945 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21947 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21948 month names. (Bug#3987)
21950 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21952 * simple.el (line-move-finish): Pass whole number to
21953 line-move-to-column.
21954 (line-move-visual): Perform hscroll to the recorded position.
21956 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21958 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21960 2009-07-29 Alan Mackenzie <acm@muc.de>
21962 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21964 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21966 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21967 (gdb-place-breakpoints): Use full path when setting breakpoints.
21969 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21971 * calc/calc.el (calc-mode-map): Add keybinding for
21972 `calc-transpose-lines'.
21974 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21976 * calc/calc-misc.el (calc-transpose-lines): New function.
21978 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21980 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21981 Simplify check for out-of-band methods.
21982 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21983 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21985 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21987 * vc-git.el (vc-git-checkin): Fix typo.
21989 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21991 * progmodes/js2-mode.el: New file.
21993 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21995 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21996 (gud-menu-map): Adjust tooltip accordingly.
21998 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22000 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
22001 (vc-bzr-log-view-mode): Adjust log-view-file-re.
22003 * add-log.el (change-log-mode-map): Add a menu.
22005 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
22007 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22008 function returns nil.
22009 (dbus-handle-event): Handle special return value :ignore.
22010 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22012 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
22014 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22017 2009-07-25 Eli Zaretskii <eliz@gnu.org>
22021 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22023 * term/pc-win.el (x-display-name, x-colors)
22024 (x-select-enable-clipboard, x-select-text): Doc fix.
22026 * term/common-win.el (x-display-name, x-colors): Doc fix.
22028 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22029 (xw-defined-colors): Doc fix.
22031 * w32-fns.el (x-select-text, x-setup-function-keys)
22032 (x-get-selection, x-set-selection): Doc fix.
22034 * term/x-win.el (x-select-text, x-setup-function-keys)
22035 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22037 * select.el (x-set-selection): Doc fix.
22039 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
22041 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22042 instead of "IsNSSSupportAvailable". Avahi ought to work also when
22043 "IsNSSSupportAvailable" method is not available.
22044 Reported by Steve Youngs <steve@sxemacs.org>.
22046 2009-07-24 Kenichi Handa <handa@m17n.org>
22048 * international/characters.el: Fix setting of category ?C, ?|, ?K,
22049 and ?H. Fix setting of case for Latin Extended and Greek Extended.
22050 (build-unicode-category-table): Fix range checks.
22052 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22054 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22055 the buffer we try to sync is current when calling
22058 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22059 not show up to date files.
22061 2009-07-24 Glenn Morris <rgm@gnu.org>
22063 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22064 Add autoload cookies. If necessary, initialize.
22065 (elint-log): Handle non-file buffers.
22066 (elint-initialize): Add optional argument to reinitialize.
22067 (elint-find-builtin-variables): Save excursion.
22069 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22071 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22074 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22076 * vc.el (vc-print-log-internal): New function, split out from ...
22077 (vc-print-log): ... here.
22078 (vc-dir-move-to-goal-column): Declare.
22080 * vc-git.el (vc-git-add-signoff): New variable.
22081 (vc-git-checkin): Use it.
22082 (vc-git-toggle-signoff): New function.
22083 (vc-git-extra-menu-map): Bind it to menu.
22084 (vc-git--run-command-string): Accept a nil FILE argument.
22085 (vc-git-stash-list): New function.
22086 (vc-git-dir-extra-headers): Use it.
22088 2009-07-23 Glenn Morris <rgm@gnu.org>
22090 * help-fns.el (describe-variable): Describe ignored and risky local
22091 variables in a similar way to that in which we describe safe ones.
22093 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22094 (byte-compile-output-file-form, byte-compile-output-docform)
22095 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22096 Give some more local variables with common names a "bytecomp-" prefix,
22097 so as not to shadow things during compilation.
22098 * emacs-lisp/cl-macs.el (load-time-value)
22099 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22100 `outbuffer' to `bytecomp-outbuffer'.
22102 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22103 since the next two variables cover them automatically now.
22104 (elint-builtin-variables, elint-autoloaded-variables): New.
22105 (elint-unknown-builtin-args): Remove all members, since they can be
22106 parsed automatically now.
22107 (elint-extra-errors): New.
22108 (elint-env-add-env, elint-env-add-macro): Use cadr.
22109 (elint-current-buffer): Use or. Change final message.
22110 (elint-get-top-forms): Use line-end-position.
22111 (elint-init-env): Use cadr. Handle autoload, declare-function,
22113 (elint-add-required-env): Doc fix. Use or. Standardize error.
22114 (regexp-assoc): Remove unused function.
22115 (elint-top-form): Set elint-current-pos, to record the start of the
22116 top-level form, for compilation-mode.
22117 (elint-form): Trap errors in macro expansion. Use dolist.
22118 (elint-unbound-variable): Use elint-builtin-variables and
22119 elint-autoloaded-variables.
22120 (elint-get-args): Use cadr, or.
22121 (elint-check-cond-form): Use dolist, cadr.
22122 (elint-check-condition-case-form): Doc fix. Use cadr.
22123 Use elint-extra-errors.
22124 (elint-log): New function.
22125 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22126 Distinguish errors and warnings.
22127 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22128 Use a bytecomp-style format.
22129 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22130 (elint-get-log-buffer): Use compilation mode. Disable undo.
22131 Don't truncate lines.
22132 (elint-initialize): Set builtin and autoloaded variable lists.
22133 Only process elint-unknown-builtin-args if non-nil.
22134 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22136 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22138 2009-07-22 Kevin Ryde <user42@zip.com.au>
22140 * net/newst-backend.el (newsticker--parse-atom-1.0)
22141 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22142 (newsticker--parse-rss-1.0):
22143 * progmodes/idlwave.el (idlwave-mode):
22144 * progmodes/idlw-shell.el (idlwave-shell-mode):
22145 * progmodes/vera-mode.el (vera-mode):
22146 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22147 * progmodes/vhdl-mode.el (vhdl-mode):
22148 * textmodes/table.el (table-generate-source)
22149 (table--warn-incompatibility):
22150 Hyperlink urls in docstrings with URL `...'.
22152 2009-07-22 Glenn Morris <rgm@gnu.org>
22154 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22155 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22156 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22157 Remove leading * from defcustom docs.
22159 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22161 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22163 (list-load-path-shadows): Optionally, just return shadows as a string.
22165 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22167 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
22169 * mail/rmailedit.el (rmail-edit-mode):
22170 Use auto-save-include-big-deletions.
22172 * mail/rmail.el (rmail-variables):
22173 Use auto-save-include-big-deletions.
22175 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22178 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22180 * calc/calc.el (calc-undo-length): New variable.
22181 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22183 2009-07-21 Richard Stallman <rms@gnu.org>
22185 * files.el (auto-save-mode): Handle buffer-save-size = -2
22188 2009-07-21 Glenn Morris <rgm@gnu.org>
22190 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22192 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22194 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22195 silence compiler. Instead...
22196 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22197 (ps-print-ensure-fontified): Update for above function name changes.
22199 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22200 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22201 silence compiler. Instead...
22202 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22203 (mh-show-buffer): Only define for compiler.
22204 (pr-mh-current-message): Update for above function name changes.
22206 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22208 (find-file-noselect, insert-file-1): Update for above change.
22210 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22212 * mail/mailclient.el (mailclient-send-it): Fix message.
22214 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22215 (edebug-eval): Check cl-debug-env is bound.
22216 (print-level, print-circle): Don't redefine built-in variables.
22218 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22219 (custom-print-vectors): Remove old comments from doc.
22221 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22222 (emerge-version): Make the variable an obsolete alias for the
22223 emacs-version variable. Make the function obsolete.
22224 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22225 Emerge options, rather than merging in into the main Options menu.
22226 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22227 and auto advance modes. Disable edit/fast items when not relevant.
22229 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22231 * term/vt420.el (terminal-init-vt420): Fix typo.
22233 2009-07-20 Sam Steingold <sds@gnu.org>
22235 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22236 variable (removed from compile.el on 2004-03-11).
22238 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
22240 * files.el (hack-local-variables-filter): Fix last change.
22242 2009-07-19 Juri Linkov <juri@jurta.org>
22244 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22245 (dir-local-variables-alist): New buffer-local variable.
22246 (hack-local-variables-filter): If variable is not dir-local,
22247 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22248 because file-local overrides dir-local.
22249 (c-postprocess-file-styles) <declare-function>:
22250 Remove obsolete declaration.
22251 (hack-dir-local-variables): Add dir-local variable/value pair to
22252 `dir-local-variables-alist' and remove duplicates. Doc fix.
22254 * help-fns.el (describe-variable): Add information about
22255 file-local and dir-local variables.
22257 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
22259 * files.el (hack-local-variables-filter): Rewrite.
22261 2009-07-19 Glenn Morris <rgm@gnu.org>
22263 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22264 Silence compiler by only defining on XEmacs.
22266 * international/mule.el (auto-coding-regexp-alist): Only match
22267 BABYL... at the start of buffer, not of lines. (Bug#3790)
22269 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22270 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22271 (cal-menu-context-mouse-menu): Doc fix.
22273 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22275 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22277 2009-07-18 Juri Linkov <juri@jurta.org>
22279 * info.el: Virtual Info keyword finder.
22280 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
22281 (Info-finder-file): New variable.
22282 (Info-finder-find-file): New function.
22283 (finder-known-keywords, finder-package-info)
22284 (find-library-name, lm-commentary): Use defvar and
22285 declare-function to silence compiler warnings.
22286 (Info-finder-find-node): New function.
22287 (info-finder): New command.
22289 * subr.el (process-kill-buffer-query-function): New function.
22290 (add-hook)<kill-buffer-query-functions>: Add hook
22291 `process-kill-buffer-query-function'.
22293 2009-07-18 Alan Mackenzie <acm@muc.de>
22295 * progmodes/cc-mode.el (c-before-hack-hook)
22296 (c-postprocess-file-styles): Give invocation of `c-set-style'
22297 DONT-OVERRIDE parameter of t. Already set style variables will
22298 thus not be overridden by style settings given by `c-file-syle'.
22300 * files.el (hack-local-variables-filter): Remove entries with
22301 duplicate keys from `file-local-variables-alist'.
22303 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22305 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22306 x-set-selection if display-selections-p returns nil for the
22309 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
22311 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22313 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22315 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22316 Accept nil in addition to a regexp.
22317 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22318 Accept nil in addition to a regexp.
22319 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22320 buffers that have an associated file. Handle nil values of
22321 desktop-buffers-not-to-save and desktop-files-not-to-save.
22324 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22325 (x-disown-selection-internal): New functions.
22327 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
22329 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22331 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22332 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22334 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
22336 * simple.el (set-mark): Revert last change.
22338 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22340 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22341 rendering of pngs is not possible instead of messaging a long
22344 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
22346 * w32-fns.el (x-selection-owner-p): New function.
22348 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
22349 (mouse-yank-at-click, mouse-yank-primary):
22350 If select-active-regions is non-nil, deactivate the mark before
22353 * simple.el (deactivate-mark, set-mark): Only save selection if we
22356 2009-07-17 Kenichi Handa <handa@m17n.org>
22358 * case-table.el (describe-buffer-case-table): Fix for the case
22359 that KEY is a cons.
22361 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22363 * vc-rcs.el (vc-rcs-find-file-hook):
22364 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22366 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
22368 * net/tramp.el (tramp-wait-for-output): Handle the case when
22369 commands do not return a newline but a null byte before the shell
22372 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22374 * term/ns-win.el (ns-set-alpha): Don't declare.
22375 (ns-set-background-alpha): Remove function.
22377 2009-07-16 Kevin Ryde <user42@zip.com.au>
22379 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22380 y-or-n-p, for safety.
22382 2009-07-16 Richard Stallman <rms@gnu.org>
22384 * files.el (auto-save-mode): If buffer-saved-size is -2,
22387 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22388 (rmail-retry-ignored-headers): Add more uninteresting fields.
22390 2009-07-15 Jari Aalto <jari.aalto@cante.net>
22392 * net/rcirc.el (rcirc): Use history variables.
22393 (rcirc-server-name-history, rcirc-nick-name-history)
22394 (rcirc-server-port-history): New variables.
22396 2009-07-15 Kenichi Handa <handa@m17n.org>
22398 * international/mule-cmds.el (set-language-environment-charset):
22399 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22402 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22403 Delete unibyte-display.
22405 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22407 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22409 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22411 * simple.el (deactivate-mark): Optional argument FORCE.
22412 (set-mark): Use deactivate-mark.
22414 * info.el (Info-search): No need to check transient-mark-mode
22415 before calling deactivate-mark.
22417 * select.el (x-set-selection): Doc fix.
22418 (x-valid-simple-selection-p): Allow buffer values.
22419 (xselect--selection-bounds): Handle buffer values.
22420 Suggested by David De La Harpe Golden.
22422 * mouse.el (mouse-set-region, mouse-drag-track):
22423 Call copy-region-as-kill before setting the mark, to let
22424 select-active-regions work.
22426 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
22428 * simple.el (deactivate-mark): If select-active-regions is
22429 non-nil, copy the selection data into a string.
22430 (activate-mark): If select-active-regions is non-nil, set the
22431 selection to the current buffer.
22432 (set-mark): Update selection if select-active-regions is non-nil.
22434 * select.el (x-valid-simple-selection-p): Allow buffer values.
22436 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22438 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22439 and more featureful message-mode.
22441 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
22443 * select.el (x-set-selection): Doc fix.
22444 (x-valid-simple-selection-p): Disallow selection data consisting
22445 of a list or cons of integers, since that is not used.
22446 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22447 (xselect-convert-to-string, xselect-convert-to-length)
22448 (xselect-convert-to-filename, xselect-convert-to-charpos)
22449 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22451 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22453 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22454 output in -break-info command (Emacs bug #3794).
22456 2009-07-14 Glenn Morris <rgm@gnu.org>
22458 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22459 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22460 (edebug-print-length, edebug-print-level, edebug-print-circle)
22461 (edebug-sit-for-seconds, edebug-view-outside)
22462 (edebug-bounce-point, edebug-set-global-break-condition)
22463 (edebug-Go-nonstop-mode, edebug-trace-mode)
22464 (edebug-Trace-fast-mode, edebug-continue-mode)
22465 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22466 (edebug-visit-eval-list): Doc fixes.
22468 * subr.el (def-edebug-spec): Doc fix.
22470 2009-07-14 Kenichi Handa <handa@m17n.org>
22472 * international/characters.el: Fix setting of category ?C.
22474 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22476 * term/ns-win.el (x-select-font): defalias x-select-font to
22477 ns-popup-font-panel instead of generate-fontset-menu.
22479 2009-07-12 Eli Zaretskii <eliz@gnu.org>
22481 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22483 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22485 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22486 the PK\003\004 header (Bug#3770).
22488 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22490 * pcomplete.el (pcomplete-comint-setup): Check for
22491 shell-dynamic-complete-filename too.
22493 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22495 * simple.el (temporary-goal-column): Change the value for
22496 line-move-visual to a cons cell.
22497 (line-move-visual): Record or set the window hscroll, if
22498 necessary (Bug#3494).
22499 (line-move-1): Handle cons value of temporary-goal-column.
22501 2009-07-11 Kenichi Handa <handa@m17n.org>
22503 * international/mule-diag.el (describe-character-set): Don't show
22506 2009-07-10 Sam Steingold <sds@gnu.org>
22508 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22509 Omake sometimes indents the errors it prints, so allow all
22510 regexps to start with spaces.
22512 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22514 * cus-edit.el (customize-changed-options-previous-release):
22515 Bump value to 22.1. (Bug#3804)
22517 2009-07-08 Sam Steingold <sds@gnu.org>
22519 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22520 to be a cons cell (test . ignored-directory) to selectively ignore
22521 some directories depending on the location of the search.
22523 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22525 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22526 remote user is root, on the local host.
22527 (tramp-local-host-p): Either the local user or the remote user
22528 must be root. (Bug#3771)
22530 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22532 * progmodes/gdb-mi.el (gdb): Remove description of
22533 gdb-use-separate-io-buffer.
22534 (menu): Don't allow toggling of or enable
22535 gdb-use-separate-io-buffer from menubar.
22537 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22539 * mail/unrmail.el (unrmail): Make sure the message ends with two
22540 newlines (Bug#3769).
22542 2009-07-08 Glenn Morris <rgm@gnu.org>
22544 * calendar/calendar.el (calendar-current-date): Rework previous change.
22546 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22548 * calendar/calendar.el (calendar-current-date):
22549 Add an optional argument giving an offset from today.
22551 2009-07-08 Glenn Morris <rgm@gnu.org>
22553 * tutorial.el (tutorial--describe-nonstandard-key):
22554 Adjust the message for when a key has been unbound.
22555 (help-with-tutorial): Hide the arch-tag.
22557 2009-07-08 Kenichi Handa <handa@m17n.org>
22559 * international/fontset.el (setup-default-fontset): For each
22560 script, append (not set) font-specs.
22562 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22565 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22567 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22568 -data-list-register-names to ...
22569 (gdb-starting): ... here because GDB 7.0 requires execution to
22570 have started when using this MI command.
22571 (gdb-set-header): New function to distinguish select and
22572 unselected tabs in gdb buffers.
22573 (gdb-propertize-header): New macro that uses gdb-set-header.
22574 (gdb-breakpoints-header, gdb-locals-header): Use it.
22575 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22577 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22579 * Makefile.in (ELCFILES): Remove fadr.elc.
22581 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22583 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22584 may contain frame information, so `string-match' should be used.
22585 (gdb-update): Disassembly is invalidated through
22586 `gdb-get-selected-frame'.
22587 (gdb-pad-string): New function to pad string with spaces.
22588 (gdb-invalidate-disassembly): Invalidate only if the buffer
22590 (gdb-disassembly-handler-custom): Column alignment.
22591 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22593 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22595 (gdb-frame-handler): Match convention to for disassembly buffer
22597 (gdb-stack-list-frames-handler): Rewritten without regexps.
22598 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22599 not highlight breakpoints without line information.
22600 (gdb-input): Add trailing newline to command.
22602 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22604 (gdb-breakpoints-list-handler-custom): Replacement for
22605 `gdb-break-list-handler'. Using real parser instead of regexps
22607 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22608 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22609 to place breakpoints.
22610 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22612 (gdb-disassembly-handler-custom): Show overlay arrow.
22613 (gdb-disassembly-place-breakpoints): Show breakpoints in
22614 disassembly buffer.
22615 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22616 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22617 instead of parsing breakpoints buffer. Fixed old menu references
22622 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22623 (gdb-memory-address): New variable which holds top address of
22624 memory page shown in memory buffer.
22625 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22626 New customization variables.
22628 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22629 display the memory buffer.
22630 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22631 buffer display parameters.
22632 (def-gdb-memory-format, gdb-memory-format-binary)
22633 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22634 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22635 Functions for setting memory buffer format.
22636 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22637 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22638 unit size used in memory buffer.
22639 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22640 Switch to next/previous page of memory buffer.
22641 Now using (bindat-get-field) instead of fadr functions.
22643 2009-07-07 Sam Steingold <sds@gnu.org>
22645 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22646 non-top-level files.
22648 2009-07-07 Kenichi Handa <handa@m17n.org>
22650 * international/mule-cmds.el (reset-language-environment):
22651 Put the highset priority to the charset iso-8859-1.
22653 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22655 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22656 to the end of the line when locating the block (Bug#700).
22658 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22660 * net/tramp.el (tramp-handle-write-region): Flush file properties
22661 in case of short track.
22663 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22665 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22666 Coded custom representation of verilog error regular expressions
22667 to work with Emacs-22's new format.
22668 (verilog-error-regexp-xemacs-alist): Coded custom representation
22669 of verilog error regular expressions to work with XEmacs format.
22670 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22671 error recognition into XEmacs.
22672 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22673 error recognition into Emacs-22.
22675 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22677 * woman.el: Remove stand-alone closing parentheses.
22678 (woman-file-name, woman2-format-paragraphs)
22679 (woman-leave-blank-lines): Code cleanup.
22680 (woman-use-own-frame): Change default to nil.
22681 (woman-italic, woman-bold, woman-unknown, woman-addition):
22682 Change defaults to inherit from default faces.
22683 (woman2-process-escapes): Consume the newline after a stand-alone
22684 filler character (Bug#3651).
22686 2009-07-06 Glenn Morris <rgm@gnu.org>
22688 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22689 (top-level): Move provide to the end.
22690 (ffap): Remove defunct URL from custom group.
22692 * subr.el (eval-after-load): Doc fix.
22694 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22696 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22697 `calc-embedded-word' is called twice.
22699 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22701 * files.el (find-alternate-file-other-window, find-alternate-file):
22702 Obey confirm-nonexistent-file-or-buffer.
22704 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22706 * dired-aux.el (dired-show-file-type): Handle remote files.
22708 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22710 * desktop.el (desktop-globals-to-save):
22711 Add file-name-history (Bug#2750).
22713 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22715 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22717 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22719 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22720 property on entire argument since this is what eshell-lisp-command
22723 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22725 * net/tramp-gvfs.el (tramp-gvfs-methods)
22726 (tramp-gvfs-zeroconf-domain)
22727 (tramp-bluez-discover-devices-timeout): Add version flag.
22728 (tramp-gvfs-handler-mounted-unmounted)
22729 (tramp-gvfs-connection-mounted-p): Polish handling of
22730 incompatibilities between GVFS 0.2 and 1.0.
22732 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22734 * cus-start.el (all): Add make-pointer-invisible.
22736 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22738 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22739 formatted correctly.
22741 2009-07-02 Juri Linkov <juri@jurta.org>
22743 * info.el: Virtual Info files and nodes.
22744 (Info-virtual-files, Info-virtual-nodes): New variables.
22745 (Info-current-node-virtual): New variable.
22746 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22748 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22749 to check for a virtual file instead of checking a fixed list
22751 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22752 instead of ad-hoc processing of "dir" and (apropos history toc).
22753 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22754 instead of ad-hoc processing of "dir" and (apropos history toc).
22755 Reread a file when moving from a virtual node.
22756 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22757 (Info-directory-toc-nodes, Info-directory-find-file)
22758 (Info-directory-find-node): New functions.
22759 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22760 (Info-history): Move part of code to
22761 `Info-history-find-node'.
22762 (Info-history-toc-nodes, Info-history-find-file)
22763 (Info-history-find-node): New functions.
22764 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22765 (Info-toc): Move part of code to `Info-toc-find-node'.
22766 (Info-toc-find-node): New function.
22767 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22768 the current Info file name to references because now the node
22769 "*TOC*" belongs to the same Info manual.
22770 (Info-toc-build): Rename from `Info-build-toc'.
22771 (Info-toc-nodes): Rename input argument `file' to `filename'.
22772 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22773 instead of ad-hoc processing of ("dir" apropos history toc).
22774 (Info-index-nodes): Use Info-virtual-file-p
22775 to check for a virtual file instead of checking a fixed list
22777 (Info-index-node): Add check for `Info-current-node-virtual'.
22778 Raise `save-match-data' higher up the tree to contain
22779 `search-forward' too (bug fix).
22780 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22781 (Info-virtual-index-nodes): New variable.
22782 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22783 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22784 (Info-apropos-file, Info-apropos-nodes): New variables.
22785 (Info-apropos-toc-nodes, Info-apropos-find-file)
22786 (Info-apropos-find-node, Info-apropos-matches): New functions.
22787 (info-apropos): Move part of code to `Info-apropos-find-node' and
22788 `Info-apropos-matches'.
22789 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22790 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22791 for a virtual file instead of checking a fixed list of node names.
22793 * simple.el (async-shell-command): New command.
22795 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22797 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22798 instead of `mount-info'.
22800 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22802 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22803 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22805 2009-07-02 Kenichi Handa <handa@m17n.org>
22807 * international/mule.el (set-keyboard-coding-system): Force *-unix
22808 coding-system to avoid eol conversion.
22810 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22812 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22813 Add handler for `process-file', `shell-command' and
22814 `start-file-process'.
22815 (tramp-gvfs-handle-shell-command)
22816 (tramp-gvfs-handle-start-file-process)
22817 (tramp-gvfs-handle-process-file): New defuns.
22818 (tramp-synce-list-devices): Simplify check for existence of property.
22820 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22822 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22824 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22826 * language/korean.el (set-language-info-alist): Add korean-cp949,
22829 2009-07-01 Kenichi Handa <handa@m17n.org>
22831 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22833 * international/encoded-kb.el: Deleted.
22835 * international/mule.el (set-keyboard-coding-system): Perform the
22836 necessary setup here instead of calling encoded-kbd-setup-display.
22838 2009-07-01 Glenn Morris <rgm@gnu.org>
22840 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22842 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22844 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22846 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22848 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22849 Handle also the 'rename case, when setting file modes. (Bug#3712)
22850 (tramp-default-file-modes): Remove execute permissions.
22852 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22853 (top): Add a default for "synce" in `tramp-default-user-alist'.
22854 Add completion function for "synce" method.
22855 (tramp-hal-service, tramp-hal-path-manager)
22856 (tramp-hal-interface-manager, tramp-hal-interface-device):
22858 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22859 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22862 * net/trampver.el: Update release number.
22864 2009-06-30 Kenichi Handa <handa@m17n.org>
22866 * international/fontset.el (setup-default-fontset): Add CJK fonts
22867 for symbols and the other miscellaneous characters.
22869 * language/korea-util.el (setup-korean-environment-internal):
22870 Make char-width-table suitable for Korean environments.
22871 (exit-korean-environment): Cancel above.
22873 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22874 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22875 setup-function to make char-width-table suitable for respective
22876 environments, and an exit-function to cancel that.
22878 * language/japan-util.el (setup-japanese-environment-internal):
22879 Call use-cjk-char-width-table with arg `ja_JP'.
22881 * international/characters.el (cjk-char-width-table): Delete it.
22882 (cjk-char-width-table-list): New variable.
22883 (use-cjk-char-width-table): New arg local-name.
22884 (use-default-char-width-table): Fix for the case that Emacs is
22885 already using the default char-width-table.
22887 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22889 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22890 modes mandatory. (Bug#3712)
22892 2009-06-29 Alan Mackenzie <acm@muc.de>
22894 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22895 correction between the visible width of TABs and their number of bytes.
22897 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22899 * server.el (server-buffer-done): Prevent kill-buffer from
22900 prompting by clearing the buffer modification flag (Bug#3696).
22902 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22904 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22905 (verilog-endcomment-reason-re): Support unique case and priority case.
22906 (verilog-basic-complete-re): Support localparam lineup.
22907 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22908 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22910 (verilog-leap-to-case-head): Now support *nested* unique &
22911 priority case statements.
22912 (verilog-auto-lineup): Make just declarations the default (as it
22914 (verilog-leap-to-case-head): Support priority/unique case statements.
22915 (verilog-auto-lineup): Rework to give users radio buttons to
22916 select the various styles of automatic lineup.
22917 (verilog-error-regexp-alist): Rework to support the XEmacs style
22918 of error regular expressions from compilers, lint tools &
22919 simulators. Note that GNU Emacs has made it impossible for a mode
22920 to load such things.
22921 (electric-verilog-terminate-line, verilog-indent-declaration)
22922 (verilog-auto-wiure): Rework for radio button selection of
22923 auto-lineup selection of specification of auto lineup.
22924 (verilog-beg-of-statement-1): Redesign to support proper operation
22925 in additional code, based on testing with auto-lineup.
22926 (verilog-calculate-indent, assignments & declarations)
22927 (verilog-backward-token): Enhance to support auto-lineup of
22928 assignments & declarations.
22929 (verilog-in-directive-p, verilog-at-struct-p): New function for
22930 easy test of whether we are.
22931 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22932 to support safe execution at almost anyline.
22933 (verilog-calc-1): Properly support indenting deep inside generate
22935 (verilog-init-font): Remove definition & use of verilog-init-font,
22936 as it is redundant with font-lock-defaults.
22937 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22938 to avoid circular calls if syntax-ppss is a function (as is the
22939 case now in 22.x GNU Emacs) as that function would sometimes call
22940 itself, leading to (nearly) infinite recursion.
22941 (verilog-ovm-begin-re, verilog-ovm-end-re)
22942 (verilog-ovm-statement-re, verilog-leap-to-head)
22943 (verilog-backward-token): Add support for OVM macros. Some are
22944 complete statements, and others open and close scopes like begin
22946 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22947 (verilog-defun-level-generate-only-re): Really fix the defun-list
22949 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22950 coverpoint, constraint and cross statements.
22951 (verilog-defun-level-list, verilog-generate-defun-level-list)
22952 (verilog-all-defun-level-list): Redo these specifications - it is
22953 too hard to support eval-when compile aggregation of lists also
22954 built at when-compile time.
22955 (verilog-defun-level-list): Place defconsts of variables used in
22956 building regular expressions which are built in eval-when-compile
22957 bodies in the same eval-when-compile body to facilitate compile
22959 (verilog-beg-block-re-ordered): Support indenting
22960 virtual/protected tasks and functions.
22961 (verilog-defun-level-list, verilog-in-generate-region-p)
22962 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22963 indentation of some module items (generate items).
22964 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22965 across virtual/protected tasks and functions.
22967 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22969 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22970 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22971 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22972 in concatenations. Reported by Yishay Belkind.
22973 (verilog-auto-ascii-enum): Support one-hot state machines in
22974 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22975 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22976 modport in AUTOINST and add vl-modport for users.
22977 Reported by David Rogoff.
22978 (verilog-auto-inout-module, verilog-auto-inst)
22979 (verilog-decls-get-interfaces, verilog-insert-definition)
22980 (verilog-insert-one-definition, verilog-read-decls)
22981 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22982 (verilog-sig-modport, verilog-signals-combine-bus)
22983 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22984 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22985 Suggested by David Rogoff.
22986 (verilog-repair-open-comma): Fix non-insertion of comma when
22987 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22988 (verilog-make-width-expression): Simplify [A-1:0] expression
22989 widths to just {A{1'b0}}.
22990 (verilog-mode): Cleanup checkdoc warnings.
22991 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22992 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22993 inputs/outputs or data type. Suggested by Vasu Kandadi.
22994 (next-error-last-buffer): Fix byte-compiler warning.
22995 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22996 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22997 or shell command text during AUTO expansion. Suggested by Tad Truex.
22998 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22999 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
23000 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
23001 in AUTOINOUT. Reported by Matthew Lovell.
23002 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
23003 causing use of <= assignments. Reported by Alex Reed.
23004 (verilog-read-decls): Fix triand, trior, wand, wor to be
23005 recognized by AUTOWIRE. Reported by Spencer Isaacson.
23006 (verilog-extended-complete-re): Support import "DPI-C" functions.
23007 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
23008 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
23009 (verilog-insert-date, verilog-insert-year)
23010 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23011 Windows systems. Reported by Michael Potts.
23012 (verilog-read-module-name): Fix AUTOINST when the child module
23013 declaration's name is a tick define. Reported by Elliot Mednick.
23014 (verilog-read-decls): Fix V2K parameter bit subscripts getting
23015 passed to next parameter's definition. Reported by Bruce T.
23016 (verilog-read-decls): Fix detecting "parameter int" when using
23017 AUTOINSTPARAM. Reported by Bruce T.
23018 (verilog-goto-defun): Fix goto not finding modules unless first
23019 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
23020 (verilog-mode): Expand -f flag arguments on entry to mode so
23021 verilog-goto-defun will work. Reported by Lawrence Butcher.
23022 (verilog-getopt): Expand environment variables in -f file
23023 arguments. Suggested by Lawrence Butcher.
23024 (verilog-set-define): Fix "Symbol's value as variable is void"
23025 when reading enumerations.
23026 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23027 Suggested by Stephen Peltan.
23028 (verilog-read-defines): Fix reading of enumerations in include
23029 files. Reported by Steve Peltan.
23031 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23033 * files.el (trash-directory): Fix defcustom type.
23035 2009-06-28 Juri Linkov <juri@jurta.org>
23037 * help-fns.el (describe-function-1): Correctly locate adviced
23038 functions in hyperlink (Bug#2438).
23040 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
23042 * files.el (trash-directory): Change default to nil.
23043 (move-file-to-trash): If trash-directory is nil and
23044 system-move-file-to-trash is unbound, perform freedesktop-style
23047 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23049 * files.el (move-file-to-trash): Add freedesktop trash
23052 2009-06-28 Glenn Morris <rgm@gnu.org>
23054 * autorevert.el (global-auto-revert-non-file-buffers)
23055 (global-auto-revert-mode): Doc fixes.
23057 2009-06-27 Johan Bockgård <bojohan@gnu.org>
23059 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23061 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
23063 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23064 opened an X connection before calling x-get-resource (Bug#3194).
23066 * play/doctor.el: Remove reference to obsolete website.
23067 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23069 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23071 Remove find-file-not-found-hook VC method. (Bug#2757)
23072 * vc-hooks.el (vc-file-not-found-hook)
23073 (vc-default-find-file-not-found-hook): Remove functions.
23074 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23075 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23078 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23080 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23082 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
23083 compatibility function for `looking-back'.
23085 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
23086 Use `ispell-looking-back'.
23088 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
23090 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
23091 rather than `filename'.
23093 2009-06-23 Miles Bader <miles@gnu.org>
23095 * face-remap.el (text-scale-set): New function.
23097 2009-06-23 Glenn Morris <rgm@gnu.org>
23099 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23101 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23103 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23105 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23107 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23108 Simplify Persian conditionals.
23110 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23111 variable `filename'.
23113 * comint.el (comint-insert-input): Doc fix.
23115 * Makefile.in (ELCFILES): Fix typo in previous change.
23117 2009-06-23 Miles Bader <miles@gnu.org>
23119 * cus-start.el: Add entry for `recenter-redisplay'.
23121 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23123 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23124 Add an optional argument for the backend, use it instead of
23125 calling vc-backend.
23126 (vc-mode-line): Add an optional argument for the backend.
23127 Pass the backend to vc-state and vc-working-revision. Move code for
23128 special handling for vc-state being a buffer to ...
23130 * vc-rcs.el (vc-rcs-find-file-hook):
23131 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23133 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23134 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23135 vc-stay-local-p and vc-mode-line calls.
23137 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23138 (vc-cvs-diff, vc-cvs-annotate-command)
23139 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23140 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23141 vc-mode-line calls.
23143 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23145 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23146 backend when calling vc-mode-line.
23147 (vc-register): Do not create a closure for calling the vc register
23148 function, call it directly.
23150 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23152 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23153 to make it obvious item can be clicked.
23155 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23157 2009-06-23 Kenichi Handa <handa@m17n.org>
23159 * language/korea-util.el (korean-key-bindings): Change the binding
23160 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23163 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
23165 Sync with Tramp 2.1.16.
23167 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23169 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23170 when a loading of a package fails. Completion function for rsync
23171 is `tramp-completion-function-alist-ssh'.
23172 (all): Replace all calls of `split-string' and
23173 `tramp-split-string' by `tramp-compat-split-string'.
23174 (tramp-default-method): Use `tramp-compat-process-running-p'.
23175 (tramp-default-proxies-alist): Allow also Lisp forms.
23176 (tramp-remote-path): Add choice "Private Directories".
23177 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
23178 (tramp-domain-regexp): Allow also "-", "_" and ".".
23179 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23180 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23181 (tramp-debug-message): Insert header line in debug buffer.
23182 (tramp-handle-directory-files-and-attributes-with-stat):
23183 Care about filenames with spaces, or starting with "-".
23184 (tramp-handle-dired-uncache): New defun.
23185 (tramp-handle-insert-directory): Don't flush the directory from
23186 cache, this is handled by `dired-uncache' now.
23187 (tramp-handle-insert-file-contents): Improve error handling.
23188 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23189 Quote `tramp-end-of-output'.
23190 (tramp-action-password): Improve trace message.
23191 (tramp-check-for-regexp): Both echoes must be present, before removing.
23192 (tramp-open-connection-setup-interactive-shell): Trace coding system.
23193 (tramp-compute-multi-hops): Eval cons cells of
23194 `tramp-default-proxies-alist'.
23195 (tramp-maybe-open-connection): Use the same command pattern for
23196 first hop and further hops.
23197 (tramp-wait-for-output): Remove handling of newlines.
23198 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23199 (tramp-split-string): Remove function. It is handled in
23202 * net/tramp-cmds.el (tramp-bug):
23203 Recommend `tramp-cleanup-all-connections' in the bug mail.
23205 * net/tramp-compat.el (tramp-compat-split-string)
23206 (tramp-compat-process-running-p): New defuns.
23208 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23209 for `dired-uncache'.
23211 * net/tramp-gvfs.el: New package.
23213 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23214 Add handler for `dired-uncache'.
23215 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23217 * net/trampver.el: Update release number. Make version check fit
23220 2009-06-22 Jim Meyering <meyering@redhat.com>
23222 Automatically handle .xz suffix (XZ-compressed files), too.
23223 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23224 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23226 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
23227 Nick Roberts <nickrob@snap.net.nz>
23229 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
23230 repository (http://sphinx.net.ru/hg/gdb-mi/).
23232 2009-06-22 Glenn Morris <rgm@gnu.org>
23234 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23235 `mode' and `eval' entries. (Bug#3430)
23237 * Makefile.in (ELCFILES): Add fadr.elc.
23239 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23240 differing behavior of \n and ^ in strings. (Bug#3385)
23242 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23244 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23246 (lisp-indent-function): Make it a defcustom.
23248 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
23250 * progmodes/gdb-ui.el: Replace with ...
23251 * progmodes/gdb-mi.el: ... this file.
23252 * progmodes/gud.el: Modify for gdb-mi.el.
23254 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23256 * fadr.el: New file.
23258 See ChangeLog.14 for earlier changes.
23260 ;; Local Variables:
23264 Copyright (C) 2009-2011 Free Software Foundation, Inc.
23266 This file is part of GNU Emacs.
23268 GNU Emacs is free software: you can redistribute it and/or modify
23269 it under the terms of the GNU General Public License as published by
23270 the Free Software Foundation, either version 3 of the License, or
23271 (at your option) any later version.
23273 GNU Emacs is distributed in the hope that it will be useful,
23274 but WITHOUT ANY WARRANTY; without even the implied warranty of
23275 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23276 GNU General Public License for more details.
23278 You should have received a copy of the GNU General Public License
23279 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.