Add to minibuffer-history if HISOTRY is nil in ido.el
[bpt/emacs.git] / lisp / ChangeLog
1 2011-03-29 Leo Liu <sdl.web@gmail.com>
2
3 * ido.el (ido-read-internal): Use the default history var
4 minibuffer-history if no HISTORY is specified.
5
6 2011-03-28 Leo Liu <sdl.web@gmail.com>
7
8 * abbrev.el (abbrev-table-empty-p): New function.
9 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10 nonempty ones. (Bug#5937)
11
12 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13
14 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15
16 2011-03-27 Leo Liu <sdl.web@gmail.com>
17
18 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
19 for foreground and background colors.
20 (ansi-color-make-color-map): Adapt.
21
22 2011-03-25 Leo Liu <sdl.web@gmail.com>
23
24 * midnight.el (midnight-time-float): Remove. Note it calculates
25 the microsecond component incorrectly and seconds-to-time does the
26 same job.
27 Remove redundant (require 'timer).
28
29 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
30 (ido-completions): Remove unused arguments. (Bug#8329)
31
32 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * minibuffer.el (completion--flush-all-sorted-completions):
35 Remove itself from hook.
36 (completion-at-point): Let the functions perform the completion
37 immediately and return nil or t.
38 * comint.el (comint-dynamic-complete-functions): Now identical to
39 completion-at-point-functions.
40 (comint-dynamic-list-input-ring): Remove unused var `index'.
41 (comint--match-partial-filename, comint--unquote&expand-filename):
42 New funs, split from comint-match-partial-filename.
43 (comint-dynamic-complete): Use completion-at-point.
44 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
45
46 2011-03-24 Drew Adams <drew.adams@oracle.com>
47
48 * thingatpt.el: Support `defun'.
49
50 2011-03-23 Leo Liu <sdl.web@gmail.com>
51
52 * abbrevlist.el: Move to obsolete/abbrevlist.el.
53
54 * help-mode.el (help-mode-finish): Tweak regexp.
55
56 2011-03-23 Glenn Morris <rgm@gnu.org>
57
58 * eshell/esh-opt.el (eshell-eval-using-options):
59 Do not bind unused local variable `eshell-option-stub'.
60
61 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
62
63 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
64
65 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
66 keymap variable in `with-no-warnings' to avoid a warning when the
67 keymap has been already `defconst'ed.
68
69 2011-03-22 Leo Liu <sdl.web@gmail.com>
70
71 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
72 encode all chars in abbrevs; otherwise use emacs-mule or
73 utf-8-emacs. (Bug#8308)
74
75 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
76
77 * simple.el (backward-delete-char-untabify):
78 Avoid warning about using `delete-backward-char'.
79
80 * image.el (image-type-file-name-regexps): Make it variable.
81 `imagemagick-register-types' modifies it, and the user may want
82 to add new extensions for known image types.
83 (imagemagick-register-types): Throw error if not using ImageMagick.
84
85 2011-03-22 Leo Liu <sdl.web@gmail.com>
86
87 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
88 located before rcirc-prompt-end-marker.
89 (rcirc-complete): Error if point is not after rcirc prompt.
90 Handle the case when table is nil.
91 (rcirc-user-authenticated): Define to fix compiler warning.
92
93 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
94
95 * custom.el (custom--inhibit-theme-enable): Make it affect only
96 custom-theme-set-variables and custom-theme-set-faces.
97 (provide-theme): Ignore custom--inhibit-theme-enable.
98 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
99 (custom-enabling-themes): Delete variable.
100 (enable-theme): Accept only loaded themes as arguments.
101 Ignore the special custom-enabled-themes variable.
102 (custom-enabled-themes): Forbid themes from setting this.
103 Eliminate use of custom-enabling-themes.
104 (custom-push-theme): Quote "changed" custom var entry.
105
106 2011-03-21 Leo Liu <sdl.web@gmail.com>
107
108 * ido.el (ido-read-internal): Add ido-selected to history instead
109 of user input.
110
111 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * subr.el (deferred-action-list, deferred-action-function):
114 Mark obsolete.
115
116 2011-03-21 Leo Liu <sdl.web@gmail.com>
117
118 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
119 change on 2011-02-13 (bug#8309).
120
121 * minibuffer.el (read-file-name-function): Change default value.
122 (read-file-name--defaults): Rename from read-file-name-defaults.
123 (read-file-name-default): Rename from read-file-name.
124 (read-file-name): Call read-file-name-function.
125
126 2011-03-21 Glenn Morris <rgm@gnu.org>
127
128 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
129 Doc fixes.
130
131 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
132
133 * cus-theme.el: Add missing provide statement.
134 (customize-create-theme): Extract theme value correctly.
135 (custom-theme-visit-theme): Autoload.
136 (customize-create-theme): Prompt before inserting default faces.
137
138 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
139
140 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
141 units and musical notes.
142
143 2011-03-20 Leo <sdl.web@gmail.com>
144
145 * ido.el (ido-read-internal): Use completing-read-default.
146 (ido-completing-read): Fix compatibility with completing-read.
147
148 2011-03-20 Christian Ohler <ohler@gnu.org>
149
150 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
151 (ert-delete-all-tests): Use `called-interactively-p' rather than
152 `interactive-p'.
153 (ert--make-xrefs-region): Respect END.
154
155 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
156
157 * dired-aux.el (dired-create-directory): Signal an error if the
158 directory already exists (Bug#8246).
159
160 * facemenu.el (list-colors-display): Call list-faces-display
161 inside with-help-window.
162 (list-colors-print): Use display property to align the final
163 column, instead of checking window-width.
164
165 2011-03-19 Eli Zaretskii <eliz@gnu.org>
166
167 * emerge.el (emerge-metachars): Separate value for ms-dos and
168 windows-nt systems.
169 (emerge-protect-metachars): Quote correctly for ms-dos and
170 windows-nt systems.
171
172 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
173
174 * info.el (info-initialize): Replace all uses of `:' with
175 path-separator for compatibility with non-Unix systems.
176 Cache quoting of path-separator. (Bug#8258)
177
178 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
179
180 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
181 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
182 (mouse-avoidance-mode): Fix typos in docstrings.
183
184 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
185
186 * startup.el (package-subdirectory-regexp): Move from package.el.
187 Omit \\` and \\', and let callers add them.
188
189 * emacs-lisp/package.el (package-strip-version)
190 (package-load-all-descriptors): Add \\` and \\' to
191 package-subdirectory-regexp before using it.
192 (package-untar-buffer): New arg DIR; ensure that file untars only
193 into this expected directory. Remove superfluous delete-region.
194 (package-unpack): Caller changed.
195 (package-tar-file-info): Use package-subdirectory-regexp.
196
197 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
200 diff-mode-shared-map (bug#8284).
201 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
202
203 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
204
205 * calendar/time-date.el (format-seconds): Use assoc instead of
206 assoc-string, since assoc-string doesn't exist in XEmacs.
207
208 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
209
210 * custom.el (custom-known-themes): Reflow docstring.
211 (custom-theme-load-path): Fix typo in docstring.
212 (load-theme): Fix typo in error message.
213 (custom-available-themes, custom-variable-theme-value):
214 Use `let', not `let*'.
215
216 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
217
218 * calc/README: Mention inclusion of musical notes.
219
220 * calc/calc-units.el (calc-lu-quant): Rename from
221 `calc-logunits-quantity'.
222 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
223 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
224 (calc-db): Rename from `calc-dblevel'.
225 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
226 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
227 (calc-np): Rename from `calc-nplevel'.
228 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
229 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
230 (calc-lu-plus): Rename from `calc-logunits-add'.
231 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
232 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
233 (calc-lu-minus): Rename from `calc-logunits-sub'.
234 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
235 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
236 (calc-lu-times): Rename from `calc-logunits-mul'.
237 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
238 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
239 (calc-lu-divide): Rename from `calc-logunits-div'.
240 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
241 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
242
243 * calc/calc-ext.el (calc-init-extensions): Update the names of the
244 functions being autoloaded.
245
246 * calc/calc.el (calc-lu-power-reference): Rename from
247 `calc-logunits-power-reference'.
248 (calc-lu-field-reference): Rename from
249 `calc-logunits-field-reference'.
250
251 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
252
253 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * minibuffer.el (completion-all-sorted-completions):
256 Use :completion-cycle-penalty text property if present.
257
258 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
259
260 * allout.el (allout-yank-processing): Adjust for new rebulleting
261 regime so bullet being yanked is used without prompting the user
262 for a choice.
263
264 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
265
266 * startup.el (command-line): Warn the user that _emacs is deprecated.
267
268 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
269
270 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
271 (delphi-verbose, delphi-comment-face, delphi-string-face)
272 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
273 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
274 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
275 (delphi-new-comment-line, delphi-font-lock-defaults)
276 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
277 Fix typos in docstrings.
278
279 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
280
281 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
282 Invert the roles of character and string values for INSTEAD, so a
283 string is used for the more common case of a defaulting prompt.
284
285 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * progmodes/ruby-mode.el (ruby-backward-sexp):
288 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
289 * play/gamegrid.el (gamegrid-make-face):
290 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
291 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
292 * notifications.el (notifications-notify):
293 * net/xesam.el (xesam-search-engines):
294 * net/quickurl.el (quickurl-list-insert):
295 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
296
297 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
298
299 * startup.el (command-line): Update package subdirectory regexp.
300
301 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * allout.el (allout-abbreviate-flattened-numbering)
304 (allout-mode-deactivate-hook): Fix up obsolescence "date".
305
306 * subr.el (read-char-choice): Only show the cursor after the prompt,
307 not after the answer.
308
309 2011-03-15 Kevin Ryde <user42@zip.com.au>
310
311 * help-fns.el (variable-at-point): Skip leading quotes, if any
312 (bug#8253).
313
314 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
317 warning message.
318
319 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
320
321 * shell.el (shell): When called interactively, offer to change the
322 shell file name on remote hosts.
323
324 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
325
326 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
327 integration for LDAP parameters. The host, base, user or binddn,
328 and secret tokens can be specified in a netrc file, for instance.
329 This is optional because an `auth-source' parameter must be
330 specified in the search attributes.
331
332 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
333
334 * help.el (describe-mode): Link to the mode's definition (bug#8185).
335
336 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
339 into declaration. Remove redundant and harmful binding.
340
341 2011-03-12 Eli Zaretskii <eliz@gnu.org>
342
343 * files.el (file-ownership-preserved-p): Pass `integer' as an
344 explicit 2nd argument to `file-attributes'. If the file's owner
345 is the Administrators group on Windows, and the current user is
346 Administrator, consider that a match.
347
348 * server.el (server-ensure-safe-dir): Consider server directory
349 safe on MS-Windows if its owner is the Administrators group while
350 the current Emacs user is Administrator. Use `=' to compare
351 numerical UIDs, since they could be integers or floats.
352
353 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
354
355 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
356
357 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
358
359 Sync with Tramp 2.2.1.
360
361 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
362
363 * net/trampver.el: Update release number.
364
365 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * progmodes/compile.el (compilation--previous-directory): Fix up
368 various nil/dead-marker mismatches (bug#8014).
369 (compilation-directory-properties, compilation-error-properties):
370 Don't call it at a position past the one we're about to change.
371
372 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
373 Disable obsolescence warnings in the file that declares it.
374
375 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
376
377 * allout-widgets.el (allout-widgets-tally): Initialize
378 allout-widgets-tally as a hash table rather than nil to prevent
379 mode-line redisplay warnings.
380 Also, clarify the module description and fix a comment typo.
381
382 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
383
384 * help-fns.el (describe-variable): Don't complete keywords.
385 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
386
387 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
388
389 * emacs-lisp/package.el (package-version-join): Impose a standard
390 string representation for pre/alpha/beta version lists.
391 (package-unpack-single): Standardize the directory name by passing
392 it through package-version-join.
393 (package-strip-rcs-id): Accept any version string that does not
394 signal an error in version-to-list.
395
396 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
397
398 * simple.el (delete-trailing-whitespace): Return nil for the
399 benefit of `write-file-functions'.
400
401 2011-03-10 Glenn Morris <rgm@gnu.org>
402
403 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
404
405 * vc/vc-git.el (vc-git-program): New option.
406 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
407 (vc-git--call): Use it.
408
409 * eshell/esh-util.el (eshell-condition-case): Doc fix.
410
411 * cus-edit.el (Custom-newline): If no button at point, look
412 for a subgroup button at start-of-line. (Bug#2298)
413
414 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
415
416 2011-03-10 Julien Danjou <julien@danjou.info>
417
418 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
419 `cursor-type' is nil.
420
421 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
422
423 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
424
425 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
426
427 * allout.el Summary: Change so yank of distinctive-bullet items
428 preserves the existing header prefix, rebulleting it if necessary,
429 rather than replacing it. This is necessary for proper operation
430 of cooperative addons like allout-widgets.
431 (allout-make-topic-prefix, allout-rebullet-heading): Change
432 SOLICIT arg to INSTEAD, and interpret additionally a string value
433 as alternate bullet to be used, instead of prompting the user for
434 a bullet character.
435
436 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
437
438 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
439 Do not use `tramp-file-name-port', because this returns also
440 `tramp-default-port'.
441
442 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
443
444 * net/rcirc.el (rcirc-handler-001): Remove useless
445 with-rcirc-process-buffer.
446 (rcirc-check-auth-status): Swap arguments to string-match.
447
448 2011-03-09 Glenn Morris <rgm@gnu.org>
449
450 * shell.el (shell-mode):
451 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
452
453 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
454 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
455
456 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
457
458 * emacs-lisp/package.el (package-refresh-contents)
459 (package-menu-execute): Use condition-case-no-debug.
460
461 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
462
463 * simple.el (shell-command-to-string): Use `process-file'.
464
465 * emacs-lisp/package.el (package-tar-file-info): Handle also
466 remote files.
467
468 * emacs-lisp/package-x.el (package-upload-buffer-internal):
469 Use `equal' for upload base check.
470
471 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
472
473 * textmodes/texinfo.el (texinfo-environments):
474 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
475
476 2011-03-08 Glenn Morris <rgm@gnu.org>
477
478 * cus-start.el (cursor-in-non-selected-windows):
479 Fix :set quoting oddness. (Bug#8192)
480
481 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
482 in some setf expressions. (Bug#2159)
483
484 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
485
486 * custom.el (custom-available-themes): Return themes in
487 alphabetical order.
488
489 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
490
491 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
492 application of patch from Alan Mackenzie (Bug#7595).
493
494 2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
495
496 * net/rcirc.el (rcirc-connect): Fix PASS bug.
497
498 2011-03-07 Glenn Morris <rgm@gnu.org>
499
500 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
501 Give an explicit error if failed to make writable. (Bug#6146)
502
503 2011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
504
505 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
506 Add optional `after-sunset' argument. (Bug#8190)
507
508 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
509
510 * play/morse.el (nato-alphabet, nato-region, denato-region):
511 New variable and functions. (Bug#2288)
512 (morse-region, unmorse-region): Barf if read-only.
513
514 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * progmodes/gud.el (gdb-script-syntax-propertize-function):
517 Don't change the syntax of a \n that closes a comment (bug#8169).
518
519 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
520
521 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
522 defcustom.
523 (package--update-file): Doc fix. Accept relative file names.
524 (package--archive-contents-from-file): Remove the argument, since
525 it's necessarily always "archive-contents".
526 (package-maint-add-news-item): Pass relative file name args to
527 package--update-file.
528 (package-upload-buffer-internal): Prompt for a destination if
529 package-archive-upload-base is invalid. Create the directory if
530 it does not exist.
531 (package-upload-buffer, package-upload-file): Doc fix.
532
533 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
534
535 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
536 and move isearch-yank-line to M-s C-e (Bug#8183).
537
538 2011-03-06 Alan Mackenzie <acm@muc.de>
539
540 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
541 (c-guess-basic-syntax): Move CASE 19 to a different place,
542 correctly to process template-args-cont lines.
543
544 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
545
546 * calc/calc-ext.el (calc-init-extensions):
547 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
548 and calc-nplevel, respectively. Add keybindings for calc-spn,
549 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
550 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
551
552 * calc/calc-units.el (calc-dblevel): Rename from
553 calc-logunits-dblevel.
554 (calc-nplevel): Rename from calc-logunits-nplevel.
555 (math-midi-round, math-freqp, math-midip, math-spnp)
556 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
557 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
558 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
559 (math-notes): New variable.
560
561 * calc/calc.el (calc-note-threshold): New variable.
562
563 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
564
565 * emacs-lisp/package.el (package-archives): Accept either ordinary
566 directory names, in addition to HTTP URLs.
567 (package--with-work-buffer): New macro. Handle normal directories.
568 (package-handle-response): Don't display the failing buffer.
569 (package-download-single, package-download-tar)
570 (package--download-one-archive): Use package--with-work-buffer.
571 (package-archive-base): Rename from package-archive-url.
572
573 2011-03-06 Glenn Morris <rgm@gnu.org>
574
575 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
576 (xmodmap-generic-mode): Respect generic-extras-enable-list.
577
578 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
579
580 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
581
582 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
583
584 * allout.el (allout-init, allout-prefixed-keybindings)
585 (allout-unprefixed-keybindings):
586 * progmodes/prolog.el (prolog-find-term):
587 Fix typos in docstrings.
588
589 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
590
591 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
592
593 2011-03-06 Kevin Ryde <user42@zip.com.au>
594
595 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
596
597 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
598
599 * window.el (one-window-p, walk-windows, display-buffer):
600 Doc fixes. (Bug#5567)
601
602 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
603
604 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
605 of the variable if it exists.
606
607 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
608
609 * bookmark.el:
610 * desktop.el:
611 * emacs-lock.el:
612 * ps-print.el:
613 * saveplace.el:
614 * net/tramp-cache.el:
615 * obsolete/fast-lock.el:
616 * textmodes/reftex.el:
617 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
618
619 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
620
621 * files.el (delete-directory, copy-directory, list-directory):
622 Use read-directory-name.
623
624 * find-file.el (ff-find-the-other-file):
625 * net/ange-ftp.el (ange-ftp-make-directory):
626 * printing.el (pr-interactive-dir):
627 * progmodes/ada-prj.el (ada-prj-load-directory):
628 * progmodes/ebnf2ps.el (ebnf-print-directory)
629 (ebnf-spool-directory, ebnf-eps-directory)
630 (ebnf-syntax-directory):
631 * shell.el (shell):
632 * speedbar.el (speedbar-create-directory):
633 * vc/emerge.el (emerge-merge-directories):
634 * vc/vc-dir.el (vc-dir):
635 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
636
637 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
638
639 * help-mode.el (help-buffer): If we are to return the current
640 buffer, signal an error if it's not in Help mode (Bug#8147).
641
642 2011-03-05 Reuben Thomas <rrt@sc3d.org>
643
644 * files.el (file-name-version-regexp): Handle backup files of the
645 form `foo.js.~HEAD~1~' (Bug#8159).
646
647 2011-03-05 Glenn Morris <rgm@gnu.org>
648
649 * eshell/esh-var.el: Don't require esh-test when compiling.
650 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
651 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
652 * eshell/esh-test.el: Move to ../../test/eshell.el.
653
654 2011-03-05 David Engster <deng@randomsample.de>
655
656 * files.el (save-some-buffers): Report the names of buffers saved
657 automatically due to buffer-save-without-query (Bug#8134).
658
659 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
660
661 * net/rcirc.el: Add QuakeNet authentication support.
662 (rcirc-authinfo, rcirc-check-auth-status)
663 (rcirc-authenticate): Support QuakeNet.
664
665 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
666
667 * net/rcirc.el: Add functionality to authenticate before
668 autojoining channels.
669 (rcirc-authenticate-before-join): New option.
670 (rcirc-authenticated-hook): New variable.
671 (rcirc-connect): Make local variable rcirc-user-authenticated.
672 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
673 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
674 New functions.
675 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
676 Call rcirc-check-auth-status.
677
678 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
679
680 * net/soap-client.el (soap-namespace-put-link): Check if the target
681 name is fully qualified -- use only the name part.
682 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
683 types, treated the same as xsd:sequence. (Bug#8166)
684
685 2011-03-05 Eli Zaretskii <eliz@gnu.org>
686
687 * files.el (find-file-noselect): Don't ask about re-visiting
688 non-literally if the file is already visited in image-mode.
689 (Bug#8177)
690
691 2011-03-05 Glenn Morris <rgm@gnu.org>
692
693 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
694 (eshell-mode): Use eshell-kill-buffer-function.
695 Run the -initialize functions independently of the -load-hooks.
696 * eshell/esh-proc.el (eshell-kill-process-function): New function.
697 (eshell-gather-process-output, eshell-sentinel)
698 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
699 Use eshell-kill-process-function.
700 * eshell/em-alias.el (eshell-alias-load-hook):
701 * eshell/em-banner.el (eshell-banner-load-hook):
702 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
703 * eshell/em-dirs.el (eshell-dirs-load-hook):
704 * eshell/em-glob.el (eshell-glob-load-hook):
705 * eshell/em-hist.el (eshell-hist-load-hook):
706 * eshell/em-pred.el (eshell-pred-load-hook):
707 * eshell/em-prompt.el (eshell-prompt-load-hook):
708 * eshell/em-rebind.el (eshell-rebind-load-hook):
709 * eshell/em-script.el (eshell-script-load-hook):
710 * eshell/em-smart.el (eshell-smart-load-hook):
711 * eshell/em-term.el (eshell-term-load-hook):
712 * eshell/em-unix.el (eshell-unix-load-hook):
713 * eshell/esh-arg.el (eshell-arg-load-hook):
714 * eshell/esh-cmd.el (eshell-cmd-load-hook):
715 * eshell/esh-ext.el (eshell-ext-load-hook):
716 * eshell/esh-io.el (eshell-io-load-hook):
717 * eshell/esh-mode.el (eshell-exit-hook):
718 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
719 * eshell/esh-var.el (eshell-var-load-hook):
720 Set default hook values to nil. (Bug#5375)
721
722 * eshell/esh-module.el (eshell-module-unload-hook)
723 (eshell-modules-list): Remove leading * from defcustom docs.
724
725 * eshell/esh-util.el (eshell-for): Make it obsolete.
726 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
727 * eshell/em-dirs.el (eshell-save-some-last-dir):
728 * eshell/em-hist.el (eshell-save-some-history)
729 (eshell-hist-parse-modifier):
730 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
731 (eshell-ls-entries):
732 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
733 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
734 (eshell/which):
735 * eshell/esh-ext.el (eshell-find-interpreter):
736 * eshell/esh-mode.el (eshell-mode):
737 * eshell/esh-module.el (eshell-unload-extension-modules):
738 * eshell/esh-proc.el (eshell-process-interact):
739 * eshell/esh-test.el (eshell-test):
740 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
741 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
742 (eshell-variables-list):
743 * eshell/eshell.el (eshell-unload-all-modules):
744 Replace eshell-for with dolist.
745
746 2011-03-04 Glenn Morris <rgm@gnu.org>
747
748 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
749
750 2011-03-04 Tom Tromey <tromey@redhat.com>
751
752 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
753
754 2011-03-04 Glenn Morris <rgm@gnu.org>
755
756 * outline.el (outline-regexp): No longer allow nil.
757 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
758
759 * net/browse-url.el (browse-url):
760 Handle deleted default-directory. (Bug#6077)
761
762 * recentf.el (recentf-include-p): In case of a buggy predicate,
763 err on the side of including, not excluding. (Bug#5843)
764
765 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
766
767 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
768 variables as units.
769
770 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
771
772 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
773 if there is no node. (Bug#3261)
774
775 2011-03-04 Leo <sdl.web@gmail.com>
776
777 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
778
779 * time.el (display-time-world-list): Fix typo. (Bug#7571)
780
781 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
782
783 * cus-edit.el (custom-buffer-create-internal):
784 Split search string before passing it to `customize-apropos' (bug#8136).
785
786 2011-03-04 Drew Adams <drew.adams@oracle.com>
787
788 * image-dired.el (image-dired-cmd-read-exif-data-options):
789 Fix typo in docstring (bug#8156).
790
791 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
792
793 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
794
795 2011-03-03 Christian Ohler <ohler@gnu.org>
796
797 * emacs-lisp/ert.el (ert--explain-equal): New function.
798 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
799 All callers changed.
800 (ert--explain-equal-including-properties): Rename from
801 `ert--explain-not-equal-including-properties'. All callers
802 changed.
803
804 2011-03-03 Christian Ohler <ohler@gnu.org>
805
806 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
807 (ert-char-for-test-result, ert-string-for-test-result)
808 (ert-run-tests-batch, ert--print-test-for-ewoc):
809 Handle `ert-test-quit'.
810
811 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
812
813 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
814 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
815
816 2011-03-03 Glenn Morris <rgm@gnu.org>
817
818 * files.el (file-truename): Doc fix. (Bug#2341)
819
820 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
821
822 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
823
824 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
825
826 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
827 programs output backslashes. (Bug#7663)
828
829 2011-03-03 Glenn Morris <rgm@gnu.org>
830
831 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
832 (mail-mode): Remove mail-sent-via from the doc.
833 (mail-sent-via): Make it obsolete. (Bug#1776)
834
835 * progmodes/grep.el (grep-highlight-matches): Doc fix.
836 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
837
838 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
839 with no parents. (Bug#8025)
840
841 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
842
843 * password-cache.el (password-in-cache-p): Add autoload.
844
845 2011-03-02 Glenn Morris <rgm@gnu.org>
846
847 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
848 * dired-x.el (Man-support-local-filenames): Autoload it.
849 (dired-guess-shell-alist-default): Also handle Red Hat's man.
850
851 * dired-x.el (dired-default-directory-alist, dired-default-directory):
852 Mark as obsolete.
853 (dired-smart-shell-command): Just call dired-current-directory.
854
855 * dired-x.el (dired-jump-other-window): Add autoload.
856 (dired-default-directory-alist, dired-default-directory): Doc fixes.
857 (dired-default-directory-alist): Mark as risky.
858
859 * dired-x.el (dired-omit-here-always): Make it obsolete.
860
861 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
862
863 * textmodes/artist.el (artist-curr-go): Default to pen-line.
864 (artist-select-op-pen-line): New function.
865 (artist-menu-map): New variable.
866 (artist-mode-map): Add a menu to the menu-bar.
867
868 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
869
870 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
871 when evaluating.
872
873 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
874 New function.
875 (math-logunits-add, math-logunits-mul, math-logunits-divide):
876 (math-logunits-quant, math-logunits-level):
877 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
878 functions.
879 (math-logunits-level): Extract units from ratio.
880
881 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
882
883 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
884
885 2011-03-01 Glenn Morris <rgm@gnu.org>
886
887 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
888 (diary-hebrew-birthday): Rename and rework functions added
889 in previous change.
890
891 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
892
893 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
894 (diary-hebrew-birthday): New functions.
895
896 2011-03-01 Glenn Morris <rgm@gnu.org>
897
898 * dired.el (dired-safe-switches-p): Beef it up.
899 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
900
901 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * dired.el (dired-safe-switches-p): New function.
904
905 2011-03-01 Glenn Morris <rgm@gnu.org>
906
907 * files.el (dir-locals-collect-variables):
908 Add the ability to exclude subdirectories. (Bug#8100)
909
910 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
911
912 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
913
914 * ido.el (ido-everywhere): Doc fix.
915 (ido-mode): Doc fix.
916
917 2011-02-28 Glenn Morris <rgm@gnu.org>
918
919 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
920
921 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
922
923 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
924 shadows.
925
926 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
927
928 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
929
930 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
931
932 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
933 Fix typos in docstrings.
934
935 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
936
937 * dired-aux.el (dired-update-file-line):
938 Fix 2010-11-09 change. (Bug#8131)
939
940 2011-02-28 Eli Zaretskii <eliz@gnu.org>
941
942 * international/mule-cmds.el (set-default-coding-systems): Use the
943 -unix variant of encoding in default-keyboard-coding-system.
944 (Bug#8122)
945
946 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
947
948 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
949
950 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
951
952 * term/screen.el: New file (Bug#2650).
953
954 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
957 (pcase-mutually-exclusive-predicates): New var.
958 (pcase--split-consp, pcase--split-pred): Use it.
959 (pcase--split-equal, pcase--split-member): When splitting against
960 a pure predicate, run it to know the outcome.
961 (pcase--u1): Mark vars that are actually used.
962 (pcase--q1): Avoid introducing unused vars.
963
964 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
965
966 * calc/calc-ext.el (calc-init-extensions):
967 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
968
969 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
970 symbolic mode.
971
972 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
973 argument is a variable.
974
975 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
978 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
979 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
980
981 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
982
983 * password-cache.el (password-in-cache-p): Convenience function to
984 check if a key is in the cache, even if the value is nil.
985
986 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
987
988 * emacs-lisp/package-x.el (package--archive-contents-from-url)
989 (package--archive-contents-from-file): New functions.
990 (package-update-news-on-upload): New var.
991 (package-upload-buffer-internal): Extract archive-contents from
992 package-archive-upload-base if it is not found at archive-url.
993 Obey package-update-news-on-upload.
994 (package-upload-buffer, package-upload-file): Doc fix.
995
996 2011-02-24 Glenn Morris <rgm@gnu.org>
997
998 * files-x.el (modify-dir-local-variable): Handle dir-locals from
999 the cache, and from non-file sources.
1000
1001 * help-fns.el (describe-variable): Return consistent results when a
1002 dir-local from a file came from the cache or did not. (Bug#8095)
1003 If a dir-local has no associated file, say it came from a "directory".
1004
1005 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
1006 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
1007
1008 * files.el (dir-locals-find-file): Doc fix.
1009 Fix the check for cache elements that have no associated file,
1010 and the mtime check for those that do. (Bug#8095)
1011
1012 * dired-x.el (dired-hack-local-variables):
1013 Handle interrupts during hacking local variables. (Bug#5216)
1014
1015 * emacs-lisp/autoload.el (autoload-save-buffers)
1016 (autoload-find-destination, update-directory-autoloads):
1017 Avoid prompts when updating autoloads.
1018
1019 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1022
1023 2011-02-23 Kenichi Handa <handa@m17n.org>
1024
1025 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1026 error when a multipart boundary in the nested multipart is found.
1027
1028 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1029 header components.
1030
1031 2011-02-23 Glenn Morris <rgm@gnu.org>
1032
1033 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1034 * dired-x.el (dired-omit-mode): Safe if boolean.
1035 (dired-enable-local-variables): Fix doc and custom type.
1036 (dired-enable-local-variables, dired-local-variables-file)
1037 (dired-hack-local-variables): Make obsolete.
1038 (dired-omit-here-always): Use dir-locals.el instead.
1039
1040 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1041
1042 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * help-fns.el (describe-function-1): Don't signal an error just because
1045 the DOC file disappeared.
1046
1047 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
1048
1049 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1050 remote check to "ftp". (Bug#8089)
1051
1052 2011-02-21 Alan Mackenzie <acm@muc.de>
1053
1054 Fix bug #7930.
1055 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1056 in macros finding their way into c-state-nonlit-pos-cache.
1057 Strengthen the comments.
1058 (c-state-dump): New commented out diagnostic routine.
1059
1060 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
1061
1062 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1063 `field' property of `rfn-eshadow-overlay'.
1064
1065 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1066
1067 * net/netrc.el (netrc-parse): Comment fix.
1068
1069 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
1070
1071 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1072 Autoload. Add optional arg FRAME, and pass it to color-values.
1073 (color-complement): Caller changed. Doc fix.
1074 (color-gradient): Rewrite for better clarity and efficiency.
1075
1076 * faces.el (color-values): Use cond for clarity. Doc fix.
1077
1078 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
1079 color.el instead.
1080 (list-colors-sort-key, list-colors-print):
1081 Use color-normalized-values.
1082
1083 2011-02-20 Drew Adams <drew.adams@oracle.com>
1084
1085 * color.el: First part of merge from hexrgb.el.
1086 (color-rgb-to-hex): Rename from color-rgb->hex.
1087 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1088 saturation to zero if the value is too small.
1089 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1090 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1091 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1092 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1093 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1094 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1095 (color-cie-de2000): Doc fix.
1096
1097 2011-02-20 Alan Mackenzie <acm@muc.de>
1098
1099 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1100 locating the beginning of a macro. (Bug#7595)
1101
1102 2011-02-20 Glenn Morris <rgm@gnu.org>
1103
1104 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1105 Don't autoload it.
1106
1107 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1108 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1109
1110 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1111 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1112
1113 * progmodes/hideshow.el (hs-find-block-beginning)
1114 (hs-hide-level-recursive): Ignore comments when parsing braces
1115 (Bug#8036).
1116
1117 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1120 (vc-bzr-pull): Use it.
1121
1122 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1125 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1126 but returning an alist. Ignore comments in bzr conffile.
1127 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1128 (vc-bzr-error-regex-alist): New var.
1129 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1130
1131 * vc/vc-dispatcher.el (vc-do-async-command):
1132 Bind inhibit-read-only to t.
1133
1134 * progmodes/compile.el (compilation--flush-directory-cache):
1135 Handle the case where cdr of compilation--flush-directory-cache
1136 points to no buffer, which can occur if we previously switched to
1137 compilation-mode in a pregenerated buffer.
1138
1139 2011-02-19 Kenichi Handa <handa@m17n.org>
1140
1141 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1142 get the header copy into the temporary buffer.
1143 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1144 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1145 buffer-file-coding-system to undecided.
1146
1147 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1148
1149 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1150 Document completion with asterisk and a substring.
1151
1152 2011-02-19 Glenn Morris <rgm@gnu.org>
1153
1154 * files.el (find-file-literally): Doc fix.
1155
1156 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1157
1158 * log-edit.el (log-edit-insert-changelog):
1159 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1160
1161 2011-02-19 Glenn Morris <rgm@gnu.org>
1162
1163 * dired-x.el: Don't require dired-aux.
1164 (dired-do-create-files, dired-mark-read-regexp)
1165 (dired-do-create-files-regexp): Autoload from dired-aux.
1166
1167 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1168 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1169
1170 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1171 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1172
1173 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1174 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1175 (dired-clean-up-buffers-too): Declare.
1176
1177 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1178 * dired.el (dired-initial-position): Merge dired-x's version here.
1179 (dired-find-subdir): Declare.
1180
1181 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1182 * dired-aux.el (dired-add-entry): Give it a doc-string.
1183 Merge dired-x's dired-omit handling here.
1184 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1185
1186 * international/mule-diag.el (list-input-methods-1):
1187 Indent all lines of multi-line doc-strings. (Bug#8066)
1188
1189 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
1190
1191 Fix 2011-02-02 changes.
1192
1193 * apropos.el (apropos-print): Call apropos-mode before setting up
1194 buffer variables. Use inhibit-read-only.
1195
1196 * emacs-lisp/package.el (package--list-packages):
1197 Call package-menu-mode before setting up buffer variables.
1198
1199 * play/solitaire.el (solitaire): Call solitaire-mode before
1200 setting up buffer variables. Use inhibit-read-only.
1201
1202 2011-02-18 Lawrence Mitchell <wence@gmx.li>
1203
1204 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1205 Bind case-fold-search to nil when looking for end of here-doc.
1206
1207 2011-02-18 Eli Zaretskii <eliz@gnu.org>
1208
1209 * image-mode.el (image-toggle-display-image):
1210 Set find-file-literally non-nil in buffers visiting binary image
1211 files. (Bug#8047)
1212
1213 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * files.el (cd): Make completion obey cd-path (bug#7924).
1216
1217 2011-02-18 Glenn Morris <rgm@gnu.org>
1218
1219 * progmodes/prolog.el: Don't require compile when compiling.
1220 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1221 (compilation-forget-errors, compilation-fake-loc)
1222 (compilation-parse-errors-function, compilation-error-list): Declare.
1223 (prolog-inferior-mode): Require 'compile.
1224
1225 * emulation/cua-base.el (pc-selection-mode): Declare.
1226
1227 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1228 (customize-object): Add autoload cookie.
1229 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1230 (eieio-browse, describe-class, eieio-describe-class)
1231 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1232 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1233 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1234 * Makefile.in (autoloads): Make eieio.el writable.
1235
1236 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1237 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1238 (dired-hack-local-variables): Use inhibit-read-only.
1239 (dired-guess-default): Simplify.
1240 (dired-make-relative-symlink): Use dotimes.
1241 (dired-simultaneous-find-file): Use dolist.
1242 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1243 (dired-x-hands-off-my-keys): Doc fix.
1244 (dired-x-bind-find-file): Doc fix. Use remapping.
1245 (after-init-hook): No need to add dired-x-bind-find-file.
1246 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1247 No need to call expand-file-name.
1248 (dired-filename-at-point): Remove unused locals `end', `filename'.
1249
1250 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1253
1254 2011-02-18 Christian Ohler <ohler@gnu.org>
1255
1256 * emacs-lisp/ert.el (ert--setup-results-buffer)
1257 (ert-results-pop-to-backtrace-for-test-at-point)
1258 (ert-results-pop-to-messages-for-test-at-point)
1259 (ert-results-pop-to-should-forms-for-test-at-point)
1260 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1261 were incorrect and unnecessary. This should make `make check'
1262 pass again.
1263
1264 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1265
1266 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
1267 (allout-widgets-icons-dark-subdir): Track relocations of icons.
1268 * lisp/allout.el: Remove commentary about remove encryption
1269 passphrase mnemonic support and verification.
1270 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1271 armored text using gpg1, and indicate that the gpg version *might*
1272 be the problem in the error message.
1273
1274 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1275
1276 * net/rcirc.el (rcirc-float-time): New function.
1277 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1278 (rcirc-ctcp-sender-PING): Use it.
1279
1280 2011-02-17 Glenn Morris <rgm@gnu.org>
1281
1282 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1283 (speedbar-update-flag, speedbar-fetch-etags-command)
1284 (speedbar-fetch-etags-arguments):
1285 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1286 (term-completion-autolist, term-completion-addsuffix)
1287 (term-completion-recexact, term-completion-fignore):
1288 * term/sup-mouse.el (sup-mouse-fast-select-window):
1289 * term/x-win.el (x-select-request-type):
1290 Convert some defvars with "*" to defcustoms.
1291
1292 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1293
1294 * vc/vc.el (vc-default-previous-version):
1295 Remove alias that points nowhere. (Bug#4496)
1296
1297 * dired-x.el (dired-clean-up-after-deletion):
1298 kill-buffer does not need save-excursion.
1299 (dired-do-run-mail): Doc fix.
1300 (dired-filename-at-point): Doc fix.
1301 Use looking-at, and skip-chars rather than re search.
1302
1303 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1304
1305 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1306
1307 * allout-widgets.el: New allout extension that shows allout
1308 outline structure with graphical widgets. 'allout-widgets'
1309 customize group is an 'allout' subgroup, for easy discovery.
1310
1311 * allout.el: Include PGP and GnuPG in Keywords, and other
1312 commentary refinements.
1313 (allout-abbreviate-flattened-numbering): Rename to
1314 allout-flattened-numbering-abbreviation, and
1315 define-obsolete-variable-alias the old name.
1316 (allout-flattened-numbering-abbreviation): Rename from
1317 allout-abbreviate-flattened-numbering.
1318 (allout-mode-p): Include among autoloads, for use by other modes
1319 with impunity.
1320 (allout-listify-exposed):
1321 Use allout-flattened-numbering-abbreviation.
1322 (allout-encrypt-string): Use set-buffer-multibyte directly.
1323 (allout-set-buffer-multibyte): Remove.
1324
1325 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1326
1327 * simple.el (just-one-space): Remove useless `or' call.
1328
1329 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1330
1331 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
1332 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1333 (soap-decoded-multi-refs, soap-current-wsdl)
1334 (soap-encoded-namespaces): Rename CL-style *...* variables.
1335
1336 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
1337
1338 * net/soap-client.el: Add "comm" and "hypermedia" to the
1339 keywords. Reflow too long lines.
1340
1341 * net/soap-inspect.el: Ditto. Require 'cl.
1342
1343 2011-02-16 Bastien Guerry <bzg@altern.org>
1344
1345 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1346 in a `doctor-type' argument.
1347
1348 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1349
1350 * net/soap-client.el:
1351 * net/soap-inspect.el: New files.
1352
1353 2011-02-16 Leo <sdl.web@gmail.com>
1354
1355 * dired-x.el (dired-mode-map, dired-extra-startup):
1356 Remove dired-copy-filename-as-kill since it's already in dired.el.
1357
1358 2011-02-16 Glenn Morris <rgm@gnu.org>
1359
1360 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1361 Doc fixes. Add :set property, replacing top-level calls.
1362 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1363 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1364 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1365 (dired-clean-up-after-deletion): Use when and dolist.
1366 (dired-jump): Use unless and when.
1367 (dired-virtual): Use line-end-position.
1368 (dired-default-directory-alist): Rename from default-directory-alist.
1369 (dired-default-directory): Update for above name change.
1370 (dired-vm): Drop VM < 5 and simplify.
1371 (dired-buffer-more-recently-used-p): Rewrite.
1372 (dired-filename-at-point): Use when and or.
1373 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1374 Update callers.
1375
1376 2011-02-15 Glenn Morris <rgm@gnu.org>
1377
1378 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1379
1380 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * vc/vc-git.el (vc-git-root-log-format): New option for
1383 customizing log format.
1384 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1385 (vc-git-log-view-mode): Use it.
1386 (vc-git-expanded-log-entry): New function.
1387 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1388
1389 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1390 customizing log format.
1391 (vc-hg-print-log): Use it.
1392 (vc-hg-expanded-log-entry): New function.
1393 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1394 vc-hg-expanded-log-entry. Truncate lines in root log.
1395
1396 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1397
1398 * vc/log-view.el (log-view-mode-menu):
1399 Add log-view-toggle-entry-display.
1400
1401 2011-02-14 Glenn Morris <rgm@gnu.org>
1402
1403 * dired-x.el: Don't require man when compiling.
1404 (dired-omit-extensions, dired-local-variables-file)
1405 (dired-x-hands-off-my-keys): Make them defcustoms.
1406 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1407 (vm-visit-folder): Declare rather than defining.
1408 (dired-x-help-address, dired-x-variable-list): Remove.
1409 (dired-x-submit-report): Make it an obsolete alias.
1410
1411 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
1412
1413 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1414
1415 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1416
1417 * net/imap.el: Bring it back.
1418
1419 2011-02-13 Alan Mackenzie <acm@muc.de>
1420
1421 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1422 narrow-to-region call that cuts context off the end (Bug#7722).
1423
1424 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1425 Refactor nested if-forms with a simple cond.
1426 (c-forward-<>-arglist): Revert 2011-01-31 change.
1427
1428 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * vc/log-view.el: New command log-view-toggle-entry-display for
1431 toggling log entries between concise and detailed forms.
1432 (log-view-toggle-entry-display): New command.
1433 (log-view-mode-map): Bind RET to it.
1434 (log-view-expanded-log-entry-function): New variable.
1435 (log-view-current-entry, log-view-inside-comment-p)
1436 (log-view-current-tag): New functions.
1437 (log-view-toggle-mark-entry): Use log-view-current-entry and
1438 log-view-end-of-defun instead of searching directly with
1439 log-view-message-re.
1440 (log-view-end-of-defun): Likewise. Add optional ARG for
1441 compatibility with end-of-defun.
1442 (log-view-end-of-defun): Ignore comments and VC buttons.
1443
1444 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1445 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1446
1447 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1448
1449 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1450
1451 * net/imap-hash.el: Remove file.
1452
1453 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1454
1455 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1456
1457 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1458 call.
1459
1460 * net/tramp-imap.el: Remove file.
1461
1462 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1465 widget library for buttons, just use button.el.
1466
1467 * vc/log-view.el (log-view-mode-map): Don't inherit from
1468 widget-keymap.
1469
1470 2011-02-12 Glenn Morris <rgm@gnu.org>
1471
1472 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1473 (nintersection, set-difference, nset-difference)
1474 (set-exclusive-or, nset-exclusive-or): Doc fix.
1475
1476 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1477
1478 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1479 :italic props, so that frame-set-background-mode works. (Bug#7966)
1480
1481 * simple.el (next-error): Doc fix.
1482
1483 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1484
1485 * dired-aux.el (dired-create-files): Adapt destination name to
1486 match the new behavior of copy-directory.
1487
1488 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
1489
1490 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1491 from rmail-dont-reply-to-names. Callers changed.
1492 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1493 (rmail-dont-reply-to): Make it an obsolete alias.
1494
1495 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1496 nil, and make obsolete (Bug#7888).
1497 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1498
1499 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1500
1501 * mail/rmailsort.el (rmail-sort-by-correspondent)
1502 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1503
1504 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1505
1506 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1507
1508 * files.el (copy-directory): New argument COPY-CONTENTS for
1509 copying directory contents into another existing directory.
1510
1511 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1512
1513 * minibuffer.el (completion-table-case-fold): New function for
1514 creating a case-insensitive completion table.
1515
1516 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1517
1518 * net/tramp.el (tramp-default-method): Also check if
1519 `auth-source-search' is bound.
1520 (tramp-read-passwd): Use `auth-source-search' instead of
1521 `auto-source-user-or-password'.
1522
1523 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1524 `auto-source-user-or-password.
1525 (tramp-imap-passphrase-callback-function): Use it.
1526
1527 * net/imap-hash.el: Autoload `auto-source-search' instead of
1528 `auto-source-user-or-password.
1529 (imap-hash-open-connection): Use it.
1530
1531 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1532 `auto-source-user-or-password.
1533 (smtpmail-try-auth-methods): Use it.
1534
1535 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1536
1537 * emacs-lisp/package.el: Allow packages to be reinstalled.
1538 (package--write-file-no-coding): Remove EXCL arg.
1539 (package-unpack-single): Don't use it.
1540
1541 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1542
1543 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1544 in each sub directory.
1545 (vc-svn-registered): Use vc-svn-root.
1546 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1547 (vc-svn-repository-hostname): Use "svn info".
1548
1549 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1550
1551 * simple.el (delete-trailing-whitespace): New optional buffer
1552 bound parameters.
1553
1554 2011-02-11 Bastien Guerry <bzg@altern.org>
1555
1556 * files.el (basic-save-buffer): save unmodified buffers when
1557 the file pointed by buffer-file-name doesn't exist.
1558
1559 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1560
1561 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1562
1563 2011-02-11 Glenn Morris <rgm@gnu.org>
1564
1565 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1566
1567 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1568
1569 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1570
1571 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * server.el (server-process-filter): Use pcase.
1574
1575 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1576 conflicting ways.
1577 (smie-indent--parent): Extend to "parent of arg".
1578 (smie-indent-inside-string): New function.
1579 (smie-indent-functions): Use it.
1580
1581 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1582 bzr locking race condition.
1583
1584 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1585 still valid before using it.
1586
1587 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1588 `message' -> `compilation-message' rename (bug#8004).
1589
1590 Move keymap initialization into declaration.
1591 * textmodes/enriched.el (enriched-mode-map):
1592 * textmodes/bib-mode.el (bib-mode-map):
1593 * term/lk201.el (lk201-function-map):
1594 * tar-mode.el (tar-mode-map):
1595 * replace.el (occur-mode-map):
1596 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1597 * progmodes/idlw-help.el (idlwave-help-mode-map):
1598 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1599 * play/solitaire.el (solitaire-mode-map):
1600 * play/snake.el (snake-mode-map, snake-null-map):
1601 * play/pong.el (pong-mode-map):
1602 * play/handwrite.el (menu-bar-handwrite-map):
1603 * play/gametree.el (gametree-mode-map):
1604 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1605 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1606 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1607 (newsticker--url-keymap):
1608 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1609 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1610 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1611 (menu-bar-edit-menu, menu-bar-custom-menu)
1612 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1613 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1614 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1615 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1616 (menu-bar-tools-menu, menu-bar-describe-menu)
1617 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1618 (menu-bar-help-menu):
1619 * mail/rmailsum.el (rmail-summary-mode-map):
1620 * kmacro.el (kmacro-step-edit-map):
1621 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1622 (ibuffer-mode-operate-map):
1623 * hi-lock.el (hi-lock-menu, hi-lock-map):
1624 * emulation/vip.el (vip-mode-map):
1625 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1626 * bookmark.el (bookmark-bmenu-mode-map):
1627 * help-mode.el (help-mode-map): Move initialization into declaration.
1628
1629 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1630
1631 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1632 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1633 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1634 (rcirc-cmd-me, rcirc-authenticate): Use them.
1635
1636 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1637
1638 * allout.el: Synopsis: Change allout user configuration so
1639 auto-activation is controlled solely by customization
1640 `allout-auto-activation'.
1641
1642 (allout-auto-activation-helper, allout-setup): New autoloads
1643 implement new custom set procedure for allout-auto-activation.
1644 Also, explicitly invoke (allout-setup) after allout-auto-activation
1645 is custom-defined, to affect the settings in emacs sessions besides
1646 the few where allout-auto-activation customization is done.
1647 (allout-auto-activation): Use allout-auto-activation-helper to
1648 :set. Revise the docstring.
1649 (allout-init): Reduce functionality to just customizing
1650 allout-auto-activation, and mark obsolete.
1651 (allout-mode): Respect string values for allout-auto-activation.
1652 Run allout-after-copy-or-kill-hook without any args.
1653 (allout-mode, allout-layout, allout-default-layout)
1654 (outlineify-sticky): Adjust docstring for new scheme.
1655 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1656 should concentrate on the kill ring.
1657
1658 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1659
1660 * password-cache.el (password-cache-remove): Accept secrets that are
1661 not strings.
1662
1663 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1666 of here-doc that immediately follows a comment.
1667
1668 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1669
1670 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1671
1672 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1673 available.
1674 (rcirc-ctcp-sender-PING): New function.
1675
1676 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1679 Remove the mark/nomark handling, and activate shift-select-mode instead.
1680
1681 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1682
1683 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1684
1685 * calc/calc-units.el (math-logunits-quant): Add support for
1686 non-logarithmic units.
1687
1688 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1689
1690 * allout.el (allout-after-copy-or-kill-hook): New hook for
1691 extension-specific processing of killed text.
1692 (allout-mode): Include new allout-after-copy-or-kill-hook among
1693 mentioned hooks.
1694 (allout-kill-line, allout-kill-topic): Ensure that processing
1695 after kill happens even if barf-if-buffer-read-only is raised.
1696 Include new allout-after-copy-or-kill-hook among that subsequent
1697 processing.
1698 (allout-deannotate-hidden): Actually remove the annotation text
1699 properties.
1700
1701 * allout.el (allout-listify-exposed): Copy text sans text properties.
1702
1703 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1704
1705 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1706
1707 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1708
1709 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1710
1711 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1712
1713 * calc/calc.el (calc-logunits-field-reference): Rename from
1714 `calc-default-field-reference-level'.
1715 (calc-logunits-power-reference): Rename from
1716 `calc-default-power-reference-level'.
1717
1718 * calc/calc-units.el (math-logunits-quant): Rename from
1719 `math-logunits-level'
1720 (math-logunits-plus): Rename from math-logcombine.
1721 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1722 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1723 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1724 New functions.
1725 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1726 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1727 (calc-logunits-quantity): Rename from `calc-level'.
1728 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1729 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1730 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1731 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1732 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1733 New functions.
1734
1735 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1736 (calc-ul-prefix-help): Remove.
1737 (calc-l-prefix-help): New function.
1738 (calc-full-help): Add reference to `calc-l-prefix-help'.
1739
1740 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1741
1742 * calc/README: Mention logarithmic units.
1743
1744 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1747 non-ASCII characters (Bug#7925).
1748
1749 2011-02-05 Glenn Morris <rgm@gnu.org>
1750
1751 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1752
1753 * calendar/diary-lib.el (diary-font-lock-keywords):
1754 Tweak diary-time-regexp match. (Bug#7891)
1755
1756 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1757 (f90-mode): Use it for mode's `find-tag-default-function' property.
1758
1759 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1760
1761 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1762
1763 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1764
1765 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1766 (Bug#6386).
1767
1768 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1771 font-lock-syntax-table remappings.
1772 (sh-here-doc-markers, sh-here-doc-re): Remove.
1773 (sh-font-lock-close-heredoc): Remove.
1774 (sh-syntax-propertize-here-doc): New function.
1775 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1776 instead of the sh-here-doc-re.
1777 (sh-font-lock-paren): Don't do anything in comments or strings.
1778 Handle line continuations. Accept a few more chars.
1779 Don't rely on the font-lock-syntax-table remappings.
1780 `esac' is not a valid pattern.
1781 (sh-syntax-propertize-function): Handle here-docs differently, so we
1782 don't bother syntax-propertizing the insides.
1783
1784 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1785 Handle new bashisms ";&" and ";;&" (bug#7947).
1786
1787 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1788
1789 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1790 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1791
1792 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1793
1794 * net/tramp.el (tramp-postfix-method-format)
1795 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1796 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1797 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1798 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1799 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1800 Doc fix.
1801
1802 2011-02-04 Sam Steingold <sds@gnu.org>
1803
1804 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1805
1806 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1807
1808 * international/mule-util.el (with-coding-priority): Doc fix.
1809
1810 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1811
1812 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1813
1814 2011-02-03 Sam Steingold <sds@gnu.org>
1815
1816 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1817 Do not error out when `func' is nil.
1818
1819 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1820
1821 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1822 `tramp-default-remote-path' to the docstring.
1823 (tramp-get-remote-path): Suppress error message when `getconf
1824 PATH' fails.
1825
1826 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1827
1828 2011-02-03 Glenn Morris <rgm@gnu.org>
1829
1830 * vc/vc-hg.el (vc-hg-command): Doc fix.
1831
1832 * term/w32-win.el (libpng-version): Declare for compiler.
1833
1834 * msb.el: No need to load dired while compiling.
1835
1836 * emacs-lisp/elint.el (elint-standard-variables):
1837 Remove a couple of built-ins that now have doc-strings.
1838
1839 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1840 `require' is automatically `eval-and-compile'd.
1841
1842 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1843 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1844
1845 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1846 Move definition before use.
1847 (strokes-report-bug): Make it obsolete.
1848
1849 2011-02-02 Sam Steingold <sds@gnu.org>
1850
1851 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1852 from `special-mode', entering it makes the buffer read-only, so
1853 call it only when everything has been already inserted.
1854 * emacs-lisp/ert.el (ert--setup-results-buffer)
1855 (ert-results-pop-to-backtrace-for-test-at-point)
1856 (ert-results-pop-to-messages-for-test-at-point)
1857 (ert-results-pop-to-timings): Ditto.
1858 * emacs-lisp/package.el (package--list-packages): Ditto.
1859 * play/solitaire.el (solitaire): Ditto.
1860
1861 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * progmodes/compile.el: Make all faces inherit.
1864 (compilation-warning): Inherit from font-lock-variable-name-face.
1865 (compilation-info): Inherit from font-lock-type-face.
1866 (compilation-line-number): Reassign to font-lock-keyword-face.
1867 (compilation-column-number): Reassign to font-lock-doc-face.
1868 (compilation-leave-directory-face): Reassign to
1869 font-lock-builtin-face.
1870
1871 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1872
1873 * dired.el (dired-insert-directory): Don't invoke `ls' when
1874 ls-lisp.el is used to emulate it.
1875
1876 2011-02-01 Julien Danjou <julien@danjou.info>
1877
1878 * color.el (color-gradient): Add a color-gradient function.
1879
1880 2011-02-01 Sam Steingold <sds@gnu.org>
1881
1882 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1883 bind "z" to `kill-this-buffer'.
1884 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1885 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1886 (apropos-mode): Inherit from `special-mode'.
1887 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1888 * bookmark.el (bookmark-bmenu-mode): Define using
1889 `define-derived-mode' inheriting from `special-mode'.
1890 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1891 * image-mode.el (image-mode-map): Ditto.
1892 * replace.el (occur-mode): Define using
1893 `define-derived-mode' inheriting from `special-mode'.
1894 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1895 * calendar/diary-lib.el (diary-fancy-display-mode):
1896 Inherit from `special-mode-map'.
1897 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1898 Inherit from `special-mode'.
1899 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1900 `special-mode-map'.
1901 (package-menu-mode): Define using `define-derived-mode'
1902 inheriting from `special-mode'.
1903 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1904 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1905 (xesam-mode-map): Define separately.
1906 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1907 * progmodes/compile.el (compilation-minor-mode-map)
1908 (compilation-mode-map): Inherit from `special-mode-map'.
1909 * vc/diff-mode.el (diff-mode-shared-map):
1910 Inherit from `special-mode-map'.
1911 * vc/log-view.el (log-view-mode-map): Add a comment.
1912
1913 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * custom.el (load-theme): Define return value. Drop use of
1916 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1917 (custom-theme-load-confirm): Scroll in the correct window.
1918 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1919
1920 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1921 checkbox if load-theme fails.
1922
1923 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * progmodes/compile.el (compilation-next-error): Check there's
1926 a message before using it (bug#7941).
1927
1928 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1929
1930 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1931 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1932 of potential pivots.
1933
1934 2011-01-31 Alan Mackenzie <acm@muc.de>
1935
1936 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1937 Continue parsing if we encounter a naked # (Bug#7595).
1938 (c-beginning-of-statement): Avoid loop in locating the beginning
1939 of a macro. (Not actually committed until 2011-02-20, see above).
1940
1941 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * files.el (copy-directory): Fix arguments to recursive call.
1944
1945 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * files.el (copy-directory): If destination is an existing
1948 directory, copy into a subdirectory there.
1949
1950 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1951
1952 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1953 files.
1954
1955 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1956
1957 * image-dired.el (image-dired-mouse-display-image): No-op if no
1958 file is found (Bug#7817).
1959
1960 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1961
1962 2011-01-31 Kenichi Handa <handa@m17n.org>
1963
1964 * international/quail.el (quail-keyboard-layout-alist):
1965 Remove superfluous SPC for "pc105-uk" (bug#7927).
1966
1967 2011-01-31 Glenn Morris <rgm@gnu.org>
1968
1969 * msb.el (msb-menu-bar-update-buffers): Update for changed
1970 argument handling of menu-bar-select-frame. (Bug#7902)
1971
1972 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1975 to the recursion depth (Bug#7722).
1976
1977 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1978
1979 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1980 command-line-default-directory (Bug#7872).
1981
1982 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * progmodes/compile.el (compilation--flush-directory-cache):
1985 New function, extracted from compilation--remove-properties.
1986 (compilation--remove-properties, compilation--parse-region): Use it.
1987 (compilation--previous-directory): Handle one more case.
1988 (compilation-enable-debug-messages): Remove.
1989 (compilation-parse-errors, compilation--flush-parse): Just remove the
1990 left over debug messages.
1991
1992 2011-01-31 Sam Steingold <sds@gnu.org>
1993
1994 * progmodes/compile.el (compilation-enable-debug-messages):
1995 Add a variable to make the parsing messages introduced in
1996 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1997 (compilation-parse-errors, compilation--flush-parse): Use it.
1998
1999 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2000
2001 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2002 (rcirc-nick-completion-format): New defcustom.
2003 (rcirc-complete): Use it.
2004
2005 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2006
2007 * net/rcirc.el: Clean log filenames (Bug#7933).
2008 (rcirc-log-write): Use convert-standard-filename.
2009 (rcirc-log-filename-function): Documentation updates.
2010
2011 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
2012
2013 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
2014 Check report-emacs-bug-can-use-osx-open and use that if t.
2015 (report-emacs-bug-can-use-osx-open): New function.
2016 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
2017 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
2018
2019 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2022 updating Dired or VC-dir buffers after async command completes.
2023
2024 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2025 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2026
2027 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2028 completions if it exists. Use vc-set-async-update.
2029 (vc-git-pull): Use vc-set-async-update.
2030
2031 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2032 read-shell-command. Use vc-set-async-update.
2033 (vc-hg-merge-branch): Use vc-set-async-update.
2034
2035 2011-01-29 Daiki Ueno <ueno@unixuser.org>
2036
2037 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2038 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
2039 (Bug#7931).
2040
2041 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * progmodes/compile.el: Avoid an N² behavior in grep.
2044 (compilation--previous-directory): New fun.
2045 (compilation--previous-directory-cache): New var.
2046 (compilation--remove-properties): Flush it.
2047 (compilation-directory-properties, compilation-error-properties):
2048 Use the new fun to speed up looking for the current directory.
2049
2050 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * vc/vc-hg.el (vc-hg-history): New var.
2053 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2054 (vc-hg-merge-branch): New function.
2055
2056 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2057 the other way around.
2058
2059 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2060 (vc-git-merge-branch): New functions.
2061 (vc-git-history): New var.
2062
2063 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2066
2067 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2068 vc-do-async-command.
2069
2070 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2071 Callers changed.
2072
2073 2011-01-28 Leo <sdl.web@gmail.com>
2074
2075 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
2076 highlighting to the "this function is advised" message.
2077
2078 * help-mode.el (help-mode-finish): Apply highlighting here, to
2079 avoid clobbering by substitute-command-keys (Bug#6304).
2080
2081 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * woman.el (woman0-roff-buffer): Process roff escape sequences
2084 occurring prior to the first request (Bug#7843).
2085
2086 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * progmodes/compile.el: Don't use font-lock any more.
2089 (compilation-error-regexp-alist-alist): Change handling of makepp
2090 so it preserves the warning/error distinction on subsequent files.
2091 Simplify various rules.
2092 (compilation-directory-properties): Use font-lock-face.
2093 Add a compilation-message property.
2094 (compilation-internal-error-properties): Use font-lock-face.
2095 Don't set the compilation-debug property here.
2096 (compilation--put-prop, compilation--remove-properties)
2097 (compilation--parse-region, compilation--ensure-parse)
2098 (compilation--ensure-parse): New functions.
2099 (compilation-parse-errors): New function, largely inspired of
2100 compilation-mode-font-lock-keywords. Set compilation-debug here.
2101 (compilation--parsed): New var.
2102 (compilation--flush-parse): Use compilation--ensure-parse.
2103 (compilation-start): Don't call font-lock.
2104 (compilation-turn-on-font-lock): Remove.
2105 (compilation-setup): Don't set font-lock-extra-managed-props not change
2106 other font-lock settings, other than keywords.
2107 Don't activate font-lock-mode.
2108 Set change-major-mode-hook and before-change-functions.
2109 (compilation--unsetup): Remove properties and hooks.
2110 (compilation-next-single-property-change): New function.
2111 (compilation-next-error): Use it to parse when needed.
2112 (compile-goto-error): Parse buffer as needed.
2113 (compilation--compat-error-properties): Don't need a dummy `face'
2114 property any more.
2115
2116 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2119 (compilation-process-setup-function): Fix docstring's false promises.
2120 (compilation-error-regexp-alist-alist): Catch omake's continuous
2121 recompilation message and avoid reuse of old markers.
2122 (compilation-parse-errors-function): Declare obsolete.
2123 (compilation-buffer-modtime): Remove.
2124 (compilation--make-cdrloc, compilation--loc->col)
2125 (compilation--loc->line, compilation--loc->file-struct)
2126 (compilation--loc->marker, compilation--loc->visited)
2127 (compilation--make-file-struct, compilation--file-struct->file-spec)
2128 (compilation--file-struct->formats)
2129 (compilation--file-struct->loc-tree): New macros. Use them.
2130 (compilation--message): New defstruct. Use them.
2131 (compilation-next-error-function): Don't mess with timestamps to try
2132 and guess when to reparse.
2133
2134 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2137 (tex-old-error-file-name): New function,
2138 extracted from tex-compilation-parse-errors.
2139 (tex-compilation-parse-errors): Remove.
2140 (tex-error-regexp-alist): New var.
2141 (tex-shell): Use it to avoid compilation-parse-errors-function.
2142
2143 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2144 (grep-mode-font-lock-keywords): Remove regexp that seems like
2145 a left-over from before we used compile.el.
2146 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2147 modifying the buffer within with-silent-modifications.
2148
2149 * progmodes/compile.el: Cleanup text-properties namespace by using
2150 `compilation-message' instead of `message', `compilation-directory'
2151 instead of `directory', and `compilation-debug' instead of `debug'.
2152 (compilation-last-buffer, compilation-parsing-end)
2153 (compilation-error-list, compilation-old-error-list): Move to the
2154 compatibility part of the code.
2155 (compilation-error-properties): If `file' is a function, let it return
2156 a file name.
2157 (compilation-mode-font-lock-keywords): Be more conservative with the
2158 omake "^ *" pattern prefix, to try and minimize the risk of
2159 pathologically slow regexp matching.
2160 (compilation-start): Use inhibit-read-only.
2161 (compilation--unsetup): New function.
2162 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2163 (compilation-filter): Minor tweaks.
2164 (compilation-next-error-function): Try and avoid abusing variables.
2165 (compilation--flush-file-structure): New fun.
2166 (compilation-fake-loc): Use it to improve behavior when file is reused.
2167 (debug-ignored-errors): Add "Moved past last ...".
2168 (compilation--compat-error-properties)
2169 (compilation--compat-parse-errors): Rename by doubling the "-".
2170
2171 Port features from the previous prolog.el to the new one.
2172 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2173 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2174 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2175 variable and use a function to compute the value dynamically.
2176 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2177 (prolog-continued-prompt-regexp): Remove, unused.
2178 (prolog-find-value-by-system): Try and use the value of prolog-system
2179 in the *prolog* buffer if it helps.
2180 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2181 (prolog-zip-on): ..and check prolog-system and version here instead.
2182 (prolog-inferior-self-insert-command): New command.
2183 (prolog-inferior-mode-map): Use it.
2184 (prolog-inferior-error-regexp-alist): New var.
2185 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
2186 (prolog-input-filter): Use derived-mode-p.
2187 (prolog-inferior-guess-flavor): New function.
2188 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2189 make-comint to avoid running comint-mode twice.
2190 (prolog-inferior-buffer): New fun.
2191 (prolog-old-process-region, prolog-old-process-file):
2192 Don't call prolog-bsts here...
2193 (prolog-build-prolog-command): ...do it here instead.
2194 (prolog-old-process-region, prolog-old-process-file):
2195 Use compilation-fake-loc and compilation-forget-errors.
2196 (prolog-consult-compile-region): Use bolp.
2197
2198 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2201
2202 2011-01-27 Sam Steingold <sds@gnu.org>
2203
2204 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2205 Remove "*server*" which is never created by emacs server.
2206
2207 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2208
2209 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2210 there are some diff switches.
2211
2212 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2215 Copy change made to ruby-font-lock-syntactic-keywords.
2216
2217 * htmlfontify.el: Make it obey the font-lock-face text property.
2218 Miscellaneous cleanup such as:
2219 - Don't hide expressions after a closing paren.
2220 - Move initial setq into let.
2221 - Hoist common parts out of ifs.
2222 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2223 (hfy-face-at): Use get-text-property instead.
2224 (hfy-prop-invisible-p): Use invisible-p if available.
2225 (htmlfontify-manual): Use \\[...].
2226 (hfy-html-quote-regex): Use [...].
2227 (hfy-combined-face-spec): Simplify.
2228 (hfy-compile-face-map): Don't presume point-min==1.
2229 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2230 match end of string.
2231 (hfy-text-p): η-reduce.
2232 (hfy-tags-for-file): Receive cache-hash directly.
2233 (hfy-mark-tag-names): Adjust call.
2234
2235 2011-01-27 Glenn Morris <rgm@gnu.org>
2236
2237 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2238 (msb-after-load-hook): Remove eval-after-load wackiness.
2239
2240 2011-01-25 Sam Steingold <sds@gnu.org>
2241
2242 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2243 literal "diff" (important for windows-nt).
2244
2245 2011-01-25 Glenn Morris <rgm@gnu.org>
2246
2247 * emacs-lisp/copyright.el (copyright-at-end-flag)
2248 (copyright-names-regexp): Add safety properties.
2249 (copyright-year-ranges): New option.
2250 (copyright-find-end): New function, split from copyright-update-year.
2251 (copyright-update-year): Use copyright-find-end.
2252 (copyright-fix-years): Optionally, convert years to ranges.
2253 Handle years continued over comment lines.
2254 Do not mess with the fill-prefix.
2255 Do not call copyright-update.
2256 (copyright-update-directory): Optionally, fix years rather than update.
2257 Skip directories. Find files with only safe local vars.
2258
2259 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * files.el (file-name-non-special): Only change buffer-file-name after
2262 insert-file-contents if it's `visit'ing the file (bug#7854).
2263
2264 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * dired.el (dired-revert): Doc fix (Bug#7758).
2267
2268 * simple.el (line-move-visual): Doc fix (Bug#7594).
2269
2270 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
2271
2272 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2273 here-doc which ends with an underscore.
2274 (ruby-mode-set-encoding): Skip shebang line always.
2275 (ruby-mode-map): Bind C-c C-c to comment-region.
2276 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
2277 (ruby-forward-sexp): Stop after literal hash key labels.
2278 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2279 bracket.
2280
2281 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
2282
2283 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2284 the correct buffer (Bug#7650).
2285
2286 2011-01-25 Glenn Morris <rgm@gnu.org>
2287
2288 * comint.el (comint-mode): Doc fix. (Bug#7897)
2289
2290 * simple.el (do-auto-fill): Give it a doc string.
2291
2292 * button.el (make-text-button): Doc fix. (See bug#7881)
2293
2294 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2297 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2298
2299 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2300 Handle ?" and friends differently (e.g. don't use backrefs).
2301
2302 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2303
2304 * calc/calc.el (calc-default-power-reference-level)
2305 (calc-default-field-reference-level): New variables.
2306 * calc/calc-units.el (math-standard-units): Add dB and Np.
2307 (math-logunits): New variable.
2308 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2309 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
2310 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2311 New functions.
2312 (math-find-base-units-rec): Add entry for ln(10).
2313 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2314 (calc-ul-prefix-help): New function.
2315 * calc/calc-ext.el (calc-init-extensions): Autoload new units
2316 functions. Add keybindings for new units functions.
2317
2318 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2319
2320 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
2321 rcirc buffers. (Bug#4940)
2322
2323 2011-01-22 Glenn Morris <rgm@gnu.org>
2324
2325 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2326 split out from copyright-update-year.
2327 (copyright-update): Don't mess with the GPL version if we don't own the
2328 copyright. Update license regexp, and remove no longer needed
2329 Esperanto stuff.
2330 (copyright-fix-years): Use copyright-find-copyright.
2331
2332 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2333
2334 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2335
2336 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2337
2338 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2339 (lm): Rename to landmark.
2340 (lm-test-run): Rename to landmark-test-run.
2341
2342 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2345 "Case sensitive" menu item.
2346
2347 2011-01-22 Roland McGrath <roland@frob.com>
2348
2349 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2350 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2351
2352 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2355
2356 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2357
2358 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2359 Assume foo(bar) is a manpage reference rather than some unquoted
2360 symbol (bug#7705).
2361
2362 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2365 Suggested by Flo <sensorflo@gmail.com>.
2366
2367 2011-01-22 Glenn Morris <rgm@gnu.org>
2368
2369 * progmodes/compile.el (compilation-error-regexp-alist):
2370 Fix custom type. (Bug#7812)
2371
2372 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2373
2374 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2375 allout-number-siblings, in keeping with what obtained due to
2376 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2377 (prefixed) ?i.
2378 (allout-before-change-handler): Better expose spots affected by
2379 undo.
2380
2381 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2382
2383 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2384
2385 2011-01-22 Phil Hagelberg <phil@evri.com>
2386
2387 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2388 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2389 (pcmpl-ssh-config-hosts): New function.
2390 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2391 pcmpl-ssh-known-hosts.
2392
2393 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2394
2395 * calc/calc-undo.el (calc-undo): Autoload it.
2396 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2397 and autoload for `calc-undo'.
2398 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2399 * calc/calc-prog.el:
2400 * calc/calc-graph.el:
2401 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
2402
2403 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2404
2405 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2406 keybindings to `calc-undo'.
2407
2408 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 Don't mess with *temp*.
2411 * obsolete/spell.el: Move from textmodes/spell.el.
2412 (spell-string):
2413 * term.el (term-read-input-ring):
2414 * startup.el (display-startup-echo-area-message):
2415 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2416 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2417 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2418 point-min==1.
2419
2420 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2421
2422 * allout.el (allout-institute-keymap): Use fset instead of
2423 reapplying defalias.
2424
2425 (allout-hotspot-key-handler): Check for non-control-modified
2426 bindings for hotspot characters if there are no control-modified
2427 versions.
2428
2429 * allout.el: Summary - migrate to defining allout mode using
2430 define-minor-mode instead of defun. Significantly clean-up
2431 internal keymap provisions, refactoring and, in the process,
2432 removing a lot of accumulated cruft.
2433
2434 allout-mode-map is now a keymap by virtue of being a defalias to
2435 allout-mode-map-value, which contains the actual keymap structure.
2436
2437 (allout-mode): Use define-minor-mode rather than defun.
2438 Remove now-unnecessary minor-mode setup activities from the body.
2439 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2440 entry will be '(allout-mode . allout-mode-map) - see
2441 allout-mode-map-value, below. Adjust docstring to track changes.
2442 (allout-minor-mode): Remove this defalias, now that we're using
2443 define-minor-mode.
2444 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2445 keymap is allout-mode-map-value, via defalias.
2446 (allout-mode-map-value): The variable holding the actual mode
2447 keymap structure, by virtue of defalias from allout-mode-map.
2448 (allout-compose-and-institute-keymap): Rename from
2449 allout-bind-keys, and including the binding-composition
2450 functionality of the former produce-allout-mode-map and
2451 allout-setup-mode-map.
2452 (allout-institute-keymap): Take over the "setup" part of the former
2453 allout-setup-mode-map. Reassign allout-mode-map-value value and
2454 update the defalias.
2455 (allout-command-prefix, allout-prefixed-keybindings)
2456 (allout-unprefixed-keybindings):
2457 Use allout-compose-and-institute-keymap to process the bindings.
2458 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
2459 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
2460 user can customize if they want to use that binding.
2461 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2462 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
2463 elided that, previously, instead of the one for \C-h.)
2464 (allout-hotspot-key-handler): Remove attempt to resolve the key
2465 through the literal key-string lookup on allout-keybindings-list.
2466 That probably hasn't worked for a Long Time, and removal of
2467 allout-keybindings-list further simplifies the keybindings situation.
2468 (allout-pre-command-business): Use allout-mode-map-value instead
2469 of allout-mode-map.
2470 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2471 the bindings if they want to use a keybinding having a trailing
2472 \C-h. No deprecation needed since this feature was never in a release.
2473 (allout-keybindings-list): Remove. It's not been useful for a
2474 while. (See allout-hotspot-key-handler changes, above.)
2475 (produce-allout-mode-map): Remove. Consolidate into
2476 allout-compose-and-institute-keymap.
2477 (allout-mode-map-adjustments): Remove. No longer necessary with
2478 removal of allout-preempt-trailing-ctrl-h.
2479 (allout-setup-mode-map): Remove. Consolidate into
2480 allout-compose-and-institute-keymap and allout-institute-keymap.
2481
2482 2011-01-20 Glenn Morris <rgm@gnu.org>
2483
2484 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2485
2486 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2487
2488 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2491
2492 * files.el (find-alternate-file, basic-save-buffer)
2493 (basic-save-buffer-2, revert-buffer, recover-file)
2494 (kill-buffer-ask, abort-if-file-too-large)
2495 (set-visited-file-name, write-file, backup-buffer)
2496 (basic-save-buffer, save-some-buffers):
2497 * dired-aux.el (dired-compress-file): Callers changed.
2498
2499 2011-01-19 Glenn Morris <rgm@gnu.org>
2500
2501 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2502 Also check the property status. (Bug#7861)
2503
2504 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * net/tramp.el (tramp-debug-message): Extend function exclude
2507 list. Use `regexp-opt'.
2508
2509 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2512 highlighting doesn't spill over subsequent lines.
2513
2514 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2515 keymap expression. Improve docstring.
2516
2517 * electric.el (electric-indent-post-self-insert-function):
2518 Don't auto-indent for indent-to-left-margin, it's too often
2519 counter-productive.
2520
2521 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2522
2523 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2524 spaces if the frame was resized, so that the full visible buffer
2525 serves as canvas for strokes.
2526
2527 2011-01-16 Glenn Morris <rgm@gnu.org>
2528
2529 * info-xref.el (info-xref-docstrings): Replace cl function.
2530 Also skip directories.
2531
2532 2011-01-16 Kevin Ryde <user42@zip.com.au>
2533
2534 * info-xref.el: Version 3.
2535 (info-xref-check, info-xref-check-all): Move commentary details
2536 into docstrings for better visibility.
2537 Use compilation-mode for the results buffer.
2538 (info-xref-output, info-xref-output-error, info-xref-with-output)
2539 (info-xref-filename, info-xref-in-progress):
2540 New internals for this.
2541 (info-xref-check-list, info-xref-check-buffer)
2542 (info-xref-check-all-custom): Use those.
2543 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2544 (info-xref-output-heading): Rename from info-xref-filename-heading.
2545 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2546 (info-xref-filename-heading): Move to output managing section.
2547 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2548 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2549 (info-xref-subfile-p): Move to generic section with those two.
2550 (info-xref-check-node): New function split from
2551 info-xref-check-buffer, shared by info-xref-docstrings.
2552 (info-xref-goto-node-p): Move to a checking section with that func.
2553 (info-xref-unavail): New counter.
2554 (info-xref-check-node): Use it.
2555 (info-xref-with-output): Show count of unavailables at end of output.
2556 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2557 symlinks. Exclude .texi files. Exclude Emacs backup files.
2558 (info-xref-check-all-custom): Fix quietening viper-mode and
2559 gnus-registry-install -- use setq not let so as not to unbind
2560 after load.
2561
2562 2011-01-16 Juri Linkov <juri@jurta.org>
2563
2564 * isearch.el (isearch-abort): Don't quit if search has
2565 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2566
2567 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2568
2569 * files.el (backup-buffer): Make last-resort backup file in
2570 .emacs.d (Bug#6953).
2571
2572 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2573 make it with permission 700.
2574
2575 2011-01-15 Kenichi Handa <handa@m17n.org>
2576
2577 * mail/rmailmm.el (rmail-mime-insert-header):
2578 Set rmail-mime-coding-system to a cons whose car is the last coding
2579 system used to decode the header.
2580 (rmail-mime-find-header-encoding): New function.
2581 (rmail-mime-insert-decoded-text):
2582 Override rmail-mime-coding-system if it is a cons.
2583 (rmail-show-mime): If only a header part was decoded, find the
2584 coding system while ignoring mm-charset-override-alist.
2585
2586 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2589
2590 2011-01-15 Kenichi Handa <handa@m17n.org>
2591
2592 * mail/rmailmm.el (rmail-mime-next-item)
2593 (rmail-mime-previous-item): Delete them.
2594 (rmail-mime-shown-mode): Recursively call for children.
2595 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2596 Callers changed.
2597 (rmail-mime-raw-mode): Recursively call for children.
2598 (rmail-mode-map): Change mapping of tab and backtab to
2599 forward-button and backward-button respectively.
2600 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2601 button.
2602 (rmail-mime-update-tagline): New function.
2603 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2604 body display is changed.
2605 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2606 (rmail-mime-image): Delete this button type.
2607 (rmail-mime-toggle): New button type.
2608 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2609 body display is changed. Change the save button label to "Save".
2610 Don't process show/hide button here.
2611 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2612 the body display is changed. Unconditionally call
2613 rmail-mime-insert for children.
2614 (rmail-mime-handle): Update `display' vector of the just inserted
2615 entity.
2616 (rmail-mime-process): If mail-header-parse-content-type returns
2617 nil, use "text/plain" as the fallback type.
2618 (rmail-mime-insert): For raw-mode, recursively call
2619 rmail-mim-insert for children.
2620 (rmail-mime): Handle the case that the current buffer is not rmail
2621 buffer (e.g. in summary buffer).
2622
2623 2011-01-15 Kenichi Handa <handa@m17n.org>
2624
2625 * mail/rmailmm.el (rmail-mime-next-item)
2626 (rmail-mime-previous-item): Skip the body of a non-multipart
2627 entity if a tagline is shown.
2628
2629 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2632 (tmm-prompt): Simplify.
2633 (tmm-add-prompt): Remove unused var `win'.
2634
2635 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2636 to minor mode which used nil accidentally to mean "turn off".
2637
2638 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2639
2640 * net/tramp-sh.el (tramp-find-inline-compress)
2641 (tramp-get-inline-coding): Quote command after pipe symbol for
2642 local calls under W32. (Bug#6784)
2643
2644 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2645
2646 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2647 only when running under W32.
2648
2649 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2650
2651 * progmodes/grep.el (grep-compute-defaults): Quote the program
2652 file name after the pipe symbol in Grep templates. (Bug#6784)
2653 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2654
2655 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2656
2657 * buff-menu.el (Buffer-menu-buffer-list): New var.
2658 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2659 restricted buffer list is not lost on revert (Bug#7749).
2660
2661 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2662
2663 * net/ldap.el (ldap-search-internal): Discard stderr output.
2664
2665 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2666
2667 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2668
2669 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2670
2671 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2672
2673 2011-01-15 Kenichi Handa <handa@m17n.org>
2674
2675 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2676 part as a plain text.
2677 (rmail-mime-process-multipart): Set the default content-type to
2678 nil for unknown multipart subtypes (bug#7651).
2679
2680 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * hexl.el (hexl-mode-old-*): Remove.
2683 (hexl-mode--old-var-vals): New var to replace them.
2684 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2685 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2686 Use them to set local vars (bug#7846).
2687 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2688 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2689 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2690
2691 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2692 (smerge-resolve--normalize-re): New var.
2693 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2694 (smerge-resolve): Use them.
2695 * newcomment.el (comment-only-p): New function.
2696 (comment-or-uncomment-region): Use it.
2697
2698 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2699
2700 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2701 table, get the value before switching to the output buffer. (Bug#7733)
2702
2703 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2706
2707 2011-01-14 Kim F. Storm <storm@cua.dk>
2708
2709 * emulation/cua-base.el (cua--init-keymaps):
2710 Remap exchange-point-and-mark in cua-global-keymap.
2711
2712 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2713
2714 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2715 loop keyword.
2716
2717 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2720 Require CL.
2721 (easy-menu-create-menu, easy-menu-convert-item-1):
2722 Use :label rather than nil for labels. Use `case'.
2723 Add :enable as alias for :active.
2724 (easy-menu-binding): Obey :label.
2725
2726 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 Use run-mode-hooks for major mode hooks (bug#513).
2729 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2730 Rename from reftex-toc-map.
2731 (reftex-toc-mode): Use define-derived-mode.
2732 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2733 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2734 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2735 (reftex-select-label-mode, reftex-select-bib-mode):
2736 Use define-derived-mode.
2737 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2738 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2739 Move init into delcaration.
2740 (reftex-index-mode, reftex-index-phrases-mode):
2741 Use define-derived-mode.
2742 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2743 speedbar-syntax-table. Move init into declaration.
2744 (speedbar-mode-map): Rename from speedbar-key-map.
2745 Move init into declaration.
2746 (speedbar-file-key-map): Move init into declaration.
2747 (speedbar-mode): Use define-derived-mode.
2748 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2749 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2750 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2751 (chart-face-list): Move initialization into declaration.
2752 (chart-mode): Use define-derived-mode.
2753 * calculator.el (calculator-mode-map): Move init into declaration.
2754 (calculator-mode): Use define-derived-mode.
2755
2756 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2757 work for nested comments.
2758
2759 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2760 (prolog-use-prolog-tokenizer-flag): Change default when
2761 syntax-propertize can be used.
2762 (prolog-syntax-propertize-function): New var.
2763 (prolog-mode-variables): Move make-local-variable into `set'.
2764 Don't make comment-column local since we don't set it.
2765 Set comment-add (as it was in previous prolog.el). Use dolist.
2766 Set syntax-propertize-function.
2767 (prolog-mode, prolog-inferior-mode):
2768 Call prolog(-inferior)-menu directly, not through the mode-hook.
2769 (prolog-buffer-module, prolog-indent-level)
2770 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2771 (prolog-comment-limits, prolog-goto-comment-column):
2772 Use line-(end|beginning)-position.
2773 (prolog-build-prolog-command): Tighten up regexp.
2774 (prolog-consult-compile): Move make-local-variable into `set'.
2775 (prolog-consult-compile-filter, prolog-goto-next-paren)
2776 (prolog-help-on-predicate, prolog-clause-info)
2777 (prolog-mark-predicate): Don't let+setq.
2778 (prolog-indent-line): Use indent-line-to.
2779 Only call prolog-goto-comment-column if necessary.
2780 (prolog-indent-level): Use bobp.
2781 (prolog-first-pos-on-line): Remove, not used any more.
2782 (prolog-in-string-or-comment): Use syntax-ppss if available.
2783 (prolog-help-on-predicate): Use read-string.
2784 (prolog-goto-predicate-info): Simplify.
2785 (prolog-read-predicate): Use `default' rather than `initial'.
2786 (prolog-temporary-file): Use make-temp-file to close a security hole.
2787 (prolog-toggle-sicstus-sd): New command.
2788 (prolog-electric-underscore, prolog-variables-to-anonymous):
2789 Use dynamic-scoping as it was meant.
2790 (prolog-menu): Move menu definitions to top-level.
2791 Use a toggle-button for Sicstus's source debugger.
2792 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2793 to "System".
2794 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2795 Move other menu definition to top-level.
2796
2797 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2798
2799 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2800 name. Keep original document's directory as default-directory
2801 (bug#6446).
2802 (doc-view-initiate-display): Fall back to normal mode when
2803 doc-view-mode cannot be enabled, also when extracting the document
2804 text into a separate buffer (bug#6446).
2805
2806 * simple.el (shell-command): Don't error out if shell command
2807 buffer contains text with non-nil read-only property when erasing
2808 the buffer.
2809
2810 2011-01-13 Kim F. Storm <storm@cua.dk>
2811
2812 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2813 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2814 items when cycling through the matches.
2815
2816 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2817
2818 * dired-x.el (dired-omit-verbose): New defcustom that allows
2819 disabling the omit messages.
2820 (dired-omit-expunge): Use it.
2821
2822 2011-01-13 Christian Ohler <ohler@gnu.org>
2823
2824 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2825
2826 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * font-lock.el (font-lock-verbose): Default to nil.
2829
2830 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2831
2832 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2833 (compose-mail): New arg RETURN-ACTION.
2834 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2835
2836 * mail/sendmail.el (mail-return-action): New var.
2837 (mail-mode): Make it buffer-local.
2838 (mail-bury): Obey it. Move special Rmail window handling to
2839 rmail-mail-return.
2840 (mail, mail-setup): New arg RETURN-ACTION.
2841 (sendmail-user-agent-compose): Move from simple.el.
2842
2843 * mail/rmail.el (rmail-mail-return): New function.
2844 (rmail-start-mail): Pass it to compose-mail.
2845
2846 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2849 menus. Add menu item for customize-themes.
2850
2851 * cus-theme.el (customize-themes):
2852 * emacs-lisp/package.el (package--list-packages):
2853 Use switch-to-buffer.
2854
2855 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2856
2857 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2858
2859 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * progmodes/prolog.el: Fix up coding convention and such.
2862 (prolog-indent-width): Use the same default as in
2863 previous prolog.el rather than tab-width which depends on which buffer
2864 is current when the file is loaded.
2865 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2866 is not available.
2867 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2868 (prolog-known-systems): Remove.
2869 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2870 Move initialization into declaration.
2871 (prolog-mode-map): Move initialization into declaration.
2872 Remove system-specific mode-map vars, since they referred to the same
2873 keymap anyway.
2874 (prolog-mode-variables): Obey the user's preference w.r.t
2875 adaptive-fill-mode. Prefer symbol-value to `eval'.
2876 (prolog-mode-keybindings-edit): Add compatibility bindings.
2877 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2878 (mercury-mode-map): New var.
2879 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2880 (prolog-ensure-process, prolog-process-insert-string)
2881 (prolog-consult-compile): Use with-current-buffer.
2882 (prolog-guess-fill-prefix): Simplify data flow.
2883 (prolog-replace-in-string): New function to use instead of
2884 replace-in-string.
2885 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2886 (prolog-uncomment-region): Use `uncomment-region' when available.
2887 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2888 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2889 of int-to-char and char-to-int.
2890 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2891
2892 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2893
2894 * progmodes/prolog.el: Replace by a whole new file.
2895
2896 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2899 (declare-function, undefined, insert-for-yank)
2900 (replace-regexp-in-string): Follow checkdoc's recommendations.
2901
2902 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2905 refreshing the diary buffer.
2906
2907 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2908
2909 * allout.el: Add 2011 to the file copyright.
2910 (allout-encrypt-string): Prevent encryption from adding an extra
2911 newline at the end of the topic body.
2912 (allout-version): Increment to 2.3.
2913
2914 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2915
2916 * net/dbus.el (dbus-unregister-service): Complete doc.
2917 Fix call of dbus-error signal.
2918 (dbus-register-property): Use `dont-register' keyword.
2919
2920 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2921
2922 * net/dbus.el (dbus-unregister-service): Translate returned
2923 integer into a symbol.
2924 (dbus-register-property): Use `dbus-register-service' to do the
2925 name registration.
2926
2927 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2928
2929 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2930 Suggested by Joakim Verona.
2931
2932 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2933
2934 * wid-edit.el (visibility): Replace :on-image and :off-image
2935 widget properties with :on-glyph and :off-glyph, for consistency
2936 with the `visibility' widget.
2937 (widget-toggle-value-create, widget-visibility-value-create):
2938 Merge into a single function `widget-toggle-value-create'.
2939
2940 * cus-edit.el (custom-variable-value-create, custom-visibility)
2941 (custom-face-edit-value-create, custom-face-value-create):
2942 Replace :on-image and :off-image widget properties with :on-glyph and
2943 :off-glyph, for consistency with the `visibility' widget.
2944
2945 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2946
2947 * net/ldap.el (ldap-search-internal): Don't use eval.
2948
2949 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * subr.el (read-char-choice): Use read-key.
2952
2953 * custom.el (custom-safe-themes): Rename from
2954 custom-safe-theme-files. Add :risky tag.
2955 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2956 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2957
2958 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2959
2960 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2961 from Search and add a label to Undo.
2962
2963 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2964 inappropriate buttons and adding :vert-only tags.
2965
2966 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2967 removal of Help tool-bar button. Remove Undo button for space.
2968
2969 * info.el (info-tool-bar-map): Add :vert-only tags.
2970
2971 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2972
2973 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2974 image backend support. Either of them is fine.
2975
2976 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * subr.el (y-or-n-p): Doc fix.
2979
2980 * custom.el (custom-safe-theme-files): New defcustom.
2981 (custom-theme-load-confirm): New function.
2982 (load-theme): Load theme using `load', confirming with
2983 custom-theme-load-confirm if necessary.
2984
2985 * subr.el (read-char-choice): New function, factored out from
2986 dired-query and hack-local-variables-confirm.
2987
2988 * dired-aux.el (dired-query):
2989 * files.el (hack-local-variables-confirm): Use it.
2990
2991 * dired-aux.el (dired-compress-file):
2992 * files.el (abort-if-file-too-large, find-alternate-file)
2993 (set-visited-file-name, write-file, backup-buffer)
2994 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2995 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2996 Use new format string args for y-or-n-p and yes-or-no-p.
2997
2998 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2999
3000 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3001 [gcc-include]: Tighten file name match, add match for column
3002 number. (Bug#7806)
3003 [gnu]: Remove unused group.
3004
3005 2011-01-08 Glenn Morris <rgm@gnu.org>
3006
3007 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
3008
3009 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
3010
3011 2011-01-07 Sam Steingold <sds@gnu.org>
3012
3013 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
3014 the `explicit-shell-file-name' because that is the
3015 non-interactive shell.
3016
3017 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
3018
3019 * subr.el (y-or-n-p): Accept format string args.
3020
3021 2011-01-07 Glenn Morris <rgm@gnu.org>
3022
3023 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3024
3025 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3026
3027 * allout.el (allout-back-to-current-heading): Ensure return to
3028 the visible containing topic, rather than a collapsed one.
3029 (allout-view-change-hook): Remove hook that was deprecated long ago.
3030 (allout-exposure-change-hook): Remove documentation remarks
3031 concerning removed allout-view-change-hook.
3032 (allout-flag-region): Remove invocation of and documentation
3033 remarks concerning allout-view-change-hook.
3034
3035 2011-01-06 Glenn Morris <rgm@gnu.org>
3036
3037 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3038 (vc-bzr-annotate-extract-revision-at-line):
3039 Handle authors with embedded spaces. (Bug#7792)
3040
3041 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3042
3043 * doc-view.el (doc-view-image-width): New variable.
3044 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3045 backend for PNG images, and do dynamic rescaling instead of
3046 reconverting the whole doc.
3047
3048 2011-01-05 Glenn Morris <rgm@gnu.org>
3049
3050 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3051
3052 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3053
3054 * allout.el: Reconcile with changes in line movement behavior for
3055 long text lines that cross more than a single physical window
3056 line, ie when truncate-lines is nil.
3057 (allout-next-visible-heading): Provide for change in line-move
3058 behavior on long lines when truncate-lines is nil. In that case,
3059 line-move can wind up on the same textual line when it moves to
3060 the next window line, and moving to the bullet position after the
3061 move yields zero advancement. Add logic to detect and compensate
3062 for the lack of progress.
3063 (allout-current-topic-collapsed-p): move-end-of-line respect for
3064 field boundaries is different when operating with body lines
3065 shorter than window width versus ones greater than window width,
3066 which can yield false negatives in this function. Avoid
3067 difference by applying move-end-of-line while field-text-motion is
3068 inhibited.
3069
3070 2011-01-04 Glenn Morris <rgm@gnu.org>
3071
3072 * textmodes/rst.el (rst-compile-toolsets):
3073 Add pdf and s5 to option alist.
3074
3075 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3076
3077 * net/dbus.el (dbus-register-property): Add optional parameter
3078 dont-register-service. Updated docstring accordingly.
3079
3080 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3081
3082 * textmodes/rst.el (rst-compile-pdf-preview)
3083 (rst-compile-slides-preview): Remove extra line.
3084
3085 2011-01-04 Glenn Morris <rgm@gnu.org>
3086
3087 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3088 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3089 default to `prog' without a .py extension.
3090 (rst-compile-pdf-preview, rst-compile-slides-preview):
3091 Use program names from rst-compile-toolsets, rather than hard-coding.
3092 (rst-portable-mark-active-p): Fix presumed typo.
3093
3094 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3095
3096 * term/w32-win.el (dynamic-library-alist): Set up correctly for
3097 libpng versions both before and after 1.4.0. (Bug#7716)
3098
3099 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3100
3101 * time.el (display-time-mode): Mention display-time-interval in
3102 the doc string. (Bug#7713)
3103
3104 2011-01-02 Kenichi Handa <handa@m17n.org>
3105
3106 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3107 condition-case and return an error message string if something
3108 goes wrong.
3109 (rmail-show-mime): Adjust for the above change. Insert the
3110 header by rmail-mime-insert-header.
3111
3112 2011-01-02 Kenichi Handa <handa@m17n.org>
3113
3114 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3115 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3116 (rmail-mime-mbox-buffer)
3117 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3118 (rmail-mime-entity): Argument changed. All codes handling an
3119 entity object are changed.
3120 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
3121 the above change.
3122 (rmail-mime-entity-children, rmail-mime-entity-handler)
3123 (rmail-mime-entity-tagline): New functions.
3124 (rmail-mime-message-p): New function.
3125 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3126 (rmail-mime-entity-segment, rmail-mime-next-item)
3127 (rmail-mime-previous-item, rmail-mime-shown-mode)
3128 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3129 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
3130 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3131 New functions.
3132 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3133 (rmail-mime-insert-decoded-text): New function.
3134 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3135 (rmail-mime-insert-image): Argument changed. Caller changed.
3136 (rmail-mime-image): Call rmail-mime-toggle-hidden.
3137 (rmail-mime-set-bulk-data): New function.
3138 (rmail-mime-insert-bulk): Argument changed.
3139 (rmail-mime-multipart-handler): Return t.
3140 (rmail-mime-process-multipart): Argument changed.
3141 Handle "multipart/alternative" here.
3142 (rmail-mime-process): Argument changed.
3143 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3144 (rmail-mime-insert): Argument changed. Handle raw display mode.
3145 (rmail-mime): Argument changed. Handle toggling of raw display
3146 mode.
3147 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3148 rmail-mime-view-buffer.
3149 (rmail-insert-mime-forwarded-message): Likewise.
3150 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3151
3152 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3153 non-nil, handle the header in rmail-show-mime-function.
3154
3155 2011-01-02 Leo <sdl.web@gmail.com>
3156
3157 * help-fns.el (describe-variable): Fix previous change.
3158
3159 2011-01-02 Juri Linkov <juri@jurta.org>
3160
3161 * isearch.el (isearch-lazy-highlight-error): New variable.
3162 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3163 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3164 to the current value of `isearch-error' (Bug#7468).
3165
3166 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * help-fns.el (describe-variable): Don't emit trailing whitespace
3169 (Bug#7511).
3170
3171 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * textmodes/rst.el (rst-compile-pdf-preview)
3174 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3175
3176 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3177
3178 * emulation/edt-mapper.el: Override mapping of function keys so
3179 that the later call to read-key-sequence works.
3180
3181 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3182
3183 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3184 Unix EOLs. (Bug#7589)
3185
3186 2011-01-02 Leo <sdl.web@gmail.com>
3187
3188 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3189 if point is not behind eshell-last-output-end (Bug#7585).
3190
3191 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * files.el (file-local-variables-alist):
3194 Make permanent-local (bug#7767).
3195
3196 2011-01-02 Glenn Morris <rgm@gnu.org>
3197
3198 * version.el (emacs-copyright): Set short copyright year to 2011.
3199
3200 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3201
3202 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3203 an existing temp buffer. (Bug#7746)
3204
3205 2011-01-02 Glenn Morris <rgm@gnu.org>
3206
3207 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3208 multiple addresses. (Bug#7760)
3209
3210 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3211
3212 * allout.el (allout-auto-fill): Do not infinitely recurse - use
3213 do-auto-fill if everything points back to allout-auto-fill.
3214 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3215 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3216
3217 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
3218
3219 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3220 and "scpx".
3221
3222 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3223
3224 * doc-view.el (doc-view-set-doc-type): New function refactored
3225 from doc-view-mode.
3226 (doc-view-fallback-mode): New function.
3227 (doc-view-mode): Use it.
3228 (doc-view-mode-maybe): New function that checks if doc-view-mode
3229 can be used and falls back to the next best mode otherwise.
3230
3231 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3232 DVI, OpenDocument, and MS Office files.
3233
3234 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3235
3236 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3237
3238 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3239
3240 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3241 on a copy of auto-mode-alist, because that deletes with side
3242 effects.
3243
3244 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3245
3246 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3247 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
3248 fallback instead of hard coding fundamental mode.
3249
3250 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3251
3252 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3253 Office) files also for searching.
3254
3255 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3256
3257 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3258 Office) files. Not yet enabled via auto-mode-list.
3259 (doc-view-unoconv-program): New custom variable.
3260 (doc-view-mode-p): Handle new odf document type.
3261 (doc-view-odf->pdf): New conversion function.
3262 (doc-view-convert-current-doc): Call it for odf files.
3263 (doc-view-mode): Recognize newly supported file extensions.
3264
3265 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
3266
3267 * net/tramp.el (tramp-default-method-alist)
3268 (tramp-default-user-alist)
3269 (tramp-local-host-regexp, tramp-prefix-domain-format)
3270 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3271
3272 * net/tramp-ftp.el:
3273 * net/tramp-gvfs.el:
3274 * net/tramp-gw.el:
3275 * net/tramp-imap.el:
3276 * net/tramp-sh.el:
3277 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3278 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3279
3280 2010-12-29 Karl Fogel <kfogel@red-bean.com>
3281
3282 * saveplace.el (save-place-alist-to-file): Save list sorted and
3283 pretty-printed, so that it is mergeable by line-based text merging,
3284 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3285
3286 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3287
3288 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
3289 (allout-mode): Argument "toggle" => "force".
3290 Refine the docstring.
3291 Remove special provisions for reactivation, besides the 'force'
3292 argument.
3293 Consolidate layout provisions coce directly into the activation
3294 condition branch, now that we've removed those provisions.
3295 (allout-unload-function): Explicitly activate the mode before
3296 deactivating, if it's initially deactivated.
3297 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3298 warnings for version of function used only where
3299 set-buffer-multibyte is unavailable.
3300
3301 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
3302
3303 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3304 are handled by the menu-bar entries. As before, don't use
3305 :visibile to avoid changing the tool-bar.
3306
3307 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3308
3309 * net/secrets.el (secrets-delete-alias): New defun.
3310
3311 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3314 methods, otherwise ~/.ssh/config would be ignored.
3315
3316 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * emacs-lisp/rx.el: Make it a superset of sregex.
3319 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3320 of args, add `regex' alias.
3321 (rx-info): Add arg to distinguish head and standalone forms.
3322 (rx-check, rx-form): Pass the corresponding arg.
3323 (rx-**): Simplify.
3324 (rx-repeat): Make it work for any number of args.
3325 (rx-syntax): Make it accept syntax chars as is.
3326 * obsolete/sregex.el: Move from emacs-lisp/.
3327 * emacs-lisp/re-builder.el: Remove sregex support.
3328 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3329
3330 2010-12-25 Eli Zaretskii <eliz@gnu.org>
3331
3332 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3333 PRIMARY first, then the clipboard. (Bug#7699)
3334
3335 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3338 print-number-table.
3339
3340 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3343 .emacs.elc (Bug#7530).
3344
3345 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3346 image spec (Bug#7480).
3347
3348 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3349
3350 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
3351 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3352 Move from lisp/.
3353
3354 2010-12-20 Leo <sdl.web@gmail.com>
3355
3356 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3357 always be performed (Bug#7680).
3358
3359 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3362 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3363 mouse-region-match.
3364
3365 * color.el: Move from gnus/.
3366
3367 * vc/diff.el (diff-better-file-name): Function deleted.
3368 abbreviating file names causes problems with shell-quote-argument.
3369 (diff-no-select): Just use expand-file-name.
3370
3371 * tool-bar.el (tool-bar--image-expression): New function.
3372 (tool-bar-local-item, tool-bar--image-exp): Use it.
3373 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3374 Use :enable instead of :visible to avoid changing the tool-bar
3375 configuration unnecessarily.
3376
3377 * info.el (info-tool-bar-map): Add separators.
3378
3379 2010-12-17 Ken Brown <kbrown@cornell.edu>
3380
3381 * loadup.el: Use version numbers in Cygwin build.
3382
3383 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3384
3385 * ido.el (ido-file-internal): Ask for confirmation before
3386 overwriting an existing file (Bug#1238).
3387
3388 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * tool-bar.el (tool-bar-setup): Add separators.
3391
3392 * menu-bar.el (featurep): Use menu-bar-separator.
3393
3394 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3395
3396 Migrate allout encryption provisions from pgg to epg.
3397
3398 * allout.el (allout-toggle-current-subtree-encryption)
3399 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3400 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3401 for simpler universal argument interpretation.
3402 (allout-toggle-subtree-encryption): Adjust docstring to describe
3403 changed encryption provisions. Change fetch-pass to keymode-cue, for
3404 simpler universal argument interpretation. Remove provisions for
3405 handling key type and identity - they'll all be within
3406 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3407 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3408 for keypair recipients (universal argument > 1) and, in addition,
3409 associating the specified recipients with the outline (universal
3410 argument > 4) using a file local variable setting for
3411 'epa-file-encrypt-to'.
3412 Require epa, for recipients handling.
3413 Change how regexp filtering elements are named.
3414 Describe the problem with caching of incorrect symmetric-decryption
3415 keys.
3416 Use the epa-passphrase-callback-function, in case the user is using
3417 GnuPG v1.
3418 Support saving of the selected keypair recipients when invoked with a
3419 keymode-cue > 4.
3420 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3421 Require 'epa.
3422 Establish epg-context with armoring and default epg-protocol.
3423 Remove all passphrase cache, verification, and hinting code.
3424 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3425 No longer used, delete.
3426 (allout-mode): Adjust docstring to describe changed encryption
3427 provisions. Describe the problem with caching of incorrect
3428 symmetric-decryption keys.
3429 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3430 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3431 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3432 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3433 Obsolete, remove.
3434
3435 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3436
3437 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3438 key selection prompt; make 'silent as default (Bug#7487).
3439
3440 2010-12-16 Leo <sdl.web@gmail.com>
3441
3442 * eshell/eshell.el (eshell-directory-name):
3443 Use locate-user-emacs-file (Bug#7578).
3444
3445 2010-12-15 Glenn Morris <rgm@gnu.org>
3446
3447 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3448
3449 2010-12-15 Jari Aalto <jari.aalto@cante.net>
3450 Scott Evans <gse@antisleep.com>
3451
3452 * rect.el (rectange--default-line-number-format)
3453 (rectangle-number-line-callback): New functions.
3454 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3455
3456 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3459 Delete unused variables.
3460 (move-to-column-force): Remove function obsolete since 21.2.
3461
3462 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3465 (tramp-handle-insert-file-contents): Do not set permanent-local
3466 property.
3467
3468 * net/tramp-cache.el (tramp-persistency-file-name):
3469 Use `locate-user-emacs-file' if fboundp.
3470
3471 * net/tramp-sh.el (tramp-methods): Add "ksu".
3472 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3473 method list.
3474
3475 2010-12-14 Glenn Morris <rgm@gnu.org>
3476
3477 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3478 (find-tag-marker-ring): Declare.
3479 (js-find-symbol): Require etags.
3480
3481 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3482 Require mail-utils.
3483 (mail-alias-file): Don't autoload. Doc fix.
3484 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3485 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3486 Mark as obsolete, and risky.
3487 (mail-setup): Simplify.
3488
3489 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3490 * mail/sendmail.el (build-mail-aliases): Update autoload.
3491
3492 * dired.el (dired-trivial-filenames, dired-chown-program)
3493 (dired-auto-revert-buffer): Remove autoload cookies.
3494 * mail/sendmail.el (mail-recover-1): Require 'dired.
3495
3496 * dired.el (dired-subdir-switches, dired-chown-program)
3497 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3498 Make into defcustoms.
3499 (dired-chown-program): Simplify initialization.
3500
3501 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3502
3503 2010-12-13 Romain Francoise <romain@orebokech.com>
3504
3505 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3506
3507 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3508
3509 * net/netrc.el (netrc-point-at-eol): Remove the unused
3510 netrc-point-at-old and netrc-bound-and-true-p bindings.
3511 (netrc-parse): Cache the netrc contents.
3512
3513 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3514
3515 * subr.el (posn-col-row): Evaluate header-line-format in the
3516 context of the POSITION window's buffer.
3517
3518 2010-12-13 Glenn Morris <rgm@gnu.org>
3519
3520 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3521 (with-silent-modifications): Doc fixes.
3522
3523 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3524
3525 * net/tramp.el (tramp-action-password, tramp-process-actions):
3526 Revert previous from. Use `save-restriction'.
3527
3528 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3529
3530 * calendar/diary-lib.el (diary-list-sexp-entries):
3531 Handle case of no newline at end of file. (Bug#7536)
3532
3533 2010-12-13 Glenn Morris <rgm@gnu.org>
3534
3535 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3536
3537 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3538
3539 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3540 (tramp-process-actions): Do not widen.
3541
3542 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3543 Protect buffer-modified value. (Bug#7557)
3544
3545 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3546
3547 * log-edit.el (log-edit-changelog-entries):
3548 Regexp quote filename. (Bug#7505)
3549
3550 2010-12-13 Tom Breton <tehom@panix.com>
3551
3552 * cus-edit.el (custom-save-all):
3553 Bind print-length and print-level to nil. (Bug#7581)
3554
3555 2010-12-13 Glenn Morris <rgm@gnu.org>
3556
3557 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3558 Run hooks to update menu contents. (Bug#7586)
3559
3560 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3561 file names, for the sake of MS Windows. (Bug#7588)
3562
3563 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3566 empty lines without a leading space.
3567
3568 2010-12-13 Leo <sdl.web@gmail.com>
3569
3570 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3571 while mapping over marks (Bug#6810).
3572
3573 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3574
3575 * image-dired.el (image-dired-db-file)
3576 (image-dired-temp-image-file, image-dired-gallery-dir)
3577 (image-dired-temp-rotate-image-file): Set default values relative
3578 to image-dired-dir (Bug#7518).
3579
3580 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3581
3582 * format.el (format-decode-run-method): Pass args FROM and TO, not
3583 point-min and point-max, to shell-command-on-region (Bug#7488).
3584
3585 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3586
3587 * frame.el (blink-cursor-mode): Make default t for ns.
3588
3589 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3590
3591 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3592
3593 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * comint.el (comint-dynamic-list-input-ring)
3596 (comint-dynamic-complete-filename)
3597 (comint-replace-by-expanded-filename)
3598 (comint-dynamic-simple-complete)
3599 (comint-dynamic-list-filename-completions)
3600 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3601
3602 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3603 Doc fix (Bug#7471).
3604
3605 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3606
3607 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3608 (Bug#7533).
3609
3610 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3611
3612 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3613 (Bug#7491).
3614
3615 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3616
3617 * files.el (file-relative-name): Handle UNC file names on
3618 DOS/Windows. (Bug#4674)
3619
3620 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3621
3622 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3623 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3624 (epg-context-set-passphrase-callback): Mention that the callback
3625 is not called when used with GnuPG 2.x.
3626
3627 2010-12-13 Glenn Morris <rgm@gnu.org>
3628
3629 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3630 Ensure ps-footer-font-size-internal is initialized.
3631 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3632
3633 2010-12-13 Kenichi Handa <handa@m17n.org>
3634
3635 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3636 within condition-case.
3637 (rmail-show-mime): Don't use condition-case.
3638 (rmail-search-mime-message): New function.
3639 (rmail-search-mime-message-function): Set to
3640 rmail-search-mime-message.
3641
3642 2010-12-13 Leo <sdl.web@gmail.com>
3643
3644 * ido.el (ido-common-initialization): New function. (bug#3274)
3645 (ido-mode): Use it.
3646 (ido-completing-read): Call it.
3647
3648 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3649
3650 * bookmark.el (bookmark-name-from-full-record): Rename back to
3651 this original name from `bookmark-name-from-record' reverting part
3652 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3653 As Drew Adams pointed out, there was no reason to cause churn for
3654 third-party callers. (Bug#7609)
3655
3656 2010-12-12 Alan Mackenzie <acm@muc.de>
3657
3658 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3659 template arglist, check that the current language supports this.
3660
3661 2010-12-11 Glenn Morris <rgm@gnu.org>
3662
3663 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3664 state of the file matches. (Bug#7544)
3665 (vc-bzr-register, vc-bzr-checkin)
3666 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3667 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3668
3669 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3670
3671 2010-12-11 Karel Klíč <kklic@redhat.com>
3672
3673 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3674
3675 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 Derive from prog-mode, use derived-mode-p, and fix up various
3678 minor style issues in lisp/progmodes.
3679
3680 * progmodes/vhdl-mode.el (vhdl-mode):
3681 * progmodes/verilog-mode.el (verilog-mode):
3682 * progmodes/vera-mode.el (vera-mode):
3683 * progmodes/sql.el (sql-mode):
3684 * progmodes/scheme.el (scheme-mode):
3685 * progmodes/perl-mode.el (perl-mode):
3686 * progmodes/octave-inf.el (inferior-octave-mode):
3687 * progmodes/autoconf.el (autoconf-mode):
3688 * progmodes/m4-mode.el (m4-mode):
3689 * progmodes/inf-lisp.el (inferior-lisp-mode):
3690 * progmodes/idlwave.el (idlwave-mode):
3691 * progmodes/icon.el (icon-mode):
3692 * progmodes/idlw-help.el (idlwave-help-mode):
3693 * progmodes/dcl-mode.el (dcl-mode):
3694 * progmodes/idlw-shell.el (idlwave-shell-mode):
3695 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3696 (ebrowse-member-mode, ebrowse-electric-position-mode):
3697 Use define-derived-mode.
3698
3699 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3700 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3701 (xscheme-debugger-mode-p, xscheme-send-string-1):
3702 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3703 (tcl-load-file, tcl-restart-with-file):
3704 * progmodes/ps-mode.el (ps-run-running):
3705 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3706 * progmodes/js.el (js--get-all-known-symbols):
3707 * progmodes/inf-lisp.el (inferior-lisp-proc):
3708 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3709 (idlwave-template, idlwave-update-buffer-routine-info)
3710 (idlwave-update-current-buffer-info)
3711 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3712 (idlwave-scan-class-info, idlwave-fix-keywords)
3713 (idlwave-list-buffer-load-path-shadows):
3714 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3715 (idlwave-toolbar-remove):
3716 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3717 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3718 (idlwave-shell-menu-def):
3719 * progmodes/idlw-complete-structtag.el
3720 (idlwave-prepare-structure-tag-completion):
3721 * progmodes/gud.el (gud-set-buffer):
3722 * progmodes/f90.el (f90-backslash-not-special):
3723 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3724
3725 * progmodes/xscheme.el (xscheme-start)
3726 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3727 * progmodes/which-func.el (which-function):
3728 * progmodes/vhdl-mode.el (vhdl-set-style):
3729 * progmodes/verilog-mode.el (verilog-set-compile-command)
3730 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3731 (verilog-set-define, verilog-auto-reeval-locals):
3732 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3733 * progmodes/simula.el (simula-mode):
3734 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3735 * progmodes/python.el (python-check, python-mode):
3736 * progmodes/prolog.el (prolog-mode-variables):
3737 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3738 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3739 * progmodes/delphi.el (delphi-mode):
3740 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3741 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3742 (c-font-lock-init): Move make-local-variable to their setq.
3743
3744 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3745 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3746 make-local-hook.
3747 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3748 (sh-set-shell): Don't set require-final-newline since it's already done
3749 by prog-mode.
3750 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3751 since we never set it.
3752 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3753 Use read-string and standard prompt.
3754 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3755 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3756 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3757 (meta-common-mode-map): Rename from meta-mode-map.
3758 Remove C-m binding, which is a user preference, not mode specific.
3759 (meta-common-mode): New major mode; replace meta-common-initialization.
3760 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3761 around with font-lock.
3762 * progmodes/etags.el (select-tags-table-mode):
3763 Derive from special-mode.
3764 * progmodes/octave-mod.el (octave-mode):
3765 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3766 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3767 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3768 Let define-derived-mode do its job.
3769 * progmodes/cpp.el (cpp-edit-mode-map):
3770 Move initialization into declaration.
3771 (cpp-edit-mode): Use define-derived-mode.
3772 (cpp-edit-load): Use derived-mode-p.
3773 * progmodes/mixal-mode.el (mixal-mode):
3774 * progmodes/f90.el (f90-mode):
3775 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3776 require-final-newline since prog-mode does it already.
3777 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3778 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3779 * progmodes/antlr-mode.el: Require cc-mode upfront.
3780 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3781 the declaration.
3782 (antlr-directory-dependencies, antlr-show-makefile-rules):
3783 Use derived-mode-p.
3784 (antlr-language-option): Don't assume point-min==1.
3785 (antlr-mode): Use define-derived-mode.
3786 * progmodes/ada-mode.el: Use derived-mode-p.
3787 (ada-mode): Use define-derived-mode.
3788 Use hack-local-variables-hook.
3789
3790 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3793 (texinfo-mode): Don't disable adaptive-fill-mode.
3794 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3795 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3796 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3797 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3798 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3799 (texinfo-insert-@quotation, texinfo-insert-@samp)
3800 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3801 (texinfo-insert-@uref): Use define-skeleton.
3802 (texinfo-insert-@-with-arg): Delete.
3803
3804 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3805
3806 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3807 nil, do quote archive member names. (Bug#6144)
3808
3809 2010-12-10 Glenn Morris <rgm@gnu.org>
3810
3811 * files.el (diff-no-select): Declare.
3812
3813 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3814 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3815
3816 * comint.el (comint-input-ring-file-name): Doc fix.
3817
3818 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3819
3820 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3821 New functions.
3822 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3823 Use them instead of `nil' and `>', respectively.
3824 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3825 instead of `nil'.
3826 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3827 and menu-bar-positive-p instead of `nil' and `>', respectively.
3828 (Bug#1077)
3829
3830 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3831
3832 * whitespace.el (whitespace-newline-mode): Code fix.
3833
3834 2010-12-09 Glenn Morris <rgm@gnu.org>
3835
3836 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3837 Rename functions without commas, update callers.
3838
3839 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3840
3841 * whitespace.el (whitespace-cleanup-region):
3842 Clean up spaces before tabs. (Bug#7582)
3843
3844 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3845
3846 * bookmark.el: Adjust parameter names and doc strings to resolve
3847 confusion over whether "bookmark" meant a bookmark name or a
3848 bookmark record. Along the way, shorten one function's name for
3849 similar reasons. (Issue #7548)
3850 (bookmark-name-from-record): New name for
3851 `bookmark-name-from-full-record'. All callers changed.
3852 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3853 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3854 (bookmark-get-annotation, bookmark-set-annotation)
3855 (bookmark-get-filename, bookmark-set-filename)
3856 (bookmark-get-position, bookmark-set-position)
3857 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3858 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3859 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3860 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3861 Rename `bookmark' parameter to `bookmark-name-or-record', to
3862 clearly show its role, and shorten or adjust doc strings accordingly.
3863 (bookmark-set-name): Same, and pass the parameter directly to
3864 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3865 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3866 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3867 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3868 and in some cases shorten doc string accordingly.
3869 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3870 and `new-name', and adjust an internal variable to avoid confusion.
3871 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3872 parameter in doc string.
3873
3874 2010-12-08 Glenn Morris <rgm@gnu.org>
3875
3876 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3877 from gdb's history file. (Bug#7575)
3878
3879 * mail/emacsbug.el (report-emacs-bug):
3880 Try to handle some other mail clients.
3881
3882 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3885 Use string-prefix-p.
3886 (file-name-version-regexp): New var.
3887 (file-name-sans-versions):
3888 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3889 (jka-compr-get-compression-info): Use dolist.
3890 (jka-compr-compression-info-list): Don't bother specifying
3891 version/backup regexps.
3892
3893 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3894
3895 * simple.el (just-one-space): Make argument n default to 1 if
3896 omitted.
3897
3898 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * electric.el (electric-indent-post-self-insert-function):
3901 Delete trailing newlines even if we don't reindent.
3902
3903 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * minibuffer.el (completion-at-point): Remove the `arg'.
3906 * bindings.el (complete-symbol): Move back from minibuffer.el.
3907
3908 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3909
3910 * simple.el (just-one-space): Delete newlines for negative arg.
3911
3912 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3915 (ansi-color-filter-apply): Simplify.
3916 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3917
3918 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3919
3920 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3921
3922 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3923
3924 * dired.el (dired-use-ls-dired): Set default to a special
3925 "unspecified" value.
3926 (dired-insert-directory): When called the first time, check
3927 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3928
3929 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3930
3931 * replace.el: Add "collect" feature to occur.
3932 (occur-collect-regexp-history): New var.
3933 (occur-read-primary-args): Return a replace string for nlines,
3934 if needed.
3935 (occur): Extend the meaning of nlines.
3936
3937 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3940 (which-func-update-1): Distinguish symbols from strings.
3941 (which-function): Stay within 80 columns.
3942
3943 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3946
3947 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3948 Improve docstring.
3949 (comment-style): Use comment-styles's docs to describe values.
3950
3951 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3952
3953 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3954 and ns-show-prefs (Bug#7535).
3955
3956 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3957 bindings (Bug#7535).
3958
3959 2010-12-03 Glenn Morris <rgm@gnu.org>
3960
3961 * nxml/nxml-mode.el: Require rng-nxml.
3962 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3963 Remove declarations.
3964
3965 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3966 * nxml/rng-nxml.el, nxml/rng-valid.el:
3967 Remove leading `*' from defcustom docs.
3968
3969 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3970 (normal-top-level-add-to-load-path, tty-handle-args):
3971 Convert comments to basic doc-strings.
3972
3973 * net/browse-url.el (browse-url-url-at-point)
3974 (browse-url-default-browser): Remove autoload cookies.
3975
3976 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3977 Remove more undefined cl functions.
3978
3979 * vc/diff.el (diff-sentinel): Make new arguments optional.
3980 * ibuf-ext.el (diff-sentinel): Update declaration.
3981
3982 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3983
3984 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3985 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3986 (epg-context-set-passphrase-callback): Mention that the callback
3987 is not called when used with GnuPG 2.x.
3988
3989 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3990
3991 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3992 (tramp-file-name-port): Check also for `tramp-default-port'.
3993 (tramp-get-connection-name): New defun.
3994 (tramp-get-connection-process): Use it.
3995 (tramp-debug-message): Extend function exclude list.
3996 (tramp-drop-volume-letter): Fix doc string.
3997
3998 * net/tramp-cmds.el: Remove solved todo item.
3999
4000 * net/tramp-ftp.el:
4001 * net/tramp-gvfs.el:
4002 * net/tramp-gw.el:
4003 * net/tramp-imap.el:
4004 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
4005 and `tramp-default-user-alist', respectively.
4006
4007 * net/tramp-gw.el (tramp-gw-open-connection):
4008 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
4009
4010 * net/tramp-imap.el (tramp-imap-make-iht): Use just
4011 `tramp-file-name-port'.
4012
4013 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
4014 and "psftp". Exchange "%k" marker with options.
4015 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
4016 Compute size of link target.
4017 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
4018 `tramp-current-*' up due to gateway methods. Optimize computing of
4019 copy arguments. Use `tramp-get-connection-name' and
4020 `tramp-get-connection-buffer'. Improve debug messages.
4021 (tramp-compute-multi-hops): Remove port determination.
4022 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4023
4024 * net/trampver.el: Update release number.
4025
4026 2010-12-02 Glenn Morris <rgm@gnu.org>
4027
4028 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4029 Avoid infinite loop over windows. (Bug#7492)
4030
4031 * progmodes/flymake.el (flymake-check-file-limit):
4032 Allow nil to mean "no limit".
4033 (flymake-check-patch-master-file-buffer): Update for above change.
4034 Allow a .tex file-name extension to be optional.
4035 (flymake-master-tex-init): Also match \include statements.
4036
4037 2010-11-30 Sam Steingold <sds@gnu.org>
4038
4039 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4040 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4041 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4042 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4043 define-derived-mode').
4044 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4045 users who want to call `nxml-parent-document-set'.
4046
4047 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4048
4049 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4050 stand-alone lines, since that is handled by log-edit-match-to-eoh
4051 (Bug#6465).
4052
4053 2010-11-27 Eduard Wiebe <usenet@pusto.de>
4054
4055 * dired.el (dired-get-filename): Replace backslashes with slashes
4056 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4057 * locate.el (locate-default-make-command-line): Don't consider
4058 drive letter and root directory part of
4059 `directory-listing-before-filename-regexp'. (Bug#7308)
4060 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4061
4062 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4065 of :smie-open/close-alist.
4066 (smie-next-sexp): Make it accept a "start token" as argument.
4067 (smie-indent-keyword): Be careful not to misidentify tokens that span
4068 more than one line, as empty lines. Add argument `token'.
4069
4070 2010-11-27 Kenichi Handa <handa@m17n.org>
4071
4072 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4073 multipart subtypes, insert all as usual.
4074
4075 * mail/rmail.el: Require rfc2047.
4076
4077 2010-11-27 Kenichi Handa <handa@m17n.org>
4078
4079 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4080 (rmail-mime-entity-disposition)
4081 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4082 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4083 (rmail-mime-save): Handle the case that the button's `data' is a
4084 MIME entity.
4085 (rmail-mime-insert-text): New function.
4086 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
4087 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4088 (rmail-mime-insert-bulk): New function mostly copied from the old
4089 rmail-mime-bulk-handler.
4090 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4091 (rmail-mime-process-multipart): New function mostly copied from
4092 the old rmail-mime-multipart-handler.
4093 (rmail-mime-show): Just call rmail-mime-process.
4094 (rmail-mime-process): New function mostly copied from the old
4095 rmail-mime-show.
4096 (rmail-mime-insert-multipart, rmail-mime-parse)
4097 (rmail-mime-insert, rmail-show-mime)
4098 (rmail-insert-mime-forwarded-message)
4099 (rmail-insert-mime-resent-message): New functions.
4100 (rmail-insert-mime-forwarded-message-function): Set to
4101 rmail-insert-mime-forwarded-message.
4102 (rmail-insert-mime-resent-message-function): Set to
4103 rmail-insert-mime-resent-message.
4104
4105 * mail/rmailsum.el: Require rfc2047.
4106 (rmail-header-summary): Handle multiline Subject: field.
4107 (rmail-summary-line-decoder): Change the default to
4108 rfc2047-decode-string.
4109
4110 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4111 (rmail-mime-feature): Change the default to `rmailmm'.
4112 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4113 (rmail-display-labels): Likewise.
4114 (rmail-show-message-1): Check rmail-enable-mime, and use
4115 rmail-show-mime-function for a MIME message. Decode the headers
4116 according to RFC2047.
4117
4118 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * progmodes/which-func.el (which-func-imenu-joiner-function):
4121 Return a string, as expected.
4122 (which-function-mode): Make sure we stop any previous timer before
4123 starting a new one.
4124
4125 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
4126
4127 * net/tramp.el (tramp-default-method-alist)
4128 (tramp-default-user-alist, tramp-default-proxies-alist):
4129 Adapt custom options type. (Bug#7445)
4130
4131 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * progmodes/python.el: Add Ipython support (Bug#5390).
4134 (python-shell-prompt-alist)
4135 (python-shell-continuation-prompt-alist): New options.
4136 (python--set-prompt-regexp): New function.
4137 (inferior-python-mode, run-python, python-shell):
4138 Require ansi-color. Use python--set-prompt-regexp to set the comint
4139 prompt based on the Python interpreter.
4140 (python--prompt-regexp): New var.
4141 (python-check-comint-prompt)
4142 (python-comint-output-filter-function): Use it.
4143 (run-python): Use a pipe (Bug#5694).
4144
4145 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * progmodes/python.el (run-python): Doc fix.
4148 (python-keep-current-directory-in-path): New var (Bug#7454).
4149
4150 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4153 Prompt user before actually printing.
4154
4155 2010-11-27 Glenn Morris <rgm@gnu.org>
4156
4157 * startup.el (package-enable-at-startup, package-initialize):
4158 Remove unnecessary declarations.
4159
4160 2010-11-27 Eli Zaretskii <eliz@gnu.org>
4161
4162 * international/characters.el (glyphless-char-display-control):
4163 Exclude newline and TAB from the c0-control group.
4164
4165 2010-11-27 Glenn Morris <rgm@gnu.org>
4166
4167 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4168 (expand-mail-aliases): Remove unnecessary autoload.
4169
4170 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4171
4172 * shell.el (shell-dir-cookie-re): Move definition before use.
4173
4174 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4175 Replace undefined CL functions.
4176
4177 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4178
4179 * simple.el (prog-mode): Set bidi-paragraph-direction to
4180 left-to-right.
4181
4182 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4183
4184 2010-11-26 Glenn Morris <rgm@gnu.org>
4185
4186 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4187 diary-outlook-formats can be sensitive to calendar-date-style.
4188 (diary-outlook-formats): Simplify the default setting.
4189 (diary-from-outlook-internal): Pass subject and body as arguments.
4190 Use dolist rather than dotimes. Don't save the diary buffer.
4191 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4192 Pass subject and body as explicit arguments to the -internal function.
4193
4194 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4195
4196 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4197 parsing them. This makes mailto:...?subject=foo\nbar work.
4198
4199 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * vc/diff.el (diff): Fix last change.
4202
4203 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4204
4205 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4206 (pcase--dontcare-upats): New var.
4207 (pcase-let, pcase-let*): Generate better code.
4208 Accept the same bodies as `let'.
4209 (pcase-dolist): New macro.
4210 (pcase--trivial-upat-p): New helper function.
4211 (pcase--expand): Strip leading "(let nil" if any.
4212
4213 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4214
4215 * mail/mailclient.el (browse-url): Require.
4216 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4217 use the external browser function to send the mail (bug#7469).
4218
4219 * net/browse-url.el (browse-url-browser-function): Revert the
4220 default back to the previous value, since the new value broke
4221 mailclient.el.
4222 (browse-url-mailto-function): New variable for mailto: URLs.
4223 (browse-url): Use the new variable for mailto: URLs.
4224
4225 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * eshell/esh-cmd.el (eshell-parse-command):
4228 * eshell/esh-arg.el (eshell-parse-arguments):
4229 * eshell/em-script.el (eshell-source-file):
4230 Use with-silent-modifications.
4231
4232 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4235 for a merge location.
4236
4237 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4238 (vc-bzr-merge-branch): Always prompt.
4239 (vc-bzr-async-command): Use the full branch filename.
4240
4241 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * shell.el (shell): Use current-buffer by default if it's already
4244 a shell mode buffer and its process is dead.
4245 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
4246
4247 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4248
4249 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4250 Mention that the keywords should be comma separated.
4251
4252 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4255 Accept optional prefix arg meaning to prompt for a command.
4256 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4257 prefix arg meaning to prompt for a command.
4258 (vc-pull): Alias for vc-update.
4259
4260 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4261 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4262 (vc-bzr-merge-branch): New functions, implementing merge-branch
4263 and pull operations.
4264
4265 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4266
4267 * Makefile.in: Fix up last merge.
4268
4269 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4270 (diff-sentinel): Get them as arguments instead.
4271 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4272 (diff-file-local-copy, diff-better-file-name): New funs.
4273 (diff-no-select): Rename from diff-into-buffer.
4274 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4275 Prefer closures to buffer-local variables.
4276 (diff): Adjust accordingly.
4277 (diff-buffer-with-file): Move from files.el.
4278 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4279 (diff-buffer-internal): Remove.
4280 (diff-buffer-buffer): Remove.
4281 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4282 the buffer name used, and so as not to mess up windows and frames.
4283
4284 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4285
4286 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4287 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4288 (diff-buffer-with-file): Use it.
4289 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4290 (diff): Use it.
4291
4292 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4293
4294 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4295 \ref's or \pageref's value as default instead of initial input.
4296
4297 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
4298
4299 * files.el (backup-by-copying-when-mismatch): The default value is
4300 now t.
4301
4302 * startup.el (normal-top-level):
4303 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4304 `backup-by-copying-when-mismatch'.
4305
4306 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4307
4308 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4309
4310 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4311
4312 * progmodes/python.el (python-font-lock-keywords):
4313 Highlight top-level augmented assignments (Bug#6445).
4314
4315 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4316
4317 * term/ns-win.el (ns-right-control-modifier)
4318 (ns-right-command-modifier): Defvar them.
4319
4320 * cus-start.el (all): Add ns-right-control-modifier and
4321 ns-right-command-modifier (Bug#7458).
4322
4323 2010-11-20 Glenn Morris <rgm@gnu.org>
4324
4325 * emacs-lisp/authors.el (authors-ignored-files)
4326 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4327
4328 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4329
4330 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4331 (report-emacs-bug-parse-query-results)
4332 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4333 keywords used for querying the bug database to show them in the
4334 existing bugs buffer.
4335
4336 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4337
4338 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4339
4340 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4341
4342 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4343
4344 * international/characters.el (glyphless-char-display-control):
4345 Make it a defcustom, with update-glyphless-char-display as its
4346 :set attribute.
4347 (top level): Don't call update-glyphless-char-display.
4348
4349 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4350
4351 Sync with Tramp 2.2.0.
4352
4353 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4354 `file-remote-p' (due to compatibility).
4355
4356 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4357 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4358
4359 * net/trampver.el: Update release number.
4360
4361 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4362
4363 * faces.el (glyphless-char): Define value for `pc'.
4364
4365 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4366
4367 Implemented a bug querying mechanism.
4368 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
4369 (report-emacs-bug-create-existing-bugs-buffer)
4370 (report-emacs-bug-parse-query-results)
4371 (report-emacs-bug-query-existing-bugs): New functions.
4372
4373 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4374
4375 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4376 a \ref{} or \pageref{} macro, then use its value as initial input.
4377
4378 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4379
4380 * calc/calc-units.el (math-build-units-table-buffer):
4381 calc/README: Mention that the TeX specific units won't use the
4382 `tex' prefix in TeX mode.
4383 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4384 prefix for units in TeX mode.
4385
4386 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * simple.el (kill-new, kill-append, kill-region):
4389 * comint.el (comint-kill-region): Make the yank-handler argument
4390 obsolete.
4391
4392 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4395 that are both openers (resp. closers) and something else.
4396 (smie-grammar): Loosen definition of valid values.
4397 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4398 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4399 (smie-indent-after-keyword): Adjust users.
4400 (smie-indent-keyword): Don't indent empty lines.
4401
4402 * vc-hg.el (vc-hg-program): New var.
4403 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4404 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4405
4406 2010-11-18 Glenn Morris <rgm@gnu.org>
4407
4408 * emacs-lisp/autoload.el (autoload-find-destination): The function
4409 coding-system-eol-type may return non-numeric values. (Bug#7414)
4410
4411 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
4412
4413 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4414
4415 2010-11-18 Eli Zaretskii <eliz@gnu.org>
4416
4417 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4418
4419 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * textmodes/picture.el (picture-mouse-set-point): Don't use
4422 posn-col-row; explicitly compute the motion based on the posn at
4423 the window-start (Bug#7390).
4424
4425 2010-11-18 Glenn Morris <rgm@gnu.org>
4426
4427 * novice.el (disabled-command-function):
4428 Fix 2009-11-15 change. (Bug#7384)
4429
4430 2010-11-18 Glenn Morris <rgm@gnu.org>
4431
4432 * calendar/calendar.el (diary-iso-date-forms): Make elements
4433 mutually exclusive. (Bug#7377)
4434
4435 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4438 when filling the remaining "unconstrained" values.
4439
4440 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4443 safety predicate.
4444
4445 * files.el (safe-local-variable-p): Gracefully handle errors.
4446
4447 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4448 Use smie-indent-virtual when indenting relative to an opener.
4449 (smie-rule-separator): Use smie-rule-parent.
4450 (smie-indent-keyword): Consult rules, even for openers at bol.
4451 (smie-indent-comment-close): Try to align closer's content.
4452
4453 2010-11-18 Glenn Morris <rgm@gnu.org>
4454
4455 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4456
4457 2010-11-18 Glenn Morris <rgm@gnu.org>
4458
4459 * printing.el (pr-menu-bind): Doc fix.
4460
4461 * speedbar.el (speedbar-toggle-images): Doc fix.
4462
4463 * progmodes/python.el (python-shell): Doc fix.
4464
4465 * wid-edit.el (widget-field-use-before-change)
4466 (widget-use-overlay-change): Doc fixes.
4467
4468 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 Minor cleanup to improve style.
4471 * textmodes/rst.el (rst-update-section): Use point-marker.
4472 (rst-get-decoration): Eliminate unneeded assignment.
4473 (rst-promote-region, rst-straighten-decorations)
4474 (rst-section-tree, rst-adjust): Use point-marker.
4475 (rst-toc-mode-mouse-goto): Avoid setq.
4476 (rst-shift-region-guts, rst-shift-region-left)
4477 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4478 (rst-convert-bullets-to-enumeration): Use copy-marker.
4479
4480 * minibuffer.el (completion-fail-discreetly): New var.
4481 (completion--do-completion): Use it.
4482
4483 * electric.el (electric-pair-pairs): New var.
4484 (electric-pair-post-self-insert-function): Use it.
4485 (electric-layout-post-self-insert-function): Don't insert a before
4486 newline unless it's actually needed.
4487
4488 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * progmodes/python.el (run-python): Explain why we remove the current
4491 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4492
4493 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4494
4495 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4498 (octave-mode-map): Don't bind ;, SPC, and LF.
4499 (octave-auto-indent, octave-auto-newline): Remove.
4500 (electric-layout-rules): Declare.
4501 (octave-mode): Set electric-layout-rules.
4502 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4503 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4504 (octave-electric-space): Remove.
4505
4506 * electric.el (electric-layout-mode): New minor mode.
4507 (electric--after-char-pos): New function.
4508 (electric-indent-post-self-insert-function): Use it.
4509 (electric-layout-rules): New var.
4510 (electric-layout-post-self-insert-function): New function.
4511 (electric-indent-mode): Make them interact better.
4512
4513 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4516 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4517 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4518
4519 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4520
4521 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4522 Make sure to check inside the word (Bug#6761).
4523
4524 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4525
4526 * startup.el (command-line): If the cursorColor resource is set,
4527 change the cursor face-spec (Bug#7392).
4528
4529 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4530
4531 The main features of the following allout.el changes are:
4532 - implement user customization for the allout key bindings
4533 - add a customization control by which the user can inhibit use of
4534 a trailing Ctrl-H, so by default it's reserved for use with
4535 describe-prefix-bindings
4536 - adapt to new version of called-interactively-p, while
4537 maintaining backwards compatibility with old version
4538 - fix hotspot navigation so i works properly with meta-modified keys.
4539
4540 * allout.el (allout-keybindings, allout-bind-keys)
4541 (allout-keybindings-binding, allout-prefixed-keybindings)
4542 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4543 (allout-keybindings-list, allout-mode-map-adjustments)
4544 (allout-setup-mode-map): Establish allout-mode keymaps as user
4545 customizable settings, and also establish a customizable setting which
4546 regulates whether or not a trailing control-h is reserved for use with
4547 describe-prefix-bindings - and inhibit it by default, so that control-h
4548 *is* reserved for describe-prefix-bindings unless the user changes it.
4549
4550 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4551 and accurately between modified and unmodified events, and handle
4552 modified events more comprehensively.
4553
4554 * allout.el (allout-substring-no-properties):
4555 Alias to use or provide version of `substring-no-properties'.
4556 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4557
4558 * allout.el (allout-next-single-char-property-change):
4559 Alias to use or provide version of `next-single-char-property-change'.
4560 (allout-annotate-hidden, allout-hide-by-annotation):
4561 Use `allout-next-single-char-property-change'.
4562
4563 * allout.el (allout-select-safe-coding-system):
4564 Alias to use or provide version of `select-safe-coding-system'.
4565 (allout-toggle-subtree-encryption):
4566 Use `allout-select-safe-coding-system'.
4567
4568 * allout.el (allout-set-buffer-multibyte):
4569 Alias to use or provide version of `set-buffer-multibyte'.
4570 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4571
4572 * allout.el (allout-called-interactively-p): Macro for using the
4573 different versions of called-interactively-p identically, depending on
4574 the subroutine's argument signature.
4575 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4576 Use `(interactive "p")' instead of `(called-interactively-p)'.
4577
4578 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4579 (allout-previous-visible-heading, allout-forward-current-level)
4580 (allout-backward-current-level, allout-show-children):
4581 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4582
4583 * allout.el (allout-before-change-handler):
4584 Exempt edits to the (overlaid) character after the allout outline
4585 bullet from edit confirmation prompt.
4586
4587 * allout.el (allout-add-resumptions):
4588 Ensure that it respects correct buffer for keybindings.
4589
4590 * allout.el (allout-beginning-of-line):
4591 Use `allout-previous-single-char-property-change' alias for the sake of
4592 diverse compatibility.
4593
4594 * allout.el (allout-end-of-line):
4595 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4596
4597 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4598
4599 * frame.el (frame-notice-user-settings): Don't clobber other
4600 user-set parameters when calling face-set-after-frame-default in
4601 response to background-color parameter (Bug#7373).
4602
4603 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4604
4605 * international/characters.el (glyphless-char-display-control):
4606 Rename from glyphless-char-control; all users changed. Doc fix.
4607 Signal an error if display method is not one of the recognized
4608 symbols.
4609
4610 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4611
4612 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4613 (tramp-compat-line-end-position): Remove them.
4614
4615 * net/tramp.el (tramp-parse-rhosts-group)
4616 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4617 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4618 (tramp-parse-netrc-group, tramp-parse-putty-group)
4619 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4620 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4621 (tramp-sh-handle-file-selinux-context)
4622 (tramp-sh-handle-file-name-all-completions)
4623 (tramp-sh-handle-insert-directory)
4624 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4625 (tramp-wait-for-output, tramp-send-command-and-read)
4626 * net/tramp-smb.el (tramp-smb-read-file-entry)
4627 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4628
4629 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4630 `point-at-bol'.
4631 (tramp-remote-coding-commands): Add an alternative using "base64
4632 -d -i". This is needed for older base64 versions from GNU
4633 coreutils. Reported by Klaus Reichl
4634 <Klaus.Reichl@thalesgroup.com>.
4635
4636 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4637
4638 * simple.el (count-words-region): New function.
4639
4640 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * shell.el (shell-dir-cookie-re): New custom variable.
4643 (shell-dir-cookie-watcher): New function.
4644
4645 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4646 and compilation-mode (bug#7350).
4647
4648 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4649 highlight when one of them is empty.
4650
4651 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4652 trailing space.
4653 (skeleton-newline): New function.
4654 (skeleton-internal-1): Use it.
4655
4656 * simple.el (open-line): `newline' may strip trailing space.
4657
4658 2010-11-12 Kevin Ryde <user42@zip.com.au>
4659
4660 * international/mule-cmds.el (princ-list): Use mapc.
4661
4662 2010-11-12 Glenn Morris <rgm@gnu.org>
4663
4664 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4665 Use it to replace all instances of "*Compile-Log*".
4666
4667 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4670 indentation specs.
4671
4672 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * progmodes/modula2.el: Use SMIE and skeleton.
4675 (m2-mode-syntax-table): (*..*) can be nested.
4676 Add //...\n. Fix paren syntax.
4677 (m2-mode-map): Remove LF and TAB bindings.
4678 (m2-indent): Add safety property.
4679 (m2-smie-grammar): New var.
4680 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4681 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4682 (m2-mode): Use define-derived-mode.
4683 (m2-newline, m2-tab): Remove.
4684 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4685 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4686 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4687 (m2-import): Use define-skeleton.
4688
4689 2010-11-11 Glenn Morris <rgm@gnu.org>
4690
4691 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4692
4693 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4694 (ls-lisp-verbosity): Add custom :set-after property.
4695 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4696 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4697 (ls-lisp-insert-directory): Update caller.
4698 (ls-lisp-set-options): New function.
4699 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4700 Doc fix.
4701
4702 * play/landmark.el (lm-prompt-for-move):
4703 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4704
4705 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4706
4707 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4708 (idlwave-study-twins): Prefix dynamic local variable `name'.
4709 (idlwave-routine-twin-compare): Update for above change.
4710
4711 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4712 Prefix dynamic local variables `name', `kwd', and `link'.
4713 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4714 * progmodes/idlw-complete-structtag.el
4715 (idlwave-complete-structure-tag-help):
4716 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4717 (idlwave-complete-sysvar-tag-help)
4718 (idlwave-complete-class-structure-tag-help):
4719 Update for above name changes.
4720
4721 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4722
4723 * net/browse-url.el (browse-url-browser-function): Change the
4724 default to use `browse-url-mail' on mailto: URLs.
4725
4726 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * emacs-lisp/package.el (package-read-all-archive-contents):
4729 Reset package-archive-contents to nil before re-reading.
4730
4731 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4732
4733 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4734 already found as misspellings by (flyspell-large-region), just
4735 do highlighting (bug#7322).
4736
4737 2010-11-10 Glenn Morris <rgm@gnu.org>
4738
4739 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4740
4741 * emulation/edt.el (edt-with-position): New macro.
4742 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4743 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4744 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4745
4746 * emulation/tpu-extras.el (tpu-with-position): New macro.
4747 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4748
4749 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4750
4751 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4752 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4753 (texinfo-master-menu, texinfo-insert-node-lines)
4754 (texinfo-multiple-files-update):
4755 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4756 Use line-beginning-position.
4757
4758 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4759 No recent Emacs supports system-type `emx'.
4760
4761 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4762 (ada-command-separator, ada-default-prj-properties)
4763 (ada-find-any-references): Update for above name change.
4764
4765 * dirtrack.el (dirtrack-directory-function)
4766 (dirtrack-canonicalize-function):
4767 * filecache.el (file-cache-completion-ignore-case)
4768 (file-cache-case-fold-search, file-cache-ignore-case):
4769 * term.el (serial-port-is-file-p): Cosmetic change.
4770
4771 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4772 Remove non-existent `windows-95' system-type.
4773 * dired.el (dired-chown-program): Remove non-existent `linux'
4774 system-type.
4775
4776 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4777 (ping-program-options): Remove non-existent `linux' system-type.
4778
4779 * startup.el (package-initialize): Update declaration.
4780
4781 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4782 (ls-lisp-handle-switches): Use time-less-p.
4783 (ls-lisp-format-time): Use float-time.
4784
4785 * textmodes/remember.el (remember-time-to-seconds): Remove.
4786 (remember-store-in-mailbox): Use float-time.
4787
4788 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4789
4790 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4791 never a real function.
4792 (with-no-warnings): Remove compat stub, now unused.
4793 (time-less-p): Doc fix.
4794 (time-to-number-of-days): Simplify.
4795
4796 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4797 Remove.
4798 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4799 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4800 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4801 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4802 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4803
4804 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4805 (eshell-shuffle-files, eshell-shorthand-tar-command)
4806 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4807 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4808 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4809 Prefix dynamic local variable `matches'.
4810
4811 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4812 Prefix dynamic local variable `skeleton'.
4813
4814 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4815
4816 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4817 in mail buffer; make yank-action always a command that yanks original
4818 buffer.
4819
4820 2010-11-09 Glenn Morris <rgm@gnu.org>
4821
4822 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4823
4824 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4827 completion field (bug#7211).
4828
4829 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4830 Fix handling of backslash escapes.
4831 (python-quote-syntax): Adjust accordingly.
4832
4833 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4834
4835 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4836 (vc-mtn-workfile-branch): Adjust to new output format.
4837
4838 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * international/mule-cmds.el (princ-list): Mark as obsolete.
4841
4842 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * emacs-lisp/smie.el: New package.
4845
4846 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4847
4848 * files.el (backup-by-copying-when-mismatch):
4849 Set `permanent-local' property.
4850
4851 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4852 `permanent-local' property for `backup-by-copying-when-mismatch'.
4853
4854 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4855
4856 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4857
4858 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4859
4860 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4861 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4862 AUTOINOUT for SV style multidimensional arrays, bug294.
4863 Reported by Eric Mastromarchi.
4864 (verilog-preprocess): Use with-current-buffer and
4865 font-lock-fontify-buffer to cleanup style issues.
4866
4867 2010-11-09 Glenn Morris <rgm@gnu.org>
4868
4869 * locate.el (locate, locate-mode): Doc fixes.
4870
4871 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4874 user for confirmation.
4875 (server-force-stop): Use it.
4876 (server-start): Use server-force-stop for kill-emacs-hook, to
4877 avoid user interaction while killing Emacs.
4878
4879 2010-11-09 Glenn Morris <rgm@gnu.org>
4880
4881 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4882 (meta-indent-line): Simplify.
4883
4884 * vc/emerge.el (emerge-line-number-in-buf):
4885 * textmodes/ispell.el (ispell-region):
4886 * textmodes/fill.el (current-fill-column):
4887 * progmodes/xscheme.el (xscheme-send-current-line):
4888 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4889 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4890 * progmodes/sh-script.el (sh-handle-prev-do):
4891 * progmodes/meta-mode.el (meta-indent-line):
4892 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4893 (idlwave-in-quote):
4894 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4895 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4896 * progmodes/fortran.el (fortran-looking-at-if-then):
4897 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4898 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4899 (cperl-find-pods-heres):
4900 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4901 * net/quickurl.el (quickurl-list-insert):
4902 * net/ldap.el (ldap-search-internal):
4903 * net/eudc.el (eudc-expand-inline):
4904 * mail/sendmail.el (sendmail-send-it):
4905 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4906 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4907 (viper-brac-function):
4908 * calc/calc-yank.el (calc-do-grab-region):
4909 * calc/calc-keypd.el (calc-keypad-press):
4910 * term.el (term-move-columns, term-insert-spaces):
4911 * speedbar.el (speedbar-highlight-one-tag-line):
4912 * simple.el (current-word):
4913 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4914 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4915 (Info-scroll-down):
4916 * hippie-exp.el (he-line-beg):
4917 * epa.el (epa--marked-keys):
4918 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4919 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4920 (dired-relist-entry):
4921 * buff-menu.el (Buffer-menu-buffer):
4922 * array.el (current-line):
4923 * allout.el (allout-resolve-xref)
4924 (allout-latex-verbatim-quote-curr-line):
4925 Replace yet more uses of end-of-line etc with line-end-position, etc.
4926
4927 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4930 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4931 (checkdoc-syntax-table): Initialize in the declaration.
4932 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4933 the mode on unconditionally.
4934
4935 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4936 (extent-end-position, extent-start-position): Remove setf method for
4937 non-existing functions (bug#7319).
4938
4939 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4942 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4943 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4944 (smie-prec2->grammar): Rename from smie-prec2-levels.
4945 (smie-grammar): Rename from smie-op-levels.
4946 (smie-indent--hanging-p): Rename from smie-hanging-p.
4947 (smie-rule-hanging-p): New alias.
4948 (smie-indent--bolp): Rename from smie-bolp.
4949 (smie-indent--hanging-p): New alias.
4950 (smie--token): New dynamically bound variable.
4951 (smie-indent--parent): New function.
4952 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4953 (smie-rule-next-p): Rename from smie-next-p.
4954 (smie-rule-prev-p): Rename from smie-prev-p.
4955 (smie-rule-sibling-p, smie-rule-parent)
4956 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4957 (smie-rule-separator-outdent): New var.
4958 (smie-indent--rule): Merge with smie-indent--column.
4959 (smie-indent-forward-token, smie-indent-backward-token):
4960 Also recognize close parens.
4961 (smie-indent-keyword): Don't use smie-indent--column any more.
4962 (smie-indent-after-keyword): Ignore closers by default.
4963 (smie-indent-line): Use with-demoted-errors.
4964 * progmodes/octave-mod.el (octave-smie-grammar):
4965 Rename from octave-smie-op-levels.
4966 (octave-smie-rules): Adjust to new behavior.
4967 * progmodes/prolog.el (prolog-smie-grammar):
4968 Rename from prolog-smie-op-levels.
4969
4970 2010-11-07 Glenn Morris <rgm@gnu.org>
4971
4972 * eshell/esh-util.el (subst-char-in-string)
4973 (directory-files-and-attributes): These compatibility definitions are
4974 not needed on any version of Emacs since at least 21.4.
4975
4976 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4977 (verilog-get-end-of-line): Remove.
4978 (verilog-within-string, verilog-re-search-forward-substr)
4979 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4980 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4981 Use point-at-bol, point-at-eol.
4982 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4983 Remove.
4984 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4985 (electric-pascal-terminate-line, pascal-set-auto-comments)
4986 (pascal-indent-paramlist, pascal-indent-declaration)
4987 (pascal-get-lineup-indent, pascal-func-completion)
4988 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4989 Use point-at-bol, point-at-eol.
4990 * progmodes/flymake.el (flymake-line-beginning-position)
4991 (flymake-line-end-position): Remove.
4992 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4993 * eshell/esh-util.el (line-end-position, line-beginning-position):
4994 Remove compat definitions.
4995
4996 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4997 Use end-of-line N.
4998 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4999 Use line-end-position.
5000
5001 * emacs-lisp/chart.el (chart-zap-chars):
5002 * play/decipher.el (decipher-set-map):
5003 * progmodes/ada-mode.el (ada-get-current-indent)
5004 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
5005 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
5006 * progmodes/ada-xref.el (ada-initialize-runtime-library)
5007 (ada-get-all-references):
5008 * progmodes/cperl-mode.el (cperl-electric-paren)
5009 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
5010 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
5011 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
5012 (cperl-word-at-point-hard):
5013 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
5014 (idlwave-shell-filename-string, idlwave-shell-batch-command)
5015 (idlwave-shell-display-line):
5016 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
5017 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
5018 * progmodes/js.el (js--re-search-forward-inner)
5019 (js--re-search-backward-inner):
5020 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
5021 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5022 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5023 * textmodes/flyspell.el (flyspell-process-localwords):
5024 * textmodes/ispell.el (ispell-buffer-local-parsing)
5025 (ispell-buffer-local-dict, ispell-buffer-local-words):
5026 Use point-at-bol and point-at-eol.
5027
5028 * speedbar.el (speedbar-generic-item-info)
5029 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5030 (speedbar-add-indicator, speedbar-check-vc-this-line)
5031 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5032 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5033 Replace more uses of end-of-line etc with line-end-position.
5034
5035 2010-11-06 Glenn Morris <rgm@gnu.org>
5036
5037 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5038 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5039 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5040 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5041 (texinfo-multiple-files-update):
5042 * textmodes/table.el (table--probe-cell-left-up)
5043 (table--probe-cell-right-bottom):
5044 * textmodes/picture.el (picture-tab-search):
5045 * textmodes/page-ext.el (pages-copy-header-and-position)
5046 (pages-directory-for-addresses):
5047 * progmodes/vera-mode.el (vera-get-offset):
5048 * progmodes/simula.el (simula-calculate-indent):
5049 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5050 * progmodes/prolog.el (end-of-prolog-clause):
5051 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5052 * progmodes/icon.el (indent-icon-exp):
5053 * progmodes/etags.el (tag-re-match-p):
5054 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5055 * progmodes/ebnf2ps.el (ebnf-begin-file):
5056 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5057 (dcl-save-local-variable):
5058 * play/life.el (life-setup):
5059 * play/gametree.el (gametree-looking-at-ply):
5060 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5061 * mail/sendmail.el (mail-mode-auto-fill):
5062 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5063 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5064 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5065 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5066 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5067 * type-break.el (type-break-file-keystroke-count):
5068 * term.el (term-replace-by-expanded-history-before-point)
5069 (term-skip-prompt, term-extract-string):
5070 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5071 (speedbar-contract-line, speedbar-toggle-line-expansion)
5072 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5073 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5074 * sort.el (sort-skip-fields):
5075 * skeleton.el (skeleton-internal-list):
5076 * simple.el (line-move-finish, line-move-to-column):
5077 * shell.el (shell-forward-command):
5078 * misc.el (copy-from-above-command):
5079 * makesum.el (double-column):
5080 * ebuff-menu.el (electric-buffer-update-highlight):
5081 * dired.el (dired-move-to-end-of-filename):
5082 * dframe.el (dframe-popup-kludge):
5083 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5084 * arc-mode.el (archive-get-lineno):
5085 Use line-end-position and line-beginning-position.
5086
5087 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5088 (idlwave-study-twins): Prefix dynamic local `class'.
5089 (idlwave-routine-twin-compare): Update for above name change.
5090
5091 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5092 Use boundp tests to silence compiler. Update for changed name of
5093 bytecomp-filename variable.
5094
5095 * emulation/viper-cmd.el (viper-read-string-with-history):
5096 Prefix dynamic local `initial'.
5097 (viper-minibuffer-standard-hook): Update for above name change.
5098
5099 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5100 (elint-init-form): Update for above name change.
5101
5102 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5103 local variables `cbeg' and `cend' a prefix.
5104 (mail-extr-voodoo): Update for above name change.
5105
5106 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5107 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5108 (reftex-toc-promote-action): Doc fix.
5109
5110 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5111 `prompt', `data' a prefix.
5112 (reftex-select-post-command-hook, reftex-select-callback)
5113 (reftex-select-mouse-accept, reftex-select-read-cite):
5114 Update for above name changes.
5115
5116 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5117 `refstyle' to reftex-refstyle.
5118 (reftex-offer-label-menu): Update for above name change.
5119 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5120 `refstyle' name change.
5121
5122 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5123 with with-current-buffer.
5124 (diff, template): Give dynamic local variables a prefix.
5125 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5126 (emerge-line-number-in-buf): Update for above name change.
5127 (emerge-combine-versions-internal): Rename local `template' to
5128 emerge-combine-template.
5129 (emerge-combine-versions-edit): Update for above name change.
5130
5131 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
5132
5133 * textmodes/reftex-cite.el
5134 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5135 entries with whitespace after \bibitem.
5136 (reftex-create-bibtex-file): Match entries containing numbers and
5137 symbol constituents. Make sure that entries with whitespace at
5138 various places are found.
5139
5140 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5141
5142 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5143
5144 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5145
5146 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5147
5148 2010-11-05 Glenn Morris <rgm@gnu.org>
5149
5150 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5151 (woman2-roff-buffer): Give local variable `request' a prefix.
5152 (woman0-macro): Rename argument `request' in the same way.
5153 (woman-request): New name for `request' dynamic variable.
5154 (woman-unquote, woman-forward-arg): Update for above name change.
5155 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5156 (woman1-unquote): New name for `unquote' dynamic variable.
5157 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5158 (woman-translations): Rename from `translations'. No longer global.
5159 (woman2-tr, woman-translate): Update for above name change.
5160 (woman-translate): Check for bound variable.
5161 (woman2-roff-buffer): Give local variable `translations' a prefix.
5162
5163 * play/doctor.el: Give all local variables a prefix. Update callers.
5164 (doc$, doctor-put-meaning): Use backquote.
5165
5166 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5167 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5168
5169 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5170 variables bytes, ptr, op a prefix.
5171 (disassemble-offset): Update for above change.
5172
5173 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * emacs-lisp/package.el (package-unpack): Remove no-op.
5176 (package--builtins, package--dir): Doc fix.
5177 (package-activate-1, package-activate, package-install)
5178 (package-compute-transaction): Fix error message.
5179 (package-delete): Use delete-directory. Omit system packages.
5180 (package-initialize): Set package-alist to nil first.
5181 (package-menu-mark-delete, package-menu-mark-install): Don't add
5182 symbols that are inconsistent with the package state.
5183 (package-menu-execute): Perform deletions and installations as
5184 single batch operations.
5185
5186 2010-11-03 Glenn Morris <rgm@gnu.org>
5187
5188 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5189 (props): Remove unnecessary declaration.
5190
5191 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5192 set-process-query-on-exit-flag.
5193
5194 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
5195 (reftex-toc-do-promote): Remove unused local `mpos'.
5196 (reftex-toc-restore-region): Make `mpos' local to this function.
5197
5198 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5199
5200 * play/landmark.el (lm-losing-threshold): Correct spelling.
5201 (lm-human-plays): Use new name.
5202
5203 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5204 (gomoku-human-plays): Use new name.
5205
5206 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5207 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5208 (gomoku-score-trans-table, gomoku-winning-threshold)
5209 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5210
5211 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * emacs-lisp/package.el: Don't put built-in packages in
5214 package-alist, to avoid loading inefficiencies.
5215 (package-built-in-p): Make VERSION optional, and treat it as a
5216 minimum acceptable version.
5217 (package-activate): Search separately for built-in packages.
5218 Emit a warning if a dependency fails.
5219 (define-package): Handle most common case, where there is no
5220 obsolete package, first.
5221 (package-compute-transaction): Print required version in error.
5222 (package--initialized): New variable.
5223 (list-packages): Use it.
5224 (package-initialize): Optional arg NO-ACTIVATE. Don't put
5225 built-in packages in packages-alist; keep it separate.
5226 Set package--initialized.
5227 (describe-package): Avoid activating packages as a side-effect.
5228 Search separately for built-in packages.
5229 (describe-package-1): Handle the case where an elpa package is
5230 simultaneously built-in and available/installed.
5231 (package-installed-p, package--generate-package-list):
5232 Search separately for built-in packages.
5233 (package-load-descriptor): Doc fix.
5234
5235 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5238 Handle __DATA__ and __END__.
5239
5240 2010-11-02 Noah Friedman <friedman@splode.com>
5241
5242 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5243 nil, do not ask to recompile files that are not already compiled,
5244 and do not recompile them.
5245
5246 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
5247
5248 * emacs-lisp/package.el (package-initialize): Ensure that
5249 obsoleted built-in packages are not in package-activated-list
5250 during activation.
5251 (describe-package-1): Make the "installed" status override
5252 "built-in".
5253
5254 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5255
5256 * subr.el (version-separator, version-regexp-alist): Remove '*'
5257 from docstring.
5258 (version-list-<=, version<=, version=): Doc fix.
5259
5260 2010-11-01 Kenichi Handa <handa@m17n.org>
5261
5262 * faces.el (glyphless-char): Inherit underline for tty.
5263
5264 2010-11-01 Kenichi Handa <handa@m17n.org>
5265
5266 Implement various display methods for glyphless characters.
5267
5268 * international/characters.el (char-acronym-table): New variable.
5269 (glyphless-char-control): New variable.
5270 (update-glyphless-char-display): New function.
5271
5272 * faces.el (glyphless-char): New face.
5273
5274 2010-11-01 Glenn Morris <rgm@gnu.org>
5275
5276 * calendar/holidays.el (general-holidays, oriental-holidays)
5277 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5278 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5279 the definitions of their targets.
5280
5281 * emacs-lisp/smie.el (smie): New custom group.
5282 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5283
5284 * faces.el (xw-defined-colors, x-setup-function-keys):
5285 * mouse-sel.el (x-select-text):
5286 * term/w32console.el (x-setup-function-keys): Update declarations.
5287
5288 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5289
5290 * textmodes/ispell.el (comment-add): Declare.
5291
5292 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5293 Declare.
5294
5295 * info.el (finder-keywords-hash, package-alist): Declare.
5296
5297 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * finder.el (finder-compile-keywords): Don't use intern-soft,
5300 since package names may not yet exist in the obarray.
5301
5302 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5303
5304 * vc/vc-arch.el (vc-arch-checkin):
5305 * vc/vc-cvs.el (vc-cvs-checkin):
5306 * vc/vc-mtn.el (vc-mtn-checkin):
5307 * vc/vc-rcs.el (vc-rcs-checkin):
5308 * vc/vc-sccs.el (vc-sccs-checkin):
5309 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5310 since 2010-04-21 commit by Stefan Monnier.
5311
5312 2010-11-01 Glenn Morris <rgm@gnu.org>
5313
5314 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5315
5316 * startup.el (package-enable-at-startup, package-initialize):
5317 Silence compiler.
5318
5319 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5320 Silence compiler.
5321
5322 2010-10-31 Julien Danjou <julien@danjou.info>
5323
5324 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5325 (byte-recompile-directory):
5326 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
5327 Use `byte-recompile-file'.
5328
5329 2010-10-31 Glenn Morris <rgm@gnu.org>
5330
5331 * cus-start.el: Handle standard values via a keyword.
5332 Only set version property if specified.
5333 (cursor-in-non-selected-windows, menu-bar-mode)
5334 (tool-bar-mode, show-trailing-whitespace):
5335 Do not specify standard values.
5336 (transient-mark-mode, temporary-file-directory): Use :standard.
5337
5338 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5339
5340 * term/x-win.el (x-get-selection-value): New function that gets
5341 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
5342
5343 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
5344
5345 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5346 preserve owner and group when editing files. (Bug#7289)
5347
5348 2010-10-31 Glenn Morris <rgm@gnu.org>
5349
5350 * speedbar.el (speedbar-mode):
5351 * play/fortune.el (fortune-in-buffer, fortune):
5352 * play/gomoku.el (gomoku-mode):
5353 * play/landmark.el (lm-mode):
5354 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5355 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5356
5357 * select.el (x-selection): Mark it as an obsolete alias.
5358
5359 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5360
5361 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
5362 major-mode (bug#7284).
5363
5364 2010-10-31 Glenn Morris <rgm@gnu.org>
5365
5366 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5367 rather than just an unused variable that inherits from the real one.
5368
5369 2010-10-31 Alan Mackenzie <acm@muc.de>
5370
5371 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5372 This fixes bug #7185.
5373
5374 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
5375
5376 * startup.el (command-line): Search for package directories, and
5377 don't load package.el if none are found.
5378
5379 * emacs-lisp/package.el (describe-package, list-packages):
5380 Call package-initialize if it has not been called yet.
5381
5382 2010-10-30 Alan Mackenzie <acm@muc.de>
5383
5384 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5385 which fontifies the tail of an enum.
5386 (c-basic-matchers-after): Insert a call to the above new function.
5387 This fixes bug #7264.
5388
5389 2010-10-30 Glenn Morris <rgm@gnu.org>
5390
5391 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5392 tool-bar-mode, transient-mark-mode. (Bug#7306)
5393 Include the :set property in the dumped Emacs.
5394
5395 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 SMIE: change indent rules format, improve smie-setup.
5398 * emacs-lisp/smie.el (smie-precs-precedence-table)
5399 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5400 Mark them pure so the tables gets built at compile time.
5401 (smie-bnf-precedence-table): Store the closer-alist in the table.
5402 (smie-prec2-levels): Preserve the closer-alist.
5403 (smie-blink-matching-open): Be more forgiving in case of indentation.
5404 (smie-hanging-p): Rename from smie-indent--hanging-p.
5405 (smie-bolp): Rename from smie-indent--bolp.
5406 (smie--parent, smie--after): New dynamic vars.
5407 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5408 (smie-indent-rules): Remove.
5409 (smie-indent--offset-rule): Remove fun.
5410 (smie-rules-function): New var.
5411 (smie-indent--rule): New fun.
5412 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5413 (smie-indent-exps): Use it.
5414 (smie-setup): Setup paren blinking; add keyword args for token
5415 functions; extract closer-alist from op-levels.
5416 (smie-indent-debug-log): Remove var.
5417 (smie-indent-debug): Remove fun.
5418 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5419 (prolog-smie-rules): New fun to replace it.
5420 (prolog-mode-variables): Simplify.
5421 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5422 it's setup automatically.
5423 (octave-smie-indent-rules): Remove.
5424 (octave-smie-rules): New fun to replace it.
5425 (octave-mode): Simplify.
5426
5427 2010-10-29 Glenn Morris <rgm@gnu.org>
5428
5429 * files.el (temporary-file-directory): Remove (already defined in C).
5430 * cus-start.el: Add temporary-file-directory.
5431
5432 * abbrev.el (abbrev-mode):
5433 * composite.el (auto-composition-mode):
5434 * menu-bar.el (menu-bar-mode):
5435 * simple.el (transient-mark-mode):
5436 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5437 that they do not define the associated variables twice.
5438 * simple.el (transient-mark-mode): Remove defvar.
5439 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5440 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5441 Handle multiple groups, and also custom-delayed-init-variables.
5442 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5443
5444 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5447 (pcase-if): Add one minor optimization.
5448 (pcase-split-equal): Rename from pcase-split-eq.
5449 (pcase-split-member): Rename from pcase-split-memq.
5450 (pcase-u1): Add strings to the member optimization.
5451 Add `guard' variant of predicates.
5452 (pcase-q1): Add string patterns.
5453
5454 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5457
5458 2010-10-28 Glenn Morris <rgm@gnu.org>
5459
5460 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5461 Move menu-bar related settings to ../menu-bar.el.
5462 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5463 Move ns-specific settings here from term/ns-win.el.
5464
5465 * simple.el (x-selection-owner-p): Remove unused declaration.
5466
5467 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * minibuffer.el (completion-cycling): New var (bug#7266).
5470 (minibuffer-complete, completion--do-completion):
5471 Use completion--flush-all-sorted-completions.
5472 (minibuffer-complete): Only cycle if completion-cycling is set.
5473 (completion--flush-all-sorted-completions): Unset completion-cycling.
5474 (minibuffer-force-complete): Set completion-cycling.
5475 (completion-all-sorted-completions): Move declaration before first use.
5476
5477 2010-10-28 Leo <sdl.web@gmail.com>
5478
5479 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5480 which changes the order of matches seen by users (bug#7231).
5481
5482 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
5483
5484 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5485 Don't confuse -omega as "-o mega".
5486
5487 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5490 (log-edit-author): New dynamic var.
5491 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5492 to return the author if different from committer.
5493 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5494
5495 * play/landmark.el: Adjust commenting convention.
5496 (lm-nil-score): Rename from nil-score.
5497 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5498 (OOOOscore): Move into a let in lm-score-trans-table.
5499 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5500
5501 * electric.el (electric-indent-chars): Autoload.
5502 * progmodes/octave-mod.el (octave-mode):
5503 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5504 (ruby-mode-abbrev-table): Merge initialization and declaration.
5505
5506 2010-10-27 Glenn Morris <rgm@gnu.org>
5507
5508 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5509 variable.
5510
5511 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5512
5513 * term/ns-win.el: Restore require of cl when compiling.
5514 (menu-bar-final-items): Remove non-existent `windows' menu.
5515 (ns-handle-nxopen): Optionally handle the temp-case.
5516 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5517 (ns-insert-file, ns-find-file): Use `pop'.
5518
5519 2010-10-26 Glenn Morris <rgm@gnu.org>
5520
5521 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5522
5523 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5524
5525 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5526 global map.
5527 * term/common-win.el (x-setup-function-keys): Remove most of the
5528 keymappings. Comment on the remaining ones.
5529
5530 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5531
5532 * server.el (server-port): New option. (Bug#854)
5533 (server-start): Use server-port.
5534
5535 2010-10-26 Glenn Morris <rgm@gnu.org>
5536
5537 * term/ns-win.el (ns-version-string): Remove unused declaration.
5538 (ns-invocation-args): Change to x-invocation-args.
5539 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5540 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5541 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5542 Use x-invocation-args instead of ns-invocation-args.
5543 (ns-initialize-window-system, handle-args-function-alist):
5544 Use x-handle-args instead of ns-handle-args.
5545 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5546 * startup.el (command-line-ns-option-alist): Replace
5547 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5548 ns-handle-iconic with the x- equivalents.
5549
5550 * term/common-win.el (x-select-enable-clipboard):
5551 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5552
5553 * term/ns-win.el: No need to require cl when compiling.
5554 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5555 (xw-defined-colors): Use the common-win definitions.
5556 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5557 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5558 * term/common-win.el (x-select-text, x-alternatives-map)
5559 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5560 * loadup.el [ns]: Load common-win.
5561
5562 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5563
5564 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5565 recipients; expand mail aliases (Bug#7280).
5566
5567 2010-10-25 Glenn Morris <rgm@gnu.org>
5568
5569 * term/common-win.el (x-handle-switch): Simplify with pop.
5570 Optionally handle numeric switches.
5571 (x-handle-numeric-switch): Just call x-handle-switch.
5572 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5573 (x-handle-name-switch, x-handle-display, x-handle-args):
5574 Simplify with pop.
5575
5576 * term/ns-win.el: Do not require easymenu.
5577 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5578 <spell>: Move adjustments to menu-bar.el.
5579 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5580 <separator-undo, spell>: Move ns-win's adjustments here.
5581 * loadup.el [ns]: Do not load easymenu.
5582
5583 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5584
5585 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5586 Delete (Bug#7222).
5587
5588 * startup.el (fancy-startup-tail): Instead of using inline images,
5589 refer to image files from etc/.
5590
5591 * wid-edit.el (checkbox): Likewise.
5592 (widget-image-find): Center image specs.
5593
5594 2010-10-24 Glenn Morris <rgm@gnu.org>
5595
5596 * term/ns-win.el (x-select-text): Doc fix.
5597 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5598 (x-select-text): Move to term/common-win.
5599 * term/w32-win.el (xw-defined-colors): Move to common-win.
5600 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5601 (x-setup-function-keys, x-select-text): Move to common-win.
5602 * term/common-win.el (x-select-text, x-alternatives-map)
5603 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5604 definitions here.
5605
5606 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5607
5608 * net/mairix.el (mairix-searches-mode-map):
5609 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5610
5611 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5612
5613 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5614 auto-built for efficiency of execution and updating.
5615 (verilog-extended-complete-re): Support 'pure' fucntion & task
5616 declarations (these have no bodies).
5617 (verilog-beg-of-statement): General cleanup to enable support of
5618 'pure' fucntion & task declarations (these have no bodies).
5619 These efforts together fix Verilog bug210 from veripool; which was also
5620 noticed by Steve Pearlmutter.
5621 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5622 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5623 Support `elsif. Reported by Shankar Giri.
5624 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5625 attribute handling for lining up declarations and assignments.
5626 (verilog-beg-of-statement-1): Fix issue where continued declaration
5627 is indented differently if it is after a begin..end clock.
5628 (verilog-in-attribute-p, verilog-skip-backward-comments)
5629 (verilog-skip-forward-comment-p): Support proper treatment of
5630 attributes by indent code. Reported by Jeff Steele.
5631 (verilog-in-directive-p): Fix comment to correctly describe function.
5632 (verilog-backward-up-list, verilog-in-struct-region-p)
5633 (verilog-backward-token, verilog-in-struct-p)
5634 (verilog-in-coverage-p, verilog-do-indent)
5635 (verilog-pretty-declarations): Use verilog-backward-up-list as
5636 wrapper around backward-up-list inorder to properly skip comments.
5637 Reported by David Rogoff.
5638 (verilog-property-re, verilog-endcomment-reason-re)
5639 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5640 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5641 of if). Reported by Max Bjurling and
5642 (verilog-calc-1): Fix for clocking block in modport
5643 declaration. Reported by Brian Hunter.
5644
5645 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5646
5647 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5648 (verilog-gate-keywords, verilog-read-sub-decls)
5649 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5650 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5651 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5652 (verilog-read-decls): Fix spaces in V2K module parameters causing
5653 mis-identification as interfaces, bug287.
5654 (verilog-read-decls): Fix not treating "parameter string" as a
5655 parameter in AUTOINSTPARAM.
5656 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5657 treating `elsif similar to `endif inside AUTOSENSE.
5658 (verilog-do-indent): Implement correct automatic or static task or
5659 function end comment highlight. Reported by Steve Pearlmutter.
5660 (verilog-font-lock-keywords-2): Fix highlighting of single
5661 character pins, bug264. Reported by Michael Laajanen.
5662 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5663 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5664 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5665 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5666 (verilog-pretty-expr): Fix interactive arguments, bug272.
5667 Reported by Mark Johnson.
5668 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5669 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5670 bug269. Suggested by Gary Delp.
5671 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5672 (verilog-preprocessor, verilog-set-compile-command):
5673 Create verilog-preprocess and verilog-preprocessor to show
5674 preprocessed output.
5675 (verilog-get-beg-of-line, verilog-get-end-of-line)
5676 (verilog-modi-file-or-buffer, verilog-modi-name)
5677 (verilog-modi-point, verilog-within-string): Move defmacro's
5678 before first use to avoid warning. Reported by Steve Pearlmutter.
5679 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5680 (verilog-colorize-region, verilog-highlight-buffer)
5681 (verilog-highlight-includes, verilog-highlight-modules)
5682 (verilog-highlight-region, verilog-mode): Rename colorize to
5683 highlight to match other packages. Disable module highlighting,
5684 as received speed complaints, reenable for experimentation only
5685 using new verilog-highlight-modules.
5686 (verilog-read-decls): Fix regexp stack overflow in very large
5687 AUTO_TEMPLATEs, bug250.
5688 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5689 (verilog-scan): Create verilog-save-buffer-state to standardize
5690 making insignificant changes that shouldn't call hooks.
5691 (verilog-save-no-change-functions, verilog-save-scan-cache)
5692 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5693 Create verilog-save-no-change-functions to wrap verilog-scan
5694 preservation, and fix to work with nested preserved calls.
5695 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5696 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5697 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5698 (verilog-submit-bug-report): Update variable list to be complete.
5699 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5700 breaking on-the-fly font-locking.
5701 (verilog-colorize-buffer, verilog-colorize-include-files)
5702 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5703 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5704 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5705 AUTOINST cell instance name, middle mouse button now finds-file on
5706 it. Suggested by Brad Dobbie.
5707 (verilog-alw-get-temps, verilog-auto-reset)
5708 (verilog-auto-sense-sigs, verilog-read-always-signals)
5709 (verilog-read-always-signals-recurse): Fix loop indexes being
5710 AUTORESET. AUTORESET now assumes any variables in the
5711 initialization section of a for() should be ignored.
5712 Reported by Dan Dever.
5713 (verilog-error-font-lock-keywords)
5714 (verilog-error-regexp-emacs-alist)
5715 (verilog-error-regexp-xemacs-alist): Fix error detection of
5716 Cadence HAL, reported by David Asher. Repair drift between the
5717 three similar error variables.
5718 (verilog-modi-lookup, verilog-modi-lookup-cache)
5719 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5720 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5721 Fix slow verilog-auto expansion on very large files.
5722 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5723 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5724 "{1*2{...". Broke in last revision.
5725 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5726 submodule connections with replications "{#{a},#{b}}".
5727
5728 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5729
5730 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5731 Fix typo in docstring.
5732
5733 2010-10-24 Kenichi Handa <handa@m17n.org>
5734
5735 * face-remap.el (text-scale-adjust): Call read-event with a proper
5736 prompt.
5737
5738 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * emacs-lisp/unsafep.el: Don't mark functions that display
5741 messages as safe. Suggested by Johan Bockgård.
5742
5743 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5746 Turn comments into docstrings.
5747
5748 * minibuffer.el (completion--replace): Move point where it belongs
5749 when there's a common suffix (bug#7215).
5750
5751 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5752
5753 Merge read-color and facemenu-read-color (Bug#7242).
5754
5755 * faces.el (read-color): Use the completion code from
5756 facemenu-read-color. Require match in completion. Doc fix.
5757
5758 * facemenu.el (facemenu-read-color): Alias for read-color.
5759 (facemenu-set-foreground, facemenu-set-background):
5760 Use read-color.
5761
5762 * frame.el (set-background-color, set-foreground-color)
5763 (set-cursor-color, set-mouse-color, set-border-color):
5764 Use read-color.
5765
5766 2010-10-24 Leo <sdl.web@gmail.com>
5767
5768 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5769 argument of delete-file and delete-directory (Bug#7011).
5770
5771 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5774 button-buffer-map.
5775
5776 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5777
5778 * emacs-lisp/package.el (package--generate-package-list): Make the
5779 *Packages* buffer read-only.
5780
5781 2010-10-24 Alan Mackenzie <acm@muc.de>
5782
5783 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5784 result of `c-beginning-of-decl-1' between invocations of a lambda
5785 function (Bug #7265).
5786
5787 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5788
5789 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5790 executable is not available on the system (Bug#7268).
5791
5792 2010-10-24 Glenn Morris <rgm@gnu.org>
5793
5794 * select.el (selection-coding-system, next-selection-coding-system):
5795 Sync doc with C versions.
5796
5797 * w32-vars.el (x-select-enable-clipboard):
5798 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5799 * term/common-win.el (x-select-enable-clipboard): Move here.
5800
5801 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5802 definition of C variable.
5803
5804 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5805 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5806 Don't redefine things that are defined in C.
5807 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5808 (show-trailing-whitespace, auto-hscroll-mode)
5809 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5810 Set up the appropriate custom properties.
5811
5812 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5813
5814 Bind "C-c ]" to ...
5815 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5816 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5817 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5818 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5819
5820 2010-10-23 Glenn Morris <rgm@gnu.org>
5821
5822 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5823 say what it was.
5824
5825 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5826 Sync docs with C version.
5827
5828 * term/ns-win.el (xw-defined-colors):
5829 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5830
5831 * term/pc-win.el (x-select-enable-clipboard):
5832 * term/x-win.el (x-select-enable-clipboard):
5833 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5834
5835 * comint.el (comint-password-prompt-regexp): Make it less vague.
5836 Bump version.
5837
5838 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5839
5840 * help.el (finder-by-keyword): Remove unnecessary autoload.
5841
5842 2010-10-22 Glenn Morris <rgm@gnu.org>
5843
5844 * loadup.el: Unconditionally load float-sup.
5845 * paren.el (show-paren-delay):
5846 * emacs-lisp/float-sup.el:
5847 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5848 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5849 (lazy-lock-stealth-verbose): Assume float support.
5850 * ps-print.el: Assume float support on Emacs.
5851 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5852 Remove non-float branch.
5853
5854 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5855 src/Makefile no longer being pre-processed.
5856
5857 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * emacs-lisp/find-func.el (find-library): Use test-completion.
5860
5861 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5862
5863 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5864
5865 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5868 space in stat format string.
5869 (tramp-send-command): Unset $PS1 when using here documents, in
5870 order not to get several prompts.
5871 (tramp-get-inline-coding): Return `nil' in case of errors.
5872
5873 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5874
5875 * hexl.el (hexl-mode, hexl-mode-exit):
5876 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5877 (hexl-revert-buffer-function): New function.
5878 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5879
5880 2010-10-19 Alan Mackenzie <acm@muc.de>
5881
5882 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5883 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5884 that these keywords aren't wrongly matched as identifiers.
5885
5886 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5887 setting of c-new-BEG and c-new-END from c-before-change to
5888 c-after-change. (Bug#7181)
5889
5890 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5891
5892 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5893 Don't mark as safe.
5894
5895 * custom.el (custom-theme-set-variables): Likewise.
5896 (load-theme): Add custom-theme-set-faces and
5897 custom-theme-set-variables to safe-functions while loading.
5898 (custom-enabled-themes): Mark as risky.
5899
5900 2010-10-18 Julien Danjou <julien@danjou.info>
5901
5902 * bindings.el: Remove end dashes in default mode-line-format.
5903
5904 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5905
5906 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5907 to delete-forward-char.
5908
5909 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5910 deletechar, and hence delete-forward-char.
5911
5912 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * repeat.el (repeat): Use read-key (bug#6256).
5915
5916 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * emacs-lisp/unsafep.el: Don't mark functions that display
5919 messages as safe. Suggested by Johan Bockgård.
5920
5921 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * minibuffer.el (completion--replace): Move point where it belongs
5924 when there's a common suffix (bug#7215).
5925
5926 2010-10-19 Kenichi Handa <handa@m17n.org>
5927
5928 * international/characters.el: Add category '|' (word breakable)
5929 to fullwidth characters.
5930
5931 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5932
5933 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5934 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5935 order to make stat results a float. Patch by Andreas Schwab
5936 <schwab@linux-m68k.org>.
5937
5938 2010-10-18 Julien Danjou <julien@danjou.info>
5939
5940 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5941 hidden by `make-pointer-invisible'.
5942
5943 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * files.el (locate-file-completion-table): Strip non-matching elements
5946 before checking length of list (bug#7238).
5947
5948 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5949
5950 * custom.el (custom-theme-set-variables): Mark as a safe function.
5951 (load-theme): Check forms using unsafep.
5952
5953 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5954
5955 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5956
5957 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5958 Fix aspell data file searching (bug#7230).
5959
5960 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5961
5962 * cus-theme.el (custom-theme--migrate-settings): New var.
5963 (customize-create-theme): Allow editing the `user' theme.
5964 (custom-theme-add-variable, custom-theme-add-var-1)
5965 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5966 to the front of each variable or face widget.
5967 (custom-theme-write): Save theme settings in the correct order.
5968 Optionally, remove saved settings from user customizations.
5969 (custom-theme-write-variables, custom-theme-write-faces):
5970 Save only the checked widgets.
5971 (customize-themes): Add a link for migrating custom settings.
5972
5973 * custom.el (custom-declare-theme, provide-theme):
5974 Use custom-theme-name-valid-p.
5975 (custom-theme-name-valid-p): Remove checks that are now
5976 unnecessary since themes no longer obey load-path.
5977
5978 * cus-edit.el (custom-variable-value-create): For the simple
5979 style, hide documentation string when hidden.
5980
5981 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * cus-edit.el (custom-variable, custom-face): Combine the
5984 :inhibit-magic and :display-style properties into a single
5985 :custom-style property.
5986 (custom-toggle-hide-variable, custom-toggle-hide-face):
5987 New functions. If hiding an edited value, save it to :shown-value.
5988 (custom-variable-value-create, custom-face-value-create): Use them.
5989 (custom-magic-reset): Allow magic property to be unset.
5990
5991 * custom.el: Custom themes no longer use load-path.
5992 (custom-theme-load-path): New option. Change built-in theme
5993 directory to etc/.
5994 (custom-enabled-themes): Add custom-theme-load-path dependency.
5995 (custom-theme--load-path): New function.
5996 (load-theme, custom-available-themes): Use it.
5997
5998 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5999 (customize-themes): Link to custom-theme-load-path variable.
6000 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
6001 :custom-style property.
6002
6003 * themes/*.el: Moved to etc/.
6004
6005 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
6006
6007 * textmodes/reftex-cite.el
6008 (reftex-extract-bib-entries-from-thebibliography): Do not move
6009 point when searching for \bibitem entries. Match entries with
6010 spaces or tabs in front of arguments.
6011
6012 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * cus-theme.el (customize-create-theme): Delete overlays after
6015 erasing. If given a THEME arg, display only the faces of that arg
6016 instead of custom-theme--listed-faces.
6017 (custom-theme-variable-menu, custom-theme-variable-action)
6018 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
6019 (custom-theme-add-variable, custom-theme-add-face): Apply value
6020 from the theme settings, instead of the current value.
6021 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6022 (custom-theme-visit-theme): Allow calling outside theme buffers.
6023 (custom-theme-merge-theme): Don't enable the theme when merging.
6024 (custom-theme-write-variables, custom-theme-write-faces): Use the
6025 :shown-value properties to save buffer values, not global ones.
6026 (customize-themes): Display a warning about user customizations.
6027
6028 * cus-edit.el (custom-variable-value-create)
6029 (custom-face-value-create): Obey new special properties
6030 :shown-value and :inhibit-magic.
6031
6032 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
6035 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6036 <dale@codefu.org>.
6037
6038 2010-10-14 Kenichi Handa <handa@m17n.org>
6039
6040 * mail/rmail.el (rmail-show-message-1): Catch an error of
6041 base64-decode-region and just show an error message (bug#7165).
6042
6043 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
6044 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6045 a font-spec (bug#7197).
6046
6047 2010-10-14 Glenn Morris <rgm@gnu.org>
6048
6049 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6050
6051 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
6052
6053 * international/mule.el (define-coding-system):
6054 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6055 * composite.el (compose-region): Fix typo in docstring.
6056
6057 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
6058
6059 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6060 only after checking the theme-face property.
6061
6062 * faces.el (face-spec-reset-face): Reset all attributes in one
6063 single call to set-face-attribute.
6064 (face-spec-match-p): Make it a defsubst.
6065 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6066 (x-create-frame-with-faces, tty-create-frame-with-faces)
6067 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6068 frame-set-background-mode, since they are recomputed immediately
6069 afterwards in face-set-after-frame-default.
6070 (face-set-after-frame-default): Minor optimization.
6071 (cursor): Provide non-trivial defface spec.
6072
6073 * custom.el (custom-theme-recalc-face): Simplify.
6074
6075 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6076
6077 * calc/calc-alg.el (math-var): Rename from `var'.
6078 (math-is-polynomial, math-is-poly-rec): Replace `var'
6079 with `math-var'.
6080
6081 * calc/calcalg2.el (math-var): Rename from `var'.
6082 (calcFunc-table, math-scan-for-limits): Replace `var'
6083 with `math-var'.
6084
6085 2010-10-13 Glenn Morris <rgm@gnu.org>
6086
6087 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6088
6089 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
6090
6091 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6092
6093 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6094
6095 * net/tls.el (tls-program): Remove spurious %s from openssl.
6096 (tls-starttls-switches): Remove starttls hack.
6097 (open-tls-stream): Ditto.
6098 (tls-find-starttls-argument): Ditto.
6099
6100 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
6101
6102 * image.el (image-library-alist): Declare as obsolete alias.
6103 (image-type-available-p): Use `dynamic-library-alist'.
6104
6105 * term/w32-win.el (dynamic-library-alist):
6106 Use instead of `image-library-alist'.
6107
6108 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6109
6110 * subr.el (last): Make it faster. (Bug#7174)
6111
6112 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6113
6114 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6115
6116 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6117
6118 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6119 (describe-theme-1): Extract doc from unloaded themes.
6120
6121 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6122
6123 * themes/tango-theme.el:
6124 * themes/tango-dark-theme.el:
6125 * themes/wheatgrass-theme.el: New files.
6126
6127 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * cus-theme.el (describe-theme, customize-themes)
6130 (custom-theme-save): New commands.
6131 (custom-new-theme-mode-map): Bind C-x C-s.
6132 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6133 (customize-create-theme): New optional arg THEME.
6134 (custom-theme-revert): Use it.
6135 (custom-theme-visit-theme): Remove dead code.
6136 (custom-theme-merge-theme): Use custom-available-themes.
6137 (custom-theme-write): Make interactive.
6138 (custom-theme-write): Use custom-theme-name-valid-p.
6139 (describe-theme-1, custom-theme-choose-revert)
6140 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6141 New funs.
6142 (custom-theme-allow-multiple-selections): New option.
6143 (custom-theme-choose-mode): New major mode.
6144
6145 * custom.el (custom-theme-set-variables): Remove dead code.
6146 Obey custom--inhibit-theme-enable.
6147 (custom--inhibit-theme-enable): New var.
6148 (provide-theme): Obey it.
6149 (load-theme): Replace load with manual read/eval, in order to
6150 check for correctness. Use custom-theme-name-valid-p.
6151 (custom-theme-name-valid-p): New function.
6152 (custom-available-themes): Use it.
6153
6154 * cus-edit.el (custom--initialize-widget-variables): New function.
6155 (Custom-mode): Use it.
6156
6157 * cus-face.el (custom-theme-set-faces): Remove dead code.
6158 Obey custom--inhibit-theme-enable.
6159
6160 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6161
6162 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
6163
6164 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
6165
6166 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
6167
6168 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6169 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6170 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6171
6172 * cus-start.el (all): ns-right-alternate-modifier is new.
6173
6174 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * emacs-lisp/lisp.el (lisp-completion-at-point):
6177 Use emacs-lisp-mode-syntax-table for the whole function.
6178
6179 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
6180
6181 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
6182 instead of font-lock-mode before adding keywords.
6183 Remove hi-lock-mode off code. Remove inhibit hack.
6184 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6185 non-nil; removed hook inhibit hack.
6186
6187 2010-10-12 Glenn Morris <rgm@gnu.org>
6188
6189 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6190 (load-path-shadows-find): ... to this.
6191 (list-load-path-shadows): Update for above change.
6192
6193 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6194
6195 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6196
6197 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6198 Fix comment for declare-function.
6199
6200 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * custom.el (custom-fix-face-spec): New function; code moved from
6203 custom-face-edit-fix-value.
6204 (custom-push-theme): Use it when checking if a face has been
6205 changed outside customize.
6206 (custom-available-themes): New function.
6207 (load-theme): Use it.
6208
6209 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
6210
6211 * custom.el (custom-push-theme): Cleanup (use cond).
6212 (disable-theme): Recompute the saved-face property.
6213 (custom-theme-recalc-face): Follow face alias before setting prop.
6214
6215 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6216 New variables, containing checkbox images.
6217
6218 * startup.el (fancy-startup-tail):
6219 * wid-edit.el (checkbox): Use them.
6220
6221 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 * shell.el (shell-mode-map):
6224 * progmodes/modula2.el (m2-mode-map):
6225 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6226 * play/mpuz.el (mpuz-mode-map):
6227 * play/landmark.el (lm-mode-map):
6228 * play/decipher.el (decipher-mode-map):
6229 * play/5x5.el (5x5-mode-map):
6230 * net/telnet.el (telnet-mode-map):
6231 * net/quickurl.el (quickurl-list-mode-map):
6232 * net/mairix.el (mairix-searches-mode-map):
6233 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6234 * net/dig.el (dig-mode-map):
6235 * mail/mspools.el (mspools-mode-map):
6236 * hexl.el (hexl-mode-map):
6237 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6238 (wordstar-C-o-map, wordstar-C-q-map):
6239 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6240 * emacs-lisp/chart.el (chart-map):
6241 * edmacro.el (edmacro-mode-map):
6242 * erc/erc-list.el (erc-list-menu-mode-map):
6243 * array.el (array-mode-map): Declare and define in one step.
6244
6245 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6246
6247 2010-10-10 Daiki Ueno <ueno@unixuser.org>
6248
6249 * epa.el (epa-passphrase-callback-function): Display filename
6250 passed as the 3rd arg.
6251 * epa-file.el (epa-file-passphrase-callback-function):
6252 Pass filename to epa-passphrase-callback-function.
6253
6254 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * cus-edit.el (custom-face-widget-to-spec)
6257 (custom-face-get-current-spec, custom-face-state): New functions.
6258 (custom-face-set, custom-face-mark-to-save)
6259 (custom-face-value-create, custom-face-state-set): Use them.
6260
6261 * cus-theme.el (custom-theme--listed-faces): New var.
6262 (customize-create-theme): Use *Custom Theme* as the buffer name.
6263 Set revert-buffer-function. Optional arg BUFFER. Insert all
6264 faces listed in custom-theme--listed-faces.
6265 (custom-theme-revert): New function.
6266 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6267 bottom of the list.
6268 (custom-theme-write): Prompt for theme name if empty.
6269 (custom-theme-write-variables): Use dolist.
6270 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6271
6272 2010-10-09 Alan Mackenzie <acm@muc.de>
6273
6274 Enhance fontification of declarators to take account of the
6275 presence/absence of "typedef".
6276
6277 * cc-engine.el (c-forward-type): New &optional param
6278 "brace-block-too".
6279 (c-forward-decl-or-cast-1): cdr of return value now indicates the
6280 presence of either or both of a "struct"-like keyword and "typedef".
6281
6282 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6283 fontification of declarators which follow a "}".
6284 (c-font-lock-declarations): Fontify declarators according to the
6285 presence/absence of "typedef".
6286
6287 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6288 for "typedef".
6289 (c-typedef-decl-key): New lang variable built from
6290 c-typedef-decl-kwds.
6291
6292 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6293
6294 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6295 since that's too annoying. Move the filter groups commands to
6296 TAB/backtab.
6297
6298 * epa.el (epa-passphrase-callback-function): Say what we're
6299 querying the password for.
6300
6301 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
6302 behaviour, don't bury the ibuffer buffer when visiting other buffers.
6303
6304 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6307 (custom-magic-value-create): Pad button tags with spaces.
6308 (custom-face-edit): New variable.
6309 (custom-face-value-create): Determine whether to use the usual
6310 face editor here, instead of using custom-face-selected.
6311 Pass face defaults to custom-face-edit widget.
6312 (custom-face-selected, custom-display-unselected): Delete widgets.
6313 (custom-display-unselected-match): Function removed.
6314 (custom-face-set, custom-face-mark-to-save):
6315 Accept custom-face-edit widgets as the direct widget child.
6316
6317 * wid-edit.el (widget--completing-widget): New var.
6318 (widget-default-complete): Bind it when doing completion.
6319 (widget-string-complete, widget-file-complete): Use it.
6320
6321 2010-10-09 Glenn Morris <rgm@gnu.org>
6322
6323 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6324 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6325 (holiday-hebrew-misc): Small simplifications.
6326
6327 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6328
6329 * net/browse-url.el: Don't require thingatpt, term, dired,
6330 executable, or w3-auto when compiling.
6331 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6332 Declare.
6333 (browse-url-text-emacs): Require term.
6334
6335 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6336
6337 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6338
6339 2010-10-08 Glenn Morris <rgm@gnu.org>
6340
6341 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6342
6343 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6344 (shadows-compare-text-p): Make it an obsolete alias for...
6345 (load-path-shadows-compare-text): ... new name.
6346 (find-emacs-lisp-shadows): Update for above name change.
6347 (load-path-shadows-same-file-or-nonexistent): New name for the old
6348 shadow-same-file-or-nonexistent.
6349
6350 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6351
6352 * minibuffer.el (completion--some, completion--do-completion)
6353 (minibuffer-complete-and-exit, minibuffer-completion-help)
6354 (completion-basic-try-completion)
6355 (completion-basic-all-completions)
6356 (completion-pcm--find-all-completions): Use lexical-let to
6357 avoid some false matches in variable completion (Bug#7056)
6358
6359 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
6360
6361 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6362
6363 2010-10-08 Leo <sdl.web@gmail.com>
6364
6365 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6366 return non-nil if the file exists (Bug#7090).
6367
6368 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * minibuffer.el (completion--replace):
6371 Better preserve markers (bug#7138).
6372
6373 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
6374
6375 * server.el (server-process-filter): Doc fix.
6376
6377 2010-10-08 Drew Adams <drew.adams@oracle.com>
6378
6379 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6380
6381 2010-10-08 Glenn Morris <rgm@gnu.org>
6382
6383 * vc/ediff-wind.el (ediff-setup-control-frame):
6384 * vc/ediff-ptch.el (ediff-default-backup-extension):
6385 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6386 (ediff-exec-process): Remove system-types emx, windows-95.
6387
6388 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6389
6390 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * cus-edit.el (custom-variable, custom-face): Doc fix.
6393 (custom-face-edit): Add value-create attribute.
6394 (custom-face-edit-value-create)
6395 (custom-face-edit-value-visibility-action): New functions.
6396 Hide unused face attributes by default, and add a visibility toggle.
6397 (custom-face-edit-deactivate): Show empty values with shadow face.
6398 (custom-face-selected): Only use this for face specs with default
6399 attributes.
6400 (custom-face-value-create): Cleanup.
6401
6402 * wid-edit.el (widget-checklist-value-create): Use dolist.
6403 (widget-checklist-match-find): Make second arg optional.
6404
6405 2010-10-07 Glenn Morris <rgm@gnu.org>
6406
6407 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6408 Prefix things.
6409
6410 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6411 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6412 load-path-shadows-mode, update references.
6413 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6414 Rename variable and button.
6415 (list-load-path-shadows): Update button caller.
6416
6417 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6420 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6421 (smie-merge-prec2s): Handle those new entries.
6422 (smie-prec2-levels): Only set precedence to nil for actual
6423 openers/closers.
6424 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6425 that is now unnecessary.
6426
6427 2010-10-07 Miles Bader <miles@gnu.org>
6428
6429 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6430
6431 2010-10-07 Glenn Morris <rgm@gnu.org>
6432
6433 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6434 (mail-position-on-field): Remove declarations.
6435 (mail-position-on-field): Autoload it.
6436 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6437 and mail-header-end. Don't require sendmail.
6438
6439 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6440 (shadow-mode): New mode.
6441 (shadow-find-file): New button.
6442 (list-load-path-shadows): Use shadow-mode and buttons.
6443
6444 * iimage.el (iimage-version): Remove.
6445 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6446 Turn into defcustoms.
6447 (iimage-mode-map): Give it a doc string.
6448
6449 * calendar/appt.el (appt-activate): Give a warning rather than an error
6450 if there is no diary-file.
6451
6452 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6455 Use `tramp-handle-find-backup-file-name'.
6456
6457 2010-10-06 Glenn Morris <rgm@gnu.org>
6458
6459 * font-core.el (font-lock-defaults-alist): Remove variable.
6460 (font-lock-mode): Doc fix.
6461 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6462 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6463 (font-lock-set-defaults): Doc fix.
6464 Do not consult font-lock-defaults-alist.
6465
6466 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6467
6468 * emacs-lisp/cl.el: No longer provide cl-19.
6469
6470 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
6471
6472 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6473 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6474 New defuns, taken from tramp-smb.el.
6475 (tramp-coding-system-change-eol-conversion)
6476 (tramp-set-process-query-on-exit-flag): Remove.
6477
6478 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
6479 (tramp-compat-coding-system-change-eol-conversion)
6480 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6481 from tramp.el.
6482
6483 * net/tramp-gvfs.el:
6484 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6485 by `tramp-compat-set-process-query-on-exit-flag'.
6486
6487 * net/tramp-imap.el (tramp-imap-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-imap-handle-file-exists-p)
6492 (tramp-imap-handle-file-executable-p)
6493 (tramp-imap-handle-file-readable-p)
6494 (tramp-imap-handle-directory-files-and-attributes)
6495 (tramp-imap-handle-file-newer-than-file-p): Remove.
6496
6497 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6498 by `tramp-compat-set-process-query-on-exit-flag' and
6499 `tramp-coding-system-change-eol-conversion' by
6500 `tramp-compat-coding-system-change-eol-conversion'.
6501
6502 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6503 Use `tramp-handle-directory-files-and-attributes',
6504 `tramp-handle-file-exists-p' and
6505 `tramp-handle-file-newer-than-file-p'.
6506 (tramp-smb-handle-directory-files-and-attributes)
6507 (tramp-smb-handle-file-exists-p)
6508 (tramp-smb-handle-file-newer-than-file-p): Remove.
6509 (tramp-smb-maybe-open-connection):
6510 Replace `tramp-set-process-query-on-exit-flag' by
6511 `tramp-compat-set-process-query-on-exit-flag'.
6512
6513 2010-10-05 Glenn Morris <rgm@gnu.org>
6514
6515 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6516
6517 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6518
6519 Continue reorganization of load dependencies. (Bug#7156)
6520
6521 * net/tramp.el (tramp-handle-file-local-copy-hook)
6522 (tramp-delete-temp-file-function): Move down.
6523 (tramp-exists-file-name-handler): Move up.
6524 (tramp-register-file-name-handlers): Simplify autoload.
6525 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6526 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6527 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6528 (tramp-handle-file-name-completion)
6529 (tramp-handle-file-name-directory)
6530 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6531 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6532 (tramp-handle-find-backup-file-name)
6533 (tramp-handle-insert-file-contents, tramp-handle-load)
6534 (tramp-handle-substitute-in-file-name)
6535 (tramp-handle-unhandled-file-name-directory)
6536 (tramp-mode-string-to-int, tramp-local-host-p)
6537 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6538
6539 * net/tramp-gvfs.el (top):
6540 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6541
6542 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6543 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6544
6545 2010-10-04 Glenn Morris <rgm@gnu.org>
6546
6547 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6548 (appt-activate): Give status messages.
6549
6550 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6551
6552 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6553 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6554 `gnutls-negotiate' (formerly `starttls-negotiate').
6555 Remove trivial wrapper `starttls-open-stream'.
6556
6557 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6558
6559 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6560 log-outgoing commands.
6561 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6562 to create a buffer local revert-buffer-function variable.
6563 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6564 revert-buffer-function lambda.
6565
6566 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6567
6568 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6569 `gnutls-boot'. Make TYPE the only required parameter.
6570 Allow TRUSTFILES and KEYFILES to be lists.
6571 (open-ssl-stream): Use it.
6572
6573 2010-10-03 Glenn Morris <rgm@gnu.org>
6574
6575 * subr.el (directory-sep-char): Remove obsolete variable.
6576 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6577 it is "necessary".
6578
6579 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6580 * vc/vc.el (vc-static-header-alist): Doc fix.
6581 * vc/vc-cvs.el (vc-cvs-header):
6582 * vc/vc-rcs.el (vc-rcs-header):
6583 * vc/vc-sccs.el (vc-sccs-header):
6584 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6585 * obsolete/vc-mcvs.el (vc-mcvs-header):
6586 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6587 on XEmacs.
6588
6589 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6592 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6593
6594 2010-10-03 Glenn Morris <rgm@gnu.org>
6595
6596 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6597
6598 * textmodes/rst.el (rst-font-lock-keywords-function):
6599 Drop Emacs 20 code.
6600
6601 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6602
6603 * printing.el: Drop Emacs 20 code.
6604
6605 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6606 without having used appt.el already).
6607
6608 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6609 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6610 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6611 XEmacs.
6612 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6613 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6614
6615 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6616 (charset-width, find-charset-region, chars-in-region, forward-point)
6617 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6618 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6619 Remove compatibility cruft (none of these are used by ps*.el).
6620
6621 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6622
6623 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6624
6625 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6626
6627 * server.el (server-process-filter, server-return-error):
6628 Give emacsclient time to shut down after receiving an error string.
6629
6630 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6631
6632 * files.el (remote-file-name-inhibit-cache): New defcustom.
6633
6634 * time.el (display-time-file-nonempty-p):
6635 Use `remote-file-name-inhibit-cache'.
6636
6637 * net/tramp.el (tramp-completion-reread-directory-timeout):
6638 Fix docstring.
6639
6640 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6641 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6642 `remote-file-name-inhibit-cache'. Check also for an integer
6643 value. Add/increase counter when `tramp-verbose' >= 10.
6644 (tramp-set-file-property): Add/increase counter when
6645 `tramp-verbose' >= 10.
6646
6647 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6648 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6649 (tramp-bug): Set tramp-autoload cookie. Report all interned
6650 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6651 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6652 characters only in strings.
6653
6654 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6655 to backward compatibility.
6656
6657 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6658 (tramp-handle-file-name-all-completions)
6659 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6660 (tramp-open-connection-setup-interactive-shell):
6661 Call `tramp-cleanup-connection' directly.
6662
6663 2010-10-02 Glenn Morris <rgm@gnu.org>
6664
6665 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6666
6667 * subr.el (char-bytes): Remove obsolete function.
6668
6669 * isearch.el (isearch-return-char): Remove obsolete function.
6670
6671 * mouse.el: No longer provide mldrag.
6672 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6673 Remove obsolete aliases.
6674
6675 * comint.el (comint-kill-output): Remove obsolete alias.
6676
6677 * composite.el (decompose-composite-char): Remove obsolete function.
6678 * ps-def.el (decompose-composite-char): Remove unused function.
6679
6680 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6681
6682 * outline.el (outline-visible): Remove obsolete function.
6683
6684 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6685 * faces.el (internal-find-face, internal-get-face)
6686 (frame-update-faces, frame-update-face-colors)
6687 (x-frob-font-weight, x-frob-font-slant)
6688 (internal-frob-font-weight, internal-frob-font-slant)
6689 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6690 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6691 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6692 since Emacs 21.1.
6693 * emulation/viper-util.el (viper-get-face):
6694 * obsolete/lucid.el (find-face, get-face): Use facep.
6695 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6696 Remove unused functions.
6697 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6698
6699 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6700 delete tempfile if interrupted during compilation.
6701
6702 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6703
6704 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6705 gnutls-cli.
6706 (tls-program): Add --insecure to be consistent with the defaults from
6707 openssl s_client. Now all three commands are insecure.
6708
6709 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6710
6711 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6712 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6713 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6714
6715 2010-10-01 Glenn Morris <rgm@gnu.org>
6716
6717 * obsolete/sc.el: Remove file.
6718
6719 * files.el (temporary-file-directory): On darwin, also try
6720 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6721
6722 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6723
6724 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6725 Let's not break compatibility gratuitously, shall we?
6726
6727 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6728
6729 * net/tls.el (tls-starttls-switches): New variable.
6730 (tls-find-starttls-argument): Use it.
6731 (open-tls-stream): Ditto.
6732
6733 * net/netrc.el (netrc-credentials): Return the value of the "default"
6734 entry.
6735 (netrc-machine): Ditto.
6736
6737 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6738
6739 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6740
6741 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6742
6743 * server.el (server-start): Don't write pid to the authentication file.
6744 (server-create-tty-frame): Don't send pid.
6745 (server-process-filter): Send pid at the start of every connection.
6746
6747 2010-09-30 Glenn Morris <rgm@gnu.org>
6748
6749 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6750 (show-all-diary-entries): Remove obsolete function aliases.
6751
6752 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6753 Remove options, obsolete since 22.1.
6754 (appt-display-format, appt-display-message):
6755 Remove backwards-compatibility code.
6756 (appt-check): No longer check appt-issue-message.
6757 (appt-make-list): No longer autoload it. Doc fix. No longer
6758 activate the package.
6759
6760 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6761
6762 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6763 (starttls-negotiate): Just call boot, and let the handshake be
6764 triggered from the read loop.
6765
6766 2010-09-29 Glenn Morris <rgm@gnu.org>
6767
6768 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6769 not displaying the diary.
6770 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6771 * calendar/appt.el (appt-check): No longer need to kill diary.
6772
6773 * calendar/diary-lib.el (diary-list-entries): Move the
6774 "Preparing..." message entirely here.
6775 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6776 messages to diary-list-entries.
6777 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6778 diary-display-function.
6779
6780 * calendar/diary-lib.el (diary-include-other-diary-files):
6781 Trap some recursive includes.
6782
6783 * calendar/appt.el (appt-activate): Check diary file.
6784
6785 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6786
6787 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6788 construction.
6789
6790 * calendar/time-date.el: No need to require cl for Emacs 21.
6791
6792 2010-09-28 Glenn Morris <rgm@gnu.org>
6793
6794 * calendar/appt.el (appt-check): Minor simplification.
6795
6796 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6797
6798 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6799 citation prefix.
6800
6801 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6802
6803 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6804 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6805
6806 2010-09-27 Kenichi Handa <handa@m17n.org>
6807
6808 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6809 "ustar" format.
6810
6811 2010-09-27 Kenichi Handa <handa@m17n.org>
6812
6813 * international/mule.el (define-coding-system): Docstring fixed.
6814
6815 * international/mule-diag.el (describe-character-set): Use princ
6816 with proper print-length and print-level instead of insert.
6817
6818 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * window.el (walk-windows): Doc fix (bug#7105).
6821
6822 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * emacs-lisp/float-sup.el (e): Remove.
6825
6826 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6827
6828 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6829 variable.
6830 (starttls-negotiate): Use it.
6831
6832 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6833
6834 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6835 back.
6836
6837 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6840
6841 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6842
6843 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6844
6845 * net/netrc.el (netrc-store-data): New function.
6846
6847 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6848
6849 * net/gnutls.el: GnuTLS glue code to set up a connection.
6850
6851 2010-09-25 Julien Danjou <julien@danjou.info>
6852
6853 * notifications.el: Call dbus-register-signal only if it is bound.
6854
6855 2010-09-25 Glenn Morris <rgm@gnu.org>
6856
6857 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6858 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6859 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6860 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6861 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6862 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6863 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6864 * eshell/esh-util.el, eshell/esh-var.el:
6865 Remove leading `*' from docs of faces and defcustoms.
6866
6867 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6868
6869 * eshell/em-ls.el (eshell-ls-archive-regexp):
6870 * eshell/esh-util.el (eshell-tar-regexp):
6871 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6872 * info.el (Info-suffix-list):
6873 * international/mule.el (auto-coding-alist):
6874 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6875 * progmodes/etags.el (tags-compression-info-list):
6876 Support xz compression.
6877
6878 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6879
6880 * files.el (get-free-disk-space): Don't assume the "df" output
6881 columns line up (Bug#6995).
6882
6883 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * finder.el (finder-unknown-keywords):
6886 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6887 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6888
6889 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6890
6891 * server.el (server-start): Revert part of 2010-08-08 change. Using
6892 address 127.0.0.1 for local host is now done in Fmake_network_process.
6893
6894 2010-09-24 Glenn Morris <rgm@gnu.org>
6895
6896 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6897 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6898 * textmodes/css-mode.el, textmodes/dns-mode.el:
6899 Move autoloaded auto-mode-alist entries to files.el.
6900 * files.el (auto-mode-alist): Move entries here.
6901
6902 2010-09-23 Glenn Morris <rgm@gnu.org>
6903
6904 * isearch.el (isearch-lazy-highlight-cleanup)
6905 (isearch-lazy-highlight-initial-delay)
6906 (isearch-lazy-highlight-interval)
6907 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6908 * net/net-utils.el (ipconfig-program-options):
6909 Move aliases to options before the associated definitions.
6910
6911 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * newcomment.el (comment-normalize-vars): Better test validity of
6914 comment-end-skip.
6915
6916 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6919 (float-e): New name for `e'.
6920 (degrees-to-radians, radians-to-degrees):
6921 * calendar/solar.el (solar-longitude):
6922 * calculator.el (calculator-registers, calculator-funcall):
6923 * textmodes/artist.el (artist-spray-random-points):
6924 * play/bubbles.el (bubbles--initialize-images): Use new names.
6925
6926 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6927
6928 Update to CEDET 1.0's version of EIEIO.
6929
6930 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6931 New function.
6932 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6933 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6934 (class-precedence-list): If class is nil, return nil.
6935 (eieio-generic-call): If class of first input arg is nil, don't
6936 look up static methods, and do check for primary methods.
6937 (initialize-instance): See if the default needs to be evaluated
6938 during the constructor.
6939 (eieio-perform-slot-validation-for-default): Don't do the check
6940 for values that will eventually be evaluated.
6941 (eieio-eval-default-p): New function.
6942 (eieio-default-eval-maybe): Use it.
6943
6944 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6945
6946 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6947 method-invocation-order.
6948 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6949 (eieio-class-precedence-dfs): Compute class precedence list using
6950 dfs algorithm.
6951 (eieio-class-precedence-bfs): Compute class precedence list using
6952 bfs algorithm.
6953 (eieio-class-precedence-c3): Compute class precedence list using
6954 c3 algorithm.
6955 (class-precedence-list): New function.
6956 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6957 (inconsistent-class-hierarchy): New error symbol.
6958 (call-next-method): Stow the replacement argument list for future
6959 call-next-method invocations.
6960
6961 2010-09-23 Glenn Morris <rgm@gnu.org>
6962
6963 * calendar/appt.el (appt-check): If not displaying the diary,
6964 use (diary 1) to only get the entries we need.
6965 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6966 that it is in day order. (Bug#7019)
6967
6968 * calendar/appt.el (appt-check): Rather than showing the diary,
6969 just turn off invisible display, and only if needed.
6970
6971 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6972
6973 2010-09-23 Glenn Morris <rgm@gnu.org>
6974
6975 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6976 (byte-compile-defvar, byte-compile-cl-warn):
6977 Start warnings with lower-case, like the majority.
6978
6979 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6980
6981 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6982
6983 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6984 * files.el (auto-mode-alist): Move ld-script entries here, further down
6985 the list.
6986
6987 * vc/add-log.el: Don't require timezone when compiling.
6988 (timezone-make-date-sortable): Autoload it.
6989 (change-log-sortable-date-at): Don't require timezone.
6990 Use `ignore-errors'.
6991
6992 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6993 Move alias before definition, so it does not need autoloading.
6994
6995 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6996 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6997 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6998 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6999 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
7000 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
7001 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
7002 * textmodes/tex-mode.el, textmodes/two-column.el:
7003 Remove leading `*' from docs of defcustoms etc.
7004
7005 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
7006
7007 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
7008
7009 2010-09-22 Dan Christensen <jdc@uwo.ca>
7010
7011 * calendar/time-date.el (date-to-time): Try using parse-time-string
7012 first before using the slower timezone-make-date-arpa-standard.
7013
7014 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7015
7016 * calendar/time-date.el (format-seconds): Comment fix.
7017
7018 2010-09-22 Glenn Morris <rgm@gnu.org>
7019
7020 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
7021 is not automatically buffer-local.
7022
7023 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7026 (smie-indent-comment): Be more careful with comment-start-skip.
7027 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7028 (smie-indent-functions): Use them.
7029
7030 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
7031
7032 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7033
7034 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7035
7036 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7037 tool-bar-position. Don't modify frame parameters here.
7038 (menu-bar-options-save): Add tool-bar-position.
7039
7040 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7041
7042 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * textmodes/reftex-parse.el (reftex-what-macro)
7045 (reftex-context-substring): Let-bind forward-sexp-function to nil
7046 since we don't need/want to treat \begin...\end as a block (bug#7053).
7047
7048 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7049
7050 * simple.el (blink-matching-open): Use syntax-class.
7051
7052 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7053 Set invisibility spec for pascal's outline mode.
7054 (pascal-outline-change): Clean up calling convention.
7055 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7056
7057 * progmodes/prolog.el (prolog-smie-forward-token)
7058 (prolog-smie-backward-token): New functions.
7059 (prolog-mode-variables): Use them to parse "!," correctly.
7060 Set up smie-blink-matching for ".".
7061
7062 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7063 and `end'.
7064 (ispell-region, ispell-process-line): Update users.
7065
7066 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7067 point-min==1.
7068
7069 * textmodes/ispell.el: Fix commenting convention.
7070 (ispell-parse-output): Simplify, use push.
7071 (ispell-region): Use match-string-no-properties.
7072 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7073 (ispell-minor-mode): Use define-minor-mode.
7074 (ispell-message): Remove unused var `skip-regexp'.
7075 (ispell-add-per-file-word-list): Use dynamic let-binding.
7076 Try and use the proper comment marker.
7077
7078 * mail/sendmail.el: Fix commenting convention.
7079 (sendmail-send-it): Use line-beginning-position.
7080
7081 * help-fns.el (describe-variable): Add original value, if applicable.
7082
7083 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
7084
7085 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7086
7087 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7088
7089 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7092 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7093 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7094 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7095 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7096 something like "." can also be a closer.
7097 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7098 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7099 Rename internal functions to use "--". Update callers.
7100
7101 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7102
7103 * fringe.el (fringe-styles): New var.
7104 (fringe-mode, fringe-query-style): Use it.
7105
7106 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7107
7108 * progmodes/sql.el: Version 2.8
7109 (sql-login-params): Update widget structure; changes still needed.
7110 (sql-product-alist): Add :list-all and :list-table features for
7111 SQLite, Postgres and MySQL products.
7112 (sql-redirect): Handle default value.
7113 (sql-execute, sql-execute-feature): New functions.
7114 (sql-read-table-name): New function.
7115 (sql-list-all, sql-list-table): New functions. User API.
7116 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7117 for above functions.
7118 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7119 for above functions.
7120 (sql-postgres-login-params): Add user and database defaults.
7121 (sql-buffer-live-p): Bug fix.
7122 (sql-product-history): New variable.
7123 (sql-read-product): New function. Use it.
7124 (sql-set-product, sql-product-interactive): Use it.
7125 (sql-connection-history): New variable.
7126 (sql-read-connection): New function. Use it.
7127 (sql-connect): New function.
7128 (sql-for-each-login): Redesign function interface.
7129 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
7130 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7131 (sql-comint): Check for program. Existing live buffer.
7132 (sql-comint-postgres): Add port parameter.
7133
7134 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * emacs-lisp/warnings.el: Fix commenting convention.
7137 (display-warning): Use special mode and make the buffer read-only.
7138
7139 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7140
7141 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7142 empty string when it follows a repeated or optional pattern.
7143
7144 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7147 (indent-region): Use indent-according-to-mode.
7148
7149 2010-09-18 Eli Zaretskii <eliz@gnu.org>
7150
7151 * fringe.el (fringe-mode): Doc fix.
7152
7153 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7154
7155 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7156 refreshing the preview buffer.
7157
7158 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7161 (latex-syntax-propertize-rules): New consts; replace
7162 tex-font-lock-syntactic-keywords.
7163 (tex-env-mark, latex-env-before-change): New functions.
7164 (latex-electric-env-pair-mode): New minor mode.
7165 (tex-font-lock-verb): Change arguments; do move point.
7166 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7167 representation as a form of comment.
7168 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7169 (doctex-syntax-propertize-rules): New const; replaces
7170 doctex-font-lock-syntactic-keywords.
7171 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7172
7173 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7174 (fortran-make-syntax-propertize-function): New function; replaces
7175 fortran-font-lock-syntactic-keywords.
7176 (fortran-mode): Use it.
7177 (fortran-line-length): Use it. Improve interactive spec.
7178
7179 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7180 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7181 when adding surrounding \(..\).
7182
7183 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7184
7185 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7188 Use with-current-buffer.
7189
7190 * isearch.el (isearch-face): Rename from `isearch'.
7191 (isearch-highlight): Use new name.
7192
7193 2010-09-17 Eli Zaretskii <eliz@gnu.org>
7194
7195 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7196 5, for `half' width fringes. (Bug#6933)
7197
7198 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7201 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7202
7203 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7204
7205 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
7206
7207 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7208 in calculating new frame position. Add more space between new and
7209 parent on the left (Bug#7048).
7210
7211 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
7212
7213 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7214 defmacro.
7215
7216 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
7217
7218 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
7219
7220 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7221 obsolete alias for x-selection-value.
7222
7223 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7224
7225 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
7226
7227 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7228 cookie.
7229
7230 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
7231
7232 * net/tramp-compat.el (tramp-compat-with-temp-message)
7233 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7234 (tramp-compat-process-put): New defuns.
7235
7236 * net/tramp.el (top):
7237 * net/tramp-gvfs.el (top):
7238 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7239
7240 * net/tramp.el (tramp-progress-reporter-update):
7241 Use `tramp-compat-funcall'.
7242
7243 * net/tramp.el (tramp-process-actions):
7244 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7245 * net/tramp-sh.el (tramp-handle-vc-registered)
7246 (tramp-get-remote-stat, tramp-get-remote-readlink):
7247 Use `tramp-compat-with-temp-message'.
7248
7249 * net/tramp-sh.el (top): Require 'cl.
7250 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
7251 (tramp-open-connection-setup-interactive-shell):
7252 Use `tramp-compat-process-put'.
7253
7254 2010-09-15 Alan Mackenzie <acm@muc.de>
7255
7256 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7257 indentation.
7258 (c-forward-<>-arglist-recur): Fix an infinite recursion.
7259
7260 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7263 `lexical' for warnings related to lexical scoping.
7264 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7265 global vars which don't have a prefix and could hence affect lexical
7266 scoping in unrelated files.
7267
7268 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7269
7270 * net/imap.el: Revert back to version
7271 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7272 seem problematic.
7273
7274 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7275
7276 * obsolete/old-whitespace.el (whitespace-unload-function):
7277 Explicitly pass `obarray' to `unintern' to avoid a warning.
7278
7279 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7282 Add `when' argument. Update callers.
7283
7284 * subr.el (unintern): Declare the obarray arg mandatory.
7285
7286 2010-09-14 Glenn Morris <rgm@gnu.org>
7287
7288 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7289 Doc fixes.
7290
7291 * calendar/diary-lib.el (diary-included-files): New variable.
7292 (diary-list-entries): Maybe initialize diary-included-files.
7293 (diary-include-other-diary-files): Append to diary-included-files.
7294 * calendar/appt.el (appt-update-list): Also check the members of
7295 diary-included-files. (Bug#6999)
7296 (appt-check): Doc fix.
7297
7298 2010-09-14 David Reitter <david.reitter@gmail.com>
7299
7300 * simple.el (line-move-visual): Do not truncate goal column to
7301 integer size. (Bug#7020)
7302
7303 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * repeat.el (repeat): Allow repeating when the last event is a click.
7306 Suggested by Drew Adams (bug#6256).
7307
7308 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
7309
7310 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
7311 Replace setting HGRCPATH to "" by some less invasive --config options.
7312
7313 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * font-lock.el (font-lock-beginning-of-syntax-function):
7316 Mark as obsolete.
7317
7318 2010-09-14 Glenn Morris <rgm@gnu.org>
7319
7320 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7321 and tool-bar modes. (Bug#6211)
7322 (menu-bar-mode): Move setting of standard-value after the
7323 minor-mode definition, otherwise it seems to have no effect.
7324
7325 2010-09-14 Masatake YAMATO <yamato@redhat.com>
7326
7327 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7328 Fix typo. (Bug#6976)
7329
7330 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7331
7332 * whitespace.el: Allow cleaning up blanks without blank
7333 visualization (Bug#6651). Adjust help window for
7334 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7335 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7336 (whitespace-style): Add new value 'face. Adjust docstring.
7337 (whitespace-space, whitespace-hspace, whitespace-tab):
7338 Adjust foreground property face.
7339 (whitespace-line-column): Adjust docstring and type declaration.
7340 (whitespace-style-value-list, whitespace-toggle-option-alist)
7341 (whitespace-help-text): Adjust const initialization.
7342 (whitespace-toggle-options, global-whitespace-toggle-options):
7343 Adjust docstring.
7344 (whitespace-display-window, whitespace-interactive-char)
7345 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7346 (whitespace-help-scroll): New fun.
7347
7348 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7349
7350 * calendar/time-date.el (format-seconds): Comment fix.
7351
7352 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7353
7354 * progmodes/sql.el: Version 2.7.
7355 (sql-buffer-live-p): Improve detection.
7356 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7357 (sql-set-sqli-buffer): Use it.
7358 (sql-product-interactive): Run `sql-set-sqli-hook'.
7359 (sql-rename-buffer): Code cleanup.
7360 (sql-redirect, sql-redirect-value): New functions. More to come.
7361
7362 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
7363
7364 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.
7365 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7366 (TRAMP_SRC): New macro.
7367 ($(lisp)/net/tramp-loaddefs.el): New target.
7368
7369 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
7370
7371 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7372
7373 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7374
7375 * net/tramp.el (top): Don't show loading message. Require just
7376 'tramp-compat, everything else is required there.
7377 Use `ignore-errors' where appropriate.
7378 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7379 (tramp-terminal-type, tramp-end-of-output)
7380 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7381 (tramp-completion-function-alist-ssh)
7382 (tramp-completion-function-alist-telnet)
7383 (tramp-completion-function-alist-su)
7384 (tramp-completion-function-alist-putty, tramp-remote-path)
7385 (tramp-remote-process-environment, tramp-sh-extra-args)
7386 (tramp-actions-before-shell, tramp-uudecode)
7387 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7388 (tramp-perl-file-attributes)
7389 (tramp-perl-directory-files-and-attributes)
7390 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7391 (tramp-perl-encode, tramp-perl-decode)
7392 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7393 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7394 (tramp-handle-make-symbolic-link, tramp-handle-load)
7395 (tramp-handle-file-name-as-directory)
7396 (tramp-handle-file-name-directory)
7397 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7398 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7399 (tramp-do-file-attributes-with-ls)
7400 (tramp-do-file-attributes-with-perl)
7401 (tramp-do-file-attributes-with-stat)
7402 (tramp-handle-set-visited-file-modtime)
7403 (tramp-handle-verify-visited-file-modtime)
7404 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7405 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7406 (tramp-handle-file-selinux-context)
7407 (tramp-handle-set-file-selinux-context)
7408 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7409 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7410 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7411 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7412 (tramp-handle-file-ownership-preserved-p)
7413 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7414 (tramp-handle-directory-files-and-attributes)
7415 (tramp-do-directory-files-and-attributes-with-perl)
7416 (tramp-do-directory-files-and-attributes-with-stat)
7417 (tramp-handle-file-name-all-completions)
7418 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7419 (tramp-handle-copy-file, tramp-handle-copy-directory)
7420 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7421 (tramp-do-copy-or-rename-file-via-buffer)
7422 (tramp-do-copy-or-rename-file-directly)
7423 (tramp-do-copy-or-rename-file-out-of-band)
7424 (tramp-handle-make-directory, tramp-handle-delete-directory)
7425 (tramp-handle-delete-file)
7426 (tramp-handle-dired-recursive-delete-directory)
7427 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7428 (tramp-handle-insert-directory)
7429 (tramp-handle-unhandled-file-name-directory)
7430 (tramp-handle-expand-file-name)
7431 (tramp-handle-substitute-in-file-name)
7432 (tramp-handle-executable-find, tramp-process-sentinel)
7433 (tramp-handle-start-file-process, tramp-handle-process-file)
7434 (tramp-handle-call-process-region, tramp-handle-shell-command)
7435 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7436 (tramp-handle-insert-file-contents)
7437 (tramp-handle-insert-file-contents-literally)
7438 (tramp-handle-find-backup-file-name)
7439 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7440 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7441 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7442 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7443 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7444 (tramp-find-file-exists-command, tramp-open-shell)
7445 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7446 (tramp-open-connection-setup-interactive-shell)
7447 (tramp-local-coding-commands, tramp-remote-coding-commands)
7448 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7449 (tramp-inline-compress-commands, tramp-find-inline-compress)
7450 (tramp-compute-multi-hops, tramp-maybe-open-connection)
7451 (tramp-send-command, tramp-wait-for-output)
7452 (tramp-send-command-and-check, tramp-barf-unless-okay)
7453 (tramp-send-command-and-read, tramp-mode-string-to-int)
7454 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7455 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7456 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7457 (tramp-method-out-of-band-p, tramp-local-host-p)
7458 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7459 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7460 (tramp-get-test-command, tramp-get-test-nt-command)
7461 (tramp-get-file-exists-command, tramp-get-remote-ln)
7462 (tramp-get-remote-perl, tramp-get-remote-stat)
7463 (tramp-get-remote-readlink, tramp-get-remote-trash)
7464 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7465 (tramp-get-local-uid, tramp-get-local-gid)
7466 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
7467 tramp-sh.el.
7468 (tramp-methods, tramp-default-method-alist)
7469 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7470 Move initialization to tramp-sh.el.
7471 (tramp-temp-name-prefix): Make it a defconst.
7472 (tramp-dissect-file-name): Don't check anymore for multi-hop
7473 methods.
7474 (tramp-debug-outline-regexp): Add a docstring.
7475 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
7476 (tramp-get-debug-buffer): Use it.
7477
7478 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7479 initialization forms.
7480 (tramp-set-connection-property): Don't protect `tramp-message'
7481 call, it isn't necessary any longer.
7482 (tramp-dump-connection-properties): Use `ignore-errors'.
7483
7484 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7485 'password-cache and 'auth-source.
7486
7487 * net/tramp-gvfs.el (top):
7488 * net/tramp-smb.el (top): Require 'tramp-sh.
7489
7490 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7491
7492 * net/tramp-sh.el: New file, derived from tramp.el.
7493 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7494 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7495 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7496 Use `ignore-errors' where appropriate.
7497 (tramp-sh-file-name-handler-alist): Rename from
7498 `tramp-file-name-handler-alist'.
7499 (tramp-send-command-and-check): Return t or nil. Remove all
7500 `zerop' checks, where called.
7501 (tramp-handle-set-file-modes)
7502 (tramp-do-copy-or-rename-file-directly)
7503 (tramp-handle-delete-directory, tramp-handle-delete-file)
7504 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7505 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7506 (tramp-get-remote-ln): Set tramp-autoload cookie.
7507
7508 * net/tramp-fish.el: Remove file.
7509
7510 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7511
7512 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7513 buffer-file-name to avoid file-locking. (Bug#7026)
7514
7515 2010-09-13 Julien Danjou <julien@danjou.info>
7516
7517 * notifications.el (notifications-notify): Add support for
7518 image-path and sound-name.
7519 (notifications-specification-version): Add this variable.
7520
7521 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7524
7525 2010-09-12 Leo <sdl.web@gmail.com>
7526
7527 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7528 (rcirc-completion-start): New variables.
7529 (rcirc-nick-completions): Rename to rcirc-completions.
7530 (rcirc-nick-completion-start-offset): Delete.
7531 (rcirc-completion-at-point): New function for constructing
7532 completion data for both nicks and irc commands. Add to
7533 completion-at-point-functions in rcirc mode.
7534 (rcirc-complete): Rename from rcirc-nick-complete; use
7535 rcirc-completion-at-point.
7536 (defun-rcirc-command): Update rcirc-client-commands.
7537
7538 2010-09-11 Glenn Morris <rgm@gnu.org>
7539
7540 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7541 atomically, to avoid parallel build errors. (Bug#4196)
7542
7543 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7544
7545 * progmodes/sql.el: Version 2.6
7546 (sql-dialect): Synonym for "sql-product".
7547 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7548 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7549 Set "sql-buffer" to buffer name not buffer object so multiple sql
7550 interactive buffers work properly. Reverts misguided changes in
7551 earlier work.
7552 (sql-comint): Make sure different buffer name is used if "*SQL*"
7553 buffer is for a different product.
7554 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7555 login param.
7556 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7557 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7558 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7559 Accept new buffer name or prompt for one.
7560 (sql-port): Default to zero.
7561 (sql-comint-mysql): Handle "sql-port" as a numeric.
7562 (sql-port-history): Delete unused variable.
7563 (sql-get-login): Default "sql-port" to a number.
7564 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7565 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7566 "sqlite3" executables.
7567 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7568 (sql-buffer-live-p): New function.
7569 (sql-mode-menu, sql-send-string): Use it.
7570 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7571 syntax pattern.
7572 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7573 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7574
7575 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7576
7577 * net/netrc.el (netrc-credentials): New convenience function.
7578
7579 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7582 to replace texinfo-font-lock-syntactic-keywords.
7583 (texinfo-mode): Use it.
7584
7585 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7586 Use syntax-propertize-function.
7587
7588 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7589 replace sgml-font-lock-syntactic-keywords.
7590 (sgml-mode): Use it.
7591
7592 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7593 since we don't use it.
7594
7595 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7596
7597 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7598 if available.
7599 (vhdl-fontify-buffer): Adjust.
7600
7601 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7602 replace tcl-font-lock-syntactic-keywords.
7603 (tcl-mode): Use it.
7604
7605 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7606 replace simula-font-lock-syntactic-keywords.
7607 (simula-mode): Use it.
7608
7609 * progmodes/sh-script.el (sh-st-symbol): Remove.
7610 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7611 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7612 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7613 (sh-font-lock-paren): Set syntax-multiline.
7614 (sh-font-lock-syntactic-keywords): Remove.
7615 (sh-syntax-propertize-function): New function to replace it.
7616 (sh-mode): Use it.
7617
7618 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7619 Define while compiling.
7620 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7621 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7622 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7623 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7624 (ruby-here-doc-end-syntax): Only define when
7625 syntax-propertize is not available.
7626 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7627 New functions.
7628 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7629 (electric-indent-chars): Silence bytecompiler.
7630 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7631 electric-indent-chars.
7632
7633 * progmodes/python.el (python-syntax-propertize-function): New var to
7634 replace python-font-lock-syntactic-keywords.
7635 (python-mode): Use it.
7636 (python-quote-syntax): Simplify and adjust to new use.
7637
7638 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7639 replace perl-font-lock-syntactic-keywords.
7640 (perl-syntax-propertize-special-constructs): New fun to replace
7641 perl-font-lock-special-syntactic-constructs.
7642 (perl-font-lock-syntactic-face-function): New fun.
7643 (perl-mode): Use it.
7644
7645 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7646 to replace octave-font-lock-close-quotes.
7647 (octave-syntax-propertize-function): New function to replace
7648 octave-font-lock-syntactic-keywords.
7649 (octave-mode): Use it.
7650
7651 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7652 replaces mixal-font-lock-syntactic-keywords.
7653 (mixal-mode): Use it.
7654
7655 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7656 New var; replaces makefile-font-lock-syntactic-keywords.
7657 (makefile-mode): Use it.
7658 (makefile-imake-mode): Adjust.
7659
7660 * progmodes/js.el (js--regexp-literal): Define while compiling.
7661 (js-syntax-propertize-function): New var; replaces
7662 js-font-lock-syntactic-keywords.
7663 (js-mode): Use it.
7664
7665 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7666 replaces gdb-script-font-lock-syntactic-keywords.
7667 (gdb-script-mode): Use it.
7668
7669 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7670 (fortran--font-lock-syntactic-keywords): New var.
7671 (fortran-line-length): Update syntax-propertize-function and
7672 fortran--font-lock-syntactic-keywords.
7673
7674 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7675
7676 * progmodes/cfengine.el (cfengine-mode):
7677 Use syntax-propertize-function.
7678 (cfengine-font-lock-syntactic-keywords): Remove.
7679
7680 * progmodes/autoconf.el (autoconf-mode):
7681 Use syntax-propertize-function.
7682 (autoconf-font-lock-syntactic-keywords): Remove.
7683
7684 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7685 (ada-after-change-function, ada-initialize-syntax-table-properties)
7686 (ada-handle-syntax-table-properties): Only define when
7687 syntax-propertize is not available.
7688 (ada-mode): Use syntax-propertize-function.
7689
7690 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7691 (font-lock-fontify-syntactic-keywords-region): Move handling of
7692 font-lock-syntactically-fontified to...
7693 (font-lock-default-fontify-region): ...here.
7694 Let syntax-propertize-function take precedence.
7695 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7696
7697 * emacs-lisp/syntax.el (syntax-propertize-function)
7698 (syntax-propertize-chunk-size, syntax-propertize--done)
7699 (syntax-propertize-extend-region-functions): New vars.
7700 (syntax-propertize-wholelines, syntax-propertize-multiline)
7701 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7702 (syntax-propertize): New functions.
7703 (syntax-propertize-rules): New macro.
7704 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7705 (syntax-ppss): Call syntax-propertize.
7706
7707 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7708
7709 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7710
7711 * textmodes/ispell.el (ispell-init-process): Improve comments.
7712 XEmacs compatibility changes regarding (add-hook) 'local option
7713 and (set-process-query-on-exit-flag).
7714
7715 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7716
7717 * net/tramp-cache.el (tramp-parse-connection-properties):
7718 Set tramp-autoload cookie.
7719
7720 2010-09-09 Glenn Morris <rgm@gnu.org>
7721
7722 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7723 (imagemagick-register-types): Doc fix.
7724
7725 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7728
7729 * progmodes/js.el (require): Require is already "eval-and-compile".
7730 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7731 (js--re-search-backward): Use js--re-search-forward.
7732
7733 * progmodes/fortran.el (fortran-line-length): Don't recompute
7734 syntactic keywords redundantly a second time.
7735
7736 * progmodes/ada-mode.el: Replace "(set '" with setq.
7737 (ada-mode): Simplify.
7738 (ada-create-case-exception, ada-adjust-case-interactive)
7739 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7740 (ada-search-ignore-string-comment, ada-move-to-start)
7741 (ada-move-to-end): Use with-syntax-table.
7742
7743 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7744 (font-lock-unfontify-region, font-lock-default-fontify-region):
7745 Update usage correspondingly.
7746 (font-lock-fontify-syntactic-keywords-region):
7747 Set parse-sexp-lookup-properties buffer-locally here.
7748 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7749
7750 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7751
7752 2010-09-08 Glenn Morris <rgm@gnu.org>
7753
7754 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7755 Error if not compiled with -DBYTE_CODE_METER.
7756
7757 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7758 Ignore dir-locals-file.
7759
7760 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7763 Not a const.
7764 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7765 for the `gnu' messages.
7766 (compilation-set-skip-threshold): New command.
7767 (compilation-start): Use \' rather than $.
7768 (compilation-forget-errors): Use clrhash.
7769
7770 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7771
7772 * textmodes/ispell.el (ispell-valid-dictionary-list):
7773 Simplify logic.
7774
7775 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7776
7777 Migrate to Tramp 2.2. Rearrange load dependencies.
7778 (Bug#1529, Bug#5448, Bug#5705)
7779
7780 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7781 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7782 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7783
7784 * net/tramp.el (top): Remove all other tramp-* loads except
7785 tramp-compat.el. Remove all changes to tramp-unload-hook for
7786 other tramp-* packages. Rearrange defun order. Change calls of
7787 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7788 `tramp-compat-octal-to-decimal' to new function names.
7789 (tramp-terminal-type, tramp-initial-end-of-output)
7790 (tramp-methods, tramp-foreign-file-name-handler-alist)
7791 (tramp-tramp-file-p, tramp-completion-mode-p)
7792 (tramp-send-command-and-check, tramp-get-remote-path)
7793 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7794 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7795 (with-file-property, with-connection-property): Move to
7796 tramp-cache.el.
7797 (tramp-local-call-process, tramp-decimal-to-octal)
7798 (tramp-octal-to-decimal): Move to tramp-compat.el.
7799 (tramp-handle-shell-command): Do not require 'shell.
7800 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7801 symbols.
7802 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7803
7804 * net/tramp-cache.el (top): Require 'tramp. Add to
7805 `tramp-unload-hook'.
7806 (tramp-cache-data, tramp-get-file-property)
7807 (tramp-set-file-property, tramp-flush-file-property)
7808 (tramp-flush-directory-property, tramp-get-connection-property)
7809 (tramp-set-connection-property, tramp-flush-connection-property)
7810 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7811 cookie.
7812 (with-file-property, with-connection-property): New defuns, moved
7813 from tramp.el.
7814 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7815 macro.
7816
7817 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7818 (tramp-version): Set tramp-autoload cookie.
7819
7820 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7821 changes to tramp-unload-hook for other tramp-* packages. Add to
7822 `tramp-unload-hook'.
7823 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7824 (tramp-compat-call-process): New defuns, moved from tramp.el.
7825
7826 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7827 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7828 Add to `tramp-unload-hook'. Change call of
7829 `tramp-compat-decimal-to-octal' to new function name.
7830 (tramp-fish-method): Make it a defconst.
7831 (tramp-fish-file-name-p): Make it a defsubst.
7832 (tramp-fish-method, tramp-fish-file-name-handler)
7833 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7834
7835 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7836 `tramp-foreign-file-name-handler-alist'. Add to
7837 `tramp-unload-hook'.
7838 (tramp-ftp-method): Make it a defconst.
7839 (tramp-ftp-file-name-p): Make it a defsubst.
7840 (tramp-ftp-method, tramp-ftp-file-name-handler)
7841 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7842
7843 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7844 `tramp-foreign-file-name-handler-alist'. Add to
7845 `tramp-unload-hook'. Change checks, whether package can be
7846 loaded.
7847 (tramp-gvfs-file-name-p): Make it a defsubst.
7848 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7849 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7850 (tramp-gvfs-handle-file-directory-p): New defun.
7851 (tramp-gvfs-file-name-handler-alist): Use it.
7852
7853 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7854 `tramp-foreign-file-name-handler-alist'. Add to
7855 `tramp-unload-hook'.
7856 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7857 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7858 defconst.
7859 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7860 (tramp-gw-open-connection): Set tramp-autoload cookie.
7861
7862 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7863 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7864 Add to `tramp-unload-hook'. Change checks, whether package can be
7865 loaded.
7866 (tramp-imap-file-name-p): Make it a defsubst.
7867 (tramp-imap-method, tramp-imaps-method)
7868 (tramp-imap-file-name-handler)
7869 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7870
7871 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7872 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7873 Add to `tramp-unload-hook'. Change checks, whether package can be
7874 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7875 function name.
7876 (tramp-smb-tunnel-method): Make it a defconst.
7877 (tramp-smb-file-name-p): Make it a defsubst.
7878 (tramp-smb-method, tramp-smb-file-name-handler)
7879 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7880
7881 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7882 (tramp-uuencode-region): Set tramp-autoload cookie.
7883
7884 * net/trampver.el (top) Add to `tramp-unload-hook'.
7885 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7886 cookie. Update release number.
7887
7888 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7889
7890 * textmodes/ispell.el (ispell-start-process): Make sure original
7891 arg list is properly initialized (Bug#6993, Bug#6994).
7892
7893 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7894
7895 * files.el (directory-abbrev-alist): Use \` as default regexp.
7896
7897 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7898 chars like - or ] (bug#6984).
7899 (rx-any-condense-range): Explode 2-char ranges.
7900
7901 2010-09-06 Glenn Morris <rgm@gnu.org>
7902
7903 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7904
7905 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * textmodes/bibtex.el:
7908 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7909
7910 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7911
7912 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7913 since no callers use it.
7914 (imap-message-get): Ditto.
7915 (imap-message-put): Ditto.
7916 (imap-mailbox-map): Ditto.
7917 (imap-mailbox-put): Ditto.
7918 (imap-mailbox-get): Ditto.
7919 (imap-mailbox-get): Revert last change for this function.
7920
7921 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7922
7923 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7924 callers to use `imap-fetch' instead. According to the comments, this
7925 should be safe, since all other IMAP clients use the 1:* syntax.
7926 (imap-enable-exchange-bug-workaround): Remove.
7927 (imap-debug): Remove -- doesn't seem very useful.
7928
7929 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7930
7931 * net/imap.el (imap-log): New convenience function used throughout
7932 instead of repeating the same code all over the place.
7933
7934 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7935
7936 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7937 when mouse-drag-copy-region is non-nil (Bug#6956).
7938
7939 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7940
7941 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7942 Improve regexps (Bug#6987).
7943 (dired-sort-toggle): Search more robustly for -t flag.
7944
7945 * files.el (get-free-disk-space): Search more robustly for
7946 "available" column. Suggested by Ehud Karni
7947 <ehud@unix.mvs.co.il>.
7948
7949 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7950
7951 * international/uni-bidi.el:
7952 * international/uni-category.el:
7953 * international/uni-combining.el:
7954 * international/uni-decimal.el:
7955 * international/uni-mirrored.el:
7956 * international/uni-name.el: Regenerate.
7957
7958 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * electric.el (electric-indent-post-self-insert-function):
7961 Don't reindent with a sloppy indentation function.
7962
7963 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7964 border case in change-log-mode.
7965
7966 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7967
7968 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7969 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7970 Recognize leading tab in gcc-include regexp. Ignore names with
7971 leading "from" or "in" in gnu regexp (Bug#6937).
7972
7973 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7976 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7977 (ispell-start-process): Avoid setq and simplify logic.
7978 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7979 (kill-buffer-hook): Don't use it globally with code that uses
7980 expand-file-name since that may call kill-buffer via
7981 code_conversion_restore.
7982
7983 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7984
7985 * emacs-lisp/package.el (package-directory-list): Only call
7986 file-name-nondirectory on a string.
7987
7988 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7989
7990 * emacs-lisp/package.el (package--download-one-archive):
7991 Ensure that archive-contents is valid before saving it.
7992 (package-activate-1, package-mark-obsolete, define-package)
7993 (package-compute-transaction, package-list-maybe-add): Use push.
7994
7995 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 Use SMIE's blink-paren for octave-mode.
7998 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7999 Backslashes do not escape single-quotes, single-quotes do.
8000 (octave-block-else-regexp, octave-block-end-regexp)
8001 (octave-block-match-alist): Remove.
8002 (octave-smie-bnf-table): New var, with old content.
8003 (octave-smie-op-levels): Use it.
8004 (octave-smie-closer-alist): New var.
8005 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
8006 (octave-blink-matching-block-open): Remove.
8007 (octave-reindent-then-newline-and-indent, octave-electric-semi)
8008 (octave-electric-space): Let self-insert-command run expand-abbrev and
8009 blink parens.
8010
8011 * electric.el (electricity): New group.
8012 (electric-indent-chars): New var.
8013 (electric-indent-post-self-insert-function): New fun.
8014 (electric-indent-mode): New minor mode.
8015 (electric-pair-skip-self): New custom.
8016 (electric-pair-post-self-insert-function): New function.
8017 (electric-pair-mode): New minor mode.
8018
8019 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
8020 calcAlg-blink-matching-open.
8021 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8022 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8023 Use the new blink-matching-check-function.
8024
8025 Provide blink-matching support to SMIE.
8026 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8027 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8028 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8029
8030 * simple.el (newline): Fix last change to properly remove itself from
8031 the hook.
8032
8033 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * simple.el (newline): Eliminate optimization.
8036 Use post-self-insert-hook to set hard-newline and things before
8037 running post-self-insert-hook.
8038 (blink-matching-check-mismatch): New function.
8039 (blink-matching-check-function): New variable.
8040 (blink-matching-open): Use them.
8041 Skip back forward over prefix chars skipped by forward-sexp.
8042 Don't check if the parens are backslash escaped.
8043 (blink-paren-post-self-insert-function): Check backslash escaping here.
8044
8045 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
8046
8047 * emacs-lisp/package.el (package-menu-mode-map):
8048 Change package-menu-revert bindings to revert-buffer.
8049 (package-menu-mode): Set revert-buffer-function.
8050 (package-menu-revert): Doc fix.
8051
8052 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8053
8054 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8055 `default-directory' unless using Ispell per-directory personal
8056 dictionaries and not in a mini-buffer under XEmacs.
8057 (kill-buffer-hook): Do not kill ispell process on exit when
8058 `ispell-process-directory' is "~/". (Bug#6143)
8059
8060 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8061
8062 * simple.el (kill-new): Call interprogram-cut-function with only
8063 one argument.
8064
8065 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8066 Remove cut buffer from error message.
8067
8068 * term/x-win.el (x-select-text):
8069 * term/pc-win.el (x-selection-value):
8070 * term/ns-win.el (x-selection-value):
8071 * eshell/em-term.el:
8072 * w32-fns.el (x-get-selection-value):
8073 * mouse-sel.el (mouse-sel-set-selection-function):
8074 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8075
8076 * term/x-win.el: Update documentation for x-last-selected-text-*.
8077 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8078 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
8079 (x-select-text): Remove argument PUSH, update documentation.
8080 Remove cut-buffer code.
8081 (x-selection-value-internal): Was previously x-selection-value.
8082 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8083 Update documentation, remove cut-buffer code.
8084 Call x-selection-value-internal.
8085 (x-clipboard-yank): Call x-selection-value-internal.
8086 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8087
8088 * term/pc-win.el (x-last-selected-text):
8089 x-cut-buffer-or-selection-value renamed to x-selection-value
8090 (x-select-text): Remove argument PUSH, update documentation.
8091
8092 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8093 x-cut-buffer-or-selection-value renamed to x-selection-value
8094 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8095 (x-select-text): Remove argument PUSH, update documentation.
8096
8097 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8098
8099 * w32-fns.el (x-last-selected-text):
8100 x-cut-buffer-or-selection-value renamed to x-selection-value.
8101 (x-cut-buffer-max): Remove.
8102 (x-select-text): Remove argument PUSH, update documentation.
8103
8104 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8105
8106 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8107
8108 * mouse-sel.el (mouse-sel-get-selection-function):
8109 x-cut-buffer-or-selection-value renamed to x-selection-value.
8110 (x-select-text): Remove optional push.
8111
8112 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * simple.el (blink-paren-function): Move from C to here.
8115 (blink-paren-post-self-insert-function): New function.
8116 (post-self-insert-hook): Use it.
8117
8118 * emacs-lisp/pcase.el (pcase-split-memq):
8119 Fix overenthusiastic optimisation.
8120 (pcase-u1): Handle the case of a lambda pred.
8121
8122 2010-08-31 Kenichi Handa <handa@m17n.org>
8123
8124 * international/mule-cmds.el (standard-display-european-internal):
8125 Setup standard-display-table for 8-bit characters by storing 8-bit
8126 characters in the element vector.
8127
8128 * disp-table.el (standard-display-8bit):
8129 Setup standard-display-table for 8-bit characters by storing 8-bit
8130 characters in the element vector.
8131 (standard-display-european): Likewise.
8132
8133 2010-08-31 Masatake YAMATO <yamato@redhat.com>
8134
8135 * textmodes/nroff-mode.el (nroff-view): New command.
8136 (nroff-mode-map): Bind it to C-c C-c.
8137
8138 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8139
8140 * emacs-lisp/smie.el (smie-down-list): New command.
8141
8142 Remove old indentation and navigation code on octave-mode.
8143 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8144 smie-down-list rather than add a binding for octave-down-block.
8145 (octave-mark-block, octave-blink-matching-block-open):
8146 Rely on forward-sexp-function.
8147 (octave-fill-paragraph): Don't narrow, so you can use
8148 indent-according-to-mode.
8149 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8150 (octave-in-block-p, octave-re-search-forward-kw)
8151 (octave-re-search-backward-kw, octave-indent-calculate)
8152 (octave-end-as-array-index-p, octave-block-end-offset)
8153 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8154 (octave-down-block, octave-backward-up-block, octave-up-block)
8155 (octave-before-magic-comment-p, octave-indent-line): Remove.
8156
8157 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
8158
8159 * emacs-lisp/package.el (package--read-archive-file): Just use
8160 `read', to avoid copying an additional string.
8161 (package-menu-mode): Set header-line-format here.
8162 (package-menu-refresh, package-menu-revert): Signal an error if
8163 not in the Package Menu.
8164 (package-menu-package-list): New var.
8165 (package--generate-package-list): Operate on the current buffer;
8166 don't assume that it is *Packages*, since the user may rename it.
8167 Allow persistent package listings and sort keys using
8168 package-menu-package-list and package-menu-package-sort-key.
8169 (package-menu--version-predicate): Fix version calculation.
8170 (package-menu-sort-by-column): Don't select the window.
8171 (package--list-packages): Create the *Packages* buffer.
8172 Set package-menu-package-list-key.
8173 (list-packages): Sorting by status is now the default.
8174 (package-buffer-info): Use match-string-no-properties.
8175 (define-package): Add a &rest argument for future proofing, but
8176 don't use it yet.
8177 (package-install-from-buffer, package-install-buffer-internal):
8178 Merge into a single function, package-install-from-buffer.
8179 (package-install-file): Change caller.
8180
8181 * finder.el: Load finder-inf using `require'.
8182 (finder-list-matches): Sorting by status is now the default.
8183 (finder-compile-keywords): Simpify printing.
8184
8185 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8186
8187 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8188 (octave-mode-map): Remove special bindings for forward/backward-block
8189 and octave-backward-up-block. Use smie-close-block.
8190 (octave-continuation-marker-regexp): New var.
8191 (octave-continuation-regexp): Use it.
8192 (octave-operator-table, octave-smie-op-levels)
8193 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8194 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8195 (octave-mode): Use SMIE.
8196 (octave-close-block): Delete.
8197
8198 2010-08-30 Eli Zaretskii <eliz@gnu.org>
8199
8200 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8201 CLIPBOARD, not in PRIMARY. (Bug#6944)
8202
8203 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8206 a list of parents.
8207 (smie-indent-column): Allow indirection through variables.
8208
8209 * composite.el (save-buffer-state): Delete, unused.
8210 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8211 (font-lock-default-fontify-region): Use with-syntax-table.
8212 * jit-lock.el (with-buffer-unmodified): Remove.
8213 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8214
8215 Use `declare' in defmacros.
8216 * window.el (save-selected-window):
8217 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8218 * progmodes/python.el (def-python-skeleton):
8219 * net/dbus.el (dbus-ignore-errors):
8220 * jka-cmpr-hook.el (with-auto-compression-mode):
8221 * international/mule.el (with-category-table):
8222 * emacs-lisp/timer.el (with-timeout):
8223 * emacs-lisp/lisp-mnt.el (lm-with-file):
8224 * emacs-lisp/eieio.el (with-slots):
8225 * emacs-lisp/easymenu.el (easy-menu-define):
8226 * emacs-lisp/debug.el (debugger-env-macro):
8227 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8228 (Multiple-value-call, Multiple-value-prog1):
8229 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8230 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8231 edebug rule to definition.
8232 * emacs-lisp/lisp-mode.el (save-selected-window)
8233 (with-current-buffer, combine-after-change-calls)
8234 (with-output-to-string, with-temp-file, with-temp-buffer)
8235 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8236 (dolist, dotimes, when, unless):
8237 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8238
8239 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8240
8241 * finder.el: Require `package'.
8242 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8243 (finder-package-info): Var deleted.
8244 (finder-keywords-hash, finder--builtins-alist): New vars.
8245 (finder-compile-keywords): Compute package--builtins and
8246 finder-keywords-hash instead of finder-keywords-hash, respecting
8247 the "Package" header.
8248 (finder-unknown-keywords, finder-list-matches):
8249 Use finder-keywords-hash and package--list-packages.
8250 (finder-mode): Don't set font-lock-defaults.
8251 (finder-exit): We don't use "*Finder-package*" and "*Finder
8252 Category*" buffers anymore.
8253
8254 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8255 (package--builtins): Set default value to nil.
8256 (package-initialize): Load precomputed value of package--builtins
8257 from finder-inf.el.
8258 (package-alist, package-compute-transaction)
8259 (package-download-transaction): Improve docstring.
8260 (package-read-all-archive-contents): Do not change
8261 package--builtins here.
8262 (list-packages): Make package-list-packages an alias for this.
8263 Sort by status by default.
8264 (package--list-packages): Add optional PACKAGES arg.
8265 (describe-package-1): Use font-lock-face property. For built-in
8266 packages, insert file commentary.
8267 (package--generate-package-list): Rename from
8268 package-list-packages-internal; all callers changed. Add optional
8269 PACKAGES arg. Add alphabetical sort fallbacks.
8270 (package-menu--version-predicate, package-menu--status-predicate)
8271 (package-menu--description-predicate)
8272 (package-menu--name-predicate): New functions.
8273
8274 * info.el (Info-finder-find-node): Search package-alist instead of
8275 finder-package-info.
8276
8277 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8278
8279 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8280 "alpha" and "beta".
8281 (version-to-list): Handle versions like "10.3d".
8282
8283 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8286 (macroexp-accumulate): Use `declare'.
8287
8288 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8289
8290 * whitespace.el (whitespace-style): Adjust type declaration.
8291
8292 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8293
8294 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8295
8296 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8297
8298 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8299 (Bug#6907).
8300
8301 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8302
8303 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8304 (js-paren-indent-offset, js-square-indent-offset)
8305 (js-curly-indent-offset): New options.
8306 (js--proper-indentation): Use them.
8307
8308 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8309
8310 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8311 instead of inspecting font-lock properties (Bug#6916).
8312
8313 2010-08-26 David Reitter <david.reitter@gmail.com>
8314
8315 * server.el (server-visit-files): Run pre-command-hook and
8316 post-command-hook for each buffer while it is current (Bug#6910).
8317 (server-execute): Do not run hooks here.
8318
8319 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
8320
8321 Sync with Tramp 2.1.19.
8322
8323 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8324 Protect deleting tmpfile.
8325 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
8326
8327 * net/tramp.el (tramp-handle-expand-file-name)
8328 (tramp-completion-handle-file-name-all-completions)
8329 (tramp-completion-handle-file-name-completion):
8330 Use `tramp-connectable-p'.
8331
8332 * net/trampver.el: Update release number.
8333
8334 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * help.el (help-map): Bind `C-h P' to describe-package.
8337
8338 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8339
8340 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8341 when downloading archives.
8342 (describe-package-1): Add package commentary.
8343 (package-install-button-action): New function.
8344 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8345 (package-menu-view-commentary): Function removed.
8346 (package-list-packages-internal): Hide the `package' package too.
8347
8348 2010-08-25 Kenichi Handa <handa@m17n.org>
8349
8350 * language/misc-lang.el ("Arabic"): New language environment.
8351 Setup composition-function-table for Arabic characters.
8352
8353 * international/fontset.el (setup-default-fontset): Fix typo for
8354 arabic OTF spec (fini->fina).
8355
8356 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8357
8358 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8359 on all frames.
8360
8361 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8362
8363 * whitespace.el: Allow cleaning up blanks without blank
8364 visualization (Bug#6651). Adjust help window for
8365 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8366 instead of whitespace-line-column (from EmacsWiki). New version
8367 13.1.
8368 (whitespace-style): Add new value 'face. Adjust docstring.
8369 (whitespace-space, whitespace-hspace, whitespace-tab):
8370 Adjust foreground property face.
8371 (whitespace-line-column): Adjust docstring and type declaration.
8372 (whitespace-style-value-list, whitespace-toggle-option-alist)
8373 (whitespace-help-text): Adjust const initialization.
8374 (whitespace-toggle-options, global-whitespace-toggle-options):
8375 Adjust docstring.
8376 (whitespace-display-window, whitespace-interactive-char)
8377 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8378 (whitespace-help-scroll): New fun.
8379
8380 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * emacs-lisp/package.el (list-packages): Alias for
8383 package-list-packages.
8384
8385 2010-08-24 Kevin Ryde <user42@zip.com.au>
8386
8387 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8388 (Bug#5651).
8389
8390 * progmodes/ruby-mode.el (ruby): Add defgroup.
8391
8392 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * progmodes/python.el: Add Ipython support (Bug#5390).
8395 (python-shell-prompt-alist)
8396 (python-shell-continuation-prompt-alist): New options.
8397 (python--set-prompt-regexp): New function.
8398 (inferior-python-mode, run-python, python-shell):
8399 Require ansi-color. Use python--set-prompt-regexp to set the comint
8400 prompt based on the Python interpreter.
8401 (python--prompt-regexp): New var.
8402 (python-check-comint-prompt)
8403 (python-comint-output-filter-function): Use it.
8404 (run-python): Use a pipe (Bug#5694).
8405
8406 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8407
8408 * progmodes/python.el (python-send-region): Send a different
8409 Python command if Ipython is in use.
8410 (python-check-version): Use a Python command to find the version.
8411
8412 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8413
8414 * mouse.el (mouse-yank-primary): Avoid setting primary when
8415 deactivating the mark (Bug#6872).
8416
8417 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
8418
8419 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8420 with "else" (Bug#3991).
8421
8422 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
8423
8424 * net/dbus.el: Accept UNIX domain sockets as bus address.
8425 (top): Don't initialize `dbus-registered-objects-table' anymore,
8426 this is done in dbusbind.c.
8427 (dbus-check-event): Adapt test for bus.
8428 (dbus-return-values-table, dbus-unregister-service)
8429 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8430 Adapt doc string.
8431
8432 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
8433
8434 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8435
8436 2010-08-22 Juri Linkov <juri@jurta.org>
8437
8438 * simple.el (read-extended-command): New function with the logic
8439 for `completing-read' moved to Elisp from `execute-extended-command'.
8440 Use `function-called-at-point' in `minibuffer-default-add-function'
8441 to get a command name for M-n (bug#5364, bug#5214).
8442
8443 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8444
8445 * startup.el (command-line-1): Issue warning for ignored arguments
8446 --unibyte, etc (Bug#6886).
8447
8448 2010-08-22 Leo <sdl.web@gmail.com>
8449
8450 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8451 (ignore, bright, dim, keyword): Split list of nicknames before
8452 passing to rcirc-add-or-remove (Bug#6894).
8453
8454 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8457
8458 2010-08-22 Leo <sdl.web@gmail.com>
8459
8460 Fix buffer-list rename&refresh after killing a buffer in ido.
8461 * ido.el: Revert Óscar's.
8462 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8463 Remember the buffers at head, rather than their name.
8464 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
8465
8466 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8467 Stefan Monnier <monnier@iro.umontreal.ca>
8468
8469 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8470 extra backslash added to each line (bug#6890).
8471
8472 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8475
8476 2010-08-22 Glenn Morris <rgm@gnu.org>
8477
8478 * menu-bar.el (menu-bar-games-menu): Add landmark.
8479
8480 2010-08-22 Glenn Morris <rgm@gnu.org>
8481
8482 * align.el (align-regexp): Make group and spacing arguments
8483 use the interactive defaults when non-interactive. (Bug#6698)
8484
8485 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8486 expansion, so as not to need sendmail.
8487 (mail-text-start): Remove declaration.
8488 (rmail-retry-failure): Require sendmail.
8489
8490 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8491
8492 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8493
8494 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
8495
8496 * progmodes/flymake.el (flymake-start-syntax-check-process):
8497 Use `start-file-process' in order to let it run also on remote hosts.
8498
8499 2010-08-22 Kenichi Handa <handa@m17n.org>
8500
8501 * files.el: Add `word-wrap' as safe local variable.
8502
8503 2010-08-22 Glenn Morris <rgm@gnu.org>
8504
8505 * woman.el (woman-translate): Case matters. (Bug#6849)
8506
8507 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * simple.el (kill-region): Doc fix (Bug#6787).
8510
8511 2010-08-22 Glenn Morris <rgm@gnu.org>
8512
8513 * calendar/diary-lib.el (diary-header-line-format):
8514 Fit it to the window, not the frame.
8515
8516 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8517
8518 * subr.el (ignore-errors): Add debug declaration.
8519
8520 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8521
8522 * whitespace.el (whitespace-color-off): Remove post-command-hook
8523 locally.
8524
8525 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8526
8527 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8528
8529 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8530
8531 * cus-edit.el (custom-group-value-create): Add extra newline
8532 before end line (Bug#6876).
8533
8534 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8535
8536 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8537 when extending it. Before killing on the second click, check if
8538 the buffer is the correct one. Doc fix.
8539 (mouse-secondary-save-then-kill): Allow usage without first
8540 calling mouse-start-secondary, by defaulting to point. Don't save
8541 an empty secondary selection. Doc fix.
8542
8543 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8544
8545 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8546 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8547 New version 13.0.
8548 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8549 Adjust initialization.
8550 (whitespace-bob-marker, whitespace-eob-marker)
8551 (whitespace-buffer-changed): New vars.
8552 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8553 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8554 (whitespace-post-command-hook, whitespace-display-char-on):
8555 Adjust code.
8556 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8557 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8558
8559 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * files.el (locate-file-completion-table): Only list the .el and .elc
8562 extensions if there's no other choice (bug#5955).
8563
8564 * facemenu.el (facemenu-self-insert-data): New var.
8565 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8566 New functions.
8567 (facemenu-add-face): Use them.
8568
8569 * simple.el (blink-matching-open): Obey forward-sexp-function.
8570
8571 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * simple.el (prog-mode-map): New var.
8574 (prog-indent-sexp): New command.
8575
8576 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8577
8578 * progmodes/prolog.el (smie): Require.
8579
8580 * emacs-lisp/smie.el (smie-default-backward-token)
8581 (smie-default-forward-token): Strip properties.
8582 (smie-next-sexp): Be more careful with associative operators.
8583 (smie-forward-sexp-command): Generalize.
8584 (smie-backward-sexp-command): Simplify.
8585 (smie-closer-alist): New var.
8586 (smie-close-block): New command.
8587 (smie-indent-debug-log): New var.
8588 (smie-indent-offset-rule): Add a few more cases.
8589 (smie-indent-column): New function.
8590 (smie-indent-after-keyword): Use it.
8591 (smie-indent-keyword): Use it.
8592 Fix up the opener code's point position.
8593 (smie-indent-comment): Only applies at BOL.
8594 (smie-indent-debug): New command.
8595
8596 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8597 declarations that are useful before running the macro.
8598
8599 2010-08-18 Joakim Verona <joakim@verona.se>
8600
8601 * image.el (imagemagick-types-inhibit): New variable.
8602 (imagemagick-register-types): New function.
8603 * image-mode.el (image-transform-properties): New function.
8604 (image-transform-set-scale, image-transform-fit-to-height)
8605 (image-transform-set-rotation, image-transform-set-resize)
8606 (image-transform-fit-to-width, image-transform-fit-to-height):
8607 New functions.
8608 (image-toggle-display-image): Support image transforms.
8609
8610 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8611
8612 * image.el (create-animated-image): Don't add heuristic mask to image
8613 (Bug#6839).
8614
8615 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8616
8617 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8618 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8619
8620 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8621
8622 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8623
8624 Font-lock '...' strings, plus various simplifications and fixes.
8625 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8626 (octave-font-lock-close-quotes): New function.
8627 (octave-font-lock-syntactic-keywords): New var.
8628 (octave-mode): Use it. Set beginning-of-defun-function.
8629 (octave-mode-map): Don't override the <foo>-defun commands.
8630 (octave-mode-menu): Pass it directly to easy-menu-define;
8631 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8632 (octave-block-match-alist): Fix up last change so that
8633 octave-close-block uses the more specific keyword.
8634 (info-lookup-mode): Silence byte-compiler.
8635 (octave-beginning-of-defun): Not interactive any more.
8636 Optimize slightly.
8637 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8638 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8639 (octave-completion-at-point-function): Make sure point is within
8640 beg..end.
8641 (octave-reindent-then-newline-and-indent):
8642 Use reindent-then-newline-and-indent.
8643 (octave-add-octave-menu): Remove.
8644
8645 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8646
8647 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8648 (report-emacs-bug-can-use-xdg-email): New functions.
8649 (report-emacs-bug): Set can-xdg-email to result of
8650 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8651 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8652 about it.
8653
8654 * net/browse-url.el (browse-url-default-browser): Add cond
8655 for browse-url-xdg-open.
8656 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8657
8658 2010-08-17 Glenn Morris <rgm@gnu.org>
8659
8660 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8661 (c-fontify-recorded-types-and-refs): Define for compiler.
8662 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8663 before use.
8664
8665 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8666 Fix format call.
8667
8668 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8669
8670 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8671 properties.
8672 (tramp-handle-process-file): Call the program in a subshell, in
8673 order to preserve working directory.
8674 (tramp-action-password): Hide password prompt before next run.
8675 (tramp-process-actions): Widen connection buffer for the trace.
8676
8677 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8678
8679 * net/rcirc.el (rcirc-log-process-buffers): New option.
8680 (rcirc-print): Use it.
8681 (rcirc-generate-log-filename): New function.
8682 (rcirc-log-filename-function): Change default to
8683 rcirc-generate-log-filename (Bug#6828).
8684
8685 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8686
8687 * simple.el (deactivate-mark): If select-active-regions is `only',
8688 only set selection for temporarily active regions.
8689
8690 * cus-start.el: Change defcustom for select-active-regions.
8691
8692 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * mouse.el (mouse--drag-set-mark-and-point): New function.
8695 (mouse-drag-track): Use LOCATION arg to push-mark.
8696 Use mouse--drag-set-mark-and-point to take click-count into
8697 consideration when updating point and mark (Bug#6840).
8698
8699 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8700
8701 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8702 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8703
8704 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8705
8706 * font-lock.el (lisp-font-lock-keywords-2):
8707 Add combine-after-change-calls, condition-case-no-debug,
8708 with-demoted-errors, and with-silent-modifications (Bug#6025).
8709
8710 2010-08-14 Kevin Ryde <user42@zip.com.au>
8711
8712 * emacs-lisp/copyright.el (copyright-update-year)
8713 (copyright-update): Temporary switch-to-buffer to ensure the
8714 buffer change being queried is visible (Bug#5394).
8715
8716 2010-08-14 Tom Tromey <tromey@redhat.com>
8717
8718 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8719 (Bug#6733).
8720
8721 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8722
8723 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8724 MS-DOS. (Bug#6689)
8725
8726 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8727
8728 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8729 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8730 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8731 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8732 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8733 Call menu-bar-set-tool-bar-position.
8734
8735 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8736
8737 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8738 comment style (bug#6834).
8739 * progmodes/scheme.el (scheme-mode-syntax-table):
8740 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8741 "b" flag in "' 14b" syntax.
8742
8743 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8744 for (un)commenting the region and performing completion.
8745 (octave-mode-menu): Use standard commands for help and completion.
8746 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8747 (octave-mode): Use define-derived-mode.
8748 Set completion-at-point-functions and don't set columns.
8749 Don't disable adaptive-fill-regexp.
8750 (octave-describe-major-mode, octave-comment-region)
8751 (octave-uncomment-region, octave-comment-indent)
8752 (octave-indent-for-comment): Remove.
8753 (octave-indent-calculate): Rename from calculate-octave-indent.
8754 (octave-indent-line, octave-fill-paragraph): Update caller.
8755 (octave-initialize-completions): No need to make an alist.
8756 (octave-completion-at-point-function): New function.
8757 (octave-complete-symbol): Use it.
8758 (octave-insert-defun): Use define-skeleton.
8759
8760 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8761 (octave-mode-map): Use comment-dwim (bug#6829).
8762
8763 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8764
8765 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8766 indentation of inserted comment.
8767
8768 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8769
8770 * faces.el (region): Add type gtk that uses gtk colors.
8771
8772 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8773 Handle theme-name change.
8774
8775 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8776
8777 * progmodes/sql.el: Version 2.5
8778 (sql-product-alist): Add :prompt-cont-regexp property for several
8779 database products.
8780 (sql-prompt-cont-regexp): New variable.
8781 (sql-output-newline-count, sql-output-by-send):
8782 New variables. Record number of newlines in input text.
8783 (sql-send-string): Handle multiple filters and count newlines.
8784 (sql-send-magic-terminator): Count terminator newline.
8785 (sql-interactive-remove-continuation-prompt): Filters output to
8786 remove continuation prompts; one for each newline.
8787 (sql-interactive-mode): Set up new variables, prompt regexp and
8788 output filter.
8789 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8790 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8791
8792 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * emacs-lisp/pcase.el: New file.
8795
8796 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8797
8798 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8799 as here-document, otherwise the command could exceed maximum
8800 length of command line.
8801 (tramp-handle-vc-registered): Call script accordingly.
8802 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8803
8804 2010-08-10 Kenichi Handa <handa@m17n.org>
8805
8806 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8807 composable pattern.
8808
8809 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * emacs-lisp/package.el (package-version-split)
8812 (package--version-first-nonzero, package-version-compare):
8813 Functions removed.
8814 (package-directory-list, package-load-all-descriptors)
8815 (package--built-in, package-activate, define-package)
8816 (package-installed-p, package-compute-transaction)
8817 (package-read-all-archive-contents)
8818 (package--add-to-archive-contents, package-buffer-info)
8819 (package-tar-file-info, package-list-packages-internal):
8820 Use version-to-list and version-list-*.
8821
8822 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8823 Use version-to-list.
8824 (package-upload-buffer-internal): Use version-list-<=.
8825
8826 2010-08-09 Kenichi Handa <handa@m17n.org>
8827
8828 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8829 composable pattern.
8830
8831 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8832
8833 * tutorial.el (tutorial--default-keys): C-d is now bound to
8834 delete-forward-char (Bug#6826).
8835
8836 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8837 for `double' value of mouse-1-click-follows-link (Bug#6807).
8838
8839 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8840
8841 * replace.el (replace-highlight): Bind isearch-forward and
8842 isearch-error, ensuring that highlighting is updated if the user
8843 switches the search direction (Bug#6808).
8844
8845 * isearch.el (isearch-lazy-highlight-forward): New var.
8846 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8847 (isearch-lazy-highlight-update): Use it.
8848
8849 2010-08-08 Kenichi Handa <handa@m17n.org>
8850
8851 * international/mule.el (define-charset): Store NAME as :base property.
8852 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8853 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8854 current priority. Force using the designation of the specific
8855 charset by adding `charset' text property. Improve the whole algorithm.
8856
8857 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8858
8859 * emulation/pc-select.el (pc-selection-mode-hook)
8860 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8861 (pc-selection-mode): Fix typos in docstrings.
8862
8863 2010-08-08 Kenichi Handa <handa@m17n.org>
8864
8865 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8866 ctext-non-standard-encodings-alist here.
8867
8868 * international/mule.el (ctext-non-standard-encodings-alist):
8869 Add "koi8-r" and "microsoft-cp1251".
8870 (ctext-standard-encodings): New variable.
8871 (ctext-non-standard-encodings-table): List only elements for
8872 non-standard encodings.
8873 (ctext-pre-write-conversion): Adjust for the above change.
8874 Check ctext-standard-encodings.
8875
8876 * international/mule-conf.el (compound-text): Doc fix.
8877 (ctext-no-compositions): Doc fix.
8878 (compound-text-with-extensions): Doc fix.
8879
8880 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8883
8884 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8885
8886 * progmodes/which-func.el (which-func-format): Split help-echo text
8887 into lines, like other mode-line tooltips.
8888
8889 * server.el (server-start): When using TCP sockets, force IPv4
8890 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8891
8892 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8893
8894 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8895
8896 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8897
8898 * term.el (term-delimiter-argument-list): Reflow docstring.
8899 (term-read-input-ring, term-write-input-ring, term-send-input)
8900 (term-bol, term-erase-in-display, serial-supported-or-barf):
8901 Fix typos in docstrings.
8902
8903 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8906
8907 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8908
8909 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8910
8911 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8912
8913 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8914 Fix typo in docstring (bug#6747).
8915
8916 2010-08-08 Leo <sdl.web@gmail.com>
8917
8918 * eshell/esh-io.el (eshell-get-target): Better detection of
8919 read-only file (Bug#6762).
8920
8921 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8922
8923 * align.el (align-default-spacing): Doc fix.
8924 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8925
8926 2010-08-08 Stephen Peters <speters@itasoftware.com>
8927
8928 * calendar/icalendar.el
8929 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8930 (icalendar--get-weekday-numbers): New.
8931 (icalendar--convert-recurring-to-diary): Handle multiple byday
8932 values in weekly rules. (Bug#6766)
8933
8934 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8935
8936 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8937 (icalendar--create-uid, icalendar-export-region)
8938 (icalendar--parse-summary-and-rest): Code formatting.
8939
8940 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8941
8942 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8943 to italicize headers.
8944 (calc-highlight-selections-with-faces): New variable.
8945 (calc-selected-face, calc-nonselected-face): New faces.
8946
8947 * calc/calccomp.el (math-comp-highlight-string): Use
8948 `calc-highlight-selections-with-faces' to determine how to highlight
8949 sub-formulas.
8950
8951 * calc/calc-sel.el (calc-show-selections): Change message to when
8952 using faces to highlight selections.
8953
8954 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8955
8956 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8957 Add SQLite 3 keywords, functions and datatypes.
8958 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8959 (Bug#6686).
8960
8961 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * simple.el (select-active-regions): Move to keyboard.c.
8964 (deactivate-mark): Used saved-region-selection.
8965 (select-active-region): Function removed.
8966 (activate-mark, set-mark, push-mark-command)
8967 (handle-shift-selection): Don't call it.
8968 (keyboard-quit): Avoid adding the region to the window selection.
8969
8970 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8971 select-active-regions implementation.
8972 (mouse-yank-at-click): Doc fix.
8973
8974 * cus-start.el: Add custom declaration for select-active-regions.
8975
8976 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8977
8978 * simple.el (delete-forward-char): Doc fix.
8979
8980 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8981 after reading the tutorial.
8982
8983 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8984
8985 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8986 Fix for the case that a C style comment has its delimiters alone on
8987 their respective lines. (Bug#193)
8988
8989 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8990
8991 * net/tramp.el (tramp-handle-start-file-process): Set connection
8992 property "vec".
8993 (tramp-process-sentinel): Use it for flushing the cache.
8994 We cannot do it via the process buffer, the buffer could be deleted
8995 already when running the sentinel.
8996
8997 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8998
8999 * comint.el (comint-mode): Make directory tracking functions
9000 functional on remote files. (Bug#6764)
9001
9002 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
9003
9004 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
9005
9006 2010-08-05 Eli Zaretskii <eliz@gnu.org>
9007
9008 * emacs-lisp/find-gc.el (find-gc-source-files):
9009 Rename unexec.c => unexcoff.c.
9010
9011 * emacs-lisp/authors.el (authors-fixed-entries):
9012 Rename unexec.c => unexcoff.c.
9013
9014 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
9015
9016 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
9017 cache, not only file cache.
9018 (tramp-process-sentinel): New defun.
9019 (tramp-handle-start-file-process): Use it, in order to invalidate
9020 file caches.
9021
9022 2010-08-03 Leo <sdl.web@gmail.com>
9023
9024 * server.el (server-start): Simplify loop.
9025
9026 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * frame.el (screen-height, screen-width, set-screen-width)
9029 (set-screen-height): Remove ancient compatibility aliases.
9030
9031 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9032 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9033
9034 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9035 that change current buffer.
9036
9037 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9038
9039 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9040 beginning of the string. Use `string-match-p'. (Bug#6765)
9041
9042 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9043
9044 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9045
9046 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
9047
9048 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
9049 (package--builtins): Tweak descriptions.
9050 (package-print-package): Upcase descriptions if necessary.
9051 Show all built-in packages in font-lock-builtin-face.
9052 (package-list-packages-internal): Omit "emacs" package.
9053 Show status of built-in packages as "built-in".
9054
9055 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
9056
9057 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9058 before killing to preserve the primary selection (Bug#6701).
9059
9060 * term/x-win.el (x-select-text): Doc fix.
9061
9062 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
9063
9064 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9065 (objc-font-lock-extra-types):
9066 * progmodes/cc-mode.el (c-basic-common-init):
9067 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9068 (c++-make-template-syntax-table)
9069 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9070 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9071 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9072 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
9073 * progmodes/cc-fonts.el (c-make-inverse-face)
9074 (c-basic-matchers-after):
9075 * progmodes/cc-engine.el (c-forward-keyword-clause)
9076 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9077 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9078 (c-guess-continued-construct, c-guess-basic-syntax):
9079 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9080 The above functions were modified or created.
9081
9082 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9083
9084 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
9085
9086 2010-07-31 Eli Zaretskii <eliz@gnu.org>
9087
9088 * files.el (bidi-paragraph-direction): Define safe local values.
9089
9090 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9091 language-info-alist. Remove outdated FIXME in a comment.
9092
9093 2010-07-31 Alan Mackenzie <acm@muc.de>
9094
9095 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9096 Auto-fill broken in C/C++ modes.
9097
9098 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9099
9100 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9101 (menu-bar-showhide-tool-bar-menu-customize-disable)
9102 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
9103 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9104 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
9105 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9106 make a menu for Options => toolbar that can move it.
9107
9108 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
9109
9110 * emacs-lisp/package-x.el (package--make-rss-entry):
9111 (package-maint-add-news-item, package--update-news)
9112 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9113
9114 * emacs-lisp/package.el (package-archive-url): Rename from
9115 package-archive-id.
9116 (package-install): Doc fix.
9117 (package-download-single, package-download-tar, package-install)
9118 (package-menu-view-commentary): Callers changed.
9119
9120 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
9121
9122 * net/tramp.el (tramp-handle-start-file-process): Check only for
9123 `remote-tty' process property.
9124 (tramp-open-shell): Don't check for tty.
9125 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9126 process property.
9127
9128 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9129 host.
9130
9131 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * emacs-lisp/package.el (package-load-list, package-archives)
9134 (package-archive-contents, package-user-dir)
9135 (package-directory-list, package--builtins, package-alist)
9136 (package-activated-list, package-obsolete-alist): Mark as risky.
9137
9138 2010-07-28 Phil Hagelberg <phil@evri.com>
9139
9140 Add support for non-default package repositories.
9141 * emacs-lisp/package.el (package-archive-base): Var deleted.
9142 (package-archives): New variable.
9143 (package-archive-contents): Doc fix.
9144 (package-load-descriptor): Do nothing if descriptor file is missing.
9145 (package--write-file-no-coding): New function.
9146 (package-unpack-single): Use it.
9147 (package-archive-id): New function.
9148 (package-download-single, package-download-tar)
9149 (package-menu-view-commentary): Use it.
9150 (package-installed-p): Make second argument optional.
9151 (package-read-all-archive-contents): New function.
9152 (package-initialize): Use it.
9153 (package-read-archive-contents): Add ARCHIVE argument.
9154 (package--add-to-archive-contents): New function.
9155 (package-install): Don't call package-read-archive-contents.
9156 (package--download-one-archive): Store archive file in a
9157 subdirectory of package-user-dir.
9158 (package-menu-execute): Remove spurious line movement.
9159
9160 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9161
9162 * cus-start.el (tool-bar-style): Add text-image-horiz.
9163
9164 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9165
9166 * progmodes/gud.el (gud-common-init): Check for remoteness of
9167 `file', and not of `default-directory'.
9168
9169 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9170
9171 * net/tramp.el (tramp-methods): Move hostname to the end in all
9172 ssh `tramp-login-args'.
9173 (tramp-verbose): Describe verbose level 9.
9174 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9175 (tramp-open-connection-setup-interactive-shell): Trace stty
9176 settings if `tramp-verbose' >= 9.
9177 (tramp-handle-start-file-process): Implement tty setting.
9178 (Bug#4604, Bug#6360)
9179
9180 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9181 `tramp-verbose' to 9.
9182
9183 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9184
9185 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9186 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9187 Remove references to package `lisp-re' (bug#4369).
9188
9189 2010-07-27 Tom Tromey <tromey@redhat.com>
9190
9191 * progmodes/js.el (js-mode):
9192 * progmodes/make-mode.el (makefile-mode):
9193 * progmodes/simula.el (simula-mode):
9194 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9195
9196 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
9197
9198 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9199
9200 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9201 (display-time-world-buffer-name, display-time-world-mode-map):
9202 Fix typos in docstrings.
9203
9204 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
9205
9206 * image-mode.el (image-display-size): New function.
9207 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9208 (image-mode-fit-frame): Use it (Bug#6639).
9209
9210 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
9211
9212 * dired.el (dired-buffers-for-dir): Handle list values of
9213 dired-directory (Bug#6636).
9214
9215 2010-07-26 Sam Steingold <sds@gnu.org>
9216
9217 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9218 Do not call `x-get-selection' the second time, reuse the value.
9219
9220 2010-07-26 Daiki Ueno <ueno@unixuser.org>
9221
9222 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
9223 which consist of control chars only. Suggested by Richard Stallman.
9224
9225 2010-07-25 Daiki Ueno <ueno@unixuser.org>
9226
9227 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9228 exists before passing an error to find-file-not-found-functions
9229 (bug#6723).
9230
9231 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
9232
9233 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9234 Remove leading nil element, adjust values.
9235 (tetris-shapes, tetris-shape-scores):
9236 Change representation of shapes and remove some redundancy.
9237 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9238 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9239 Adjust for working with new representation of shapes.
9240 (tetris-shape-rotations): New function.
9241 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9242 (tetris-rotate-prev, tetris-rotate-next):
9243 Adjust for working with the new version of tetris-test-shape.
9244
9245 2010-07-23 Markus Triska <markus.triska@gmx.at>
9246
9247 * progmodes/ps-mode.el: Use comint (bug#5954).
9248 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9249 (ps-mode-other-newline): Simplify.
9250 (ps-run-mode): Derive from comint-mode instead of
9251 fundamental-mode, yielding input history etc.
9252 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9253 (ps-run-send-string): Adapt for comint-mode.
9254 (ps-run-newline): Remove now unneeded function.
9255
9256 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9257
9258 * net/tramp.el (tramp-methods): Move hostname to the end in all
9259 plink `tramp-login-args'.
9260
9261 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9262
9263 * net/tramp.el (tramp-open-shell): New defun.
9264 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9265 Use it.
9266
9267 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9268
9269 * net/tramp.el (tramp-file-name-regexp-unified)
9270 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9271 not regard the volume letter as remote filename. (Bug#5447)
9272
9273 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
9274
9275 * custom.el (custom-declare-variable): Give a clearer error message
9276 when the docstring is missing (bug#6476).
9277
9278 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9279
9280 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9281 (sql-login-params): New widget definition.
9282 (sql-oracle-login-params, sql-mysql-login-params)
9283 (sql-solid-login-params, sql-sybase-login-params)
9284 (sql-informix-login-params, sql-ingres-login-params)
9285 (sql-ms-login-params, sql-postgres-login-params)
9286 (sql-interbase-login-params, sql-db2-login-params)
9287 (sql-linter-login-params): Use it.
9288 (sql-sqlite-login-params): Use it; Define "database" parameter as
9289 a file name.
9290 (sql-sqlite-program): Change to "sqlite3".
9291 (sql-comint-sqlite): Make sure database name is complete.
9292 (sql-for-each-login): New function.
9293 (sql-connect, sql-save-connection): Use it.
9294 (sql-get-login-ext): New function.
9295 (sql-get-login): Use it.
9296 (sql-make-alternate-buffer-name): Handle :file parameters.
9297
9298 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
9299
9300 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9301 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9302
9303 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9304
9305 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9306
9307 2010-07-22 Lawrence Mitchell <wence@gmx.li>
9308
9309 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9310
9311 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
9312
9313 * net/tramp.el (tramp-get-ls-command)
9314 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9315 instead of "/".
9316
9317 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9318
9319 * progmodes/sql.el: Version 2.3.
9320 (sql-connection-alist): Change keys from symbols to strings;
9321 enhanced the widget definition.
9322 (sql-mode-menu): Add submenu to select connections.
9323 (sql-interactive-mode-menu): Add "Save Connection" item.
9324 (sql-add-product): Fix menu item.
9325 (sql-get-product-feature): Improved error handling.
9326 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
9327 (sql-make-alternate-buffer-name): Simplified.
9328 (sql-product-interactive): Handle missing product.
9329 (sql-connect): Support string keys, minor improvements.
9330 (sql-save-connection): New function.
9331 (sql-connection-menu-filter): New function.
9332
9333 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9334
9335 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
9336 (tramp-open-connection-setup-interactive-shell):
9337 Apply workaround for IRIX64 bug. Move argument of last
9338 `tramp-send-command' where it belongs to.
9339
9340 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9341
9342 * net/tramp.el (tramp-perl-file-attributes)
9343 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9344 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9345 front of `login-args'.
9346
9347 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
9348
9349 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9350 Set `show-trailing-whitespace' to nil.
9351 (display-time-world-display): Simplify.
9352
9353 2010-07-18 Alan Mackenzie <acm@muc.de>
9354
9355 Enhance `c-file-style' in file/directory local variables.
9356 * progmodes/cc-mode.el (c-count-cfss): New function.
9357 (c-before-hack-hook): Call `c-set-style' differently according to
9358 whether c-file-style was set in file or directory local
9359 variables.
9360
9361 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9362
9363 * progmodes/sql.el: Version 2.2.
9364 (sql-product, sql-user, sql-database, sql-server, sql-port):
9365 Use defcustom :safe keyword rather than putting safe-local-variable
9366 property.
9367 (sql-password): Use defcustom :risky keyword rather than putting
9368 risky-local-variable property.
9369 (sql-oracle-login-params, sql-sqlite-login-params)
9370 (sql-solid-login-params, sql-sybase-login-params)
9371 (sql-informix-login-params, sql-ingres-login-params)
9372 (sql-ms-login-params, sql-postgres-login-params)
9373 (sql-interbase-login-params, sql-db2-login-params)
9374 (sql-linter-login-params): Add `port' option.
9375 (sql-get-product-feature): Add NO-INDIRECT parameter.
9376 (sql-comint-oracle, sql-comint-sybase)
9377 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9378 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9379 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
9380 (sql-comint-linter): Rename sql-connect-* functions to
9381 sql-comint-*.
9382 (sql-product-alist, sql-mode-menu): Rename as above and
9383 :sqli-connect-func to :sqli-comint-func.
9384 (sql-connection): New variable.
9385 (sql-interactive-mode): Set it.
9386 (sql-connection-alist): New variable.
9387 (sql-connect): New function.
9388 (sql--alt-buffer-part, sql--alt-if-not-empty)
9389 (sql-make-alternate-buffer-name): Improved alternative buffer name.
9390
9391 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9392
9393 * image-mode.el (image-bookmark-make-record): Do not set context
9394 in an image (Bug#6650).
9395
9396 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9397
9398 * simple.el (select-active-region): New function.
9399 (push-mark-command, set-mark, activate-mark)
9400 (handle-shift-selection): Use it.
9401 (deactivate-mark): Don't check for size of region.
9402
9403 * mouse.el (mouse-drag-track): Use select-active-region.
9404
9405 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
9406
9407 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9408 "--dired" stronger.
9409
9410 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9411
9412 * term/x-win.el (x-select-enable-primary): Change default to nil.
9413 (x-select-enable-clipboard): Add :version keyword.
9414
9415 * mouse.el (mouse-drag-copy-region):
9416 * simple.el (select-active-regions): Likewise.
9417
9418 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9419
9420 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
9421 (vc-coding-system-for-diff): Use it to decide whether to inherit
9422 from the file the EOL format for reading the diffs of that file.
9423 (Bug#4451)
9424
9425 2010-07-16 Eli Zaretskii <eliz@gnu.org>
9426
9427 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9428 unibyte, so compressed attachments are not compressed again.
9429
9430 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
9431
9432 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9433 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9434 (tramp-find-shell): Simplify setting connection property.
9435 (tramp-get-ls-command): Make test for "--color=never" stronger.
9436
9437 2010-07-15 Simon South <ssouth@member.fsf.org>
9438
9439 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9440 blocks within record declarations (i.e. variant parts) correctly.
9441
9442 2010-07-15 Simon South <ssouth@member.fsf.org>
9443
9444 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9445 over literal tokens when parsing so newlines aren't "absorbed" by
9446 single-line comments. Corrects the indentation of case blocks
9447 that have a comment on the first line.
9448
9449 2010-07-14 Karl Fogel <kfogel@red-bean.com>
9450
9451 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9452 by Drew Adams (Bug#5504).
9453
9454 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9455
9456 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
9457 now that Unicode is used (Bug#6594).
9458
9459 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * term/x-win.el (x-select-enable-clipboard): Default to t.
9462 (x-initialize-window-system): Don't overwrite Paste menu item.
9463
9464 * simple.el (select-active-regions): Default to t.
9465 (push-mark-command): Don't overwrite primary with empty string.
9466
9467 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9468 (mouse-drag-copy-region): Default to nil.
9469
9470 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9471 Cut/Copy/Paste menu bar items.
9472
9473 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9474
9475 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9476 Patch applied by Karl Fogel.
9477
9478 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9479 and `bookmark-current-buffer' if they have been already set in
9480 another buffer (e.g gnus-art).
9481
9482 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9483 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9484
9485 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9486
9487 * bookmark.el (bookmark-make-record-default): Allow unneeded
9488 information to be omitted from the record.
9489
9490 Adjust declarations and calls:
9491
9492 * info.el (bookmark-make-record-default): Adjust declaration.
9493 (Info-bookmark-make-record): Adjust call.
9494
9495 * woman.el (bookmark-make-record-default): Adjust declaration.
9496 (woman-bookmark-make-record): Adjust call.
9497
9498 * man.el (bookmark-make-record-default): Adjust declaration.
9499 (Man-bookmark-make-record): Adjust call.
9500
9501 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9502
9503 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9504
9505 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9506
9507 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9508 This is also from Thierry Volpiatto's patch in bug #6444. However,
9509 because it was extraneous to the functional change in that patch,
9510 and causes a re-indendation, I am committing it separately.
9511
9512 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9513
9514 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9515 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9516 Patch applied by Karl Fogel (Bug#6444).
9517
9518 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9519
9520 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9521
9522 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9523
9524 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9525 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9526 (ns-alternatives-map): Change S-tab binding to backtab
9527 (bug#6616).
9528
9529 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9530 under ns.
9531
9532 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9533
9534 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9535 (Bug#5806)
9536
9537 * language/tv-util.el (tai-viet-re): Remove format.
9538
9539 2010-07-12 Kenichi Handa <handa@m17n.org>
9540
9541 * language/hebrew.el: Remove no-byte-compile declaration.
9542 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9543 composition-function-table for 3-character looking back.
9544 (hebrew-font-get-precomposed): New function.
9545 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9546
9547 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9548
9549 * mouse.el (mouse-drag-track): Handle select-active-regions
9550 (Bug#6612).
9551
9552 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9553
9554 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9555 empty argument to gvfs-copy.
9556
9557 2010-07-10 Glenn Morris <rgm@gnu.org>
9558
9559 * calendar/calendar.el (calendar-week-end-day): New function.
9560 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9561 Respect calendar-week-start-day. (Bug#6606)
9562 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9563 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9564 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9565 respect calendar-week-start-day.
9566
9567 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9568
9569 * simple.el (use-region-p): Doc fix (Bug#6607).
9570
9571 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9572
9573 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9574 Add regexps for cucumber and ruby.
9575
9576 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9577
9578 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9579 (epa-file-insert-file-contents): Hack to prevent
9580 find-file from opening empty buffer when decryption failed
9581 (bug#6568).
9582
9583 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9584
9585 * textmodes/ispell.el (ispell-alternate-dictionary):
9586 Use file-readable-p.
9587 Return nil if no word-list is found at default locations.
9588 (ispell-complete-word-dict): Default to nil.
9589 (ispell-command-loop): Use 'word-list' when using lookup-words.
9590 (lookup-words): Use ispell-complete-word-dict or
9591 ispell-alternate-dictionary. Check for word-list availability
9592 and handle errors if needed with better messages (Bug#6539).
9593 (ispell-complete-word): Use ispell-complete-word-dict or
9594 ispell-alternate-dictionary.
9595
9596 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9597
9598 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9599 builtins (BufferError, BytesWarning, WindowsError; callables
9600 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9601
9602 2010-07-07 Glenn Morris <rgm@gnu.org>
9603
9604 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9605 (zone-shift-left): Ignore intangibility, and any errors from
9606 forward-char.
9607 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9608 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9609 deleting, and copying text properties.
9610 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9611 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9612 to point-max is hard.
9613 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9614 (zone-fill-out-screen): Ignore intangibility.
9615
9616 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * menu-bar.el (menu-bar-mode):
9619 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9620 if it has been set.
9621
9622 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9623 word/line selection (Bug#6565).
9624
9625 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9626
9627 * net/dbus.el (dbus-send-signal): Declare function.
9628
9629 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9630
9631 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9632 (dbus-register-property): New optional argument EMITS-SIGNAL.
9633 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9634
9635 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9636
9637 * mouse.el (mouse-drag-overlay): Variable deleted.
9638 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9639 (mouse--remap-link-click-p): New function.
9640 (mouse-drag-track): Handle dragging by using temporary Transient
9641 Mark mode, instead of a special overlay.
9642 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9643 mouse-show-mark.
9644
9645 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9646 deleted.
9647
9648 2010-07-02 Juri Linkov <juri@jurta.org>
9649
9650 * autoinsert.el (auto-insert-alist): Fix readability
9651 by using dotted pair notation for lambda.
9652
9653 2010-07-02 Juri Linkov <juri@jurta.org>
9654
9655 * faces.el (read-face-name): Rename arg `string-describing-default'
9656 to `default'. Doc fix. Display the default value in quotes
9657 in the prompt. With empty input, return the `default' arg,
9658 unless the default value is a string (in which case return nil).
9659 (describe-face): Replace the string `default' arg of `read-face-name'
9660 with the symbol `default'.
9661
9662 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9663
9664 * emulation/viper-cmd.el (viper-delete-backward-char)
9665 (viper-del-backward-char-in-insert)
9666 (viper-del-backward-char-in-replace, viper-change)
9667 (viper-backward-indent): Replace delete-backward-char with
9668 delete-char (Bug#6552).
9669
9670 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9671
9672 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9673
9674 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9677 argument passed to frame-creation-function (Bug#5378).
9678
9679 * faces.el (x-handle-named-frame-geometry)
9680 (x-handle-reverse-video, x-create-frame-with-faces)
9681 (face-set-after-frame-default, tty-create-frame-with-faces):
9682 Don't separately consult default-frame-alist. It is now passed as the
9683 PARAMETER argument.
9684
9685 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9686
9687 * startup.el (command-line): Don't call tool-bar-setup in a
9688 tty-only build.
9689
9690 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9691
9692 * ruler-mode.el (ruler--save-header-line-format): New fun.
9693 (ruler-mode): Use it as a setter function, so as not to overwrite
9694 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9695
9696 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9697
9698 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9699 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9700 (vc-log-outgoing): Use it.
9701 (vc-diff-internal): Set diff-vc-backend.
9702
9703 * vc/diff-mode.el (diff-vc-backend): New var.
9704
9705 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9706
9707 * dynamic-setting.el (font-setting-change-default-font):
9708 Remove call to message.
9709
9710 2010-06-28 Kenichi Handa <handa@m17n.org>
9711
9712 * international/quail.el (quail-insert-kbd-layout): Fix the
9713 showing of untranslated characters.
9714
9715 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9716
9717 * simple.el (delete-active-region): New option.
9718 (delete-backward-char): Implement in Lisp.
9719 (delete-forward-char): New command.
9720
9721 * mouse.el (mouse-region-delete-keys): Delete.
9722 (mouse-show-mark): Simplify.
9723
9724 * bindings.el (global-map): Bind delete and DEL, the former to
9725 delete-forward-char.
9726
9727 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9728
9729 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9730 (ruby-mode): Bind indent-line-function (Bug#5119).
9731
9732 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9733
9734 * startup.el (command-line): Recognize "0" X resource value.
9735
9736 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9737
9738 * startup.el (command-line): Use X resources to set the value of
9739 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9740
9741 * menu-bar.el (menu-bar-mode):
9742 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9743 Set init-value to t.
9744
9745 * frame.el (frame-notice-user-settings): Don't change
9746 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9747 vice versa (Bug#2249).
9748
9749 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9750
9751 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9752
9753 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9754
9755 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9756 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9757
9758 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9759 default directories are expanded (Bug#6143).
9760
9761 2010-06-24 Juri Linkov <juri@jurta.org>
9762
9763 * minibuffer.el (completions-format): Change default from nil to
9764 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9765
9766 2010-06-24 Juri Linkov <juri@jurta.org>
9767
9768 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9769 buffer-locally to lambda that re-runs the vc diff command.
9770 (Bug#6447)
9771
9772 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9773
9774 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9775 echo area is in use (Bug#3412).
9776
9777 2010-06-22 Glenn Morris <rgm@gnu.org>
9778
9779 * textmodes/texinfmt.el (texinfo-format-region)
9780 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9781 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9782 (texinfo-format-option, texinfo-noindent):
9783 Use line-beginning-position and line-end-position.
9784
9785 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9786 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9787 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9788 utf-8 characters.
9789
9790 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9791
9792 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9793 forward-line fallout.
9794
9795 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9796
9797 * mouse.el (mouse-appearance-menu): Add docstring.
9798
9799 * help.el (describe-key): Print up-event using key-description.
9800
9801 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9802
9803 * net/zeroconf.el (zeroconf-resolve-service)
9804 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9805 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9806
9807 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9808
9809 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9810
9811 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9812
9813 Avoid displaying files with a nil state in vc-dir.
9814 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9815 cases that cause insertion.
9816 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9817 with a nil state.
9818
9819 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9820
9821 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9822
9823 2010-06-29 Leo <sdl.web@gmail.com>
9824
9825 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9826
9827 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9828
9829 * generic-x.el (bat-generic-mode): Fix regexp for command line
9830 switches (Bug#5719).
9831
9832 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9833
9834 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9835 of nconc to avoid pure storage error (Bug#6239).
9836
9837 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9838
9839 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9840 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9841 bindings of bookmark-automatically-show-annotations (Bug#6515).
9842
9843 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9844
9845 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9846 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9847
9848 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9849
9850 * comint.el (make-comint, make-comint-in-buffer): Mention return
9851 value in the docstrings. (Bug#6498)
9852
9853 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9854
9855 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9856 since it is not present when using some non-default switches.
9857
9858 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9859
9860 * simple.el (compose-mail): Fix doc string to refer to
9861 `compose-mail-user-agent-warnings', instead of to the
9862 nonexistent `compose-mail-check-user-agent'.
9863
9864 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9865
9866 Fix an indentation bug:
9867
9868 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9869 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9870 of existing values.
9871
9872 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9873 (c-clear->-pair-props-if-match-before): now return t when they've
9874 cleared properties, nil otherwise.
9875 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9876 by taking account of the existing value.
9877
9878 * progmodes/cc-defs.el
9879 (c-clear-char-property-with-value-function): Fix this to clear the
9880 property rather than overwriting it with nil.
9881
9882 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9883
9884 * emacs-lisp/package.el (package-print-package): Add link to
9885 package description via describe-package.
9886 (describe-package-1): List package requirements. Add button to
9887 perform installation.
9888 (package-menu-describe-package): New command.
9889
9890 * help-mode.el (help-package): New button type.
9891
9892 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9893
9894 * emacs-lisp/package.el: Move package-list-packages binding to
9895 menu-bar.el.
9896 (describe-package, describe-package-1, package--dir): New funs.
9897 (package-activate-1): Use package--dir.
9898
9899 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9900
9901 * help-mode.el (help-package-def): New button type.
9902
9903 * menu-bar.el: Move package-list-packages binding here from
9904 package.el.
9905
9906 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9907
9908 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9909
9910 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * emacs-lisp/edebug.el (edebug-read-list):
9913 Phase out old-style backquotes.
9914
9915 2010-06-17 Juri Linkov <juri@jurta.org>
9916
9917 * help-mode.el (help-mode): Set buffer-local variable
9918 revert-buffer-function to help-mode-revert-buffer.
9919 (help-mode-revert-buffer): New function.
9920
9921 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9922 before popping to "*info*" (like in other Info functions).
9923 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9924 old-history-forward. Pop to old-buffer-name or "*info*" to
9925 recreate the killed buffer. Set Info-history-forward from
9926 old-history-forward.
9927 (Info-breadcrumbs-depth): Add :group and :version.
9928
9929 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9930
9931 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9932
9933 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9934
9935 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9936 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9937
9938 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * emacs-lisp/package.el (package-menu-mode-map):
9941 Move initialization into declaration.
9942
9943 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9944
9945 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9946
9947 * emacs-lisp/package.el (package-archive-base): Point to
9948 elpa.gnu.org.
9949 (package-enable, package-load-list): New defcustoms.
9950 (package-user-dir, package-directory-list): Turn into defcustoms.
9951 Don't include package-user-dir in package-directory-list.
9952 (package--builtins-base): Don't include Emacs as a "package".
9953 (package-subdirectory-regexp): New var.
9954 (package-load-all-descriptors, package-compute-transaction)
9955 (package-download-transaction): Obey package-load-list.
9956 (package-activate-1): Rename from package-do-activate.
9957 (package-list-packages-internal): Check package-load-list.
9958 (package-load-descriptor, package-generate-autoloads)
9959 (package-unpack, package-unpack-single)
9960 (package--read-archive-file, package-delete):
9961 Use expand-file-name.
9962
9963 * emacs-lisp/package-x.el: New file. Package uploading
9964 functionality split out from package.el.
9965
9966 * startup.el (command-line): Load packages after reading init file.
9967
9968 2010-06-17 Tom Tromey <tromey@redhat.com>
9969
9970 * emacs-lisp/package.el: New file.
9971
9972 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9973
9974 Fix vc-annotate for renamed files when using Git.
9975 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9976 ls-files. Doe not pass the object as a file name to cat-file, it
9977 is not a file name.
9978 (vc-git-annotate-command): Pass the file name using -- to avoid
9979 ambiguity with the revision.
9980 (vc-git-previous-revision): Pass a relative file name.
9981
9982 2010-06-22 Glenn Morris <rgm@gnu.org>
9983
9984 * progmodes/js.el (js-mode-map): Use standard capitalization and
9985 ellipses for menu entries.
9986
9987 * wid-edit.el (widget-complete): Doc fix.
9988
9989 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9990
9991 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9992
9993 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9994
9995 Fix annotating other revisions for renamed files in vc-annotate.
9996 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9997 VC backend. Use it when non-nil.
9998 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9999 (Bug#6487).
10000
10001 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
10002 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10003 Do not pass the file name to the 'previous-revision call when we
10004 don't want a file diff. (Bug#6489)
10005
10006 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10007
10008 Fix finding revisions for renamed files in vc-annotate.
10009 * vc/vc.el (vc-find-revision): Add an optional argument for
10010 the VC backend. Use it when non-nil.
10011 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
10012 backend to vc-find-revision. (Bug#6487)
10013
10014 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10015
10016 Fix reading file names in Git annotate buffers.
10017 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
10018 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
10019
10020 2010-06-20 Alan Mackenzie <acm@muc.de>
10021
10022 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10023 in file local variables, set it first.
10024
10025 2010-06-19 Glenn Morris <rgm@gnu.org>
10026
10027 * descr-text.el (describe-char-unicode-data): Insert separating
10028 space when needed. (Bug#6422)
10029
10030 * progmodes/idlwave.el (idlwave-action-and-binding):
10031 Fix typo in 2009-12-03 change. (Bug#6450)
10032
10033 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10036 handling for `lambda' (misunderstanding).
10037
10038 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10039
10040 * calc/calc-poly.el (math-accum-factors): Make sure that
10041 constants aren't distributed after they are factored out.
10042
10043 2010-06-16 Juri Linkov <juri@jurta.org>
10044
10045 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10046 `list-colors-print'. (Bug#6332)
10047
10048 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10049
10050 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10051
10052 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10053 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10054
10055 * font-lock.el (font-lock-major-mode): Rename from
10056 font-lock-mode-major-mode to distinguish it from
10057 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10058 (font-lock-set-defaults):
10059 * font-core.el (font-lock-default-function): Adjust users.
10060 (font-lock-mode): Don't set it at all.
10061
10062 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
10065
10066 2010-06-16 Glenn Morris <rgm@gnu.org>
10067
10068 * calendar/appt.el (appt-time-msg-list): Doc fix.
10069 (appt-check): Let-bind appt-warn-time.
10070 (appt-add): Make the 3rd argument optional.
10071 Simplify argument names. Doc fix. Check for integer WARNTIME.
10072 Only add WARNTIME to the output list if non-nil.
10073
10074 2010-06-16 Ivan Kanis <apple@kanis.eu>
10075
10076 * calendar/appt.el (appt-check): Let the 3rd element of
10077 appt-time-msg-list specify the warning time.
10078 (appt-add): Add new argument with the warning time. (Bug#5176)
10079
10080 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10081
10082 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
10083 older than version 1.6. (Bug#6361)
10084
10085 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
10086
10087 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10088 used by cl-do-arglist. (Bug#6408)
10089
10090 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10091
10092 * textmodes/ispell.el (ispell-dictionary-base-alist):
10093 Fix portuguese casechars/not-casechars for missing 'çÇ'.
10094 Suggested by Rolando Pereira (bug#6434).
10095
10096 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
10097
10098 * facemenu.el (list-colors-sort): Doc fix.
10099
10100 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10101
10102 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10103
10104 2010-06-14 Juri Linkov <juri@jurta.org>
10105
10106 Add sort option `list-colors-sort'. (Bug#6332)
10107 * facemenu.el (color-rgb-to-hsv): New function.
10108 (list-colors-sort): New defcustom.
10109 (list-colors-sort-key): New function.
10110 (list-colors-display): Doc fix. Sort list according to the option
10111 `list-colors-sort'.
10112 (list-colors-print): Add HSV values to `help-echo' property of
10113 RGB strings.
10114
10115 2010-06-14 Juri Linkov <juri@jurta.org>
10116
10117 * compare-w.el: Move to the "vc" subdirectory.
10118
10119 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * image-mode.el (image-mode-map): Remap left-char and right-char.
10122
10123 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10124
10125 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * term/common-win.el (x-colors): Add all the color names defined
10128 in rgb.txt (Bug#6332).
10129
10130 * facemenu.el (list-colors-print): Don't print extra names if it
10131 will overflow the window width.
10132
10133 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
10134 change (Bug#6343).
10135
10136 2010-06-12 Eli Zaretskii <eliz@gnu.org>
10137
10138 * files.el (make-directory): Doc fix (bug#6396).
10139
10140 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
10141
10142 * net/tramp.el (tramp-remote-process-environment): Protect version
10143 string by apostroph.
10144 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10145 XEmacs.
10146 (tramp-file-name-for-operation): Add `call-process-region'.
10147 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10148
10149 * net/tramp-compat.el (top): Do not autoload
10150 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10151 only when `start-file-process' is not bound.
10152 (tramp-advice-file-expand-wildcards): Do not use
10153 `tramp-handle-file-remote-p'.
10154 (tramp-compat-make-temp-file): Handle the case, that
10155 `make-temp-file' has no third argument EXTENSION.
10156
10157 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
10158
10159 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10160
10161 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10162
10163 2010-06-11 Juri Linkov <juri@jurta.org>
10164
10165 * finder.el (finder-known-keywords): Add keyword "vc"
10166 for version control.
10167
10168 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10169 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10170 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10171 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10172
10173 2010-06-11 Juri Linkov <juri@jurta.org>
10174
10175 Move version control related files to the "vc" subdirectory.
10176 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10177 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10178 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10179 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10180 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10181 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10182 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10183 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10184 Move files to the "vc" subdirectory.
10185
10186 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
10187
10188 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10189 (Bug#6367).
10190
10191 2010-06-11 Stephen Eglen <stephen@gnu.org>
10192
10193 * shell.el: Bind `shell-resync-dirs' to M-RET.
10194
10195 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
10196
10197 * notifications.el: Move file from lisp/net, because it is
10198 supposed to talk locally to the user.
10199
10200 2010-06-10 Julien Danjou <julien@danjou.info>
10201
10202 * net/notifications.el (notifications-on-action-signal)
10203 (notifications-on-closed-signal): Pass notification id as first
10204 argument to the callback functions. Add docstrings.
10205 (notifications-notify): Fix docstring.
10206
10207 2010-06-10 Glenn Morris <rgm@gnu.org>
10208
10209 * emacs-lisp/authors.el (authors-ignored-files)
10210 (authors-valid-file-names): Add some files.
10211
10212 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10215 merge conflict, giving preference to the emacs-23 version of the code.
10216
10217 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * emacs-lisp/advice.el (ad-compile-function):
10220 Define warning-suppress-types before we let-bind it (bug#6275).
10221
10222 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10223 declare it, make it buffer-local and permanent-local (bug#6324).
10224 (vc-resynch-window): Adjust name.
10225 * vc-hooks.el (vc-find-file-hook): Adjust name.
10226
10227 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
10228
10229 * net/notifications.el (notifications-notify): Fix docstring.
10230
10231 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10232
10233 Update to Unicode 6.0.0 beta.
10234 * international/charprop.el: Update copyright.
10235 * international/mule-cmds.el (ucs-names): Update character ranges.
10236 * international/uni-bidi.el:
10237 * international/uni-category.el:
10238 * international/uni-combining.el:
10239 * international/uni-comment.el:
10240 * international/uni-decimal.el:
10241 * international/uni-decomposition.el:
10242 * international/uni-digit.el:
10243 * international/uni-lowercase.el:
10244 * international/uni-mirrored.el:
10245 * international/uni-name.el:
10246 * international/uni-numeric.el:
10247 * international/uni-old-name.el:
10248 * international/uni-titlecase.el:
10249 * international/uni-uppercase.el: Regenerate.
10250
10251 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10252
10253 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10254 (smie-precs-precedence-table): Fix typo in docstring.
10255
10256 * vc-mtn.el (log-edit-extract-headers): Declare function.
10257
10258 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10259
10260 * net/notifications.el (dbus-register-signal): Declare function.
10261 (notifications-notify): Fix typos and reflow docstring.
10262
10263 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10264
10265 Improve VC create/retrieve tag/branch.
10266 * vc.el (vc-create-tag): Do not read the directory name for VCs
10267 with repository revision granularity. Adjust the tag/branch
10268 prompt. Reset VC properties.
10269 (vc-retrieve-tag): Do not read the directory name for VCs
10270 with repository revision granularity. Reset VC properties.
10271
10272 2010-06-09 Julien Danjou <julien@danjou.info>
10273
10274 * net/notifications.el: New file.
10275
10276 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10277
10278 Add optional support for resetting VC properties.
10279 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10280 call vc-file-clearprops when true.
10281 (vc-resynch-buffer): Add new optional argument, pass it down.
10282 (vc-resynch-buffers-in-directory): Likewise.
10283
10284 Improve support for special markup in the VC commit message.
10285 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10286 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10287 * vc-git.el (vc-git-checkin):
10288 * vc-bzr.el (vc-bzr-checkin): Likewise.
10289
10290 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10293 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10294
10295 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10296
10297 * iimage.el: Remove images as soon as the underlying text is modified.
10298 (iimage-modification-hook): New function.
10299 (iimage-mode-buffer): Use it.
10300
10301 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10304 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10305 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10306 (smie-indent-keyword): Add handling of open-paren keywords.
10307 (smie-indent-comment-continue): Don't assume comment-continue.
10308
10309 2010-06-07 Martin Rudalics <rudalics@gmx.at>
10310
10311 * window.el (pop-to-buffer): Remove the conditional that
10312 compares new-window and old-window, so it will reselect
10313 the selected window unconditionally.
10314 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10315
10316 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * emacs-lisp/smie.el (smie-indent-offset-after)
10319 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10320 (smie-indent-after-keyword): Use them.
10321 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10322 (smie-indent-keyword): Tweak the black magic.
10323 (smie-indent-comment-continue): Strip comment-continue before use.
10324 (smie-indent-functions): Indent comments before keywords.
10325
10326 2010-06-06 Juri Linkov <juri@jurta.org>
10327
10328 * isearch.el (isearch-lazy-highlight-search): Fix looping
10329 by checking for empty match. This syncs this loop with the
10330 similar loop in `isearch-search'. (Bug#6362)
10331
10332 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
10333
10334 * net/dbus.el (dbus-register-method): Declare function.
10335 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10336 (dbus-introspect): Doc fix.
10337 (dbus-event-bus-name, dbus-introspect-get-interface)
10338 (dbus-introspect-get-argument): Reflow docstrings.
10339
10340 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10341
10342 vc-log-incoming/vc-log-outgoing fixes for Git.
10343 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10344 incoming/outgoing logs.
10345 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10346 instead of vc-git-compute-remote.
10347 (vc-git-compute-remote): Remove.
10348
10349 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
10350
10351 * term/common-win.el (x-colors): Add "dark green" and "dark
10352 turquoise" (Bug#6332).
10353
10354 2010-06-04 Juri Linkov <juri@jurta.org>
10355
10356 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10357 Instead of setting `replace' to t and replacing the same string
10358 with itself, don't do certain actions when
10359 kill-do-not-save-duplicates is non-nil and string is equal to car
10360 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10361 interprogram-paste strings to kill-ring, and don't push the input
10362 argument `string' to kill-ring.
10363 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10364
10365 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10366
10367 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10368
10369 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
10370
10371 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10372 (tramp-gvfs-handler-mounted-unmounted)
10373 (tramp-gvfs-connection-mounted-p): Handle default-location.
10374
10375 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10376 move files to trash.
10377
10378 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10379
10380 * international/mule-cmds.el (nonascii-insert-offset)
10381 (nonascii-translation-table): Add obsolescence information.
10382
10383 * international/mule.el (make-translation-table-from-vector): Doc fix.
10384
10385 2010-06-03 Glenn Morris <rgm@gnu.org>
10386
10387 * desktop.el (desktop-clear-preserve-buffers):
10388 Add "*Warnings*" buffer. (Bug#6336)
10389
10390 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10391
10392 vc-log-incoming/vc-log-outgoing improvements for Git.
10393 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10394 short log.
10395 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10396
10397 Add bindings for vc-log-incoming and vc-log-outgoing.
10398 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10399 and vc-log-outgoing.
10400 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10401 and vc-log-outgoing.
10402
10403 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10404
10405 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10406 (rcirc-handler-366): Always sort nicknames.
10407
10408 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
10409
10410 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10411
10412 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10413
10414 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
10415
10416 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10419 (rcirc-sort-nicknames-join): Avoid setq.
10420
10421 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10422
10423 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10424 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10425 (rcirc-handler-366): Use them.
10426
10427 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 Split smie-indent-calculate into more manageable chunks.
10430 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10431 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10432 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10433 (smie-indent-exps): Extract from smie-indent-calculate.
10434 (smie-indent-functions): New var.
10435 (smie-indent-functions): Use them.
10436
10437 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10440 (smie-indent-calculate): Simplify and cleanup.
10441
10442 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
10443
10444 * net/tramp-gvfs.el (top): Require url-util.
10445 (tramp-gvfs-mount-point): Remove.
10446 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10447 New defuns.
10448 (with-tramp-dbus-call-method): Format trace message.
10449 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
10450 Implement backup call, when operation on local files fails.
10451 Use progress reporter. Flush properties of changed files.
10452 (tramp-gvfs-handle-make-directory): Make more traces.
10453 (tramp-gvfs-url-file-name): Hexify file name in url.
10454 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10455 into account for the resulting file name.
10456 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10457 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10458 (tramp-gvfs-handler-mounted-unmounted)
10459 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10460 attribute "default_location". Set "prefix" property.
10461 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10462 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10463 exists. Raise an error, if not (due to a corresponding answer
10464 "no" in interactive questions, for example).
10465
10466 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
10467
10468 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10469
10470 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
10471
10472 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10473 right-*. (Bug#6265)
10474
10475 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10476
10477 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10478 * vc-git.el (vc-git-compute-remote): New function.
10479 (vc-git-log-outgoing): Use it instead of hard coding a value.
10480 (vc-git-log-incoming): New function.
10481
10482 Improve state updating for VC tag commands.
10483 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10484 to update the state of all buffers in the directory.
10485
10486 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10487
10488 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10491 `file-directory-p' to the filename part rather than to the whole text.
10492
10493 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10496
10497 2010-05-31 Drew Adams <drew.adams@oracle.com>
10498
10499 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10500
10501 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
10502
10503 * subr.el (momentary-string-display): Just use read-event to read
10504 the exit event (Bug#6238).
10505
10506 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10507
10508 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10509
10510 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10511
10512 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10513 Suggested by Eli Zaretskii <eliz@gnu.org>.
10514
10515 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10516
10517 * minibuffer.el (completion-file-name-table): Don't return a boundary
10518 past the end of `string' (bug#6299).
10519 (completion--file-name-table): Delegate to completion-file-name-table
10520 for the `boundaries' case.
10521
10522 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10523
10524 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10525 movement commands.
10526
10527 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10528 `path-separator', but maintain compatibility with Emacs 20.2.
10529
10530 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * server.el (server-process-filter): Receive parent-id argument
10533 from emacsclient.
10534 (server-create-window-system-frame): New arg. Pass parent-id as
10535 frame parameter.
10536
10537 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10538
10539 Bidi-sensitive word movement with arrow keys.
10540 * subr.el (right-arrow-command, left-arrow-command): Move to
10541 bindings.el.
10542
10543 * bindings.el (right-char, left-char): Move from subr.el and
10544 rename from right-arrow-command and left-arrow-command.
10545 (right-word, left-word): New functions.
10546 (global-map) <right>: Bind to right-char.
10547 (global-map) <left>: Bind to left-char.
10548 (global-map) <C-right>: Bind to right-word.
10549 (global-map) <C-left>: Bind to left-word.
10550
10551 * ls-lisp.el (ls-lisp-classify-file): New function.
10552 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10553 (ls-lisp-classify): Call ls-lisp-classify-file.
10554 (insert-directory): Remove blanks from switches.
10555
10556 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10557
10558 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10559 (ansi-color-drop-regexp): New constant.
10560 (ansi-color-apply, ansi-color-filter-region)
10561 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10562 (ansi-color-apply): Build string list before calling concat.
10563
10564 2010-05-28 Juri Linkov <juri@jurta.org>
10565
10566 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10567 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10568 (Bug#5270)
10569
10570 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10571
10572 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10573 to ignored backtrace functions.
10574 (with-progress-reporter): Expand docstring.
10575 (tramp-handle-delete-file): Implement TRASH argument.
10576 (tramp-get-remote-trash): New defun.
10577
10578 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10579
10580 * net/tramp-compat.el (tramp-compat-delete-file):
10581 Use `symbol-value' for backward compatibility.
10582
10583 * net/tramp.el (tramp-handle-make-symbolic-link)
10584 (tramp-handle-load)
10585 (tramp-do-copy-or-rename-file-via-buffer)
10586 (tramp-do-copy-or-rename-file-directly)
10587 (tramp-do-copy-or-rename-file-out-of-band)
10588 (tramp-handle-process-file, tramp-handle-call-process-region)
10589 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10590 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10591 (tramp-delete-temp-file-function): Use `delete-file' instead
10592 of `tramp-compat-delete-file'.
10593
10594 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10595 (tramp-fish-handle-make-symbolic-link)
10596 (tramp-fish-handle-process-file): Use `delete-file' instead
10597 of `tramp-compat-delete-file'.
10598
10599 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10600 Use `delete-file' instead of `tramp-compat-delete-file'.
10601
10602 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10603 Use `delete-file' instead of `tramp-compat-delete-file'.
10604
10605 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10606 Use `delete-file' instead of `tramp-compat-delete-file'.
10607
10608 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10609 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10610 (tramp-smb-handle-write-region): Use `delete-file' instead of
10611 `tramp-compat-delete-file'.
10612 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10613
10614 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10615
10616 * dired.el (dired-delete-file): New arg TRASH.
10617 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10618 (dired-do-flagged-delete, dired-do-delete): Use trash.
10619
10620 * speedbar.el (speedbar-item-delete): Allow trashing.
10621
10622 * files.el (delete-directory): New arg TRASH.
10623
10624 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10625 (ange-ftp-rename-remote-to-remote)
10626 (ange-ftp-rename-local-to-remote)
10627 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10628 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10629 `delete-file'.
10630 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10631 allow trashing.
10632
10633 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10634 handle new TRASH arg of `delete-file'.
10635
10636 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10637 (tramp-handle-make-symbolic-link, tramp-handle-load)
10638 (tramp-do-copy-or-rename-file-via-buffer)
10639 (tramp-do-copy-or-rename-file-directly)
10640 (tramp-do-copy-or-rename-file-out-of-band)
10641 (tramp-handle-process-file, tramp-handle-call-process-region)
10642 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10643 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10644 (tramp-delete-temp-file-function): Use null TRASH arg in
10645 tramp-compat-delete-file call.
10646
10647 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10648 (tramp-fish-handle-delete-file)
10649 (tramp-fish-handle-make-symbolic-link)
10650 (tramp-fish-handle-process-file): Use null TRASH arg in
10651 `tramp-compat-delete-file' call.
10652
10653 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10654 arg in `tramp-compat-delete-file' call.
10655
10656 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10657 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10658 `tramp-compat-delete-file' call.
10659
10660 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10661 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10662 `tramp-compat-delete-file' call.
10663
10664 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10665 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10666 (tramp-smb-handle-write-region): Use null TRASH arg in
10667 tramp-compat-delete-file call.
10668 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10669 (tramp-smb-handle-delete-file): Rename arg.
10670
10671 * diff.el (diff-sentinel):
10672 * epg.el (epg--make-temp-file, epg-decrypt-string)
10673 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10674 * jka-compr.el (jka-compr-partial-uncompress)
10675 (jka-compr-call-process, jka-compr-write-region):
10676 * server.el (server-sentinel): Remove optional arg from
10677 delete-file, reverting 2010-05-03 change.
10678
10679 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10680
10681 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10682 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10683
10684 2010-05-27 Kenichi Handa <handa@m17n.org>
10685
10686 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10687 element of GSTRING is nil.
10688
10689 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * emacs-lisp/smie.el (smie-forward-token-function)
10692 (smie-backward-token-function): New vars.
10693 (smie-backward-sexp, smie-forward-sexp)
10694 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10695 (smie-default-backward-token): Rename from smie-backward-token and
10696 skip comments.
10697 (smie-default-forward-token): Rename from smie-forward-token and
10698 skip comments.
10699 (smie-next-sexp): Handle nil results from next-token.
10700 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10701
10702 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10703
10704 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10705 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10706
10707 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10708
10709 * htmlfontify.el (hfy-face-resolve-face): New function.
10710 (hfy-face-to-style): Use it (Bug#6279).
10711
10712 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10715 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10716
10717 2010-05-26 Glenn Morris <rgm@gnu.org>
10718
10719 * emulation/edt.el (edt-load-keys): Use locate-library.
10720
10721 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10722
10723 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10724 (log-edit-changelog-entries): Doc fix.
10725 (log-edit-changelog-insert-entries): Args changed.
10726 Rename relative filenames in ChangeLog entries. Delete tabs.
10727 (log-edit-insert-changelog-entries): Reorganize return value of
10728 `log-edit-changelog-entries' to pass filenames to
10729 log-edit-changelog-insert-entries.
10730
10731 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10732
10733 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10734 `image-dired-dired-insert-marked-thumbs' to
10735 `image-dired-dired-toggle-marked-thumbs'.
10736
10737 * image-dired.el: Require cl when compiling.
10738 (image-dired-dired-toggle-marked-thumbs): Rename from
10739 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10740 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10741 to 'no-dir. Skip files whose names don't match
10742 `image-file-name-regexp'. When file has a thumbnail overlay,
10743 delete it. (Bug#5270)
10744
10745 2010-05-25 Juri Linkov <juri@jurta.org>
10746
10747 * image-mode.el (image-mode): Add image-after-revert-hook to
10748 after-revert-hook.
10749 (image-after-revert-hook): New function. (Bug#5669)
10750
10751 2010-05-25 Juri Linkov <juri@jurta.org>
10752
10753 * image.el (image-animated-p): When delay between animated images
10754 is 0, set it to 10 (0.1 sec). (Bug#6258)
10755
10756 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10757
10758 * net/tramp.el (tramp-handle-insert-directory): Don't use
10759 `forward-word', its default syntax could be changed.
10760
10761 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10762
10763 * net/tramp.el (tramp-progress-reporter-update): New defun.
10764 (with-progress-reporter): Use it.
10765 (tramp-process-actions):
10766 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10767 Preserve current message, in order to let progress reporter continue
10768 afterwards. (Bug#6257)
10769
10770 2010-05-25 Glenn Morris <rgm@gnu.org>
10771
10772 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10773 Add :version.
10774
10775 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10776
10777 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10778 (rcirc-default-full-name): Change to "unknown".
10779 (rcirc-user-name-history): Add variable.
10780
10781 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10782 Jonathan Rockway <jon@jrock.us>
10783
10784 * net/rcirc.el (rcirc-server-alist): Add :pass.
10785 (rcirc): When prompting for connection parameters, also prompt for
10786 username and password.
10787 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10788 value to server when connecting.
10789
10790 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10793 (smie-merge-prec2s): Pass the tables as separate args.
10794 (smie-bnf-precedence-table): Adjust call accordingly.
10795 (smie-prec2-levels): Set levels at the end.
10796
10797 Replace Lisp calls to delete-backward-char by delete-char.
10798 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10799 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10800 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10801 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10802 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10803 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10804 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10805 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10806 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10807 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10808 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10809 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10810 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10811 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10812 delete-backward-char by calls to delete-char.
10813
10814 2010-05-25 Kenichi Handa <handa@m17n.org>
10815
10816 * language/hebrew.el (hebrew-shape-gstring): New function.
10817 Register it in composition-function-table for all Hebrew combining
10818 characters.
10819
10820 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * epa.el (epa--select-keys): Don't explicitly delete the window since
10823 that can fail (e.g. sole window in frame). Use dedication instead.
10824
10825 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10826
10827 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10828
10829 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10830
10831 * image.el (image-refresh): Define as an alias for image-flush.
10832
10833 * image-mode.el (image-toggle-display-image): Caller changed.
10834
10835 2010-05-21 Juri Linkov <juri@jurta.org>
10836
10837 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10838 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10839 whitespace, call wildcard-to-regexp on substrings and concat them
10840 with "\\|". (Bug#6114)
10841
10842 2010-05-21 Alan Mackenzie <acm@muc.de>
10843
10844 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10845 Replace parameter `here' with `here-' and `here-plus', which sandwich
10846 any pertinent CPP construct.
10847 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10848 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10849 CPP construct from taking part in the scanning.
10850
10851 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10852
10853 * net/tramp.el (tramp-do-copy-or-rename-file)
10854 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10855 Tune `with-progress-reporter' messages.
10856 (tramp-handle-vc-registered):
10857 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10858 (tramp-fish-handle-insert-file-contents)
10859 (tramp-fish-maybe-open-connection):
10860 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10861 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10862 (tramp-imap-handle-insert-file-contents)
10863 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10864
10865 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10866
10867 * add-log.el (change-log-font-lock-keywords):
10868 Highlight all authors in multi-author entries.
10869
10870 * smerge-mode.el (smerge-refine-ignore-whitespace)
10871 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10872 Fix typos in docstrings.
10873 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10874
10875 2010-05-21 Glenn Morris <rgm@gnu.org>
10876
10877 * progmodes/fortran.el (fortran-mode):
10878 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10879
10880 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10881 having a relative path in src/Makefile.in.
10882
10883 2010-05-20 Kevin Ryde <user42@zip.com.au>
10884
10885 * help-mode.el (help-make-xrefs): For Info node links turn
10886 newlines into spaces. Link node names with newlines are matched
10887 by help-xref-info-regexp and buttonized, this change ensures they
10888 can be followed successfully with RET. (Bug#6206)
10889
10890 2010-05-20 Juri Linkov <juri@jurta.org>
10891
10892 * locate.el (locate): Use pop-to-buffer instead of
10893 switch-to-buffer-other-window. (Bug#6204)
10894
10895 2010-05-20 Juri Linkov <juri@jurta.org>
10896
10897 * replace.el (replace-highlight): Fix lazy-highlighting
10898 for `M-s w str M-% str RET'.
10899
10900 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10901
10902 * isearch.el (isearch-yank-word-or-char): Pull next subword
10903 when `subword-mode' is activated. (Bug#6220)
10904
10905 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10906
10907 * isearch.el (isearch-update-post-hook): New hook.
10908 (isearch-update): Use the new hook. (Bug#6225)
10909
10910 2010-05-20 Juri Linkov <juri@jurta.org>
10911
10912 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10913 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10914 (Bug#6222)
10915
10916 2010-05-20 Juri Linkov <juri@jurta.org>
10917
10918 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10919 (Bug#6223)
10920
10921 2010-05-20 Juri Linkov <juri@jurta.org>
10922
10923 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10924 FILE-NAME to read from the minibuffer when called interactively
10925 with prefix argument instead of using buffer-file-name.
10926 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10927
10928 * dired.el: Update autoloads.
10929
10930 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10931
10932 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10933 nxml-finish-element, for consistency with SGML mode.
10934
10935 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10936 octave-close-block.
10937
10938 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10939
10940 * composite.el: Require cl when compiling.
10941 (reference-point-alist, compose-gstring-for-graphic)
10942 (compose-gstring-for-terminal): Fix typos in docstrings.
10943
10944 2010-05-19 Juri Linkov <juri@jurta.org>
10945
10946 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10947 set-window-parameter.
10948
10949 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10950
10951 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10952 where appropriate.
10953 (tramp-maybe-open-connection): Use it.
10954
10955 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10956
10957 * simple.el (move-end-of-line): Make sure we are at line beginning
10958 before backing up to end of previous line.
10959
10960 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10961
10962 * password-cache.el (password-cache-remove): Fix docstring.
10963
10964 * net/secrets.el: Autoload the widget functions.
10965 (secrets-search-items, secrets-create-item)
10966 (secrets-get-attributes, secrets-expand-item): Attributes will be
10967 stored on the password database without leading ":", as all other
10968 clients do as well.
10969 (secrets-mode): Fix docstring.
10970 (secrets-show-secrets): Provide it as autoloaded command only when
10971 D-Bus support is available. Check existence of Secret Service API.
10972
10973 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * indent.el (indent-region): Deactivate region (bug#6200).
10976
10977 2010-05-19 Glenn Morris <rgm@gnu.org>
10978
10979 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10980
10981 2010-05-19 Kenichi Handa <handa@m17n.org>
10982
10983 * composite.el: Register compose-gstring-for-graphic in
10984 composition-function-table only for combining characters (Mn, Mc, Me).
10985
10986 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10987
10988 * calc/calc-trail.el (calc-trail-isearch-forward)
10989 (calc-trail-isearch-backward): Ensure that the new window
10990 point is set correctly.
10991
10992 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * subr.el (read-quoted-char): Resolve modifiers after key
10995 remapping (bug#6212).
10996
10997 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10998
10999 Add visualization code for secrets.
11000 * net/secrets.el (secrets-mode): New major mode.
11001 (secrets-show-secrets, secrets-show-collections)
11002 (secrets-expand-collection, secrets-expand-item)
11003 (secrets-tree-widget-after-toggle-function)
11004 (secrets-tree-widget-show-password): New defuns.
11005
11006 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
11009 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
11010 handled in smie-next-sexp.
11011 (smie-indent-calculate): Provide a starting indentation (so the
11012 recursion is well-founded ;-).
11013
11014 Fix handling of non-associative equal levels.
11015 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
11016 when it's not needed.
11017 (smie-op-left, smie-op-right): New functions.
11018 (smie-next-sexp): New function, extracted from smie-backward-sexp.
11019 Better handle equal levels to distinguish the associative case from
11020 the "multi-keyword construct" case.
11021 (smie-backward-sexp, smie-forward-sexp): Use it.
11022
11023 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
11024
11025 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11026
11027 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11028 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11029
11030 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 Provide a simple generic indentation engine and use it for Prolog.
11033 * emacs-lisp/smie.el: New file.
11034 * progmodes/prolog.el (prolog-smie-op-levels)
11035 (prolog-smie-indent-rules): New var.
11036 (prolog-mode-variables): Use them to configure SMIE.
11037 (prolog-indent-line, prolog-indent-level): Remove.
11038
11039 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11040
11041 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
11042 order before computing the averages.
11043
11044 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11045
11046 * calc/calc-vec.el (calc-histogram):
11047 (calcFunc-histogram): Allow vectors as inputs.
11048 (math-vector-avg): New function.
11049
11050 * calc/calc-ext.el (math-group-float): Have the number of digits
11051 being grouped depend on the radix (Bug#6189).
11052
11053 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
11054
11055 * version.el (emacs-copyright, emacs-version): Don't define here,
11056 now that emacs.c defines it.
11057
11058 2010-05-15 Eli Zaretskii <eliz@gnu.org>
11059
11060 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11061 "Describe Language Environment" menu item.
11062
11063 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11064
11065 Bidi-sensitive movement with arrow keys.
11066 * subr.el (right-arrow-command, left-arrow-command): New functions.
11067
11068 * bindings.el (global-map): Bind them to right and left arrow keys.
11069
11070 Don't override standard definition of convert-standard-filename.
11071 * files.el (convert-standard-filename):
11072 Call w32-convert-standard-filename and dos-convert-standard-filename on
11073 the corresponding systems.
11074
11075 * w32-fns.el (w32-convert-standard-filename): Rename from
11076 convert-standard-filename. Doc fix.
11077
11078 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11079 (convert-standard-filename): Don't defalias.
11080 (register-name-alist, make-register, register-value)
11081 (set-register-value, intdos): Obsolete aliases for the
11082 corresponding dos-* functions and variables.
11083 (dos-intdos): Add a doc string.
11084
11085 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11086
11087 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11088 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11089 (math-compose-tex-func):
11090 * calc/calccomp.el (math-compose-expr):
11091 * calc/calc-ext.el (math-format-flat-expr-fancy):
11092 * calc/calc-store.el (calc-read-var-name):
11093 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11094
11095 * calc/calc.el (var-π, var-φ, var-γ): New variables.
11096 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
11097 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
11098 (math-standard-units): Add units.
11099
11100 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * progmodes/asm-mode.el (asm-mode):
11103 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11104
11105 * pcomplete.el (pcomplete-completions-at-point): New function,
11106 extracted from pcomplete-std-complete.
11107 (pcomplete-std-complete): Use it.
11108
11109 2010-05-15 Glenn Morris <rgm@gnu.org>
11110
11111 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11112 Remove references to CVS, RCS and Old directories.
11113
11114 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11115
11116 * calc/calc-bin.el (math-format-twos-complement): Group digits when
11117 appropriate.
11118
11119 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11122 (sh-mode-syntax-table): Give it a default value instead.
11123 (sh-header-marker): Make buffer-local.
11124 (sh-mode): Move make-local-variable to the corresponding setq.
11125 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11126 Use complete-with-action.
11127
11128 * simple.el (prog-mode): New (abstract) major mode.
11129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11130 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11131
11132 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
11133
11134 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11135 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11136 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11137 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11138 (sql-escape-newlines-filter, sql-input-sender)
11139 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11140
11141 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
11142
11143 Add TeX open-block and close-block keybindings to SGML, and vice versa.
11144
11145 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11146 latex-open-block and C-c / to latex-close-block.
11147
11148 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11149 and C-c C-e to sgml-close-tag.
11150
11151 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
11152
11153 * net/tramp.el (with-progress-reporter): Create reporter object
11154 only when the message would be displayed. Handle nested calls.
11155 (tramp-handle-load, tramp-handle-file-local-copy)
11156 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11157 (tramp-maybe-send-script, tramp-find-shell):
11158 Use `with-progress-reporter'.
11159 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11160 Fix message text.
11161
11162 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11163 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11164 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11165 Use `with-progress-reporter'.
11166
11167 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11168
11169 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11170 process everytime when spellchecking from the minibuffer (bug#6143).
11171
11172 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11175
11176 * dos-fns.el: Add "dos-" prefix for namespace control.
11177 (convert-standard-filename): Define as alias for
11178 dos-convert-standard-filename but only if applicable.
11179
11180 2010-05-12 Alan Mackenzie <acm@muc.de>
11181
11182 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11183 Push the mark at the start of these functions when appropriate.
11184
11185 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * minibuffer.el (completion-cycle-threshold): New custom var.
11188 (completion--do-completion): Use it.
11189 (minibuffer-complete): Use cycling if appropriate.
11190
11191 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
11192
11193 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11194 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11195
11196 2010-05-11 Juri Linkov <juri@jurta.org>
11197
11198 * scroll-all.el (scroll-all-check-to-scroll):
11199 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11200
11201 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * iimage.el (iimage-mode-map): Move initialization into declaration.
11204 (iimage-mode-buffer): Use with-silent-modifications.
11205 Simplify calling convention. Adjust callers.
11206 (iimage-mode): Don't run hook redundantly.
11207
11208 * minibuffer.el (completion-pcm--pattern->regex):
11209 Fix last change (bug#6160).
11210
11211 2010-05-10 Juri Linkov <juri@jurta.org>
11212
11213 Remove nodes visited during Isearch from the Info history.
11214 * info.el (Info-isearch-initial-history)
11215 (Info-isearch-initial-history-list): New variables.
11216 (Info-isearch-start): Record initial values of
11217 Info-isearch-initial-history and Info-isearch-initial-history-list.
11218 Add Info-isearch-end to isearch-mode-end-hook.
11219 (Info-isearch-end): New function.
11220
11221 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
11222
11223 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
11224 format string, in order to work around a bug in pdksh.
11225 Reported by Gilles Pion <gpion@lfdj.com>.
11226 (tramp-handle-verify-visited-file-modtime): Do not send a command
11227 when the connection is not established.
11228 (tramp-handle-set-file-times): Simplify the check for utc.
11229
11230 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
11231
11232 Fix use of `filter-buffer-substring' (rework previous change).
11233 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11234 (cua-repeat-replace-region):
11235 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11236 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11237 (cua-cut-region-to-global-mark): Use it.
11238
11239 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11240
11241 * progmodes/sql.el: Version 2.1.
11242 (sql-product-alist): Redesign structure of product info.
11243 (sql-product, sql-user, sql-server, sql-database): Safe variables.
11244 (sql-port, sql-port-history): New variables.
11245 (sql-interactive-product): New variable.
11246 (sql-send-terminator): New variable.
11247 (sql-imenu-generic-expression): Add "Types" imenu entry.
11248 (sql-oracle-login-params, sql-sqlite-login-params)
11249 (sql-mysql-login-params, sql-solid-login-params)
11250 (sql-sybase-login-params, sql-informix-login-params)
11251 (sql-ingres-login-params, sql-ms-login-params)
11252 (sql-postgres-login-params, sql-interbase-login-params)
11253 (sql-db2-login-params, sql-linter-login-params)
11254 (sql-oracle-scan-on): New variables.
11255 (sql-mode-map): Add C-c C-i to start interactive mode.
11256 (sql-mode-menu): Update existing menu entries.
11257 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
11258 (sql-mode-oracle-font-lock-keywords)
11259 (sql-mode-postgres-font-lock-keywords)
11260 (sql-mode-ms-font-lock-keywords)
11261 (sql-mode-sybase-font-lock-keywords)
11262 (sql-mode-informix-font-lock-keywords)
11263 (sql-mode-interbase-font-lock-keywords)
11264 (sql-mode-ingres-font-lock-keywords)
11265 (sql-mode-solid-font-lock-keywords)
11266 (sql-mode-mysql-font-lock-keywords)
11267 (sql-mode-sqlite-font-lock-keywords)
11268 (sql-mode-db2-font-lock-keywords)
11269 (sql-mode-linter-font-lock-keywords): Update initialization to
11270 reduce run-time complexity.
11271 (sql-add-product, sql-del-product): New functions.
11272 (sql-set-product-feature, sql-get-product-feature): New functions.
11273 (sql-product-font-lock): Update product API.
11274 (sql-add-product-keywords): New function.
11275 (sql-highlight-product): Update product API.
11276 (sql-help-list-products): New function.
11277 (sql-help): Dynamically lists free and non-free products.
11278 (sql-get-login): Correct bug in handling history and added
11279 prompt for port.
11280 (sql-copy-column): Copy without properties.
11281 (sqli-input-sender): Apply filters to SQLi input.
11282 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11283 Implement as a filter.
11284 (sql-escape-newlines-filter): Implement as a filter.
11285 (sql-remove-tabs-filter): New function.
11286 (sql-send-magic-terminator): New function.
11287 (sql-send-string): Implement magic terminator.
11288 (sql-send-region): Use `sql-send-string'.
11289 (sql-interactive-mode): Use product API.
11290 (sql-product-interactive): Use product API.
11291 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11292 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11293 (sql-db2, sql-linter): Use `sql-product-interactive'.
11294 (sql-connect): New function.
11295 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11296 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11297 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
11298 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11299 Use `sql-connect'.
11300
11301 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11304 New custom variable.
11305 (completion-pcm--string->pattern): Use it.
11306 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11307 Make it handle any symbol as `any'.
11308 (completion-pcm--merge-completions): Extract common suffix for the new
11309 `prefix' symbol as well.
11310 (completion-substring--all-completions): Use the new `prefix' symbol.
11311
11312 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
11313
11314 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11315 not bound.
11316 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11317 (tramp-compat-funcall): New defmacro.
11318 (tramp-compat-line-beginning-position)
11319 (tramp-compat-line-end-position)
11320 (tramp-compat-temporary-file-directory)
11321 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11322 (tramp-compat-copy-file, tramp-compat-copy-directory)
11323 (tramp-compat-delete-file, tramp-compat-delete-directory)
11324 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11325 * net/tramp.el (top, with-progress-reporter)
11326 (tramp-rfn-eshadow-setup-minibuffer)
11327 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11328 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11329 (tramp-completion-mode-p, tramp-check-for-regexp)
11330 (tramp-open-connection-setup-interactive-shell)
11331 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11332 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11333 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11334 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11335 (tramp-reporter-dump-variable, tramp-load-report-modules)
11336 (tramp-append-tramp-buffers)
11337 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11338
11339 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11340
11341 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11344 buffer-modtime. Adjust users.
11345
11346 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11347
11348 * international/mule.el (auto-coding-alist): Only purecopy
11349 car of each item, not the whole list (Bug#6083).
11350
11351 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11352
11353 * progmodes/js.el (js-mode): Make paragraph variables local before
11354 calling c-setup-paragraph-variables (Bug#6071).
11355
11356 2010-05-08 Eli Zaretskii <eliz@gnu.org>
11357
11358 * composite.el (compose-region, reference-point-alist): Fix typos
11359 in the doc strings.
11360
11361 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11362
11363 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11364 gnuplot's "set" command.
11365
11366 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11367
11368 * abbrev.el (last-abbrev-text): Doc fix.
11369 (abbrev-prefix-mark): Don't escape parenthesis.
11370
11371 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
11372
11373 * composite.el (find-composition): Doc fix.
11374
11375 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11376
11377 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11378 (sql-oracle-program, sql-sqlite-options)
11379 (sql-query-placeholders-and-send): Doc fixes.
11380 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11381 (sql-imenu-generic-expression, sql-buffer)
11382 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11383 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11384 (sql-mode-sybase-font-lock-keywords)
11385 (sql-mode-informix-font-lock-keywords)
11386 (sql-mode-interbase-font-lock-keywords)
11387 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11388 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11389 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11390 (sql-product-feature, sql-highlight-product)
11391 (comint-line-beginning-position, sql-rename-buffer)
11392 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11393 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
11394 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11395 Fix typos in docstrings.
11396
11397 2010-05-08 Juri Linkov <juri@jurta.org>
11398
11399 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11400 property instead of `invisible' and `after-string' (bug#5998).
11401
11402 2010-05-08 Juri Linkov <juri@jurta.org>
11403
11404 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11405
11406 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11407
11408 * filecache.el (file-cache-add-directory-list)
11409 (file-cache-add-directory-recursively): Fix typos in docstrings.
11410
11411 2010-05-08 Kenichi Handa <handa@m17n.org>
11412
11413 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
11414 (gujarati-composable-pattern): Fix typo.
11415
11416 2010-05-08 Kenichi Handa <handa@m17n.org>
11417
11418 * language/indian.el (oriya-composable-pattern)
11419 (tamil-composable-pattern, malayalam-composable-pattern):
11420 Add two-part vowels to "v" (vowel sign).
11421
11422 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11423
11424 * files.el (copy-directory): Handle symlinks (Bug#5982).
11425
11426 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11427
11428 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11429 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11430 (Bug#5846).
11431
11432 2010-05-08 Glenn Morris <rgm@gnu.org>
11433
11434 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11435
11436 * minibuffer.el (completion-at-point): Doc fix.
11437
11438 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11439
11440 * electric.el (Electric-command-loop): Minor tweak.
11441
11442 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11443 better with dedicated windows.
11444
11445 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
11446
11447 * Version 23.2 released.
11448
11449 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
11450 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 Highlight vendor specific properties.
11453 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11454 (css-proprietary-property): New face.
11455 (css-font-lock-keywords): Use them.
11456
11457 2010-05-07 Eli Zaretskii <eliz@gnu.org>
11458
11459 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11460
11461 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11462
11463 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11464 * files.el (auto-mode-alist): Remove redundant entries.
11465
11466 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11467 * simple.el (auto-save-mode): Move from files.el.
11468 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11469
11470 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11471
11472 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
11473
11474 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11475
11476 * mail/binhex.el (binhex-decode-region-internal)
11477 * mail/uudecode.el (uudecode-decode-region-internal)
11478 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11479 (dns-read-type, dns-query)
11480 * pgg-parse.el (pgg-parse-armor)
11481 * pgg.el (pgg-verify-region)
11482 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11483 XEmacs.
11484
11485 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11486
11487 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
11488
11489 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11490
11491 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11492 * emulation/cua-base.el (cua-repeat-replace-region):
11493 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11494 (cua-cut-region-to-global-mark):
11495 Remove text properties with `set-text-properties'.
11496
11497 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
11498
11499 * net/tramp.el (top, with-progress-reporter):
11500 Use `symbol-function' inside `funcall'.
11501
11502 * net/tramp-compat.el (tramp-compat-file-attributes)
11503 (tramp-compat-delete-file, tramp-compat-delete-directory):
11504 Handle only `wrong-number-of-arguments' error.
11505
11506 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11507 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11508 inside `funcall'.
11509
11510 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * minibuffer.el (completion--sreverse, completion--common-suffix):
11513 New functions.
11514 (completion-pcm--merge-completions): Extract common suffix when safe.
11515
11516 * emacs-lisp/easy-mmode.el (define-minor-mode):
11517 Make :variable more flexible.
11518 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11519
11520 2010-05-05 Juri Linkov <juri@jurta.org>
11521
11522 Add `slow' and `history' tags to the desktop data.
11523
11524 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11525 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11526 (Info-finder-find-node): Require `finder.el' to be able
11527 to restore node from the desktop.
11528 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11529 data `Info-history' and `slow' tag in the assoc list.
11530 (Info-restore-desktop-buffer): Don't restore nodes with the
11531 `slow' tag. Restore `Info-history'.
11532
11533 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11534
11535 Add FORCE argument to `delete-file'.
11536
11537 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11538 forcing to delete the temporary file.
11539 (ange-ftp-delete-file): Add FORCE arg.
11540 (ange-ftp-rename-remote-to-remote)
11541 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11542 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11543 Force file deletion.
11544
11545 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11546
11547 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11548 (tramp-handle-make-symbolic-link, tramp-handle-load)
11549 (tramp-do-copy-or-rename-file-via-buffer)
11550 (tramp-do-copy-or-rename-file-directly)
11551 (tramp-do-copy-or-rename-file-out-of-band)
11552 (tramp-handle-process-file, tramp-handle-call-process-region)
11553 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11554 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11555 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11556
11557 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11558 (tramp-fish-handle-make-symbolic-link)
11559 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11560
11561 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11562 Use `tramp-compat-delete-file'.
11563
11564 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11565 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11566
11567 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11568 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11569
11570 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11571 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11572 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11573 Use `tramp-compat-delete-file'.
11574
11575 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 Minor cleanups.
11578 * subr.el (add-minor-mode): Use push.
11579 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11580 * emulation/edt.el (edt-select-mode): Simplify.
11581
11582 Use define-minor-mode in more cases.
11583 * term/tvi970.el (tvi970-set-keypad-mode):
11584 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11585 (normal-erase-is-backspace-mode):
11586 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11587 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11588 (get-scroll-bar-mode): New function.
11589 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11590
11591 Use define-minor-mode for less obvious cases.
11592 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11593 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11594 * international/iso-ascii.el (iso-ascii-mode):
11595 * frame.el (auto-raise-mode, auto-lower-mode):
11596 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11597
11598 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11599
11600 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11601 in order to see error messages for failed logins.
11602
11603 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11604
11605 * diff.el (diff-sentinel):
11606
11607 * epg.el (epg--make-temp-file, epg-decrypt-string)
11608 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11609
11610 * jka-compr.el (jka-compr-partial-uncompress)
11611 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11612
11613 * server.el (server-sentinel): Use delete-file's new FORCE arg
11614 (Bug#6070).
11615
11616 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 Use define-minor-mode where applicable.
11619 * view.el (view-mode):
11620 * type-break.el (type-break-query-mode)
11621 (type-break-mode-line-message-mode):
11622 * textmodes/reftex.el (reftex-mode):
11623 * term/vt100.el (vt100-wide-mode):
11624 * tar-mode.el (tar-subfile-mode):
11625 * savehist.el (savehist-mode):
11626 * ibuf-ext.el (ibuffer-auto-mode):
11627 * composite.el (auto-composition-mode):
11628 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11629 Use define-minor-mode.
11630 (vhdl-mode): Use static mode-line format.
11631 (vhdl-mode-line-update): Delete.
11632 (vhdl-create-mode-menu, vhdl-activate-customizations)
11633 (vhdl-hs-minor-mode): Don't bother calling it.
11634
11635 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * simple.el (with-wrapper-hook): Move.
11638 (buffer-substring-filters): Mark obsolete.
11639 (filter-buffer-substring-functions): New variable.
11640 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11641
11642 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11643 Michael Albinus <michael.albinus@gmx.de>
11644
11645 Implement compression for inline methods.
11646
11647 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11648 (tramp-copy-size-limit): Allow also nil.
11649 (tramp-inline-compress-commands): New defconst.
11650 (tramp-find-inline-compress, tramp-get-inline-compress)
11651 (tramp-get-inline-coding): New defuns.
11652 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11653 replaced by `tramp-get-inline-coding'.
11654 (tramp-handle-file-local-copy, tramp-handle-write-region)
11655 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11656
11657 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11658
11659 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11660 Remove unused functions.
11661
11662 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11663 Set find-tag-default-function as a variable rather than a property.
11664
11665 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11666 * progmodes/etags.el (tags-completion-at-point-function):
11667 Remove left over interactive spec. Add autoloading stub.
11668 (complete-tag): Use tags-completion-at-point-function.
11669
11670 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11673
11674 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11675
11676 * ido.el (ido-init-completion-maps): Remove C-v binding.
11677 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11678
11679 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11680
11681 * minibuffer.el (tags-completion-at-point-function): New function.
11682 (completion-at-point-functions): Use it.
11683
11684 * progmodes/etags.el (complete-tag): Revert last change.
11685
11686 2010-04-29 Alan Mackenzie <acm@muc.de>
11687
11688 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11689 off-by-one error (in end of macro position).
11690
11691 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11694 firefox is absent. Don't autoload.
11695 (browse-url-galeon-program): Don't autoload.
11696
11697 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11698
11699 * bindings.el (complete-symbol): Move into minibuffer.el.
11700
11701 * minibuffer.el (complete-tag): Move from etags.el. If tags
11702 completion cannot be performed, return nil instead of signalling
11703 an error.
11704 (completion-at-point): Make it an alias for complete-symbol.
11705 (complete-symbol): Move from bindings.el, and replace with the
11706 body of completion-at-point.
11707
11708 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11709
11710 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11711
11712 * net/tramp.el (tramp-remote-selinux-p): New defun.
11713 (tramp-handle-file-selinux-context)
11714 (tramp-handle-set-file-selinux-context): Use it.
11715
11716 2010-04-28 Sam Steingold <sds@gnu.org>
11717
11718 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11719 `safe-local-variable' if the value is a string or a symbol with
11720 the property `bug-reference-url-format'.
11721
11722 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11723
11724 * progmodes/bug-reference.el (bug-reference-url-format):
11725 Revert 2010-04-27 change due to security risk.
11726
11727 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11728
11729 Make it possible to locally disable a globally enabled mode.
11730 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11731 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11732 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11733 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11734 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11735 that subsequent hooks get a chance to disable it.
11736
11737 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11740 Avoid re-enabling a minor mode after the user turned the minor mode
11741 off if MODE-enable-in-buffers is run twice (typically once from
11742 fundamental-mode's after-change-major-mode-hook and a second time from
11743 run-mode-hook's own after-change-major-mode-hook).
11744
11745 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11746
11747 2010-04-27 Sam Steingold <sds@gnu.org>
11748
11749 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11750 `safe-local-variable' if the value is a string or a function, as
11751 documented and implemented on 2010-04-02.
11752
11753 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11754
11755 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11756 when method is 'kill.
11757
11758 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11759
11760 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11761 condition in default directory check.
11762 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11763 Kill ispell process when killing its associated buffer.
11764
11765 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11766
11767 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11768 but we aren't using it.
11769
11770 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11771
11772 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11773 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11774
11775 2010-04-24 Glenn Morris <rgm@gnu.org>
11776
11777 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11778 Ignore VCS-ignore files, and deleted nextstep preferences files.
11779 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11780 (authors-ambiguous-files): New list.
11781 (authors-valid-file-names): Add some deleted files.
11782 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11783 (authors-disambiguate-file-name): New function. (Bug#5501)
11784 (authors-canonical-file-name): Doc fix.
11785 Don't warn about obsolete files.
11786 (authors-canonical-file-name, authors-scan-el):
11787 Use authors-disambiguate-file-name.
11788
11789 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11790 Add autoload cookies.
11791 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11792 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11793 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11794 They have definitions / compiler macros in cl.el.
11795 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11796 Replace manual autoloads with generated ones.
11797 (htmlfontify-unload-rgb-file): Remove autoload.
11798 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11799
11800 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11803 (byte-compile-setq-default): Optimize for the
11804 single-var case and don't call byte-compile-form in this case to avoid
11805 inf-loop with byte-compile-set-default.
11806
11807 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11808
11809 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11810
11811 Implement SELINUX backends.
11812
11813 * net/tramp.el (tramp-file-name-handler-alist):
11814 Add `file-selinux-context' and `set-file-selinux-context'.
11815 (tramp-handle-file-selinux-context)
11816 (tramp-handle-set-file-selinux-context): New defuns.
11817 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11818 Handle PRESERVE-SELINUX-CONTEXT.
11819
11820 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11821 Add `file-selinux-context' and `set-file-selinux-context'.
11822 (tramp-gvfs-handle-file-selinux-context)
11823 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11824 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11825
11826 * net/ange-ftp.el (ange-ftp-copy-file):
11827 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11828 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11829 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11830 Add PRESERVE-SELINUX-CONTEXT.
11831
11832 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11833
11834 Synchronize with Tramp repository.
11835
11836 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11837 (tramp-action-process-alive, tramp-action-out-of-band)
11838 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11839 (tramp-exists-file-name-handler): Fix docstring.
11840 (with-progress-reporter): New defmacro.
11841 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11842 (tramp-maybe-open-connection): Use it.
11843
11844 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11845
11846 Detect ssh 'ControlMaster' argument automatically in some cases.
11847
11848 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11849 (tramp-default-method): Use it.
11850
11851 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11852
11853 * net/tramp.el (tramp-handle-copy-file): Add new optional
11854 parameter `preserve-selinux-context'.
11855 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11856
11857 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11858
11859 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11860 Ensure, that non remote files are still checked. Oops.
11861
11862 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11863
11864 Fix Bug#5840.
11865
11866 * icomplete.el (icomplete-completions): Use `non-essential'.
11867
11868 * net/tramp.el (tramp-connectable-p): New defun.
11869 (tramp-handle-expand-file-name)
11870 (tramp-completion-handle-file-name-all-completions)
11871 (tramp-completion-handle-file-name-completion): Use it.
11872
11873 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11876
11877 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11878
11879 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11880
11881 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11882
11883 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11884 is present.
11885
11886 * info.el (info-tool-bar-map): Add labels.
11887
11888 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11889
11890 * cus-edit.el (custom-commands): Add labels for tool bar.
11891 (custom-buffer-create-internal, Custom-mode): Adjust for
11892 labels in custom-commands.
11893
11894 * dynamic-setting.el: Renamed from font-setting.el.
11895
11896 2010-04-21 John Wiegley <jwiegley@gmail.com>
11897
11898 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11899 toggles the use of virtual buffers.
11900 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11901 (ido-toggle-virtual-buffers): New function.
11902
11903 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11904
11905 Use `define-derived-mode'; fix window selection; doc fixes.
11906 * play/tetris.el (tetris, tetris-update-speed-function)
11907 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11908 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11909 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11910 (tetris-pause-game): Fix typos in docstrings.
11911 (tetris-mode-map, tetris-null-map):
11912 Move initialization into declaration.
11913 (tetris-mode): Define with `define-derived-mode';
11914 set show-trailing-whitespace to nil.
11915 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11916
11917 2010-04-21 Karel Klíč <kklic@redhat.com>
11918
11919 * files.el (backup-buffer): Handle SELinux context, and return it
11920 if a backup was made by renaming.
11921 (backup-buffer-copy): Set SELinux context to the target file.
11922 (basic-save-buffer): Set SELinux context of the newly written file.
11923 (basic-save-buffer-1): Now it also returns any SELinux context.
11924 (basic-save-buffer-2): Set SELinux context of the newly created file,
11925 and return it.
11926 * net/tramp.el (tramp-file-name-for-operation):
11927 Add file-selinux-context.
11928
11929 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 Make the log-edit comments use RFC822 format throughout.
11932
11933 * vc.el (vc-checkin, vc-modify-change-comment):
11934 Adjust to new vc-start/finish-logentry.
11935 (vc-find-conflicted-file): New command.
11936 (vc-transfer-file): Adjust to new vc-checkin.
11937 (vc-next-action): Improve scoping.
11938
11939 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11940 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11941
11942 * vc-git.el (vc-git-log-edit-mode): Remove.
11943 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11944 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11945
11946 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11947 (vc-start-logentry): Remove argument `extra'.
11948 (vc-finish-logentry): Remove extra args.
11949
11950 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11951 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11952 (vc-bzr-conflicted-files): New function.
11953
11954 * log-edit.el (log-edit-extra-flags)
11955 (log-edit-before-checkin-process): Remove.
11956 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11957 (log-edit-headers-alist): New var.
11958 (log-edit-header-contents-regexp): New const.
11959 (log-edit-match-to-eoh): New function.
11960 (log-edit-font-lock-keywords): Use them.
11961 (log-edit): Insert a "Summary:" header as default.
11962 (log-edit-mode): Mark font-lock rules as case-insensitive.
11963 (log-edit-done): Cleanup headers.
11964 (log-view-process-buffer): Remove.
11965 (log-edit-extract-headers): New function to replace it.
11966
11967 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11968
11969 * subr.el (default-direction-reversed): Remove obsolescence info.
11970
11971 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11974 windows/frames.
11975
11976 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11977 I.e. include text after point in the completion region.
11978 Also, return nil when we're not after/in a symbol.
11979
11980 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11981 default enable-multibyte-characters.
11982
11983 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11984
11985 * international/mule.el: Help the user choose a valid coding-system.
11986 (read-buffer-file-coding-system): New function.
11987 (set-buffer-file-coding-system): Use it. Prompt the user if the
11988 coding-system cannot encode all the chars.
11989
11990 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11991 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11992 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11993 Don't use *vc-bzr-shelve*.
11994
11995 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11996
11997 Fix the version number for added files.
11998 * vc-hg.el (vc-hg-working-revision): Check if the file is
11999 registered after hg parent fails (Bug#5961).
12000
12001 2010-04-19 Glenn Morris <rgm@gnu.org>
12002
12003 * htmlfontify.el (htmlfontify-buffer)
12004 (htmlfontify-copy-and-link-dir): Autoload entry points.
12005
12006 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
12007
12008 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
12009 name relative to the project root (Bug#5960).
12010
12011 2010-04-19 Glenn Morris <rgm@gnu.org>
12012
12013 * vc-git.el (vc-git-print-log): Doc fix.
12014
12015 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
12016
12017 * ido.el (ido-file-internal): Fix 2009-12-02 change.
12018
12019 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
12020
12021 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12022 default settings (Bug#5928).
12023
12024 2010-04-19 Glenn Morris <rgm@gnu.org>
12025
12026 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12027 New function.
12028 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
12029
12030 2010-04-19 Kenichi Handa <handa@m17n.org>
12031
12032 * language/indian.el (malayalam-composable-pattern): Fix previous
12033 change (add U+0D4D "SIGN VIRAMA").
12034 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12035 (tamil-composable-pattern): Fix typo in the regexp.
12036 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12037 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12038 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12039
12040 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12041
12042 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12043 paragraph-separate (Bug#5821).
12044
12045 2010-04-19 Juri Linkov <juri@jurta.org>
12046
12047 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12048
12049 * info.el (Info-find-node-2): Comment out code that skips
12050 breadcrumbs line.
12051 (Info-mouse-follow-link): New command.
12052 (Info-link-keymap): New keymap.
12053 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12054 Return a string with links instead of inserting breadcrumbs
12055 to the Info buffer.
12056 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12057 Instead of putting the `invisible' text property over the Info
12058 header, make an overlay over the Info header with the `invisible'
12059 property and `after-string' set to the string returned by
12060 `Info-breadcrumbs'.
12061
12062 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12063
12064 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12065 Reported by monkey@sandpframing.com.
12066
12067 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12068
12069 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12070 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12071 available in the "keyseq cache" any more.
12072
12073 * custom.el (defcustom): Add edebug spec.
12074
12075 2010-04-18 Juri Linkov <juri@jurta.org>
12076
12077 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12078
12079 * view.el (view-file, view-buffer): Move test for special mode-class
12080 from view-file to view-buffer.
12081
12082 * tar-mode.el (tar-extract): Turn if's into one cond
12083 like in arc-mode.el.
12084
12085 2010-04-18 Juri Linkov <juri@jurta.org>
12086
12087 Add 7z archive format support (bug#5475).
12088
12089 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12090 (archive-7z-extract): New defcustom.
12091 (archive-find-type): Add magic string for 7z.
12092 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12093 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12094 `buffer' arg of `call-process'.
12095 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12096 call the function `archive-7z-extract' with the variable
12097 `archive-7z-extract' let-bound to `archive-zip-extract'.
12098 (archive-7z-summarize, archive-7z-extract): New functions.
12099
12100 * international/mule.el (auto-coding-alist):
12101 * files.el (auto-mode-alist): Add 7z file extension.
12102
12103 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12104
12105 * loadup.el: Setup hash-cons for pure data.
12106
12107 Fix duplicate entries in cedet's loaddefs.el files.
12108 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12109 Should make most file-local generated-autoload-file unnecessary.
12110 (print-readably): Silence warnings.
12111 (autoload-find-destination): Take load-name as an arg to make sure
12112 it's the same as the one that will be in the file.
12113 (autoload-generate-file-autoloads): Adjust to above changes.
12114 Try to make the dataflow a bit simpler.
12115
12116 * cvs-status.el (cvs-refontify): Remove unused.
12117
12118 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12119
12120 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
12121
12122 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
12123 twos-complement mode.
12124
12125 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12126
12127 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12128 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
12129 (calc-inverse): Add "Option" to message, as appropriate.
12130 (calc-hyperbolic): Add "Option" to message, as appropriate.
12131 (calc-option, calc-is-option): New functions.
12132
12133 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
12134 (calc-option-prefix-help): New function.
12135
12136 * calc/calc-misc.el (calc-help): Add "Option" entry.
12137
12138 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
12139 (calc-option-flag): New variable.
12140 (calc-do): Set `calc-option-flag to nil.
12141 (calc-set-mode-line): Add "Opt " as appropriate.
12142
12143 2010-04-16 Juri Linkov <juri@jurta.org>
12144
12145 Move scrolling commands from simple.el to window.el
12146 because their primitives are implemented in window.c.
12147
12148 * simple.el (scroll-error-top-bottom)
12149 (scroll-up-command, scroll-down-command, scroll-up-line)
12150 (scroll-down-line, scroll-other-window-down)
12151 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12152 * window.el (scroll-error-top-bottom)
12153 (scroll-up-command, scroll-down-command, scroll-up-line)
12154 (scroll-down-line, scroll-other-window-down)
12155 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12156 Move from simple.el to window.el because their primitives are
12157 implemented in window.c.
12158
12159 2010-04-16 Juri Linkov <juri@jurta.org>
12160
12161 * isearch.el (isearch-lookup-scroll-key): Check both
12162 `isearch-scroll' and `scroll-command' properties.
12163 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12164
12165 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12166
12167 * simple.el (scroll-up-command, scroll-down-command)
12168 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12169
12170 2010-04-15 Juri Linkov <juri@jurta.org>
12171
12172 * simple.el (scroll-up-command, scroll-down-command)
12173 (scroll-up-line, scroll-down-line): Put `scroll-command'
12174 property on the these symbols. Remove them from
12175 `scroll-preserve-screen-position-commands'.
12176
12177 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12178 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12179 Remove it from `scroll-preserve-screen-position-commands'.
12180
12181 * isearch.el (isearch-allow-scroll): Doc fix.
12182
12183 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
12184
12185 * net/tramp.el (tramp-error-with-buffer): Don't show the
12186 connection buffer when we are in completion mode.
12187 (tramp-file-name-handler): Catch the error for some operations
12188 when we are in completion mode. This gives the user the chance to
12189 correct the file name in the minibuffer.
12190
12191 2010-04-15 Glenn Morris <rgm@gnu.org>
12192
12193 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12194
12195 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
12196
12197 Simplify by using `define-derived-mode'.
12198 * info.el (Info-mode):
12199 * calendar/todo-mode.el (todo-mode):
12200 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12201 (gomoku-mode-map): Move initialization into declaration.
12202
12203 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
12204
12205 Fix Bug#5840.
12206 * ido.el (ido-file-name-all-completions-1):
12207 * minibuffer.el (minibuffer-completion-help):
12208 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12209
12210 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12211
12212 * simple.el (non-essential): New var.
12213
12214 Add a new field `location' to bookmarks for non-file bookmarks.
12215 * bookmark.el (bookmark-location): Use the new field, if present.
12216 (bookmark-insert-location): Undo last change, not needed any more.
12217 * man.el (Man-bookmark-make-record):
12218 * woman.el (woman-bookmark-make-record): Add `location' field.
12219
12220 2010-04-14 Juri Linkov <juri@jurta.org>
12221
12222 * simple.el (scroll-error-top-bottom): New defcustom.
12223 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12224
12225 * emulation/pc-select.el (pc-select-override-scroll-error):
12226 Obsolete in favor of `scroll-error-top-bottom'.
12227
12228 2010-04-14 Juri Linkov <juri@jurta.org>
12229
12230 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12231 `scroll-up-command' and `M-v' to `scroll-down-command'.
12232
12233 * emulation/cua-rect.el (cua--init-rectangles):
12234 * forms.el (forms--change-commands):
12235 * image-mode.el (image-mode-map):
12236 Remap scroll-down-command and scroll-up-command
12237 in addition to scroll-down and scroll-up.
12238
12239 2010-04-14 Juri Linkov <juri@jurta.org>
12240
12241 * mwheel.el (scroll-preserve-screen-position-commands):
12242 Add mwheel-scroll to this list of commands.
12243
12244 * simple.el (scroll-preserve-screen-position-commands):
12245 Add scroll-up-command, scroll-down-command, scroll-up-line,
12246 scroll-down-line to this list of commands.
12247
12248 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12249
12250 * obsolete/complete.el: Move from lisp/complete.el.
12251
12252 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12253
12254 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12255 to the minor mode function now turns the mode ON unconditionally.
12256
12257 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * vc-dir.el (vc-dir-kill-line): New command.
12260 (vc-dir-mode-map): Bind it to C-k.
12261
12262 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12263
12264 * woman.el: Add bookmark declarations to silence the compiler.
12265 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12266 step to compatibility between man and woman bookmarks.
12267 Adjust for Man-default-bookmark-title renaming.
12268 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12269
12270 * man.el: Add bookmark declarations to silence the compiler.
12271 (Man-name-local-regexp): Make it match NAME as well.
12272 (Man-getpage-in-background): Return the buffer.
12273 (Man-notify-when-ready): Use `case'.
12274 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12275 Don't hardcode "NAME". Simplify.
12276 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12277 Rename from Man-bookmark-make-record.
12278 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12279 we have the actual man-args. Use Man-getpage-in-background rather
12280 than `man' since the arg is already processed. Let bookmark.el do the
12281 window handling. Only wait for the relevant process.
12282 Don't forget to autoload.
12283
12284 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12285
12286 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12287
12288 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12289 New functions.
12290 (woman-mode): Setup bookmark support.
12291
12292 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12293 (man-bookmark-jump): New functions.
12294 (Man-mode): Setup bookmark support.
12295
12296 2010-04-10 Jari Aalto <jari.aalto@cante.net>
12297
12298 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12299 recognize ssh-keygen prompt (Bug#2817).
12300
12301 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12302
12303 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12304
12305 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12306
12307 Synchronize with Tramp repository.
12308
12309 * net/tramp.el (tramp-completion-function-alist)
12310 (tramp-file-name-regexp, tramp-chunksize)
12311 (tramp-local-coding-commands, tramp-remote-coding-commands):
12312 Fix docstring.
12313 (tramp-remote-process-environment): Use `format' instead of `concat'.
12314 (tramp-handle-directory-files-and-attributes)
12315 (tramp-get-remote-path): Use `copy-tree'.
12316 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12317 compatibility: Use `completion-ignore-case' if
12318 `read-file-name-completion-ignore-case' does not exist.
12319 (tramp-do-copy-or-rename-file-directly): Do not use
12320 `tramp-handle-file-remote-p'.
12321 (tramp-do-copy-or-rename-file-out-of-band):
12322 Use `tramp-compat-delete-directory'.
12323 (tramp-do-copy-or-rename-file-out-of-band)
12324 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12325 Use `format-spec-make'.
12326 (tramp-find-foreign-file-name-handler)
12327 (tramp-advice-make-auto-save-file-name)
12328 (tramp-set-auto-save-file-modes): Remove superfluous check for
12329 `stringp'. This is done inside `tramp-tramp-file-p'.
12330 (tramp-debug-outline-regexp): New defconst.
12331 (tramp-get-debug-buffer): Use it.
12332 (tramp-check-for-regexp): Use (forward-line 1).
12333 (tramp-set-auto-save-file-modes): Adapt version check.
12334
12335 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12336 Wrap call of `featurep' for 2nd argument.
12337 (tramp-compat-make-temp-file): Simplify fallback implementation.
12338 (tramp-compat-copy-tree): Remove function.
12339 (tramp-compat-delete-directory): Provide implementation for older
12340 Emacsen.
12341
12342 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12343 Do not use `tramp-fish-handle-file-attributes.
12344
12345 * net/trampver.el: Update release number.
12346
12347 2010-04-10 Glenn Morris <rgm@gnu.org>
12348
12349 * progmodes/compile.el (compilation-save-buffers-predicate):
12350 Add missing :version tag.
12351
12352 2010-04-09 Sam Steingold <sds@gnu.org>
12353
12354 * progmodes/compile.el (compilation-save-buffers-predicate):
12355 Remove the "autoload" cookie.
12356
12357 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12358 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12359 and `bug-reference-prog-mode' can be used in hooks directly.
12360
12361 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12362
12363 Add --author support to git commit.
12364 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12365 (vc-git-log-edit-mode): New minor mode.
12366 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12367 New declarations.
12368
12369 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12370
12371 * vc-hooks.el, vc-git.el: Improve documentation comments.
12372
12373 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 Fix some of the problems in defsubst* (bug#5728).
12376 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12377 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12378
12379 2010-04-07 Sam Steingold <sds@gnu.org>
12380
12381 * progmodes/compile.el (compilation-save-buffers-predicate):
12382 New custom variable.
12383 (compile, recompile): Pass it to `save-some-buffers'.
12384
12385 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12386
12387 * wid-edit.el (widget-choose): Move cursor to the second line of
12388 the buffer (Bug#5695).
12389
12390 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12391
12392 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12393 * vc.el (vc-print-log-setup-buttons): New function split out from
12394 vc-print-log-internal.
12395 (vc-log-internal-common): New function, a parametrized version of
12396 vc-print-log-internal.
12397 (vc-print-log-internal): Just call vc-log-internal-common with the
12398 right arguments.
12399 (vc-incoming-outgoing-internal):
12400 (vc-log-incoming, vc-log-outgoing): New functions.
12401 (vc-log-view-type): New permanent local variable.
12402
12403 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12404
12405 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12406 of the dynamic bound vc-short-log.
12407 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12408
12409 * vc-git.el (vc-git-log-outgoing): New function.
12410 (vc-git-log-view-mode): Use vc-log-view-type instead
12411 of the dynamic bound vc-short-log.
12412
12413 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12414 of the dynamic bound vc-short-log. Highlight the tag.
12415 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12416 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12417 (vc-hg-incoming-mode): Remove.
12418 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12419
12420 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12421
12422 Fix default-directory for vc-root-diff.
12423 * vc.el (vc-root-diff): Bind default-directory to the root
12424 directory for the diff command.
12425
12426 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
12427
12428 * progmodes/verilog-mode.el (verilog-forward-sexp):
12429 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12430 word keywords, suggested by Steve Pearlmutter.
12431 (verilog-pretty-declarations): Support lineup of declarations in
12432 port lists.
12433 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
12434 fix bug for /* / comments.
12435 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
12436 Speed up and simplfy as this is never called with a bound.
12437 (verilog-pretty-declarations): Enhance to line up declarations
12438 inside a parameter list, suggested by Alan Morgan.
12439 (verilog-pretty-expr): Tune assignment regular expression match
12440 string for corner cases; also use markers instead of character
12441 number as indent changes the later.
12442
12443 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12444
12445 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12446 as missing keyword.
12447 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12448 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12449 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12450 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12451 Tennant.
12452 (verilog-keywords):
12453 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12454 1800-2009 keywords, including "global.".
12455
12456 2010-04-06 John Wiegley <jwiegley@gmail.com>
12457
12458 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
12459 appearing in buffer list (if a live buffer name matched a recentf
12460 file basename). Should use uniquify to offer a real solution.
12461
12462 2010-04-06 John Wiegley <jwiegley@gmail.com>
12463
12464 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12465 comment to code, and add a :version tag.
12466 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
12467
12468 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
12469
12470 Enable recentf-mode if using virtual buffers.
12471 * ido.el (recentf-list): Declare for byte-compiler.
12472 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
12473 (ido-make-buffer-list): Simplify.
12474 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12475
12476 2010-04-05 Juri Linkov <juri@jurta.org>
12477
12478 Scrolling commands which scroll a line instead of full screen.
12479 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12480
12481 * simple.el (scroll-up-line, scroll-down-line): New commands.
12482 Put property isearch-scroll=t on them.
12483
12484 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12485 Remove commands.
12486
12487 2010-04-05 Juri Linkov <juri@jurta.org>
12488
12489 Scrolling commands which do not signal errors at top/bottom.
12490 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12491
12492 * simple.el (scroll-up-command, scroll-down-command): New commands.
12493 Put property isearch-scroll=t on them.
12494
12495 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12496 `scroll-down-command' and [next] from `scroll-up' to
12497 `scroll-up-command'.
12498
12499 * emulation/cua-base.el: Put property CUA=move on
12500 `scroll-up-command' and `scroll-down-command'.
12501 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12502 and `scroll-down-command' to `cua-scroll-down'.
12503
12504 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
12505
12506 * help.el (describe-mode): Return nil.
12507
12508 2010-04-04 John Wiegley <jwiegley@gmail.com>
12509
12510 * ido.el (ido-use-virtual-buffers): New variable to indicate
12511 whether "virtual buffer" support is enabled for IDO.
12512 (ido-virtual): Face used to indicate virtual buffers in the list.
12513 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12514 exists, but a virtual buffer of that name does (which would be why
12515 it was in the list), recreate the buffer by reopening the file.
12516 (ido-make-buffer-list): If virtual buffers are being used, call
12517 `ido-add-virtual-buffers-to-list' before the make list hook.
12518 (ido-virtual-buffers): New variable which contains a copy of the
12519 current contents of the `recentf-list', albeit pared down for the
12520 sake of speed, and with proper faces applied.
12521 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12522 create a list of "virtual buffers" to present to the user in
12523 addition to the currently open set. Note that this logic could
12524 get rather slow if that list is too large. With the default
12525 `recentf-max-saved-items' of 200, there is little speed penalty.
12526
12527 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12528
12529 * font-lock.el: Require CL when compiling.
12530 (font-lock-turn-on-thing-lock): Use `case'.
12531
12532 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12533
12534 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12535 Zaretskii.
12536
12537 2010-04-02 Juri Linkov <juri@jurta.org>
12538
12539 * ehelp.el (electric-help-orig-major-mode):
12540 New buffer-local variable.
12541 (electric-help-mode): Set it to original major-mode. Doc fix.
12542 (with-electric-help): Use `electric-help-orig-major-mode' instead
12543 of (default-value 'major-mode). Doc fix.
12544 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12545
12546 2010-04-02 Sam Steingold <sds@gnu.org>
12547
12548 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12549 `vc-hg-command' with a list of flags.
12550
12551 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12552 Also accept "patch" and "RFE".
12553 (bug-reference-fontify): `bug-reference-url-format' can also be a
12554 function to be able to handle the bug kind.
12555 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12556
12557 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12558
12559 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12560 value to fboundp, it may not be a symbol.
12561
12562 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12563
12564 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12565
12566 2010-03-31 Juri Linkov <juri@jurta.org>
12567
12568 * simple.el (next-line, previous-line): Re-throw a signal
12569 with `signal' instead of using `ding'.
12570 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12571
12572 2010-03-31 Juri Linkov <juri@jurta.org>
12573
12574 * simple.el (keyboard-escape-quit): Raise deselecting the active
12575 region higher than exiting the minibuffer.
12576 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12577
12578 2010-03-31 Juri Linkov <juri@jurta.org>
12579
12580 * image.el (image-animated-p): Use `image-metadata' instead of
12581 `image-extension-data'. Get GIF extenstion data from metadata
12582 property `extension-data'.
12583
12584 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 * simple.el (append-to-buffer): Simplify.
12587
12588 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12589
12590 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12591 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12592
12593 2010-03-31 Kenichi Handa <handa@m17n.org>
12594
12595 * language/sinhala.el (composition-function-table): Fix regexp for
12596 the new Unicode specification.
12597
12598 * language/indian.el (devanagari-composable-pattern)
12599 (tamil-composable-pattern, kannada-composable-pattern)
12600 (malayalam-composable-pattern): Adjust for the new Unicode
12601 specification.
12602 (bengali-composable-pattern, gurmukhi-composable-pattern)
12603 (gujarati-composable-pattern, oriya-composable-pattern)
12604 (telugu-composable-pattern): New variables to cope with the new
12605 Unicode specification. Use them in composition-function-table.
12606
12607 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 Make tmm-menubar work for the Buffers menu again (bug#5726).
12610 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12611 vectors rather than cons cells, as used in menu-bar-update-buffers.
12612
12613 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12614
12615 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12616 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12617 electric punctuation for "{}();,:" (Bug#5586).
12618
12619 * mail/sendmail.el (mail-default-directory): Doc fix.
12620
12621 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12622
12623 * mail/sendmail.el (mail-default-directory): Doc fix.
12624
12625 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12626
12627 * subr.el (version-regexp-alist, version-to-list)
12628 (version-list-<, version-list-=, version-list-<=)
12629 (version-list-not-zero, version<, version<=, version=): Doc fix.
12630 (Bug#5744).
12631
12632 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12633
12634 * vc.el (vc-root-diff): Doc fix.
12635
12636 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12637
12638 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12639
12640 * simple.el (append-to-buffer): Fix last change.
12641
12642 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12643
12644 * simple.el (append-to-buffer): Ensure that point is preserved if
12645 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12646 (Bug#5749)
12647
12648 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * files.el (auto-mode-case-fold): Change default to t.
12651
12652 2010-03-30 Juri Linkov <juri@jurta.org>
12653
12654 * dired-x.el (dired-omit-mode): Doc fix.
12655
12656 2010-03-30 Juri Linkov <juri@jurta.org>
12657
12658 * replace.el (occur-accumulate-lines): Move occur-engine related
12659 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12660 to be located after `occur-engine'.
12661
12662 2010-03-30 Juri Linkov <juri@jurta.org>
12663
12664 Make occur handle multi-line matches cleanly with context.
12665 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12666
12667 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12668 (occur-engine): Add local variables `ret', `prev-after-lines',
12669 `prev-lines'. Use more arguments for `occur-context-lines'.
12670 Set first elem of its returned list to `data', and the second elem
12671 to `prev-after-lines'. Don't print the separator line.
12672 In the end, print remaining context after-lines.
12673 (occur-context-lines): Add new arguments `begpt', `endpt',
12674 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12675 after-lines of the previous match with before-lines of the
12676 current match and not overlap them. Return a list with two
12677 values: the output line and the list of context after-lines.
12678
12679 2010-03-30 Juri Linkov <juri@jurta.org>
12680
12681 * replace.el (occur-accumulate-lines): Fix a bug where the first
12682 context line at the beginning of the buffer was missing.
12683
12684 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12685
12686 * files.el: Make bidi-display-reordering safe variable for boolean
12687 values.
12688
12689 2010-03-29 Phil Hagelberg <phil@evri.com>
12690 Chong Yidong <cyd@stupidchicken.com>
12691
12692 * subr.el: Extend progress reporters to perform "spinning".
12693 (progress-reporter-update, progress-reporter-do-update):
12694 Handle non-numeric value arguments.
12695 (progress-reporter--pulse-characters): New var.
12696
12697 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12698
12699 * progmodes/compile.el (compilation-start): Fix regexp detection
12700 of initial cd command (Bug#5771).
12701
12702 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12703
12704 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12705
12706 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12707
12708 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12709 * progmodes/gdb-mi.el: Restore.
12710 * progmodes/gdb-ui.el: Remove.
12711 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12712
12713 2010-03-25 Glenn Morris <rgm@gnu.org>
12714
12715 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12716 all dired buffers, even tramp ones. (Bug#5755)
12717
12718 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12719
12720 Add "union tags" in mpc.el.
12721 * mpc.el: Remove backward compatibility code.
12722 (mpc-browser-tags): Change default.
12723 (mpc--find-memoize-union-tags): New var.
12724 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12725 (mpc-cmd-find): Handle the case where the playlist does not exist.
12726 Handle union-tags.
12727 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12728 (mpc-cmd-add): Use mpc-cmd-flush.
12729 (mpc-tagbrowser-tag-name): New fun.
12730 (mpc-tagbrowser-buf): Use it.
12731 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12732
12733 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 Misc cleanup.
12736 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12737 Use replace-regexp-in-string.
12738 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12739 (makefile-imake-mode-syntax-table): Move init into defvar.
12740 (makefile-mode): Use define-derived-mode.
12741
12742 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12743 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12744 not be present any more.
12745
12746 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * faces.el (set-face-attribute): Fix typo in docstring.
12749 (face-valid-attribute-values): Reflow docstring.
12750
12751 2010-03-24 Glenn Morris <rgm@gnu.org>
12752
12753 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12754
12755 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12756
12757 * indent.el (indent-for-tab-command): Doc fix.
12758
12759 2010-03-24 Alan Mackenzie <acm@muc.de>
12760
12761 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12762 Fix off-by-one error. Fixes bug #5747.
12763
12764 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12765
12766 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12767 (image-dired-read-comment): Doc fix.
12768
12769 * json.el (json-object-type, json-array-type, json-key-type)
12770 (json-false, json-null, json-read-number):
12771 * minibuffer.el (completion-in-region-functions):
12772 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12773 (cal-tex-cursor-week):
12774 * emacs-lisp/trace.el (trace-function):
12775 * eshell/em-basic.el (eshell/printnl):
12776 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12777 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12778 * obsolete/levents.el (allocate-event, event-key, event-object)
12779 (event-point, event-process, event-timestamp, event-to-character)
12780 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12781 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12782 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12783 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12784 (reftex-highlight-selection): Fix typos in docstrings.
12785
12786 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12787
12788 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12789
12790 2010-03-24 Glenn Morris <rgm@gnu.org>
12791
12792 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12793 2008-02-13 without comment; mark it obsolete.
12794 (rmail-highlight-headers): Use rmail-highlight-face once more.
12795
12796 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12797
12798 * woman.el (woman2-process-escapes): Only consume the newline if
12799 the filler character is on a line by itself (Bug#5729).
12800
12801 2010-03-24 Kenichi Handa <handa@m17n.org>
12802
12803 * language/indian.el (devanagari-composable-pattern): Add more
12804 consonants.
12805
12806 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12807
12808 * net/trampver.el: Update release number.
12809
12810 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12811
12812 * net/tramp.el (tramp-find-executable):
12813 Use `tramp-get-connection-buffer'. Make the regexp for checking
12814 output of "wc -l" more robust.
12815 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12816 (tramp-open-connection-setup-interactive-shell): Remove workaround
12817 for OpenSolaris bug, it is not needed anymore.
12818
12819 2010-03-24 Glenn Morris <rgm@gnu.org>
12820
12821 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12822
12823 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12824
12825 * files.el (auto-mode-alist): Accept more verilog file patterns.
12826
12827 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12830
12831 2010-03-24 Glenn Morris <rgm@gnu.org>
12832
12833 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12834 log-edit-before-checkin-process.
12835
12836 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12837
12838 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12839
12840 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12841 (log-view-process-buffer, log-edit-extra-flags): Declare.
12842
12843 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12844
12845 2010-03-23 Sam Steingold <sds@gnu.org>
12846
12847 Fix bug#5620: recalculate all markers on compilation buffer
12848 modifications, not on file modifications.
12849 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12850 variable: the buffer modification time, for buffers not associated with
12851 files.
12852 (compilation-mode): Create it.
12853 (compilation-filter): Update it.
12854 (compilation-next-error-function): Use it instead of
12855 `visited-file-modtime' for timestamp.
12856
12857 2010-03-23 Juri Linkov <juri@jurta.org>
12858
12859 Implement Occur multi-line matches.
12860 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12861
12862 * replace.el (occur): Doc fix.
12863 (occur-engine): Set `begpt' to the beginning of the first line.
12864 Set `endpt' to the end of the last match line. At first, count
12865 line numbers between `origpt' and `begpt'. Split out code from
12866 `out-line' variable to new let-bindings `match-prefix' and
12867 `match-str'. In `out-line' add non-numeric prefix to all
12868 non-first lines of multi-line matches. Finally, count lines
12869 between `begpt' and `endpt' and add to `lines'.
12870
12871 2010-03-23 Juri Linkov <juri@jurta.org>
12872
12873 * replace.el (occur-accumulate-lines, occur-engine):
12874 Use `occur-engine-line' instead of duplicate code.
12875 (occur-engine-line): New function created from duplicate code
12876 in `occur-accumulate-lines' and `occur-engine'.
12877
12878 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12879 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12880
12881 2010-03-23 Juri Linkov <juri@jurta.org>
12882
12883 * finder.el: Remove TODO tasks.
12884
12885 * info.el (Info-finder-find-node): Add node "all"
12886 with all package info. Handle a list of multiple keywords
12887 separated by comma.
12888 (info-finder): In interactive use with a prefix argument,
12889 use `completing-read-multiple' to read a list of keywords
12890 separated by comma.
12891
12892 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 Add a new completion style `substring'.
12895 * minibuffer.el (completion-basic--pattern): New function.
12896 (completion-basic-try-completion, completion-basic-all-completions):
12897 Use it.
12898 (completion-substring--all-completions)
12899 (completion-substring-try-completion)
12900 (completion-substring-all-completions): New functions.
12901 (completion-styles-alist): New style `substring'.
12902
12903 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 Get rid of .elc files after removal of the corresponding .el.
12906 * Makefile.in (compile-clean): New target.
12907 (compile-main): Use it.
12908
12909 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12910
12911 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12912 don't do make there. When compiling with separate object dir, there
12913 is no Makefile there.
12914
12915 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 Get rid of the ELCFILES abomination, again.
12918 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12919 (all, compile): Don't call compile-last.
12920 (compile-main): Build the "elcfiles" list dynamically.
12921 (compile-targets): New (internal) target.
12922
12923 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12924
12925 * Makefile.in (top_srcdir): Define.
12926 (abs_top_builddir): Define.
12927 (srcdir): Don't append `/..'.
12928 (EMACS): Use ${abs_top_builddir}.
12929 (all, compile, compile-always, compile-last): Don't set emacswd.
12930 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12931 $(srcdir).
12932 (lisp): Use $(srcdir) instead of @srcdir@.
12933
12934 2010-03-21 Juri Linkov <juri@jurta.org>
12935
12936 Fix message of multi-line occur regexps and multi-buffer header lines.
12937 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12938
12939 * replace.el (occur-1): Don't display regexp if it is longer
12940 than window-width. Use `query-replace-descr' to display regexp.
12941 (occur-engine): Don't display regexp in the buffer header for
12942 multi-buffer occur. Display a separate header line with total
12943 match count and regexp for multi-buffer occur.
12944 Use `query-replace-descr' to display regexp.
12945
12946 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12947
12948 * net/secrets.el: Fix parenthesis.
12949 (secrets-enabled): Fix parenthesis.
12950
12951 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 Use more relative file and directory names.
12954 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12955 (setwins, setwins_almost, setwins_for_subdirs):
12956 Don't `cd'; output relative names.
12957 (all, compile, compile-always, compile-last): Set emacswd.
12958 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12959 Just cd to the lisp source dir so we can use relative file names.
12960
12961 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12962
12963 2010-03-20 Glenn Morris <rgm@gnu.org>
12964
12965 * textmodes/rst.el: Use faces for font-lock customization, and make the
12966 old -face variables obsolete.
12967 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12968 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12969 (rst-block-face, rst-external-face, rst-definition-face)
12970 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12971 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12972 Make obsolete.
12973 (rst-font-lock-keywords-function): Update for above changes.
12974
12975 2010-03-20 Juri Linkov <juri@jurta.org>
12976
12977 * s-region.el:
12978 * obsolete/s-region.el: Move to obsolete.
12979
12980 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12981
12982 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12983
12984 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12985
12986 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12987
12988 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12989
12990 Add special markup processing for commit logs.
12991 * log-edit.el (log-edit-extra-flags): New variable.
12992 (log-edit): Add new argument MODE. Use that mode when non-nil
12993 instead of the log-view-mode.
12994 (log-view-process-buffer): New function.
12995
12996 * vc.el: Document that the checkin method takes optional
12997 arguments. Document new backend specific method: log-view-mode.
12998 (vc-default-log-edit-mode): New function.
12999 (vc-checkin): Use a backend specific log-view-mode.
13000 Pass extra arguments to the checkin method.
13001 (vc-modify-change-comment): Pass a dummy extra argument.
13002
13003 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
13004 log-edit.
13005 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
13006 (vc-finish-logentry): Process the log buffer before passing it
13007 down. Pass log-edit-extra-flags.
13008
13009 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
13010 command.
13011 (log-edit-extra-flags, log-edit-before-checkin-process):
13012 New declarations.
13013
13014 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
13015 command.
13016 (log-edit-extra-flags, log-edit-before-checkin-process):
13017 New declarations.
13018 (vc-hg-log-edit-mode): New derived mode.
13019
13020 * vc-arch.el (vc-arch-checkin):
13021 * vc-cvs.el (vc-cvs-checkin):
13022 * vc-git.el (vc-git-checkin):
13023 * vc-mtn.el (vc-mtn-checkin):
13024 * vc-rcs.el (vc-rcs-checkin):
13025 * vc-sccs.el (vc-sccs-checkin):
13026 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13027
13028 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13031 parent typo).
13032
13033 2010-03-19 Glenn Morris <rgm@gnu.org>
13034
13035 * password-cache.el (password-cache, password-cache-expiry): Autoload.
13036
13037 2010-03-18 Glenn Morris <rgm@gnu.org>
13038
13039 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13040
13041 * replace.el (query-replace-history): Give it a doc string.
13042 (map-query-replace-regexp): Use query-replace-from-history-variable
13043 and query-replace-to-history-variable.
13044
13045 * mail/hashcash.el (declare-function): Remove duplicate definition.
13046
13047 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13048 Make it an obsolete alias for report-emacs-bug-address.
13049 (message-strip-special-text-properties): Declare.
13050 (report-emacs-bug): Remove test for a pretest bug address.
13051 Combine message-mode-specific code.
13052
13053 * mail/supercite.el: Don't require sendmail.
13054 (mh-in-header-p): Declare rather than using with-no-warnings.
13055 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13056 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13057
13058 * calendar/cal-french.el: Convert to utf-8.
13059
13060 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13061 Emacs scripts.
13062
13063 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
13064
13065 * net/secrets.el (secrets-enabled): New variable. Use it instead
13066 of a subfeature.
13067
13068 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
13069
13070 * net/secrets.el (top): Register the D-Bus signals only when the
13071 service "org.freedesktop.secrets" can be pinged.
13072 Provide subfeature `enabled'.
13073
13074 2010-03-14 Juri Linkov <juri@jurta.org>
13075
13076 Add finder unknown keywords.
13077
13078 * finder.el (finder-unknown-keywords): New function.
13079
13080 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13081 to create a Finder node with unknown keywords.
13082
13083 2010-03-14 Juri Linkov <juri@jurta.org>
13084
13085 * finder.el (finder-compile-keywords): Replace `princ' with
13086 `prin1' on a list of symbols interned from keyword strings.
13087
13088 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13089 a comma, then split keywords using a comma and optional whitespace.
13090 Otherwise, split by whitespace.
13091
13092 * complete.el:
13093 * face-remap.el:
13094 * log-view.el:
13095 * net/hmac-def.el:
13096 * net/hmac-md5.el:
13097 * net/netrc.el:
13098 * progmodes/mixal-mode.el: Fix keywords.
13099
13100 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
13101
13102 * Makefile.in (ELCFILES): Add net/secrets.elc.
13103
13104 * net/secrets.el: New file.
13105
13106 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13107
13108 * facemenu.el (list-colors-display, list-colors-print): New arg
13109 callback. Use it to allow selecting colors.
13110
13111 * wid-edit.el (widget-image-insert): Insert image prop even if the
13112 current display is non-graphic.
13113 (widget-field-value-set): New fun.
13114 (editable-field): Use it.
13115 (widget-field-value-get): Clean up unused var.
13116 (widget-color-value-create, widget-color--choose-action):
13117 New funs. Allow using list-colors-display to choose color.
13118
13119 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13120
13121 * cus-edit.el: Resort topmost custom groups.
13122 (custom-buffer-sort-alphabetically): Default to t.
13123 (customize-apropos): Use apropos-parse-pattern.
13124 (custom-search-field): New var.
13125 (custom-buffer-create-internal): Add custom-apropos search field.
13126 (custom-add-parent-links): Don't display parent doc.
13127 (custom-group-value-create): Don't sort top-level custom group.
13128 (custom-magic-value-create): Show visibility button before option name.
13129
13130 (custom-variable-state): New fun, from custom-variable-state-set.
13131 (custom-variable-state-set): Use it.
13132 (custom-group-value-create): Hide options with standard values
13133 using the :hidden-states property. Use progress reporter.
13134
13135 (custom-show): Simplify.
13136 (custom-visibility): Disable images by default.
13137 (custom-variable): New property :hidden-states.
13138 (custom-variable-value-create): Enable images for
13139 custom-visibility widgets. Use :hidden-states property to
13140 determine initial visibility.
13141
13142 * wid-edit.el (widget-image-find): Give images center ascent.
13143 (visibility): Add :on-image and :off-image properties.
13144 (widget-visibility-value-create): Use them.
13145
13146 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13147
13148 * cus-edit.el (processes): Remove from development group.
13149 (oop, hypermedia): Delete group.
13150 (comm): Promote to top-level group.
13151
13152 * net/browse-url.el (browse-url):
13153 * net/xesam.el (xesam):
13154 * net/tramp.el (tramp):
13155 * net/goto-addr.el (goto-address):
13156 * net/ange-ftp.el (ange-ftp): Put in comm group.
13157
13158 * view.el (view): Remove from editing group.
13159
13160 * uniquify.el (uniquify): Put in files group.
13161
13162 * net/browse-url.el (browse-url):
13163 * ps-print.el (postscript): Put in external group.
13164
13165 * cus-edit.el (outlines):
13166 * textmodes/text-mode.el (text-mode-hook):
13167 * textmodes/table.el (table):
13168 * textmodes/picture.el (picture):
13169 * outline.el (outlines): Put in wp group.
13170
13171 * nxml/nxml-mode.el (nxml): Remove from wp group.
13172
13173 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13174
13175 * mail/metamail.el (metamail): Remove from hypermedia group.
13176
13177 * cus-edit.el (abbrev):
13178 * whitespace.el (whitespace):
13179 * vcursor.el (vcursor):
13180 * reveal.el (reveal):
13181 * hl-line.el (hl-line): Put in convenience group.
13182
13183 * epg-config.el (epg): Put in data group.
13184
13185 * emulation/pc-select.el (pc-select): Put in emulations group.
13186
13187 * calculator.el (calculator): Put in applications group.
13188
13189 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13190
13191 Add .dir-locals.el support for file-less buffers.
13192 * files.el (hack-local-variables): Split out code to apply local
13193 variable settings ...
13194 (hack-local-variables-apply): ... here. New function.
13195 (hack-dir-local-variables): Use the default directory for when the
13196 buffer does not have an associated file.
13197 (hack-dir-local-variables-non-file-buffer): New function.
13198 * diff-mode.el (diff-mode):
13199 * vc-annotate.el (vc-annotate-mode):
13200 * vc-dir.el (vc-dir-mode):
13201 * log-edit.el (log-edit-mode):
13202 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13203
13204 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13205
13206 Add support for shelving snapshots and for showing shelves.
13207 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13208 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13209 New functions.
13210 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13211 (vc-bzr-extra-menu-map): Map them.
13212
13213 2010-03-11 Glenn Morris <rgm@gnu.org>
13214
13215 * cus-edit.el (customize-changed-options-previous-release):
13216 Bump to 23.1.
13217
13218 * image.el (image-animate-max-time): Fix :version tag.
13219
13220 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
13221
13222 * Branch for 23.2.
13223
13224 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * vc-git.el (vc-git-revision-table): Include remote branches.
13227
13228 2010-03-10 Kim F. Storm <storm@cua.dk>
13229
13230 Animated image API.
13231 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13232
13233 * image.el (image-animate-max-time): New defcustom.
13234 (image-animated-types): New defconst.
13235 (create-animated-image, image-animate-timer)
13236 (image-animate-start, image-animate-stop, image-animate-timeout)
13237 (image-animated-p): New functions.
13238
13239 * image-mode.el (image-toggle-display-image):
13240 Replace `create-image' with `create-animated-image'.
13241
13242 2010-03-09 Miles Bader <miles@gnu.org>
13243
13244 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13245 instead of "format:"; this ensures that the output is
13246 newline-terminated.
13247
13248 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
13249
13250 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13251 that all errors are caught, and that the return value is always a
13252 list (Bug#5692).
13253
13254 2010-03-08 Kenichi Handa <handa@m17n.org>
13255
13256 * language/misc-lang.el (windows-1256): New coding system.
13257 (cp1256): New alias of windows-1256 (bug#5690).
13258
13259 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13260
13261 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13262 call to rfc822-bad-address. (Bug#5692)
13263
13264 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13265
13266 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13267 Use vc-git-root as default directory for revision path (Bug#5657).
13268
13269 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
13270
13271 * calculator.el (calculator): Don't bind split-window-keep-point
13272 (Bug#5674).
13273
13274 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * vc-git.el: Re-flow to fit into 80 columns.
13277 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13278 Remove spurious `quote' element in each case alternative.
13279 (vc-git-show-log-entry): Use prog1.
13280 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13281
13282 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13283
13284 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13285
13286 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
13287
13288 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13289 definition, not the name (Bug#5481).
13290
13291 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
13292
13293 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13294 argument with a local variable. (Bug#5670)
13295
13296 2010-03-02 Juri Linkov <juri@jurta.org>
13297
13298 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13299
13300 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
13301
13302 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13303 error when FILENAME and NEWNAME are existing remote directories.
13304
13305 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13306 parameter DIR-FLAG.
13307
13308 2010-03-02 Glenn Morris <rgm@gnu.org>
13309
13310 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13311 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13312
13313 2010-03-01 Kenichi Handa <handa@m17n.org>
13314
13315 * language/burmese.el (burmese-composable-pattern): Rename from
13316 myanmar-composable-pattern.
13317
13318 * international/characters.el (script-list):
13319 * international/fontset.el (script-representative-chars):
13320 Change myanmar to burmese.
13321 (otf-script-alist): Likewise.
13322 (setup-default-fontset): Likewise. Re-fix :otf spec.
13323
13324 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13325
13326 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13327
13328 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13329
13330 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13331
13332 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13333
13334 * net/tramp.el (tramp-handle-write-region): START can be a string.
13335 Take care in the checks. Reported by Dan Davison
13336 <davison@stats.ox.ac.uk>.
13337
13338 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13339
13340 * net/dbus.el (dbus-introspect, dbus-get-property)
13341 (dbus-set-property, dbus-get-all-properties):
13342 Use `dbus-call-method' when noninteractive. (Bug#5645)
13343
13344 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
13345
13346 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13347 * emacs-lisp/elint.el (elint-add-required-env):
13348 * calendar/icalendar.el (icalendar--add-diary-entry):
13349 * calc/calcalg2.el (math-tracing-integral):
13350 * files.el (recover-session-finish): Use with-current-buffer
13351 instead of save-excursion.
13352
13353 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 Fix in-buffer completion when after-change-functions modify the buffer.
13356 * minibuffer.el (completion--replace): New function.
13357 (completion--do-completion): Use it and use relative movement.
13358
13359 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
13360
13361 * international/fontset.el (setup-default-fontset): Fix :otf spec.
13362
13363 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13364
13365 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13366 Allow the characters _<> in the stack entry (Bug#5653).
13367
13368 2010-02-26 Kenichi Handa <handa@m17n.org>
13369
13370 * language/burmese.el: Fix entries in composition-function-table.
13371 (myanmar-composable-pattern): New variable.
13372
13373 * international/fontset.el (setup-default-fontset): Add an entry
13374 for myanmar.
13375
13376 * international/characters.el (script-list): Add Myanmar
13377 Extended-A.
13378
13379 2010-02-26 Glenn Morris <rgm@gnu.org>
13380
13381 * custom.el (custom-initialize-delay): Doc fix.
13382
13383 * mail/sendmail.el (send-mail-function): Autoload the call
13384 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13385
13386 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
13387
13388 * files.el (hack-local-variables-filter): For eval forms, also
13389 check safe-local-variable-p (Bug#5636).
13390
13391 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
13392
13393 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13394 setting the modes by `ignore-errors'. It might fail, for example
13395 if the file is not owned by the user but the group.
13396 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13397
13398 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
13399
13400 * files.el (directory-listing-before-filename-regexp):
13401 Use stricter matching for iso-style dates, to avoid false matches with
13402 date-like filenames (Bug#5597).
13403
13404 * htmlfontify.el (htmlfontify): Doc fix.
13405
13406 * eshell/eshell.el (eshell): Doc fix.
13407
13408 * startup.el (fancy-about-screen): In mode-line, apply
13409 mode-line-buffer-id face only to the buffer name (Bug#5613).
13410
13411 2010-02-20 Kevin Ryde <user42@zip.com.au>
13412
13413 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13414 In `watcom' anchor regexp to start of line, to avoid slowness
13415 (Bug#5599).
13416
13417 2010-02-20 Eli Zaretskii <eliz@gnu.org>
13418
13419 * subr.el (remove-yank-excluded-properties): Explain in a comment
13420 why `category' property is removed.
13421
13422 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
13423
13424 * isearch.el (isearch-update-post-hook, isearch-update):
13425 Revert 2010-02-17 change.
13426
13427 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
13428
13429 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13430 (icalendar--convert-weekly-to-ical)
13431 (icalendar--convert-yearly-to-ical)
13432 (icalendar--convert-block-to-ical)
13433 (icalendar--convert-cyclic-to-ical)
13434 (icalendar--convert-anniversary-to-ical): Take care of time
13435 specifications where hour has 1-digit only (Bug#5549).
13436
13437 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
13438
13439 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13440 of disassemble output in GDB 7.1.
13441
13442 2010-02-19 Glenn Morris <rgm@gnu.org>
13443
13444 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13445 property. (Bug#5593)
13446
13447 2010-02-18 Sam Steingold <sds@gnu.org>
13448
13449 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13450
13451 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 Use abbreviated file names in bookmarks (bug#5591).
13454 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13455 calls to expand-file-name.
13456 (bookmark-relocate): Use abbreviated file names in bookmarks.
13457 (bookmark-load): Use abbreviated file names in messages.
13458
13459 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13460
13461 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13462 expand "." and "..". Reported by Thierry Volpiatto
13463 <thierry.volpiatto@gmail.com>.
13464
13465 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13466
13467 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13468 permissions of the temporary file to "0600". In case the remote
13469 file has no read permissions for the owner, there might be
13470 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13471
13472 22010-02-18 Glenn Morris <rgm@gnu.org>
13473
13474 * emacs-lisp/authors.el (authors-renamed-files-alist):
13475 Add entries for INSTALL.CVS.
13476
13477 2010-02-17 Mark A. Hershberger <mah@everybody.org>
13478
13479 * vc-bzr.el: Fix typo in Known Bugs section.
13480
13481 * isearch.el (isearch-update-post-hook): New hook.
13482 (isearch-update): Use the new hook.
13483
13484 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
13485
13486 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13487 Fix errors in copying directories.
13488 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13489 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13490 (tramp-handle-delete-file)
13491 (tramp-handle-dired-recursive-delete-directory)
13492 (tramp-handle-write-region): Flush also the cache for the upper
13493 directory.
13494
13495 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
13496
13497 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13498
13499 * cus-edit.el (hardware): Doc fix.
13500
13501 * man.el (man): Add to external custom group.
13502
13503 * delim-col.el (columns): Move to wp custom group.
13504
13505 * doc-view.el (doc-view): Add to data custom group.
13506
13507 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13508
13509 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13510 by ispell-parse-output (Bug#5575).
13511
13512 2010-02-16 Kenichi Handa <handa@m17n.org>
13513
13514 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13515 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13516 (skkdic-convert): Use `euc-japan' coding system for writing.
13517
13518 2010-02-16 Glenn Morris <rgm@gnu.org>
13519
13520 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13521 tex-main-file before using it. (Bug#5562)
13522
13523 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13526 warnings, since it is annoying for the user to see them each time he
13527 runs the code.
13528
13529 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13530
13531 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13532 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13533 instead of PROC for caching "first-password-request". Otherwise,
13534 new processes would not profit from passwords already entered.
13535
13536 * net/tramp-cache.el (tramp-dump-connection-properties):
13537 Don't save "first-password-request" property.
13538
13539 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13540
13541 * outline.el (outline-head-from-level):
13542 * simple.el (with-wrapper-hook):
13543 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13544 (elint-defun, elint-buffer-env, elint-top-form-logged)
13545 (elint-unbound-variable):
13546 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13547 Fix typos in docstrings.
13548
13549 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13550
13551 * files.el (insert-directory): When WILDCARD-REGEXP and
13552 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13553 whole directory. (Bug#5551)
13554
13555 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13556 dired's alignment sanity. (Bug#5516)
13557
13558 2010-02-14 Juri Linkov <juri@jurta.org>
13559
13560 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13561 Remove remaining ^H with their preceding chars. (Bug#5566)
13562
13563 2010-02-13 Glenn Morris <rgm@gnu.org>
13564
13565 * simple.el (transpose-subr): Give it a doc-string.
13566
13567 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13568 Doc fixes.
13569
13570 2010-02-12 Juri Linkov <juri@jurta.org>
13571
13572 * arc-mode.el (archive-unique-fname): Make directories for nested
13573 archives. (Bug#5540)
13574
13575 2010-02-12 Juri Linkov <juri@jurta.org>
13576
13577 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13578
13579 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * subr.el (copy-overlay): Handle deleted overlays.
13582
13583 * man.el (Man-completion-table): Don't signal an error if we can't run
13584 manual-program (bug#4056).
13585
13586 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13587
13588 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13589
13590 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13591
13592 * info.el (Info-bookmark-jump): Simplify.
13593
13594 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13595 (bookmark-default-handler): Accept new bookmark field `buffer'.
13596
13597 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13598
13599 * iswitchb.el (iswitchb-completions): Revert last change.
13600
13601 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13602
13603 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13604 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13605 This prevents file names like "~/" being listed literally.
13606
13607 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13608
13609 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13610 Remove dead code. (Bug#5546)
13611
13612 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13613
13614 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13615 correctly (Bug#5548).
13616
13617 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13618
13619 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13620 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13621
13622 2010-02-08 Kenichi Handa <handa@m17n.org>
13623
13624 * international/mule-util.el (with-coding-priority): Add autoload
13625 cookie for putting `lisp-indent-function'.
13626
13627 2010-02-07 Glenn Morris <rgm@gnu.org>
13628
13629 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13630 Move F2003 named interfaces from keywords-2 to keywords-1, and
13631 use function-name-face rather than constant-face.
13632 Simplify "abstract interface" regexp.
13633
13634 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13635
13636 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13637 ID-FORMAT. Pass it to `file-attributes'.
13638
13639 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13640
13641 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13642
13643 * faces.el (set-face-attribute): Allow calling
13644 internal-set-lisp-face-attribute with 'unspecified family and
13645 foundry argument (Bug#5536).
13646
13647 2010-02-07 Glenn Morris <rgm@gnu.org>
13648
13649 * progmodes/f90.el (f90-font-lock-keywords-2)
13650 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13651 Handle F2003 named interfaces.
13652
13653 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13654
13655 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13656 beg and end before calling c-get-state-before-change-functions.
13657
13658 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13659
13660 * vc-bzr.el (vc-bzr-dir-extra-headers):
13661 Disable the pending merges header.
13662
13663 2010-02-05 Juri Linkov <juri@jurta.org>
13664
13665 * doc-view.el (doc-view-mode):
13666 * image-mode.el (image-mode): Put property mode-class=special.
13667 (Bug#4896)
13668
13669 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13670
13671 * vc-svn.el (vc-svn-revision-table): New function.
13672
13673 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13674
13675 * net/ange-ftp.el (ange-ftp-insert-directory):
13676 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13677 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13678 Handle also directories. (Bug#5478)
13679
13680 2010-02-05 Glenn Morris <rgm@gnu.org>
13681
13682 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13683
13684 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13685
13686 * startup.el (command-line-1): Convert options beginning with a
13687 single dash as well (Bug#5519).
13688
13689 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13692 * minibuffer.el (completion-initials-expand): Only check the presence
13693 of delims *within* the boundaries, since otherwise the / delim is
13694 always found for files.
13695
13696 Fix up various corner case problems.
13697 * doc-view.el (doc-view-last-page-number): New function.
13698 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13699 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13700 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13701 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13702 (doc-view-convert-current-doc): Don't create the resolution.el file
13703 here any more.
13704 (doc-view-pdf/ps->png): Do it here instead.
13705 (doc-view-already-converted-p): Check that resolution.el is present.
13706 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13707 windows that are not yet showing images.
13708
13709 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13710
13711 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13712 `dired-uncache' for every elemnt which is an absolute file name.
13713
13714 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13715 directory, handle its directory component.
13716 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13717 function is called permanently and creates noise, otherwise.
13718
13719 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13720 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13721 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13722
13723 2010-02-04 David Burger <dburger@google.com> (tiny change)
13724
13725 * macros.el (apply-macro-to-region-lines):
13726 Minor simplification. (Bug#5485)
13727
13728 2010-02-04 Glenn Morris <rgm@gnu.org>
13729
13730 * mail/rmail.el (rmail-show-message-1): Handle malformed
13731 quoted-printable text. (Bug#5441)
13732
13733 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13734
13735 * simple.el (visual-line-mode): Capitalize lighter.
13736
13737 2010-02-03 John Wiegley <jwiegley@gmail.com>
13738
13739 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13740 list of files considered for "virtual buffer" completions.
13741
13742 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13743
13744 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13745 also in case of (and (not full) (not wildcard)). This is needed
13746 when dired is called with a list of files, which are not in
13747 `default-directory'. (Bug#5478)
13748
13749 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13752
13753 2010-02-02 Juri Linkov <juri@jurta.org>
13754
13755 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13756 from unidiff to allow function-line after @@.
13757
13758 2010-02-02 Juri Linkov <juri@jurta.org>
13759
13760 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13761 '(RCS SCCS) with inverted condition.
13762
13763 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13764
13765 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13766 messages.
13767
13768 2010-02-01 Juri Linkov <juri@jurta.org>
13769
13770 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13771 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13772 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13773 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13774
13775 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13778 (doc-view-revert-buffer): New command.
13779 (doc-view-mode-map): Use it.
13780
13781 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13782
13783 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13784 pending merge is detected.
13785
13786 2010-01-31 Juri Linkov <juri@jurta.org>
13787
13788 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13789 beginning of interactive spec like all other grep commands do.
13790 Put "all" in front of "gz". (Bug#5260)
13791
13792 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13793
13794 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13795
13796 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13797
13798 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13799 regexp is incorrect (Bug#5476).
13800
13801 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13802
13803 * net/tramp.el (tramp-handle-insert-directory): Handle also
13804 symlinks, when FILENAME is not in `default-directory'.
13805
13806 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13807
13808 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13809 FILE is not in `default-directory'. (Bug#5478)
13810
13811 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13812 of SWITCHES. Handle the case, FILENAME is not in
13813 `default-directory'. (Bug#5478)
13814 (tramp-register-file-name-handlers): Add safe-magic property.
13815
13816 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13817
13818 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13819 unzip (Bug#5475).
13820
13821 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13822
13823 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13824 (flymake-master-make-header-init): Add other C++ filename masks.
13825 (flymake-find-possible-master-files)
13826 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13827
13828 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13829
13830 Fix some busybox annoyances.
13831
13832 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13833 not responding." string.
13834 (tramp-open-connection-setup-interactive-shell): Dump stty
13835 settings. Enable "neveropen" arg for all `tramp-send-command'
13836 calls. Handle "=" in variable values properly.
13837 (tramp-find-inline-encoding): Raise an error, when no encoding is
13838 found.
13839 (tramp-wait-for-output): Check, whether PROC buffer is available.
13840 Remove spurious " ^H" sequences, sent by busybox.
13841 (tramp-get-ls-command): Suppress coloring, if possible.
13842
13843 2010-01-28 Glenn Morris <rgm@gnu.org>
13844
13845 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13846
13847 * log-edit.el (log-edit-strip-single-file-name): Add missing
13848 :safe, :group, and :version tags.
13849
13850 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13851
13852 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13853 buffers. (Bug#5477)
13854
13855 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13856
13857 * files.el (delete-directory): Handle moving to trash without
13858 first doing recursion (Bug#5436).
13859
13860 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13861
13862 * vc-hooks.el (vc-path): Mark as obsolete.
13863
13864 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13865
13866 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13867 names too.
13868
13869 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13870 for the short log.
13871 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13872
13873 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13874
13875 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13876
13877 * vc-bzr.el (vc-bzr-revision-table): New function.
13878
13879 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13880
13881 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13882 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13883
13884 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13885
13886 Remove support for adding --signoff on commit.
13887 Future support will use an incompatible generic mechanism.
13888 * vc-git.el (vc-git-add-signoff): Remove variable.
13889 (vc-git-toggle-signoff): Remove function.
13890 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13891
13892 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13893 Rename from xterm-set-background-mode. Return t if the background mode
13894 was set.
13895 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13896 earlier, call it again in case the background mode has changed.
13897
13898 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13899
13900 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13901 (Bug#3541).
13902
13903 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13904
13905 * emacs-lisp/assoc.el (aelement): Doc fix.
13906 (aput, adelete, amake): Use lexical-let (Bug#5450).
13907
13908 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13909
13910 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13911 is the same as subprogram call, not declaration. (Bug#5435).
13912
13913 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13914
13915 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13916 (tramp-smb-maybe-open-connection): Use it.
13917
13918 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13919
13920 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13921
13922 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13923
13924 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13925 just because we see "encoding: 8bit".
13926 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13927
13928 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13929
13930 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13931
13932 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13933
13934 * jka-compr.el (jka-compr-load): If load-file is not in
13935 load-history, try its file-truename version. (bug#5447)
13936
13937 2010-01-21 Alan Mackenzie <acm@muc.de>
13938
13939 Fix a situation where deletion of a cpp construct throws an error.
13940 * progmodes/cc-engine.el (c-invalidate-state-cache):
13941 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13942 special cpp construct is still in the buffer.
13943 (c-parse-state): Record the special cpp with markers, not numbers.
13944
13945 2010-01-21 Kenichi Handa <handa@m17n.org>
13946
13947 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13948 process last-command-event, as it is now decoded first (Bug#5380).
13949
13950 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13951
13952 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13953
13954 2010-01-20 Glenn Morris <rgm@gnu.org>
13955
13956 * indent.el (tab-always-indent): Fix custom-type.
13957
13958 2010-01-19 Alan Mackenzie <acm@muc.de>
13959
13960 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13961 buffer throws "args out of range".
13962 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13963 playing the role of delimiter.
13964
13965 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13966
13967 * progmodes/ada-mode.el: Fix bug#5400.
13968 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13969 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13970 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13971 Improve comments in "is" portion. Handle null procedure declaration.
13972 (ada-move-to-end): Improve doc string.
13973
13974 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13975
13976 * ido.el (ido-cur-list): Initialize to nil.
13977 Remove obsolete information from commentary.
13978 (ido-choice-list): Initialize to nil.
13979 (ido-get-bufname): Reject minibuffers.
13980 (ido-make-buffer-list): If "default" is a nonexistent
13981 buffer, ignore it, as per the function's comment.
13982 (ido-kill-buffer-internal): New function.
13983 (ido-kill-buffer-at-head): Use it.
13984 (ido-visit-buffer): Likewise.
13985
13986 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13987
13988 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13989
13990 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13991
13992 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13993 Fix typos in chart titles.
13994
13995 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13996 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13997 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13998 (describe-class, eieio-describe-generic, describe-generic):
13999 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
14000 (eieio-speedbar-expand):
14001 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14002 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
14003 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
14004 (viper-del-backward-char-in-replace, viper-backward-indent)
14005 (viper-brac-function, viper-register-to-point, viper-submit-report):
14006 * net/tramp.el (tramp-remote-coding-commands):
14007 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
14008 Fix typos in docstrings.
14009
14010 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
14011
14012 * mail/sendmail.el (mail-yank-original): Set the mark if the
14013 specified function for yanking does not do it.
14014
14015 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
14016
14017 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
14018
14019 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
14020 resyncing a directory.
14021
14022 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14023
14024 * progmodes/ada-mode.el: Fix bug#1920.
14025 (ada-ident-re): Delete ., allow multibyte characters.
14026 (ada-goto-label-re): New; matches goto labels.
14027 (ada-block-label-re): New; matches block labels.
14028 (ada-label-re): New; matches both.
14029 (ada-named-block-re): Delete; callers changed to use
14030 `ada-block-label-re' instead.
14031 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14032 Use `ada-block-label-re'.
14033 (ada-indent-on-previous-lines): Improve handling of goto labels.
14034 (ada-get-indent-block-start): Special-case block label.
14035 (ada-get-indent-label): Split into `ada-indent-block-label' and
14036 `ada-indent-goto-label'.
14037 (ada-goto-stmt-start, ada-goto-next-non-ws):
14038 Optionally ignore goto labels.
14039 (ada-goto-next-word): Simplify.
14040 (ada-indent-newline-indent-conditional): Insert newline before
14041 trying to fix indentation; doc fix.
14042
14043 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14044
14045 * calc/calc.el (calc-command-flags): Give it an initial value.
14046
14047 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
14048
14049 * files.el (minibuffer-with-setup-hook):
14050 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14051 (artist-key-draw-continously, artist-key-do-continously-continously)
14052 (artist-key-set-point-continously, artist-mouse-draw-continously):
14053 Fix typos in docstrings.
14054
14055 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14056
14057 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14058 Never return t (Bug#3898).
14059
14060 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
14061
14062 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14063 can parse the output of the external commands (Bug#5279).
14064
14065 2010-01-16 Jari Aalto <jari.aalto@cante.net>
14066
14067 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14068
14069 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
14070
14071 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14072
14073 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14074
14075 * startup.el (command-line): Remove unused --icon-type arg.
14076 Handle --display arg, passing it to command-line-1 (Bug#5392).
14077
14078 2010-01-16 Mario Lang <mlang@delysid.org>
14079
14080 * emacs-lisp/chart.el (chart-translate-namezone):
14081 * textmodes/artist.el (artist-compute-popup-menu-table):
14082 Remove duplicated words in doc-strings.
14083
14084 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14085
14086 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14087 to mairix-search to suppress threading (Bug#5342).
14088
14089 2010-01-15 Kenichi Handa <handa@m17n.org>
14090
14091 * international/mule-cmds.el (canonicalize-coding-system-name):
14092 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
14093
14094 2010-01-15 Glenn Morris <rgm@gnu.org>
14095
14096 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14097
14098 * wid-edit.el (widget-keymap): Doc fix.
14099
14100 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14101 former seems to be more widely accepted by various svn versions.
14102
14103 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14104
14105 * find-cmd.el (find-constituents):
14106 * vc-arch.el (vc-arch-root):
14107 * window.el (window-body-height, pop-up-frames):
14108 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14109 * progmodes/ada-stmt.el (ada-if):
14110 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14111 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14112 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14113 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14114
14115 * progmodes/flymake.el (flymake-post-syntax-check):
14116 Fix typo in error message.
14117
14118 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14119
14120 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14121 which is always a string. (Bug#5313)
14122
14123 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14124
14125 * progmodes/ada-xref.el (ada-default-prj-properties):
14126 Simplify previous change.
14127
14128 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14129
14130 * progmodes/ada-xref.el (ada-default-prj-properties):
14131 Default ada_project_path to $ADA_PROJECT_PATH.
14132
14133 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14134
14135 * progmodes/ada-mode.el (ada-create-keymap):
14136 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14137
14138 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14139
14140 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14141 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14142 (ada-get-current-indent, ada-imenu-generic-expression)
14143 (ada-which-function): Check for it.
14144
14145 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14146
14147 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14148 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14149
14150 2010-01-14 Glenn Morris <rgm@gnu.org>
14151
14152 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14153
14154 2010-01-14 Kenichi Handa <handa@m17n.org>
14155
14156 * composite.el (auto-composition-mode): Make it a buffer local
14157 variable (permanent-local).
14158 (auto-composition-function): Set the default value to
14159 auto-compose-chars.
14160 (auto-composition-mode): Make it a simple function, not a minor mode.
14161 (global-auto-composition-mode): Likewise.
14162 (turn-on-auto-composition-if-enabled): Delete it.
14163
14164 2010-01-13 Karl Fogel <kfogel@red-bean.com>
14165
14166 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
14167
14168 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
14169
14170 * files.el (copy-directory): Compute target for recursive
14171 directories with identical names. (Bug#5343)
14172
14173 2010-01-12 Glenn Morris <rgm@gnu.org>
14174
14175 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14176 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
14177
14178 2010-01-11 Sam Steingold <sds@gnu.org>
14179
14180 * imenu.el (imenu-default-create-index-function): Detect infinite
14181 loops caused by imenu-prev-index-position-function.
14182
14183 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14184
14185 * htmlfontify.el (htmlfontify-load-rgb-file)
14186 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14187 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14188 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14189 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14190 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14191 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14192 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14193 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14194 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14195 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14196 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14197 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14198 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14199 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14200 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14201 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14202 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14203 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14204 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14205 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14206 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14207 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14208 backslash-quoting from parentheses, etc.
14209
14210 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
14211
14212 * progmodes/js.el: Autoload javascript-mode alias.
14213
14214 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14215
14216 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14217 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14218 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14219 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14220 Fix typos in docstrings.
14221 (ffap-url-regexp): Doc fix.
14222 (ffap-at-mouse): Fix typo in message.
14223
14224 2010-01-11 Glenn Morris <rgm@gnu.org>
14225
14226 * version.el (emacs-copyright): Set copyright year to 2010.
14227
14228 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14229
14230 * format.el (format-annotate-function): Only set
14231 write-region-post-annotation-function after running to-fn so as not to
14232 affect nested write-region calls (bug#5273).
14233
14234 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
14235
14236 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14237 wisent/python.el.
14238
14239 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14240
14241 * man.el (Man-goto-section): Signal error if the section is not
14242 found (Bug#5317).
14243
14244 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
14245
14246 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14247 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14248
14249 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14250
14251 * progmodes/compile.el: Don't treat compile-command as safe if
14252 compilation-read-command might be nil (Bug#4218).
14253
14254 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14255
14256 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14257 NS options.
14258
14259 2010-01-08 Kenichi Handa <handa@m17n.org>
14260
14261 * international/fontset.el (build-default-fontset-data):
14262 Exclude characters in scripts kana, hangul, han, or cjk-misc.
14263
14264 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
14265
14266 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14267 to `create-file-buffer' as it expects, not just a buffer name.
14268 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14269 to help uniquify. (Bug#3224)
14270
14271 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14272
14273 * font-setting.el (font-setting-change-default-font): Use user-spec
14274 instead of name.
14275
14276 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14277
14278 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14279
14280 2010-01-05 Tom Tromey <tromey@redhat.com>
14281
14282 * progmodes/python.el (python-font-lock-keywords):
14283 Handle qualified decorators (Bug#881).
14284
14285 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14286
14287 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14288 in a lightweight checkout.
14289
14290 2010-01-05 Kenichi Handa <handa@m17n.org>
14291
14292 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
14293
14294 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14295
14296 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14297
14298 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14299
14300 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14301 checkouts. (Bug#618)
14302 (vc-bzr-log-view-mode): Also highlight the author.
14303 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14304 (vc-bzr-shelve-menu-map):
14305 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14306 (vc-bzr-shelve-apply): Make prompt more explicit.
14307
14308 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
14309
14310 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14311 They are valid characters in URL paths (rfc3986), and at least
14312 Firefox does not understand the encoded version (Bug#3166).
14313
14314 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14315
14316 * progmodes/octave-mod.el (octave-end-keywords)
14317 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14318 Add "end" keyword (Bug#3061).
14319 (octave-end-as-array-index-p): New function.
14320 (calculate-octave-indent): Use it.
14321
14322 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14323
14324 * bookmark.el: Consistently put the text property on the bookmark name.
14325 (bookmark-bmenu-marks-width): Bump back to 2, to include
14326 annotation marks.
14327 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14328 property on the bookmark name, instead of not putting it at all.
14329 (bookmark-bmenu-list): Fix where we put the text property.
14330
14331 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14332
14333 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14334 for showing buffer modified state (as added in the previous change).
14335
14336 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14337
14338 * bookmark.el: Show modified state of bookmark buffer more accurately.
14339 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14340 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14341 (with-buffer-modified-unmodified): New macro.
14342 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14343 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
14344 Use new macro to preserve the buffer modified state.
14345
14346 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14347
14348 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
14349 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14350 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14351 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14352 (bookmark-bmenu-rename, bookmark-bmenu-locate)
14353 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14354 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
14355
14356 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14357
14358 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14359 Make the lines in the generated doc string shorter. (Bug#4668)
14360
14361 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
14362
14363 * net/rcirc.el: Add follow-link binding (Bug#4738).
14364
14365 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14366
14367 * Makefile.in (bzr-update): Rename from cvs-update.
14368 (cvs-update): New target for backward compatibility.
14369
14370 * makefile.w32-in (bzr-update): Rename from cvs-update.
14371 (cvs-update): New target for backward compatibility.
14372
14373 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14374
14375 * bookmark.el: Remove gratuitous gratitude.
14376
14377 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14378
14379 * bookmark.el (bookmark-bmenu-any-marks): New function.
14380 (bookmark-bmenu-save): Clear buffer modification if no marks.
14381
14382 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14383
14384 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
14385 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14386 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14387 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14388
14389 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14390 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14391 To: emacs-devel {_AT_} gnu.org
14392 Subject: bookmark.el bug report
14393 Date: Mon, 28 Dec 2009 14:19:16 +0800
14394 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14395
14396 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14397
14398 * bookmark.el: Improvements suggested by Drew Adams:
14399 (bookmark-bmenu-ensure-position): New name for
14400 `bookmark-bmenu-check-position'. Just ensure the position,
14401 don't return any meaningful value.
14402 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14403 New constants.
14404
14405 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
14406
14407 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14408 (bookmark-yank-point, bookmark-bmenu-check-position):
14409 Fix typos in docstrings.
14410 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14411 (bookmark-name-from-full-record, bookmark-get-position)
14412 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14413 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14414 Remove useless quoting of parenthesis, etc. in docstrings.
14415
14416 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14417 (ediff-append-custom-diff): Fix typo in error message.
14418 (ediff-meta-mark-equal-files): Fix typos in messages.
14419
14420 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14421
14422 * net/imap-hash.el (imap-hash-make): Doc fix.
14423 (imap-hash-test): Fix typo in error message; reflow docstring.
14424 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14425 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14426 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14427 Fix typos in docstrings.
14428 (imap-hash-open-connection): Fix typo in error message.
14429
14430 * play/gomoku.el (gomoku): Fix typos in docstring.
14431
14432 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14433 (gdb-jsonify-buffer): Fix typos in docstring.
14434 (gdb-goto-breakpoint): Fix typo in error message.
14435 ("Display Other Windows"): Fix typo in help message.
14436 (gdb-speedbar-expand-node): Fix typo in question.
14437
14438 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14439 (idlwave-html-system-help-location, idlwave-html-help-location)
14440 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14441 (idlwave-help-browser-generic-args, idlwave-help-directory)
14442 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14443 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14444 (idlwave-online-help, idlwave-help-html-link)
14445 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14446 Fix typos in docstrings.
14447 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14448 Reflow docstrings.
14449 (idlwave-help-assistant-start): Fix typo in error message.
14450
14451 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14452 (octave-electric-space): Fix typos in docstrings.
14453
14454 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
14455
14456 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14457
14458 2010-01-01 Juri Linkov <juri@jurta.org>
14459
14460 * comint.el (comint-input-ring-size): Make it a defcustom and
14461 increase the default to 500 (Bug#5148).
14462
14463 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
14464
14465 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14466 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14467 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14468
14469 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
14470
14471 Show working revision correctly for mercurial.
14472 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
14473 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
14474
14475 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
14476
14477 Declare some functions for the byte-compiler.
14478 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14479 (speedbar-timer-fn, speedbar-change-expand-button-char)
14480 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14481
14482 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
14483
14484 This changeset reverts GDB Graphical Interface to use annotations.
14485 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14486
14487 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14488
14489 Make vc-dir work on subdirectories of the bzr root.
14490 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14491 Return file names relative to it.
14492 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14493 relative directory to vc-bzr-after-dir-status.
14494
14495 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14496
14497 * font-lock.el (font-lock-refresh-defaults): New function, which
14498 can be used to let font-lock react to external changes in
14499 variables like font-lock-defaults and keywords.
14500 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14501
14502 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14503
14504 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14505
14506 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14507
14508 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14509
14510 Supersede color.diff settings in git log (bug#5211).
14511
14512 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14513 escape chars in its output when the user has color.diff set to `always'.
14514 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14515
14516 2009-12-26 Kevin Ryde <user42@zip.com.au>
14517
14518 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14519 node. Keep previous "Index" name to work with past coreutils too.
14520
14521 * man.el (man): Revise docstring a bit to show -a and -l as
14522 examples. Add -k description since support for it has otherwise
14523 been a secret. (Further to bug#3717.)
14524 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14525 "no matches" rather than "Can't find manpage", as the latter reads
14526 like -k was interpreted as a page name, which is not so. (Bug#5431)
14527
14528 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14529
14530 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14531 switches. Check also for //SUBDIRED// line.
14532
14533 2009-12-25 Kenichi Handa <handa@m17n.org>
14534
14535 * language/indian.el (devanagari-composable-pattern): Fix to
14536 handle ZWNJ and ZWJ. Use it in composition-function-table for
14537 Devanagari.
14538 (malayalam-composable-pattern): Fix previous change.
14539
14540 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14541
14542 * ps-print.el (ps-face-attributes): It was not returning the
14543 attribute face for faces specified as string. Reported by harven
14544 <harven@free.fr>. (Bug#5254)
14545 (ps-print-version): New version 7.3.5.
14546
14547 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14548
14549 * calendar/icalendar.el (icalendar--convert-tz-offset):
14550 Fix timezone names.
14551 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14552 (icalendar--add-diary-entry): Remove the trailing blank that
14553 diary-make-entry inserts.
14554
14555 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14556
14557 Make `file-expand-wildcards' work for remote files.
14558
14559 * files.el (file-expand-wildcards): In case of remote files, check
14560 only local file name part for wildcards. Provide feature 'files
14561 and subfeature 'remote-wildcards. (Bug#5198)
14562
14563 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14564 if there is already an established connection.
14565 (tramp-advice-file-expand-wildcards): Remove it.
14566
14567 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14568 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14569 Activate advice for older GNU Emacs versions. (Bug#5237)
14570
14571 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14572
14573 Some doc fixes (more needed).
14574
14575 * find-cmd.el (find-constituents): Reflow docstring.
14576 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14577 (find-generic): Doc fix.
14578
14579 2009-12-17 Juri Linkov <juri@jurta.org>
14580
14581 Fix regression from 23.1 to allow multiple modes in Local Variables.
14582
14583 * files.el (hack-local-variables-filter): While ignoring duplicates,
14584 don't take `mode' into account.
14585 (hack-local-variables-filter, hack-dir-local-variables):
14586 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14587
14588 2009-12-17 Juri Linkov <juri@jurta.org>
14589
14590 Make `dired-diff' safer. (Bug#5225)
14591
14592 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14593 `current' or when `file' is a directory of the `current' file.
14594
14595 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14596
14597 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14598 unconditionally preloaded files.
14599
14600 2009-12-16 Juri Linkov <juri@jurta.org>
14601
14602 Revert to old 23.1 logic of using the file at the mark as default.
14603 * dired-aux.el (dired-diff): Use the file at the mark as default
14604 if it's not the same as the current file, and the target dir is
14605 the current dir or the mark is active. Add the current file
14606 as the arg of `dired-dwim-target-defaults'. Use the default file
14607 in the prompt. (Bug#5225)
14608
14609 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14610
14611 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14612 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14613 (tramp-check-for-regexp): Check also, when an echoing shell stops
14614 to echo sent commands.
14615
14616 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14617
14618 * Makefile.in: Revert last change (Bug#5191).
14619
14620 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14621
14622 * vc-hg.el (vc-hg-print-log): Fix argument order.
14623 (vc-hg-working-revision): Make sure the command is executed in a
14624 known environment so that we can parse the output. (Bug#4417)
14625
14626 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14627
14628 * progmodes/python.el (python-symbol-completions): Remove text
14629 properties from symbol string before calling python-send-receive.
14630
14631 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14632
14633 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14634 when there are values for both file and line. (Bug#5060)
14635
14636 2009-12-14 Juri Linkov <juri@jurta.org>
14637
14638 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14639 whitespace after the file name of the first line of unified format,
14640 because git-diff doesn't output whitespace and file modification time
14641 after the file name.
14642
14643 2009-12-14 David Kastrup <dak@gnu.org>
14644
14645 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14646 check if it already has the `display' property added by
14647 `Info-display-images-node', and not put the `invisible' property
14648 in this case.
14649
14650 2009-12-13 Glenn Morris <rgm@gnu.org>
14651
14652 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14653 (report-emacs-bug): In message-mode, sort manually before storing
14654 original report text. (Bug#5178)
14655 Remove superfluous save-excursion.
14656
14657 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14658
14659 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14660 when responding to "GetAll" properties.
14661
14662 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14663
14664 * simple.el (compose-mail): Remove mail-setup-with-from from
14665 customization checks.
14666
14667 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14668
14669 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14670 RAR archives created on Unix systems.
14671
14672 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14675 the varalias that was accidentally removed by the 2009-11-19 change
14676 (bug#5186).
14677
14678 2009-12-12 Kenichi Handa <handa@m17n.org>
14679
14680 * language/indian.el (indian-compose-regexp): New function.
14681 (malayalam-composable-pattern): Fix the pattern.
14682 (composition-function-table): Set malayalam-composable-pattern for
14683 Malayalam characters.
14684
14685 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14686
14687 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14688 rather than down-mouse-1, based on follow-link conventions.
14689
14690 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14691 are compiled.
14692
14693 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14694
14695 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14696 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14697 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14698 (verilog-leap-to-head, verilog-backward-token):
14699 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14700
14701 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14702
14703 * progmodes/verilog-mode.el (verilog-auto-lineup)
14704 (verilog-nameable-item-re): Cleanup user-visible spelling and
14705 documentation errors. One reported by Gary Delp.
14706 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14707 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14708 package, bug195. Reported by Pierre-David Pfister.
14709
14710 2009-12-11 Glenn Morris <rgm@gnu.org>
14711
14712 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14713
14714 * mail/emacsbug.el: No longer require sendmail.
14715 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14716 (report-emacs-bug-orig-text): Doc fix.
14717 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14718 New local variables, to adapt to different mail-user-agents.
14719 (report-emacs-bug): Fix test for a gnu.org address.
14720 Use overlays for emphasis, since font-lock defeats 'face property.
14721 Pretest bugs also end up at the newsgroup these days.
14722 Stop message-mode stripping text properties.
14723 Set and use the new buffer-local variables.
14724 (report-emacs-bug-hook): Add doc-string.
14725 Remove some unnecessary save-excursions and simplify.
14726 Use the appropriate hook and send-command.
14727
14728 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14729 capitalization of some menu entries.
14730
14731 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14732
14733 * whitespace.el (whitespace-display-char-on):
14734 Ensure `buffer-display-table' is unique when two or more windows are
14735 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14736 New version 12.1.
14737
14738 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14739
14740 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14741 characters in the Attribute field.
14742
14743 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14744
14745 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14746
14747 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14750 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14751 Disregard autoload-excludes.
14752 (update-directory-autoloads): Obey autoload-excludes here instead.
14753 But don't store its contents in no-autoloads and remove entries that
14754 refer to excludes files.
14755
14756 2009-12-10 Glenn Morris <rgm@gnu.org>
14757
14758 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14759 (expand-mail-aliases): Define for compiler.
14760
14761 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14762 Define for compiler.
14763
14764 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14765 appropriate for the mail-user-agent in use.
14766
14767 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14768
14769 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14770
14771 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14772
14773 Fix short log parsing and fontification.
14774 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14775 Fix fontification for the [merge] label.
14776
14777 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14778
14779 Drop some properties to avoid surprises (bug#5002).
14780 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14781 (hfy-fontify-buffer): Use it.
14782
14783 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 Minor cleanup.
14786 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14787 Adjust all callers.
14788 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14789 args compulsory. Adjust callers.
14790 (ffap-gopher-at-point): Remove unused var `name'.
14791
14792 Get rid of the ELCFILES abomination.
14793 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14794 (compile-elcfiles): New phony target.
14795 (compile-main): Compute ELCFILES dynamically.
14796 (compile-clean): New target to remove left-over elc files.
14797 (compile, all): Use it.
14798
14799 2009-12-09 Kenichi Handa <handa@etlken>
14800
14801 * international/mule-diag.el: Require help-mode instead of help-fns.
14802
14803 2009-12-09 Kenichi Handa <handa@m17n.org>
14804
14805 * international/mule-cmds.el (ucs-names): Supply sufficiently
14806 fine ranges instead of pre-calculating accurate ranges.
14807 Iterate with bigger gc-cons-threshold.
14808
14809 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14810
14811 Add support for stashing a snapshot of the current tree.
14812 * vc-git.el (vc-git-stash-snapshot): New function.
14813 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14814
14815 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14816
14817 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14818 instead of `(beginning|end)-of-line'.
14819
14820 2009-12-08 Glenn Morris <rgm@gnu.org>
14821
14822 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14823
14824 * Makefile.in (ELCFILES): Regenerate.
14825
14826 2009-12-07 Juri Linkov <juri@jurta.org>
14827
14828 Don't lazy-highlight the comint output in history Isearch mode.
14829
14830 * comint.el (comint-history-isearch-search): Instead of
14831 `comint-line-beginning-position', use `comint-after-pmark-p'
14832 to check if point if before the process mark, and go to
14833 `process-mark' in this case.
14834
14835 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * textmodes/tex-mode.el (latex-complete)
14838 (latex-indent-or-complete): Remove.
14839 (latex-mode): Set completion-at-point-functions instead.
14840
14841 Provide a standard completion command and hook it into TAB.
14842 * minibuffer.el (completion-at-point-functions): New var.
14843 (completion-at-point): New command.
14844 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14845 * progmodes/python.el (python-mode-map): Use completion-at-point.
14846 (python-completion-at-point): Rename from python-partial-symbol and
14847 adjust for use in completion-at-point-functions.
14848 (python-mode): Setup completion-at-point for Python completion.
14849 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14850 extracted from lisp-complete-symbol.
14851 (lisp-complete-symbol): Use it.
14852 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14853 setup completion-at-point for Elisp completion.
14854 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14855 Use completion-at-point.
14856 * ielm.el (ielm-map): Use completion-at-point.
14857 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14858 * progmodes/sym-comp.el: Move to...
14859 * obsolete/sym-comp.el: Move from progmodes.
14860
14861 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14862
14863 Prevent save-buffer in Rmail buffers from using the coding-system
14864 of the current message, and from clobbering the encoding mnemonics
14865 in the mode line (Bug#4623).
14866
14867 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14868 flag, too.
14869 (rmail-message-encoding): New variable.
14870 (rmail-write-region-annotate): Record the encoding of the current
14871 message in rmail-message-encoding.
14872 (rmail-after-save-hook): New function, restores the encoding of
14873 the current message after the message collection is saved.
14874
14875 2009-12-07 Juri Linkov <juri@jurta.org>
14876
14877 * progmodes/grep.el (grep-read-files): Use `completing-read'
14878 instead of `read-string'. Set its `collection' arg to
14879 `read-file-name-internal'. (Bug#4301)
14880
14881 2009-12-07 Juri Linkov <juri@jurta.org>
14882
14883 Correctly restore original Isearch point. (Bug#4994)
14884
14885 * isearch.el (isearch-mode): Move `isearch-push-state' after
14886 `(run-hooks 'isearch-mode-hook)'.
14887 (isearch-cancel): When `isearch-push-state-function' is defined,
14888 let-bind `isearch-cmds' to the first state (the last element of
14889 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14890 function and restores the original point). Otherwise, move point
14891 to `isearch-opoint'.
14892
14893 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14894
14895 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14896 chars that don't have names, so the table can be built much faster at
14897 run-time.
14898
14899 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14900
14901 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14902 change. Suggested by David Kastrup.
14903
14904 * simple.el (compose-mail): Check for incompatibilities and warn.
14905 (compose-mail-user-agent-warnings): New option.
14906
14907 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14908
14909 Support showing a single log entry from vc-annotate.
14910 * vc.el (print-log): Add a new argument: START-REVISION.
14911 (vc-print-log-internal): Add a new optional argument and
14912 pass it to the backend.
14913 (vc-print-log, vc-print-root-log): Adjust callers.
14914 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14915 buffer already displays the requested log entry, use it.
14916 Otherwise display only the log entry in question.
14917 * vc-svn.el (vc-svn-print-log):
14918 * vc-mtn.el (vc-mtn-print-log):
14919 * vc-hg.el (vc-hg-state):
14920 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14921 (vc-git-show-log-entry): Return t on success.
14922 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14923 (vc-bzr-show-log-entry): Return t on success.
14924 * vc-rcs.el (vc-rcs-print-log):
14925 * vc-sccs.el (vc-sccs-print-log):
14926 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14927
14928 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14929
14930 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14931 Add menus to the meta mode. (Bug#5043)
14932
14933 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14934
14935 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14936 event-key.
14937
14938 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14939
14940 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14941
14942 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14943 Berbain <raphael.berbain@gmail.com>.
14944
14945 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14946 characters.
14947 (tramp-initial-end-of-output): New defconst.
14948 (tramp-methods, tramp-find-shell)
14949 (tramp-open-connection-setup-interactive-shell)
14950 (tramp-maybe-open-connection): Use it.
14951 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14952 Handle existence of `#' and `$'.
14953
14954 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14955 Use `tramp-initial-end-of-output'.
14956
14957 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14958
14959 Get the background mode from the terminal for xterm, and set
14960 faces accordingly.
14961 * term/xterm.el (xterm-set-background-mode): New function.
14962 (terminal-init-xterm): Use it in case xterm supports background
14963 color queries. Recompute faces after getting the background
14964 color.
14965
14966 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14967
14968 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14969 number comment back on its own line, for easier parsing.
14970
14971 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14972
14973 Make it work for non-file buffers (bug#5102).
14974 * doc-view.el (doc-view-current-cache-dir):
14975 Use doc-view-buffer-file-name rather than buffer-file-name.
14976 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14977
14978 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14979
14980 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14981 author field is too short.
14982
14983 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14984
14985 * vc-git.el (vc-git-print-log): Handle a limit argument.
14986 Display the short log in graph form and with labels.
14987 (vc-git-log-view-mode): Handle labels.
14988
14989 Make vc-revert change VC state from 'added to 'unregistered.
14990 * vc-git.el (vc-git-revert): Call git reset first.
14991
14992 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14993
14994 * net/newst-backend.el, net/newst-plainview.el:
14995 * net/newst-reader.el, net/newst-ticker.el:
14996 * net/newst-treeview.el, net/newsticker.el:
14997 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14998
14999 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
15000
15001 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
15002
15003 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
15004 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
15005 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
15006 Update annotation regexp.
15007
15008 * simple.el (beginning-of-visual-line): Constrain to field
15009 boundaries (Bug#5106).
15010
15011 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
15012
15013 * xml.el (xml-substitute-numeric-entities):
15014 Move newsticker--decode-numeric-entities in newst-backend.el to
15015 xml-substitute-numeric-entities in xml.el. (Bug#5008)
15016 * net/newst-backend.el (newsticker--parse-generic-feed)
15017 (newsticker--parse-generic-items)
15018 (newsticker--decode-numeric-entities):
15019 Move newsticker--decode-numeric-entities in newst-backend.el to
15020 xml-substitute-numeric-entities in xml.el. (Bug#5008)
15021
15022 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15023
15024 * progmodes/js.el (js--js-not): Add null to the list of values.
15025
15026 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
15027
15028 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
15029
15030 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15031
15032 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15033 delimiter if it is at the end of the current line.
15034 (bibtex-generate-url-list): Fix docstring.
15035
15036 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15039 minibuffer's content with itself.
15040 Fold the confirm-after-completion case into the `confirm' case.
15041 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15042
15043 2009-12-06 Kevin Ryde <user42@zip.com.au>
15044
15045 * ffap.el (ffap-rfc-path): Make this a defcustom since
15046 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
15047
15048 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
15049 manuals, similar to existing setup for help-mode. (Bug#3913.)
15050
15051 2009-12-05 Juri Linkov <juri@jurta.org>
15052
15053 Save and restore dired buffer's point positions too. (Bug#4880)
15054
15055 * dired.el (dired-save-positions): Return in the first element
15056 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15057 Doc fix.
15058 (dired-restore-positions): First restore buffer's position.
15059 While restoring window's positions, check if window still displays
15060 the original buffer.
15061
15062 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
15063
15064 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15065 if possible.
15066
15067 * shell.el (shell): Require ansi-color (Bug#5113).
15068
15069 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15070
15071 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15072
15073 2009-12-05 Alan Mackenzie <acm@muc.de>
15074
15075 * progmodes/cc-mode.el (c-before-hack-hook)
15076 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15077 `c-file-style' to work again. This reversion restores the current
15078 software to its state in Emacs 23.1. (Bug#4146)
15079
15080 2009-12-05 Kevin Ryde <user42@zip.com.au>
15081
15082 * textmodes/sgml-mode.el (sgml-lexical-context):
15083 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
15084
15085 2009-12-05 Juri Linkov <juri@jurta.org>
15086
15087 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15088 for virtual nodes. (Bug#4147)
15089 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15090 when moving from a virtual node.
15091 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15092 (Info-mode): Add `Info-virtual-index' to the docstring.
15093
15094 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15095
15096 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15097 track of the buffer position of the end of a BibTeX entry as this
15098 position may change during reformatting.
15099 (bibtex-format-entry): Remove whitespace before processing
15100 numerical fields so that we recognize the latter properly.
15101 (bibtex-reformat): Do not use push which changes the global value
15102 of bibtex-entry-format.
15103 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15104 (bibtex-field-re-init): Replace only space characters by regexp
15105 for whitespace.
15106 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
15107 (bibtex-initialize): Also update bibtex-strings.
15108 (bibtex-kill-field): Preserve white space at end of entry.
15109 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15110 Update bibtex-reference-keys.
15111
15112 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15113
15114 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15115 point after a star, if that's the only place where modifications can
15116 make progress.
15117
15118 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15119
15120 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15121 in docstrings.
15122
15123 2009-12-04 Juri Linkov <juri@jurta.org>
15124
15125 * proced.el (proced): Call `(proced-update t)' to update process
15126 information instead of only running proced-post-display-hook.
15127 (proced-send-signal): Add a leading space to the buffer name
15128 " *Marked Processes*" to make this buffer ephemeral.
15129
15130 2009-12-04 Juri Linkov <juri@jurta.org>
15131
15132 * dired.el (dired-auto-revert-buffer): New defcustom.
15133 (dired-internal-noselect): Use it.
15134
15135 2009-12-04 Juri Linkov <juri@jurta.org>
15136
15137 Change roles of modes and functions in image-mode.el (Bug#5062).
15138
15139 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15140 in `auto-mode-alist'.
15141 (image-mode-previous-major-mode): New variable.
15142 (image-minor-mode-map): Rename from `image-mode-text-map'.
15143 (image-mode): Move graceful error-handling code from
15144 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15145 (image-minor-mode): Remove all image-handling code.
15146 Replace `image-mode-text-map' with `image-minor-mode-map'.
15147 Check for `image-type' in mode-line format string.
15148 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15149 (image-mode-as-text): New function with most code from
15150 `image-mode-maybe'.
15151 (image-toggle-display-text): Move code that removes image
15152 properties from `image-toggle-display' to here.
15153 (image-toggle-display-image): New function with code that adds
15154 image properties copied from `image-toggle-display'.
15155 (image-toggle-display): Remove most code with leaving only code
15156 that toggles between `image-mode-as-text' and `image-mode'.
15157
15158 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
15159
15160 * net/newst-treeview.el
15161 (newsticker--treeview-list-highlight-start): Restored call to
15162 save-excursion: Selected item was stuck.
15163 (newsticker--treeview-list-select): New.
15164 (newsticker--treeview-item-show-text)
15165 (newsticker--treeview-item-show)
15166 (newsticker--treeview-item-update): Use new
15167 newsticker-treeview-item-mode.
15168 (newsticker-treeview-update): Keep current item.
15169 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15170 (newsticker--treeview-first-feed): Doc change.
15171 (newsticker-treeview-list-menu)
15172 (newsticker-treeview-item-menu): Add menu entries.
15173 (newsticker-treeview-item-mode): New.
15174
15175 * net/newst-backend.el (newsticker-customize): Delete other
15176 windows.
15177
15178 2009-12-04 Sam Steingold <sds@gnu.org>
15179
15180 * log-view.el (log-view-mode-map): "q" calls quit-window,
15181 like in all the other non-self-insert buffers.
15182
15183 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15184
15185 Minor cleanup.
15186 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15187 key decoding rather than do it manually via last-input-event +
15188 ascii-character.
15189 (term-exec): Use delete-and-extract-region.
15190 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15191 (term-process-pager): Remove unused var `i'.
15192 (term-dynamic-simple-complete): Make obsolete.
15193 (serial-update-config-menu): Remove unused vars `y' and `str'.
15194 (term-update-mode-line): Remove unused var `temp'.
15195
15196 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15197
15198 Limit the number of log entries displayed by default.
15199 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15200 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15201 using a prefix argument.
15202
15203 2009-12-03 Glenn Morris <rgm@gnu.org>
15204
15205 * progmodes/idlwave.el (class): Restore still useful declaration.
15206
15207 2009-12-03 Alan Mackenzie <acm@muc.de>
15208
15209 Enhance `c-parse-state' to run efficiently in "brace deserts".
15210
15211 * progmodes/cc-mode.el (c-basic-common-init):
15212 Call c-state-cache-init.
15213 (c-neutralize-syntax-in-and-mark-CPP): Rename from
15214 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
15215 placing `category' properties value 'c-cpp-delimiter at its boundaries.
15216
15217 * progmodes/cc-langs.el (c-before-font-lock-function):
15218 c-extend-and-neutralize-syntax-in-CPP has been renamed
15219 c-neutralize-syntax-in-and-mark-CPP.
15220
15221 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15222 with `category' properties now, not `syntax-table' ones.
15223
15224 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15225 enhanced (but slower) version of c-end-of-macro that won't land
15226 inside a literal or on another awkward character.
15227 (c-state-cache-too-far, c-state-cache-start)
15228 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15229 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15230 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15231 (c-state-min-scan-pos, c-state-brace-pair-desert)
15232 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15233 buffer local variables.
15234 (c-state-literal-at, c-state-lit-beg)
15235 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15236 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15237 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15238 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15239 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15240 (c-renarrow-state-cache)
15241 (c-append-lower-brace-pair-to-state-cache)
15242 (c-state-push-any-brace-pair, c-append-to-state-cache)
15243 (c-remove-stale-state-cache)
15244 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15245 (c-invalidate-state-cache-1, c-parse-state-1)
15246 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
15247 (c-parse-state): Enhance and refactor.
15248 (c-debug-parse-state): Amend to deal with all the new variables.
15249
15250 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15251 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
15252 modify to use category text properties rather than syntax-table ones.
15253 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
15254 to switch off/on the syntactic paren property of C++ template
15255 delimiters using the category property.
15256 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15257 template delims suppressed.
15258 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15259 New constant/macros which apply category properties to the start
15260 and end of preprocessor constructs.
15261 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
15262 "comment out" the syntactic value of characters in preprocessor
15263 constructs.
15264 (c-with-cpps-commented-out)
15265 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15266 with characters in all or all but one preprocessor constructs
15267 "commented out".
15268
15269 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15270
15271 * proced.el (proced-filter-alist): Use regexp-quote.
15272
15273 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
15274
15275 Cleanup.
15276 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15277 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15278 arguments. Expand `default-directory'.
15279
15280 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15281 the benefit of returning an expanded localname.
15282 (tramp-tramp-file-p): Handle the case NAME is not a string.
15283
15284 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15285
15286 Add support for bzr shelve/unshelve.
15287 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15288 (vc-bzr-extra-menu-map): New variables.
15289 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15290 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15291 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15292 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15293 (vc-bzr-dir-extra-headers): Display shelves.
15294
15295 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15296
15297 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15298
15299 * textmodes/bibtex.el (bibtex-complete-internal):
15300 Use completion-in-region.
15301 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15302
15303 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15304
15305 Support applying stashes. Improve UI.
15306 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15307 (vc-git-stash-apply, vc-git-stash-pop)
15308 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15309 (vc-git-stash-menu): New functions.
15310 (vc-git-stash-menu-map): New variable.
15311 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15312
15313 2009-12-03 Glenn Morris <rgm@gnu.org>
15314
15315 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15316 (vc-print-log-internal): Fix previous change.
15317 (vc-revert): Correct pluralization.
15318
15319 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15322 it to be an alist any more.
15323 (makefile-complete): Use completion-in-region.
15324
15325 * progmodes/octave-mod.el (octave-complete-symbol):
15326 Use completion-in-region.
15327
15328 Misc cleanup.
15329 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15330 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15331 (idlwave-complete-class): Don't quote lambda.
15332 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15333 (idlwave-mode-map): Move initialization into declaration.
15334 (idlwave-action-and-binding): Use backquotes.
15335 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15336 Simplify.
15337 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15338 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15339 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15340 `parts', and `all-parts'.
15341 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15342 (idlwave-convert-xml-system-routine-info): Remove unused string
15343 `version-string'.
15344 (idlwave-display-user-catalog-widget): Use dolist.
15345 (idlwave-scanning-lib): Declare dynamically-scoped var.
15346 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15347 (completion-highlight-first-word-only): Declare to silence bytecomp.
15348 (idlwave-popup-select): Tighten scope of `resp'.
15349 (idlwave-find-struct-tag): Remove unused var `beg'.
15350 (idlwave-after-load-rinfo-hook): Declare.
15351 (idlwave-sintern-class-info): Remove unused var `taglist'.
15352 (idlwave-find-class-definition): Remove unused var `list'.
15353 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15354 (idlwave-what-module-find-class): Remove unused var `classes'.
15355
15356 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
15357
15358 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15359
15360 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15361
15362 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15363 buffers visited. Remove redundant current-buffer-saving.
15364
15365 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15366
15367 Use completion-in-buffer and remove uses of dynamic scoping.
15368 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15369 (pascal-buffer-to-use, pascal-flag): Don't declare.
15370 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15371 (pascal-get-completion-decl, pascal-keyword-completion):
15372 Add `pascal-str' argument, save-excursion,
15373 return the found completions, and don't filter with pascal-pred.
15374 (pascal-completion-cache): New var.
15375 (pascal-completion): Don't switch buffer any more (it was never
15376 necessary). Don't save-excursion any more (it's done by the called
15377 subroutines). Use a cache to avoid redundant computations.
15378 Use complete-with-action rather than pascal-completion-response and
15379 let it apply the predicate as well.
15380 (pascal-complete-word): Use completion-in-buffer when
15381 pascal-toggle-completions is nil.
15382 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15383 not used any more.
15384 (pascal-comp-defun): Don't change buffer any more.
15385 Use complete-with-action rather than pascal-completion-response and
15386 let it apply the predicate as well.
15387 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15388 when neded.
15389
15390 2009-12-02 Kenichi Handa <handa@m17n.org>
15391
15392 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15393 shape for all Indic scripts.
15394
15395 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15396
15397 Use completion-in-buffer.
15398 * wid-edit.el (widget-field-text-end): New function.
15399 (widget-field-value-get): Use it.
15400 (widget-string-complete, widget-file-complete)
15401 (widget-color-complete): Use it and completion-in-region.
15402 (widget-complete): Don't narrow the buffer.
15403
15404 2009-12-02 Glenn Morris <rgm@gnu.org>
15405
15406 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15407 (rmail-select-summary): Use rmail-pop-to-buffer.
15408 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15409 rmail-pop-to-buffer, to prevent horizontal splits.
15410
15411 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15412 save-excursion with save-current-buffer.
15413 Widen before searching. (Bug#5093)
15414 (diary-list-sexp-entries): Remove superfluous save-excursion.
15415
15416 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
15417
15418 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15419 name. (Bug#5038)
15420
15421 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15422
15423 * ido.el (ido-file-internal): Handle filenames at point that do
15424 not have a directory part. (Bug#5049)
15425
15426 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
15427
15428 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15429 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15430
15431 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15432
15433 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15434 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15435 any more.
15436
15437 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * comint.el (comint-insert-input): Ignore clicks to the right of
15440 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15441
15442 * vc.el (vc-print-log-internal): Don't wait for the process to
15443 terminate before setting up the major mode.
15444
15445 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15446 in case.
15447
15448 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15449 the last element.
15450
15451 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15452
15453 2009-12-01 Glenn Morris <rgm@gnu.org>
15454
15455 * window.el (window--display-buffer-2): Fix previous changes.
15456
15457 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
15458
15459 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15460
15461 2009-12-01 Glenn Morris <rgm@gnu.org>
15462
15463 * Makefile.in (ELCFILES): Add mpc.elc.
15464
15465 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * mpc.el: New file.
15468
15469 2009-12-01 Glenn Morris <rgm@gnu.org>
15470
15471 * window.el (window-to-use): Define for compiler.
15472
15473 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15474 consistent with others (no final period).
15475
15476 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15477 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15478
15479 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15480
15481 Make vc-print-log buttons work.
15482 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
15483
15484 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15485
15486 * savehist.el (savehist-autosave-interval): Allow setting to nil
15487 through customize. (Bug#5056)
15488
15489 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
15490
15491 Fix references to jit-lock properties.
15492 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15493 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15494 (perl-font-lock-special-syntactic-constructs):
15495 Quote jit-lock-defer-multiline property.
15496
15497 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15498
15499 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15500
15501 2009-11-30 Juri Linkov <juri@jurta.org>
15502
15503 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15504 value `buffer' of `multi-isearch-next-buffer-current-function'.
15505 Use `(current-buffer)' when `buffer' is nil.
15506 (multi-isearch-next-buffer-from-list): Don't fallback to
15507 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15508
15509 2009-11-30 Juri Linkov <juri@jurta.org>
15510
15511 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15512 of buffers with `get-buffer' to `multi-isearch-buffers'.
15513 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15514 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15515 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15516 FILES with `expand-file-name' converting relative file names
15517 to absolute. Doc fix. (Bug#4727)
15518
15519 2009-11-30 Juri Linkov <juri@jurta.org>
15520
15521 * misearch.el (multi-isearch-read-buffers)
15522 (multi-isearch-read-matching-buffers): New functions.
15523 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15524 Use them in the `interactive' spec. Doc fix.
15525 (multi-isearch-read-files, multi-isearch-read-matching-files):
15526 New functions.
15527 (multi-isearch-files, multi-isearch-files-regexp):
15528 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15529
15530 2009-11-30 Juri Linkov <juri@jurta.org>
15531
15532 * doc-view.el (doc-view-continuous):
15533 Rename from `doc-view-continuous-mode'.
15534 (doc-view-menu): Move "Toggle display" to the top.
15535 Add submenu "Continuous" with radio buttons "Off"/"On"
15536 and "Save as Default".
15537 (doc-view-scroll-up-or-next-page)
15538 (doc-view-scroll-down-or-previous-page)
15539 (doc-view-next-line-or-next-page)
15540 (doc-view-previous-line-or-previous-page):
15541 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15542
15543 2009-11-30 Juri Linkov <juri@jurta.org>
15544
15545 * comint.el (comint-mode-map): Rebind `M-r' from
15546 `comint-previous-matching-input' to
15547 `comint-history-isearch-backward-regexp'.
15548 Unbind `M-s' to allow global key binding `M-s'.
15549 Add menu items for `comint-history-isearch-backward' and
15550 `comint-history-isearch-backward-regexp'. (Bug#3746)
15551
15552 2009-11-30 Juri Linkov <juri@jurta.org>
15553
15554 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15555 For def=recenter, replace `recenter' with `recenter-top-bottom'
15556 that is called with `this-command' and `last-command' let-bound
15557 to `recenter-top-bottom'. When the last `def' was not `recenter',
15558 set `recenter-last-op' to nil. (Bug#4981)
15559
15560 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15561
15562 Minor cleanup and simplification.
15563 * filecache.el (file-cache-add-directory)
15564 (file-cache-add-directory-recursively)
15565 (file-cache-add-from-file-cache-buffer)
15566 (file-cache-delete-file-regexp, file-cache-delete-directory)
15567 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15568 (file-cache-temp-minibuffer-message): Delete function.
15569 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15570
15571 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15572 Don't signal an error when bumping into EOB in tr, s, or y.
15573
15574 2009-11-29 Juri Linkov <juri@jurta.org>
15575
15576 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15577 (Bug#4960)
15578
15579 * descr-text.el (describe-char-unidata-list): Use lowercase name
15580 for "Unicode name" like in other tags.
15581
15582 2009-11-29 Juri Linkov <juri@jurta.org>
15583
15584 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15585 New compatibility macro.
15586 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15587
15588 2009-11-29 Juri Linkov <juri@jurta.org>
15589
15590 Add defcustom to define the cycling order of `recenter-top-bottom'.
15591 (Bug#4981)
15592
15593 * window.el (recenter-last-op): Doc fix.
15594 (recenter-positions): New defcustom.
15595 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15596 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15597
15598 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15599
15600 Improve integration of Tramp and ange-ftp in eshell.
15601
15602 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15603 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15604 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15605
15606 * eshell/esh-util.el (top): Require also Tramp when compiling.
15607 (eshell-directory-files-and-attributes): Check for FTP remote
15608 connection.
15609 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15610 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15611 (eshell-file-attributes): Handle ".". Return `entry'.
15612
15613 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15614 (ange-ftp-directory-files-and-attributes)
15615 (ange-ftp-real-directory-files-and-attributes): New defuns.
15616
15617 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15618 shell with "exec" when possible. This prevents trailing prompts
15619 in `start-file-process'.
15620
15621 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15622
15623 Try and remove assumptions about point-min==1.
15624 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15625 (rng-compute-mode-line-string): Show the validation percentage in
15626 terms of the narrowed text, not the widened text.
15627 (rng-do-some-validation): Don't catch internal errors when debugging.
15628 (rng-first-error): Simplify.
15629 (rng-after-change-function): Remove work around. AFAIK the bug has
15630 been fixed a while ago.
15631
15632 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15633 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15634
15635 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15636
15637 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15638 `cd' doesn't always do it for us (bug#5067).
15639
15640 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15641 on 2009-10-25 as part of some other change (bug#5067).
15642
15643 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15644
15645 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15646 `suspicious'.
15647 (byte-compile-warnings): Use byte-compile-warning-types.
15648 (byte-compile-save-excursion): Warn about use of set-buffer right
15649 after save-excursion.
15650
15651 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15652 the excursion as well.
15653
15654 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15655
15656 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15657 providing a Tramp related implementation of "su" and "sudo".
15658 (eshell-unix-initialize): Add "su" and "sudo".
15659
15660 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15661
15662 * net/socks.el (socks-send-command): Convert binary request to
15663 unibyte before sending. This fixes mishandling of some port
15664 numbers such as 129.
15665
15666 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15667
15668 * help.el (describe-bindings-internal): Remove `interactive'.
15669
15670 * man.el (Man-completion-table): Trim a terminating "(".
15671 Remove the space between name page a section.
15672 Add the command's description on the `help-echo' property.
15673 Remove `process-connection-type' binding since it's unused by
15674 call-process.
15675 Provide completion for the "<section> <name>" format as well.
15676 (Man-default-man-entry): Remove spurious var shadowing the argument.
15677
15678 2009-11-26 Kevin Ryde <user42@zip.com.au>
15679
15680 * log-view.el: Add "Keywords: tools", since its other keywords
15681 aren't in finder-known-keywords, and following vc.el.
15682
15683 * sha1.el (sha1-string-external): default-directory "/" in case
15684 otherwise non-existent. process-connection-type pipe for touch of
15685 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15686
15687 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 Misc coding convention cleanups.
15690 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15691 hfy-init-kludge-hooks.
15692 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15693 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15694 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15695 and push.
15696 (hfy-slant, hfy-weight): Use tables rather than code.
15697 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15698 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15699 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15700 (hfy-face-to-css): Remove `nconc' with single arg.
15701 (hfy-p-to-face-lennart): Use `or'.
15702 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15703 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15704 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15705 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15706 (hfy-force-fontification): Use run-hooks.
15707
15708 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15709
15710 Various minor fixes.
15711 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15712 Javascript belongs in the header, not the body.
15713 (hfy-javascript): Remove.
15714 (hfy-fontify-buffer): Don't insert it any more.
15715 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15716 Fix bug in invis handling when there were no invis props in a chunk.
15717
15718 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15721
15722 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15723
15724 * finder.el (finder-mode-map): Add a menu.
15725
15726 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15727
15728 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15729 "unsigned" structs.
15730
15731 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15732 fork" statement better.
15733
15734 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15735
15736 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15737 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15738 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15739 Reported by Clay Douglass.
15740
15741 (verilog-auto-inst, verilog-auto-star-safe)
15742 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15743 Fix removing "// Interfaces" when saving .* expansions.
15744 Reported by Pierre-David Pfister.
15745
15746 2009-11-26 Glenn Morris <rgm@gnu.org>
15747
15748 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15749 the scope.
15750
15751 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15752
15753 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15754 Really use previous revision.
15755
15756 2009-11-25 Kevin Ryde <user42@zip.com.au>
15757
15758 * man.el (Man-completion-table): default-directory "/" in case
15759 doesn't otherwise exist. process-environment COLUMNS=999 so as
15760 not to truncate long names. process-connection-type pipe to avoid
15761 any chance of hitting the pseudo-tty TIOCGWINSZ.
15762 (man): completion-ignore-case t for friendliness and since man
15763 itself is case-insensitive on the command line.
15764 Further to Bug#3717.
15765
15766 * arc-mode.el: Add "Keywords: files", so the details in its
15767 commentary can be reached from finder-by-keyword.
15768 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15769 editing mode, but it's comms related and sgml-mode.el has "comm"
15770 on that basis too.
15771 * textmodes/bibtex-style.el: Add "Keywords: tex".
15772 * international/isearch-x.el, international/ja-dic-cnv.el:
15773 * international/ja-dic-utl.el, international/kkc.el:
15774 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15775
15776 2009-11-25 Juri Linkov <juri@jurta.org>
15777
15778 * man.el (Man-completion-table): Modify regexp to include
15779 section names to completion strings. (Bug#3717)
15780
15781 2009-11-25 Juri Linkov <juri@jurta.org>
15782
15783 Search recursively in gzipped files. (Bug#4982)
15784
15785 * progmodes/grep.el (grep-highlight-matches): Add new options
15786 `always' and `auto'. Doc fix.
15787 (grep-process-setup): Check `grep-highlight-matches' for
15788 `auto-detect' to determine the need to compute grep defaults.
15789 Move Windows/DOS specific --colors settings handling
15790 to `grep-compute-defaults'. Check `grep-highlight-matches'
15791 to get the value of "--color=".
15792 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15793 has the value `auto-detect'. Move Windows/DOS specific settings
15794 from `grep-process-setup'.
15795 (zrgrep): New command with alias `rzgrep'.
15796
15797 2009-11-25 Juri Linkov <juri@jurta.org>
15798
15799 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15800 to nil instead of switching off view-mode. (Bug#4896)
15801
15802 2009-11-25 Juri Linkov <juri@jurta.org>
15803
15804 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15805
15806 * mwheel.el (mwheel-scroll-up-function)
15807 (mwheel-scroll-down-function): New defvars.
15808 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15809 `scroll-up', and `mwheel-scroll-down-function' instead of
15810 `scroll-down'.
15811
15812 * doc-view.el (doc-view-scroll-up-or-next-page)
15813 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15814 Use this ARG in the call to image-scroll-up/image-scroll-down.
15815 Change `interactive' spec to "P". Goto next/previous page only
15816 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15817 SPC/DEL case). Doc fix.
15818 (doc-view-next-line-or-next-page)
15819 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15820 for consistency.
15821 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15822 `doc-view-scroll-up-or-next-page', and buffer-local
15823 `mwheel-scroll-down-function' to
15824 `doc-view-scroll-down-or-previous-page'.
15825
15826 2009-11-25 Juri Linkov <juri@jurta.org>
15827
15828 Provide additional default values (directories at other Dired
15829 windows) via M-n in the minibuffer of some Dired commands.
15830
15831 * dired-aux.el (dired-diff, dired-compare-directories)
15832 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15833 `minibuffer-default' in `minibuffer-with-setup-hook'.
15834 (dired-dwim-target-directory): Find a window that displays Dired
15835 buffer instead of failing when the next window is not Dired.
15836 Use `get-window-with-predicate' to find for the next Dired window.
15837 (dired-dwim-target-defaults): New function.
15838
15839 * ediff-util.el (ediff-read-file-name):
15840 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15841 in `minibuffer-with-setup-hook'.
15842
15843 2009-11-25 Juri Linkov <juri@jurta.org>
15844
15845 Provide additional default values (file name at point or at the
15846 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15847
15848 * minibuffer.el (read-file-name-defaults): New function.
15849 (read-file-name): Reset `minibuffer-default' to nil when
15850 it duplicates initial input `insdef'.
15851 Bind `minibuffer-default-add-function' to lambda that
15852 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15853 (minibuffer-insert-file-name-at-point): New command.
15854
15855 * files.el (file-name-at-point-functions): New defcustom.
15856 (find-file-default): Remove defvar.
15857 (find-file-read-args): Don't use `find-file-default'.
15858 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15859 to `read-file-name'.
15860 (find-file-literally): Use `read-file-name' with
15861 `confirm-nonexistent-file-or-buffer'.
15862
15863 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15864
15865 * dired.el (dired-read-dir-and-switches):
15866 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15867 to `read-file-name'.
15868 (dired-file-name-at-point): New function.
15869 (dired-mode): Add hook `dired-file-name-at-point' to
15870 `file-name-at-point-functions'.
15871
15872 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15873
15874 Really make the *Completions* window soft-dedicated (bug#5030).
15875 * window.el (window--display-buffer-2): Add `dedicated' argument.
15876 (display-buffer): Pass it when needed so the dedicated flag is set
15877 after calling set-window-buffer, which would otherwise reset it.
15878
15879 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15880
15881 * progmodes/meta-mode.el (meta-complete-symbol):
15882 * progmodes/etags.el (complete-tag):
15883 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15884 Use completion-in-region.
15885
15886 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15887 (dabbrev-completion): Use completion-in-region.
15888 (dabbrev--abbrev-at-point): Simplify regexp.
15889
15890 * abbrev.el (abbrev--before-point): Use word-motion functions
15891 if :regexp is not specified (bug#5031).
15892
15893 * subr.el (string-prefix-p): New function.
15894
15895 * man.el (Man-completion-cache): New var.
15896 (Man-completion-table): Use it.
15897
15898 * vc.el (vc-print-log-internal): Make `limit' optional for better
15899 compatibility (e.g. with vc-annotate.el).
15900
15901 2009-11-24 Kevin Ryde <user42@zip.com.au>
15902
15903 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15904 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15905
15906 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15907 when .el source file not found or other error.
15908
15909 2009-11-24 Markus Triska <markus.triska@gmx.at>
15910
15911 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15912
15913 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15914
15915 Handle the [back] button properly (bug#4979).
15916 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15917 Use help-setup-xref, help-buffer, and with-help-window.
15918 (describe-char): Add `buffer' argument.
15919 Pass proper command to help-setup-xref. Don't meddle with
15920 help-xref-stack-item directly.
15921 (describe-text-category): Use with-help-window and help-buffer.
15922
15923 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15924 for the displayed buffer (bug#4887).
15925
15926 * man.el (Man-completion-table): New function.
15927 (man): Use it.
15928
15929 2009-11-24 David Reitter <david.reitter@gmail.com>
15930
15931 * vc-git.el (vc-git-registered): Use checkout directory (where
15932 .git is) rather than the file's directory and a relative path spec
15933 to work around a bug in git.
15934
15935 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15936
15937 Improve handling of processes on remote hosts.
15938
15939 * eshell/esh-util.el (eshell-path-env): New defvar.
15940 (eshell-parse-colon-path): New defun.
15941 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15942
15943 * eshell/esh-ext.el (eshell-search-path):
15944 Use `eshell-parse-colon-path'.
15945 (eshell-remote-command): Remove argument HANDLER.
15946 (eshell-external-command): Check for FTP remote connection.
15947
15948 * eshell/esh-proc.el (eshell-gather-process-output):
15949 Use `file-truename', in order to start also symlinked files.
15950 Apply `start-file-process' instead of `start-process'.
15951 Shorten `command' to the local file name part.
15952
15953 * eshell/em-cmpl.el (eshell-complete-commands-list):
15954 Use `eshell-parse-colon-path'.
15955
15956 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15957
15958 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15959 to `eshell-directory-change-hook'.
15960
15961 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15962
15963 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15964 because it could be enabled automatically if view-read-only is non-nil.
15965
15966 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15967
15968 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15969 made on 2009-11-22.
15970
15971 2009-11-24 Glenn Morris <rgm@gnu.org>
15972
15973 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15974 deleted variable bookmark-bmenu-bookmark-column.
15975
15976 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15977
15978 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15979
15980 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15981
15982 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15983 two slashes to the "file:" prefix.
15984 (browse-url-file-url): De-munge Cygwin filenames before passing
15985 them to Windows browser.
15986 (browse-url-default-windows-browser): Use call-process.
15987
15988 2009-11-23 Juri Linkov <juri@jurta.org>
15989
15990 Implement DocView Continuous mode. (Bug#4896)
15991 * doc-view.el (doc-view-continuous-mode): New defcustom.
15992 (doc-view-mode-map): Bind C-n/<down> to
15993 `doc-view-next-line-or-next-page', C-p/<up> to
15994 `doc-view-previous-line-or-previous-page'.
15995 (doc-view-next-line-or-next-page)
15996 (doc-view-previous-line-or-previous-page): New commands.
15997
15998 2009-11-23 Juri Linkov <juri@jurta.org>
15999
16000 Implement Isearch in comint input history. (Bug#3746)
16001 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
16002 `isearch-mode-hook'.
16003 (comint-history-isearch): New defcustom.
16004 (comint-history-isearch-backward)
16005 (comint-history-isearch-backward-regexp): New commands.
16006 (comint-history-isearch-message-overlay): New buffer-local variable.
16007 (comint-history-isearch-setup, comint-history-isearch-end)
16008 (comint-goto-input, comint-history-isearch-search)
16009 (comint-history-isearch-message, comint-history-isearch-wrap)
16010 (comint-history-isearch-push-state)
16011 (comint-history-isearch-pop-state): New functions.
16012
16013 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
16014
16015 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
16016 return.
16017 (tramp-handle-make-symbolic-link)
16018 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
16019 Quote file names.
16020 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
16021 (tramp-handle-process-file): Use it.
16022
16023 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16024
16025 * window.el (move-to-window-line-last-op): Remove.
16026 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16027
16028 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16029
16030 Make M-r mirror the new cycling behavior of C-l.
16031 * window.el (move-to-window-line-last-op): New var.
16032 (move-to-window-line-top-bottom): New command.
16033 (global-map): Bind M-r move-to-window-line-top-bottom.
16034
16035 2009-11-23 Sven Joachim <svenjoac@gmx.de>
16036
16037 * dired-x.el (dired-guess-shell-alist-default):
16038 Support xz format. (Bug#4953)
16039
16040 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16041
16042 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16043 last-command-char/last-command-event.
16044 (viper-prefix-arg-value): Do correct conversion of event-char for
16045 XEmacs.
16046
16047 * emulation/viper-util.el, emulation/viper.el:
16048 Use viper-last-command-char instead of
16049 last-command-char/last-command-event.
16050
16051 * ediff-init.el, ediff-mult.el, ediff-util.el:
16052 Replace last-command-char and last-command-event
16053 with (ediff-last-command-char) everywhere.
16054
16055 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16056 created in fundamental mode.
16057
16058 * ediff.el (ediff-version): Revert the change of interactive-p to
16059 called-interactively-p.
16060
16061 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16062
16063 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16064 generation from word-movement command names.
16065
16066 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16067
16068 * cus-start.el (all): Add native condition for font-use-system-font.
16069
16070 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
16071
16072 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16073 Correct the patch from 2009-11-18. (Bug#3910)
16074
16075 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16076
16077 * progmodes/subword.el: Rename from lisp/subword.el.
16078
16079 * subword.el: Rename to progmodes/subword.el.
16080
16081 * Makefile.in (ELCFILES): Adapt to subword.el move.
16082
16083 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16084 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16087 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16088 (bookmark-bmenu-show-filenames): Use push.
16089 (bookmark-bmenu-hide-filenames): Use local var instead of
16090 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16091 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16092 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16093 filenames now that the bookmark names are always available.
16094
16095 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16096
16097 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16098 (bookmark-search-pattern): Move and leave unbound.
16099 (bookmark-bmenu-mode-map): Change binding.
16100 (bookmark-read-search-input): Simplify.
16101 Don't use text-char-description. Don't error on non-char events.
16102 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16103 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16104 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16105 Use a local var for the timer.
16106 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16107 (i.e. bookmark-bmenu-search).
16108
16109 2009-11-21 Glenn Morris <rgm@gnu.org>
16110
16111 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16112
16113 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16114
16115 * net/browse-url.el (browse-url-default-windows-browser):
16116 Use cygstart for cygwin.
16117
16118 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16119
16120 * bookmark.el: Formatting and doc fixes only:
16121 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16122 (bookmark-bmenu-search): Wrap to fit within 80 columns.
16123 Minor grammar and punctuation fixes in doc string.
16124 (bookmark-read-search-input): Adjust to fit within 80 columns.
16125
16126 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16127
16128 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16129 (c-backward-into-nomenclature): Adapt to subword renaming.
16130
16131 * subword.el (subword-forward, subword-backward, subword-mark)
16132 (subword-kill, subword-backward-kill, subword-transpose)
16133 (subword-downcase, subword-upcase, subword-capitalize)
16134 (subword-forward-internal, subword-backward-internal):
16135 Rename from forward-subword, backward-subword, mark-subword,
16136 kill-subword, backward-kill-subword, transpose-subwords,
16137 downcase-subword, upcase-subword, capitalize-subword,
16138 forward-subword-internal, backward-subword-internal.
16139
16140 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16141
16142 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16143 New options.
16144 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16145 New vars.
16146 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16147 (bookmark-bmenu-filter-alist-by-regexp)
16148 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16149 (bookmark-bmenu-search): New command.
16150 (bookmark-bmenu-mode-map): Bind it.
16151
16152 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16153
16154 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16155 backward-subword to quit the byte-compiler.
16156
16157 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16158
16159 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16160
16161 * progmodes/cc-cmds.el (c-update-modeline)
16162 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16163 Refer to subword.el functions instead of cc-subword.el.
16164
16165 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16166 subword.el functions instead of cc-subword.el.
16167
16168 * progmodes/cc-subword.el: Rename to subword.el.
16169 * subword.el: Rename from progmodes/cc-subword.el.
16170 (subword-mode-map): Rename from c-subword-mode-map.
16171 (subword-mode): Rename from c-subword-mode.
16172 (global-subword-mode): New global minor mode.
16173 (forward-subword): Rename from c-forward-subword.
16174 (backward-subword): Rename from c-backward-subword.
16175 (mark-subword): Rename from c-mark-subword.
16176 (kill-subword): Rename from c-kill-subword.
16177 (backward-kill-subword): Rename from c-backward-kill-subword.
16178 (transpose-subwords): Rename from c-tranpose-subword.
16179 (downcase-subword): Rename from c-downcase-subword.
16180 (capitalize-subword): Rename from c-capitalize-subword.
16181 (forward-subword-internal): Rename from c-forward-subword-internal.
16182 (backward-subword-internal): Rename from c-backward-subword-internal.
16183
16184 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16185
16186 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16187 from a dired buffer.
16188 (vc-dired-deduce-fileset): New function.
16189 (vc-root-diff, vc-print-root-log): Use it.
16190
16191 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16192 nil LIMIT argument to vc-print-log-internal.
16193
16194 2009-11-20 Glenn Morris <rgm@gnu.org>
16195
16196 * Makefile.in (ELCFILES): Regenerate.
16197
16198 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16199
16200 * calc/calc.el (calc-set-mode-line):
16201 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16202 (math-format-number): Rename `math-format-complement-signed' to
16203 `math-format-twos-complement'.
16204
16205 * calc/calc-bin.el (math-format-twos-complement): Rename from
16206 math-format-complement-signed.
16207 (calc-radix): Rename `calc-complement-signed-mode' to
16208 `calc-twos-complement-mode'.
16209 (calc-octal-radix, calc-hex-radix): Add an argument for
16210 two's complement.
16211
16212 * calc/calc-embed.el (calc-embedded-mode-vars):
16213 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16214
16215 * calc/calc-ext.el (calc-init-extensions):
16216 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16217 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16218
16219 * calc/calc-units.el (math-build-units-table-buffer):
16220 Let `calc-twos-complement-mode' be nil.
16221
16222 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16223 entries.
16224
16225 * calc/calc-vec.el (calcFunc-vunpack):
16226 * calc/calc-aent.el (calc-do-calc-eval):
16227 * calc/calc-forms.el (math-format-date):
16228 * calc/calc-graph.el (calc-graph-plot):
16229 * calc/calc-math.el (math-use-emacs-fn):
16230 * calc/calccomp.el (math-compose-expr):
16231 Let `calc-twos-complement-mode' be nil.
16232
16233 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16234
16235 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16236 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16237 * minibuffer.el (completion-in-region-functions): New hook.
16238 (completion-in-region): New function.
16239 * emacs-lisp/lisp.el (lisp-complete-symbol):
16240 * pcomplete.el (pcomplete-std-complete): Use it.
16241
16242 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16243
16244 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16245 (latex-complete-alist): New vars.
16246 (latex-string-prefix-p, latex-complete-bibtex-keys)
16247 (latex-complete-envnames, latex-complete-refkeys)
16248 (latex-complete-data): New functions.
16249 (latex-complete, latex-indent-or-complete): New commands.
16250
16251 * window.el (display-buffer-mark-dedicated): New var.
16252 (display-buffer): Obey it.
16253 * minibuffer.el (minibuffer-completion-help): Use it.
16254
16255 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16256
16257 * filecache.el (file-cache-add-file): Use push and cons.
16258 (file-cache-delete-file-regexp): Use push.
16259 (file-cache-complete): Use completion-in-region.
16260
16261 * simple.el (with-wrapper-hook): Fix thinko.
16262
16263 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16264 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16265 Use with-current-buffer and string-to-number.
16266 (hfy-fallback-colour-values): Use assoc-string.
16267 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16268 (hfy-face-at): Remove unused var `found-face'.
16269 (hfy-compile-stylesheet): Remove unused var `css'.
16270 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16271 and `orig-buffer'.
16272 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16273 Use with-current-buffer.
16274 (hfy-text-p): Use expand-file-name and fewer setq.
16275
16276 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16277
16278 * htmlfontify.el, hfy-cmap.el: New files.
16279
16280 2009-11-19 Juri Linkov <juri@jurta.org>
16281
16282 * minibuffer.el (completions-format): New defcustom.
16283 (completion--insert-strings): Implement vertical format.
16284
16285 * simple.el (switch-to-completions): Move point to the first
16286 completion when point was at the beginning of the buffer.
16287
16288 2009-11-19 Juri Linkov <juri@jurta.org>
16289
16290 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16291
16292 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16293
16294 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
16295
16296 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16297 (mail-signature): Change default to t.
16298 (mail-from-style): Deprecate `system-default' value.
16299 (mail-insert-from-field): For default value of mail-from-style,
16300 default to `angles' unless `angles' needs quoting and `parens'
16301 does not.
16302 (mail-citation-prefix-regexp): Use citation regexp from
16303 message-mode.
16304
16305 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
16306
16307 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16308 Set variables for computing the prompt for reading password.
16309
16310 2009-11-19 Glenn Morris <rgm@gnu.org>
16311
16312 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16313
16314 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16315
16316 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16317 (newsticker-treeview-listwindow-height): Fix custom type.
16318
16319 2009-11-19 Kenichi Handa <handa@m17n.org>
16320
16321 * descr-text.el (describe-char-padded-string): Compose with TAB
16322 only if there's a font for CH.
16323 (describe-char): Fix the condition for detecting a trivial composition.
16324
16325 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
16326
16327 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
16328 more accurate version of the regexp. (Bug#3910)
16329
16330 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16331
16332 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16333
16334 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
16335
16336 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16337 (font-setting-change-default-font): Fix typo in docstring.
16338
16339 2009-11-18 Alan Mackenzie <acm@muc.de>
16340
16341 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16342
16343 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16344
16345 * font-setting.el (font-use-system-font): Move ...
16346
16347 * cus-start.el (all): ... to here.
16348
16349 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
16350
16351 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16352 Don't set `ad-return-value' if `ad-do-it' doesn't.
16353
16354 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16355 modification time.
16356
16357 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16358
16359 * menu-bar.el: Put "Use system font" in Option-menu.
16360 (menu-bar-options-save): Add font-use-system-font.
16361
16362 * loadup.el: If feature system-font-setting or font-render-setting is
16363 there, load font-setting.
16364
16365 * Makefile.in (ELCFILES): Add font-settings.el.
16366 * font-setting.el: New file.
16367
16368 2009-11-17 Glenn Morris <rgm@gnu.org>
16369
16370 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16371
16372 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16373 Preserve point in the list buffer. (Bug#4939)
16374 Use point-at-eol.
16375 (newsticker--treeview-list-update-highlight)
16376 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16377
16378 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16379
16380 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16381 Remove.
16382
16383 * calc/calc-ext.el (calc-init-extensions): Remove references to
16384 symclip.
16385
16386 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16387
16388 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
16389 * calc/calc-help.el (calc-b-prefix-help): Remove references to
16390 `calc-symclip'.
16391
16392 2009-11-16 Kevin Ryde <user42@zip.com.au>
16393
16394 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16395 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
16396
16397 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16398 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16399 Ignore trailing spaces by omit-nulls to split-string (fixing
16400 regression from Emacs 21 due to the incompatible split-string
16401 change). (Bug #4928.)
16402
16403 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16404
16405 * vc.el (vc-log-show-limit): Default to 2000.
16406 (vc-print-log-internal): Insert buttons to request more entries
16407 when limiting the output.
16408
16409 * vc-sccs.el (vc-sccs-print-log):
16410 * vc-rcs.el (vc-rcs-print-log):
16411 * vc-cvs.el (vc-cvs-print-log):
16412 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16413 LIMIT is non-nil.
16414
16415 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16416
16417 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16418 error when `tramp-gvfs-dbus-event-vector' is set.
16419 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16420
16421 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16422
16423 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16424
16425 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16426
16427 * net/dbus.el (dbus-unregister-service): New defun.
16428 (dbus-register-property): Register the handlers of
16429 "org.freedesktop.DBus.Properties" for SERVICE.
16430 (dbus-property-handler): Fix docstring.
16431
16432 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16433
16434 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16435 Quote doc string reference in defvaralias as it is not in special form.
16436 (byte-compile-output-docform): Doc fix.
16437
16438 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16439
16440 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16441 (calc-complement-signed-mode): New variables.
16442 (calc-set-mode-line): Add indicator for twos-complements.
16443 (math-format-number): Format twos-complement notation.
16444
16445 * calc/calc-bin.el (calc-word-size): Reset the variables
16446 `math-2-word-size' and `math-half-2-word-size'.
16447 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16448 (calc-symclip): New functions.
16449
16450 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16451
16452 * calc/calc-embed.el (calc-embedded-mode-vars):
16453 Add `calc-complement-signed-mode' to the list of modes.
16454
16455 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
16456 (calc-b-oper-keys): Add `calc-symclip' to list.
16457
16458 * calc/calc-ext.el (math-read-number-fancy): Read complement
16459 signed numbers.
16460 (calc-init-extensions): Add binding for `calc-symclip'.
16461 Add autoload for `calcFunc-symclip' and `calc-symclip'.
16462
16463 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16464 `calc-symclip'.
16465 (calc-modes-menu): Add item for twos complement mode.
16466
16467 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
16468
16469 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16470
16471 * register.el (jump-to-register, insert-register): Handle Semantic
16472 tags. From commented-out advice in semantic/senator.el.
16473
16474 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16475
16476 * vc.el (vc-log-show-limit): New variable.
16477 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16478 when using a prefix argument.
16479 (vc-print-log-internal): Add new argument LIMIT.
16480
16481 * vc-svn.el (vc-svn-print-log):
16482 * vc-mtn.el (vc-mtn-print-log):
16483 * vc-hg.el (vc-hg-print-log):
16484 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
16485 pass it to the log command when set. Make the BUFFER argument
16486 non-optional.
16487
16488 * vc-sccs.el (vc-sccs-print-log):
16489 * vc-rcs.el (vc-rcs-print-log):
16490 * vc-git.el (vc-git-print-log):
16491 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16492 ignore it. Make the BUFFER argument non-optional.
16493
16494 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16495
16496 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16497
16498 * dired.el (dired-mode-map): Move encryption items to "Operate"
16499 menu (Bug#4703).
16500
16501 * strokes.el (strokes-update-window-configuration): Make strokes
16502 buffer current before erasing (Bug#4906).
16503
16504 2009-11-15 Juri Linkov <juri@jurta.org>
16505
16506 * simple.el (set-mark-default-inactive): Add :type, :group
16507 and :version. (Bug#4876)
16508
16509 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16510
16511 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16512 (archive-unique-fname): ... here. (Bug#4929)
16513
16514 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16515
16516 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16517 with a real fix.
16518
16519 * novice.el (disabled-command-function): Add useful args.
16520 Setup the help buffer so that [back] works.
16521 Remove redundant call to help-mode.
16522 (disabled-command-function): Use `case'.
16523 (en/disable-command): New function extracted from enable-command.
16524 (enable-command, disable-command): Use it.
16525
16526 2009-11-14 Glenn Morris <rgm@gnu.org>
16527
16528 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16529 constants. (Bug#4913)
16530
16531 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16532
16533 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16534
16535 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16536 defined in C that have no doc-strings. (Bug#1063)
16537
16538 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16539
16540 * cus-edit.el (data, files):
16541 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16542
16543 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16544
16545 * simple.el (shell-command): Doc fix (Bug#4891).
16546
16547 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16548
16549 2009-11-14 Glenn Morris <rgm@gnu.org>
16550
16551 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16552 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16553 If they are already loaded, eval-after-load will do the right thing.
16554
16555 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16556 compiling.
16557
16558 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16559
16560 * simple.el (x-selection-owner-p): Declare.
16561 (read-mail-command): Use custom radio type rather than choice.
16562 (completion-no-auto-exit): Doc fix.
16563
16564 * custom.el (defgroup):
16565 * epg-config.el (epg): Doc fixes.
16566
16567 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16568
16569 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16570 * international/ccl.el (define-ccl-program): Do not purecopy the
16571 docstring, defconst does it anyway.
16572
16573 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16576 a second time.
16577
16578 * x-dnd.el (x-dnd-maybe-call-test-function):
16579 * window.el (split-window-vertically):
16580 * whitespace.el (whitespace-help-on):
16581 * vc-rcs.el (vc-rcs-consult-headers):
16582 * userlock.el (ask-user-about-lock-help)
16583 (ask-user-about-supersession-help):
16584 * type-break.el (type-break-force-mode-line-update):
16585 * time-stamp.el (time-stamp-conv-warn):
16586 * terminal.el (te-set-output-log, te-more-break, te-filter)
16587 (te-sentinel, terminal-emulator):
16588 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16589 (term-write-input-ring, term-check-source, term-start-output-log):
16590 (term-display-buffer-line, term-dynamic-list-completions):
16591 (term-ansi-make-term, serial-term):
16592 * subr.el (selective-display):
16593 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16594 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16595 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16596 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16597 (speedbar-remove-localized-speedbar-support)
16598 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16599 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16600 (speedbar-buffers-line-directory):
16601 * simple.el (shell-command-on-region, append-to-buffer)
16602 (prepend-to-buffer):
16603 * shadowfile.el (shadow-save-todo-file):
16604 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16605 (scroll-bar-maybe-set-window-start):
16606 * sb-image.el (speedbar-image-dump):
16607 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16608 (load-save-place-alist-from-file):
16609 * ps-samp.el (ps-print-message-from-summary):
16610 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16611 (ps-background-image, ps-begin-job, ps-do-despool):
16612 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16613 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16614 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16615 (pr-call-process, pr-file-list, pr-interface-save):
16616 * novice.el (disabled-command-function)
16617 (enable-command, disable-command):
16618 * mouse.el (mouse-buffer-menu-alist):
16619 * mouse-copy.el (mouse-kill-preserving-secondary):
16620 * macros.el (kbd-macro-query):
16621 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16622 * informat.el (batch-info-validate):
16623 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16624 * hippie-exp.el (try-expand-dabbrev-visible):
16625 * help-mode.el (help-make-xrefs):
16626 * help-fns.el (describe-variable):
16627 * generic-x.el (bat-generic-mode-run-as-comint):
16628 * finder.el (finder-mouse-select):
16629 * find-dired.el (find-dired-sentinel):
16630 * filesets.el (filesets-file-close):
16631 * files.el (list-directory):
16632 * faces.el (list-faces-display, describe-face):
16633 * facemenu.el (list-colors-display):
16634 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16635 * epg.el (epg--process-filter, epg-cancel):
16636 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16637 (epa--read-signature-type):
16638 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16639 (emerge-file-names):
16640 * ehelp.el (electric-helpify):
16641 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16642 * ediff-vers.el (rcs-ediff-view-revision):
16643 * ediff-util.el (ediff-setup):
16644 * ediff-mult.el (ediff-append-custom-diff):
16645 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16646 (ediff-wordify):
16647 * echistory.el (Electric-command-history-redo-expression):
16648 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16649 * disp-table.el (describe-display-table):
16650 * dired.el (dired-find-buffer-nocreate):
16651 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16652 * dabbrev.el (dabbrev--same-major-mode-p):
16653 * chistory.el (list-command-history):
16654 * apropos.el (apropos-documentation):
16655 * allout.el (allout-obtain-passphrase):
16656 (allout-copy-exposed-to-buffer):
16657 (allout-verify-passphrase): Use with-current-buffer.
16658
16659 2009-11-13 Glenn Morris <rgm@gnu.org>
16660
16661 * Makefile.in (ELCFILES): Regenerate.
16662
16663 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16664
16665 * net/dbus.el (dbus-registered-objects-table): Rename from
16666 `dbus-registered-functions-table', because it contains also properties.
16667 (dbus-unregister-object): Unregister also properties.
16668 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16669 Use a timeout of 500 msec, in order to not block.
16670 (dbus-register-property, dbus-property-handler): New defuns.
16671
16672 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16673
16674 * simple.el (minibuffer-default-add-completions): Drop deprecated
16675 4th arg.
16676
16677 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16678
16679 * textmodes/artist.el (artist-mouse-choose-operation):
16680 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16681 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16682 (artist-compute-up-event-key): New function.
16683 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16684
16685 2009-11-13 Kenichi Handa <handa@m17n.org>
16686
16687 * language/japan-util.el: Make sure that the value of jisx0208
16688 property is jisx0208 character.
16689
16690 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16691
16692 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16693 car or each item, not the whole list.
16694
16695 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16696
16697 * minibuffer.el (minibuffer-completion-help):
16698 Use minibuffer-hide-completions.
16699
16700 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16701
16702 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16703 (dired-revert): Use them (bug#4880).
16704
16705 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16706
16707 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16708
16709 2009-11-12 Juri Linkov <juri@jurta.org>
16710
16711 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16712 New functions.
16713 (find-file-literally-at-point): Alias of `ffap-literally'.
16714
16715 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16716
16717 * textmodes/ispell.el (ispell-skip-region-alist):
16718 * textmodes/css-mode.el (auto-mode-alist):
16719 * progmodes/compile.el (auto-mode-alist):
16720 * international/mule.el (ctext-non-standard-encodings-alist)
16721 (ctext-non-standard-encodings-regexp):
16722 * simple.el (shell-command-switch, text-read-only):
16723 * replace.el (occur-mode-map):
16724 * paths.el (rmail-file-name):
16725 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16726 * find-file.el (ff-special-constructs):
16727 * files.el (file-name-handler-alist):
16728 * composite.el: Purecopy strings.
16729
16730 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16731
16732 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16733
16734 * widget.el (define-widget): Purecopy the docstring.
16735 * international/mule-cmds.el (charset): Do not purecopy the
16736 docstring here, define-widget does it.
16737
16738 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16739 * textmodes/bibtex-style.el (auto-mode-alist):
16740 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16741 * progmodes/compile.el (compile-command):
16742 * language/korea-util.el (default-korean-keyboard):
16743 * international/mule-conf.el (file-coding-system-alist):
16744 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16745 * tooltip.el (tooltip-frame-parameters):
16746 * newcomment.el (comment-end, comment-padding):
16747 * dired.el (dired-trivial-filenames):
16748 * comint.el (comint-file-name-prefix): Purecopy initial values.
16749
16750 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16751
16752 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16753 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16754 `tramp-unload'.
16755 (tramp-advice-make-auto-save-file-name)
16756 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16757 after removing the advice.
16758
16759 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16760
16761 * progmodes/grep.el (grep-regexp-alist):
16762 * international/mule-cmds.el (iso-2022-control-alist):
16763 * emacs-lisp/timer.el (timer-duration-words):
16764 * subr.el (version-separator, version-regexp-alist):
16765 * minibuffer.el (completion-styles-alist):
16766 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16767 Change defvars to defconsts.
16768
16769 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16770 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16771 * international/mule-conf.el: Allow to be byte compiled.
16772
16773 * international/mule.el (define-charset): Purecopy props.
16774 (load-with-code-conversion): Purecopy doc string and file name.
16775 (put-charset-property): Purecopy strings.
16776 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16777
16778 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16779 (define-char-code-property): Correctly purecopy the table.
16780
16781 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16782
16783 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16784
16785 * subr.el (add-hook): Purecopy strings.
16786 (eval-after-load): Purecopy load-history-regexp and the form.
16787
16788 * custom.el (custom-declare-group): Purecopy load-file-name.
16789
16790 * subr.el (menu-bar-separator): New defconst.
16791 * net/eudc.el (eudc-tools-menu):
16792 * international/mule-cmds.el (set-coding-system-map)
16793 (mule-menu-keymap):
16794 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16795 * vc-hooks.el (vc-menu-map):
16796 * replace.el (occur-mode-map):
16797 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16798 (menu-bar-edit-menu, menu-bar-goto-menu)
16799 (menu-bar-custom-menu, menu-bar-showhide-menu)
16800 (menu-bar-options-menu, menu-bar-tools-menu)
16801 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16802 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16803 (menu-bar-help-menu):
16804 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16805 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16806
16807 * term/x-win.el (x-gtk-stock-map):
16808 * progmodes/vera-mode.el (auto-mode-alist):
16809 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16810 (inferior-lisp-program, inferior-lisp-load-command):
16811 * progmodes/hideshow.el (hs-special-modes-alist):
16812 * progmodes/gud.el (same-window-regexps):
16813 * progmodes/grep.el (grep-program, find-program, xargs-program):
16814 * net/telnet.el (same-window-regexps):
16815 * net/rlogin.el (same-window-regexps):
16816 * language/ethiopic.el (font-ccl-encoder-alist):
16817 * vc-sccs.el (vc-sccs-master-templates):
16818 * vc-rcs.el (vc-rcs-master-templates):
16819 * subr.el (cl-assertion-failed):
16820 * simple.el (next-error-overlay-arrow-position):
16821 * lpr.el (lpr-command):
16822 * locate.el (locate-ls-subdir-switches):
16823 * info.el (same-window-regexps, info)
16824 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16825 * image-mode.el (image-mode, auto-mode-alist):
16826 * hippie-exp.el (hippie-expand-ignore-buffers):
16827 * format.el (format-alist):
16828 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16829 (find-name-arg):
16830 * facemenu.el (facemenu-keybindings):
16831 * dired.el (dired-listing-switches, dired-chown-program):
16832 * diff.el (diff-switches, diff-command):
16833 * cus-edit.el (same-window-regexps):
16834 * bindings.el (mode-line-mule-info)
16835 (mode-line-buffer-identification): Purecopy strings.
16836
16837 2009-11-11 Juri Linkov <juri@jurta.org>
16838
16839 * simple.el (dired-get-filename) <declare-function>:
16840 Tell the byte-compiler about dired-get-filename.
16841 (shell-command): In Dired mode, get filename from the current line
16842 as the default value.
16843
16844 2009-11-10 Glenn Morris <rgm@gnu.org>
16845
16846 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16847 * calendar/holidays.el, progmodes/cperl-mode.el:
16848 Update x-popup-menu declarations.
16849
16850 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16851 (list-load-path-shadows): Use dolist.
16852 (list-load-path-shadows): Use with-current-buffer.
16853
16854 2009-11-10 Juri Linkov <juri@jurta.org>
16855
16856 * minibuffer.el (read-file-name): Support a list of default values
16857 in `default-filename'. Use the first file name where only one
16858 element is required. Doc fix.
16859
16860 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16861
16862 * net/dbus.el (dbus-unregister-object): Release service, if no
16863 other method is registered for it.
16864
16865 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16866
16867 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16868 bookmark-sort-flag is non-nil (Bug#4653).
16869
16870 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16871
16872 * emulation/cua-base.el: Add CUA property to some CC mode commands
16873 (Bug#4100).
16874
16875 2009-11-08 Kevin Ryde <user42@zip.com.au>
16876
16877 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16878 at end of sentence (Bug#4818).
16879
16880 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16881
16882 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16883 Handle "see declaration of" MSFT statements (Bug#4100).
16884
16885 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16886
16887 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16888 (tramp-advice-file-expand-wildcards): Unload via
16889 `ad-remove-advice'.
16890
16891 * net/trampver.el: Update release number.
16892
16893 2009-11-08 Kevin Ryde <user42@zip.com.au>
16894
16895 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16896 `ad-do-it'.
16897
16898 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16899
16900 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16901 in order to keep context in SELinux.
16902
16903 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16904
16905 * dired-aux.el (dired-query): Place cursor in echo area and allow
16906 C-g.
16907
16908 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16909 menu item if not on a directory (Bug#4701).
16910
16911 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16912
16913 Sync with Tramp 2.1.17.
16914
16915 * net/tramp.el (tramp-handle-copy-directory): Don't use
16916 `file-remote-p' (due to compatibility).
16917
16918 * net/tramp-compat.el (tramp-compat-copy-directory)
16919 (tramp-compat-delete-directory): New defuns.
16920
16921 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16922 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16923 Use `tramp-compat-delete-directory'.
16924
16925 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16926 (tramp-smb-handle-delete-directory):
16927 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16928
16929 * net/trampver.el: Update release number.
16930
16931 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16932
16933 * tar-mode.el (tar-copy): Call write-region on the right buffer
16934 (Bug#4857).
16935
16936 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16937 by hand, if necessary (Bug#4878).
16938
16939 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16940
16941 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16942 align size column (Bug#4839).
16943
16944 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16945 statement.
16946
16947 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16948
16949 * progmodes/ld-script.el (auto-mode-alist):
16950 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16951
16952 * cus-face.el (custom-declare-face): Purecopy face spec.
16953
16954 2009-11-06 Kenichi Handa <handa@m17n.org>
16955
16956 * international/uni-bidi.el: Re-generated.
16957 * international/uni-category.el: Re-generated.
16958 * international/uni-combining.el: Re-generated.
16959 * international/uni-mirrored.el: Re-generated.
16960
16961 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16962
16963 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16964 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16965 (tex-start-options, slitex-run-command, latex-run-command)
16966 (tex-run-command, tex-directory):
16967 * textmodes/ispell.el (ispell-html-skip-alists)
16968 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16969 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16970 (adaptive-fill-regexp):
16971 * textmodes/dns-mode.el (auto-mode-alist):
16972 * progmodes/python.el (interpreter-mode-alist):
16973 * progmodes/etags.el (tags-compression-info-list):
16974 * progmodes/etags.el (tags-file-name):
16975 * net/browse-url.el (browse-url-galeon-program)
16976 (browse-url-firefox-program):
16977 * mail/sendmail.el (mail-signature-file)
16978 (mail-citation-prefix-regexp):
16979 * international/mule-conf.el (eight-bit):
16980 * international/latexenc.el (latex-inputenc-coding-alist):
16981 * international/fontset.el (x-pixel-size-width-font-regexp):
16982 * emacs-lisp/warnings.el (warning-type-format):
16983 * emacs-lisp/trace.el (trace-buffer):
16984 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16985 (emacs-lisp-mode-map):
16986 * calendar/holidays.el (holiday-solar-holidays)
16987 (holiday-bahai-holidays, holiday-islamic-holidays)
16988 (holiday-christian-holidays, holiday-hebrew-holidays)
16989 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16990 (hebrew-holidays-1, holiday-oriental-holidays)
16991 (holiday-general-holidays):
16992 * x-dnd.el (x-dnd-known-types):
16993 * tool-bar.el (tool-bar):
16994 * startup.el (site-run-file):
16995 * shell.el (shell-dumb-shell-regexp):
16996 * rfn-eshadow.el (file-name-shadow-tty-properties)
16997 (file-name-shadow-properties):
16998 * paths.el (remote-shell-program, news-directory):
16999 * mouse.el ([C-down-mouse-3]):
17000 * menu-bar.el (menu-bar-tools-menu):
17001 * jka-cmpr-hook.el (jka-compr-load-suffixes)
17002 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
17003 (jka-compr-compression-info-list):
17004 * isearch.el (search-whitespace-regexp):
17005 * image-file.el (image-file-name-extensions):
17006 * find-dired.el (find-ls-option):
17007 * files.el (directory-listing-before-filename-regexp)
17008 (directory-free-space-args, insert-directory-program)
17009 (list-directory-brief-switches, magic-fallback-mode-alist)
17010 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
17011 (automount-dir-prefix):
17012 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
17013 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
17014 (face-font-registry-alternatives, face-font-registry-alternatives)
17015 (face-font-family-alternatives):
17016 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
17017 (facemenu-foreground-menu, facemenu-face-menu):
17018 * epa-hook.el (epa-file-name-regexp):
17019 * dnd.el (dnd-protocol-alist):
17020 * textmodes/rst.el (auto-mode-alist):
17021 * button.el (default-button): Purecopy strings.
17022
17023 2009-11-06 Glenn Morris <rgm@gnu.org>
17024
17025 * Makefile.in (ELCFILES): Update.
17026
17027 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17028
17029 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17030 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17031
17032 * nxml/xsd-regexp.el (xsdre-gen-categories):
17033 * nxml/xmltok.el (xmltok-parse-entity):
17034 * nxml/rng-parse.el (rng-parse-validate-file):
17035 * nxml/rng-maint.el (rng-format-manual)
17036 (rng-manual-output-force-new-line):
17037 * nxml/rng-loc.el (rng-save-schema-location-1):
17038 * nxml/rng-cmpct.el (rng-c-parse-file):
17039 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17040 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17041
17042 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17043
17044 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
17045 Remove extra save-excursions and make-variable-buffer-local's.
17046 Suggested by Stefan Monnier.
17047
17048 (verilog-getopt-file, verilog-module-inside-filename-p)
17049 (verilog-set-define): Merge GNU 1.35 and repair changes from
17050 switching to using with-current-buffer.
17051
17052 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17053 being treated as a number and confusing AUTORESET.
17054 Reported by Dan Dever.
17055
17056 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17057 Add verilog-auto-ignore-concat to fix backward compatibility with
17058 older verilog-modes. Reported by Dan Katz.
17059
17060 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17061 containing closing anchors "...$".
17062
17063 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17064 Reported by Wade Smith.
17065
17066 (verilog-batch-execute-func): Comment on function usage.
17067
17068 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
17069
17070 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17071 for labels.
17072
17073 (verilog-label-re, verilog-calc-1): Support proper indent of named
17074 asserts.
17075
17076 (verilog-backward-token, verilog-basic-complete-re)
17077 (verilog-beg-of-statement, verilog-indent-re): Support proper
17078 indent of the assert statement at the beginning of a block of text.
17079
17080 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17081 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17082 tokens as begins.
17083
17084 2009-11-05 Glenn Morris <rgm@gnu.org>
17085
17086 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17087 Emacs 19. (Bug#1531)
17088 (byte-compile-fix-header): Update for the above change.
17089 Drop test for epoch::version.
17090
17091 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
17092 * cus-dep.el (custom-make-dependencies):
17093 * finder.el (finder-compile-keywords):
17094 Use autoload-rubric's feature argument.
17095
17096 * calendar/diary-lib.el (top-level): Make load behave more like require.
17097
17098 * vc-git.el (vc-git-stash-map): Move definition before use.
17099
17100 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
17101
17102 * custom.el (custom-declare-group): Purecopy standard-value.
17103 (custom-declare-group): Purecopy custom-prefix.
17104
17105 * international/mule.el (load-with-code-conversion):
17106 Call do-after-load-evaluation unconditionally.
17107
17108 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17109
17110 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17111
17112 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17113
17114 2009-11-04 Glenn Morris <rgm@gnu.org>
17115
17116 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17117 (byte-compile-compatibility): Remove option.
17118 (byte-compile-close-variables, byte-compile-fix-header)
17119 (byte-compile-insert-header, byte-compile-output-docform)
17120 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17121 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17122 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17123 (byte-compile-insert, byte-compile-defun):
17124 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
17125 (byte-defop-compiler19): Remove.
17126 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17127 used by anything. Replace all calls with byte-defop-compiler.
17128
17129 2009-11-04 Juri Linkov <juri@jurta.org>
17130
17131 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17132 (menu-bar-options-menu): Don't quote the `prop' arg of
17133 `menu-bar-make-mm-toggle'.
17134
17135 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
17136
17137 * calendar/calendar.el (cal-loaddefs):
17138 * calendar/diary-lib.el (diary-loaddefs):
17139 * calendar/holidays.el (hol-loaddefs):
17140 * eshell/esh-module.el (esh-groups): Load rather than require.
17141
17142 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17143
17144 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17145 point-min==1.
17146 (todo-top-priorities): Only display-buffer when called interactively.
17147 (todo-item-start): Don't save excursion point.
17148 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17149 (todo-insert-item-here, todo-file-item, todo-remove-item):
17150 Adjust uses of todo-item-start and todo-item-end.
17151
17152 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17153 (autoload-rubric): Don't use any more.
17154
17155 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17156 and only put a prop if it is non-nil.
17157
17158 2009-11-03 Juri Linkov <juri@jurta.org>
17159
17160 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17161 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17162
17163 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17164 and "Menu" to make top-level menu item visually one unit (like
17165 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17166 multi-word menu items). Fix :help string for quit-window.
17167
17168 2009-11-03 Glenn Morris <rgm@gnu.org>
17169
17170 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17171 (byte-compile-file-form-define-abbrev-table)
17172 (byte-compile-file-form-custom-declare-variable)
17173 (byte-compile-variable-ref, byte-compile-defvar):
17174 Whether or not a warning is enabled should only affect whether we issue
17175 the warning, not whether or not we collect the relevant data.
17176 Eg warnings can be turned on and off throughout the course of a file.
17177
17178 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17179 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17180
17181 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17184 * play/mpuz.el (mpuz-create-buffer):
17185 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17186 (lm-print-y,s,noise, lm-print-w0, lm-init):
17187 * play/gomoku.el (gomoku-prompt-for-move):
17188 * play/fortune.el (fortune-in-buffer):
17189 * play/dissociate.el (dissociated-press):
17190 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
17191 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
17192 * mail/supercite.el (sc-eref-show):
17193 * mail/smtpmail.el (smtpmail-send-it):
17194 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17195 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17196 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17197 (rmail-summary-goto-msg, rmail-summary-expunge)
17198 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17199 (rmail-summary-add-label, rmail-summary-output-menu)
17200 (rmail-summary-output-body):
17201 * mail/rfc822.el (rfc822-addresses):
17202 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17203 * mail/mailpost.el (post-mail-send-it):
17204 * mail/hashcash.el (hashcash-generate-payment):
17205 * mail/feedmail.el (feedmail-run-the-queue)
17206 (feedmail-queue-send-edit-prompt-help-first)
17207 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17208 (feedmail-deduce-address-list):
17209 * eshell/esh-ext.el (eshell-remote-command):
17210 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17211 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17212 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17213 (viper-save-string-in-file, viper-valid-marker):
17214 * emulation/viper-keym.el (viper-toggle-key):
17215 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17216 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17217 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17218 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17219 (viper-exec-form-in-emacs, viper-brac-function):
17220 * emulation/viper.el (viper-delocalize-var):
17221 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17222 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17223 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17224 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17225 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17226 * emulation/edt.el (edt-electric-helpify):
17227 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17228 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17229 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17230 (cua-indent-to-global-mark-column):
17231 * calendar/diary-lib.el (calendar-mark-1):
17232 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17233 Use with-current-buffer.
17234 * emulation/viper.el (viper-delocalize-var): Use dolist.
17235
17236 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
17237
17238 * comint.el (comint-replace-by-expanded-history-before-point):
17239 Replace !! with the previous input string literally (Bug#1795).
17240
17241 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17242
17243 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17244 to be made up of whitespace.
17245
17246 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
17247
17248 * minibuffer.el (read-file-name): Don't use file dialogs for
17249 remote directories (Bug#99).
17250
17251 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
17252
17253 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17254
17255 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17256
17257 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17258 instead of deleting the window or frame.
17259
17260 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17261
17262 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17263 Support face colors.
17264
17265 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17266 New function. Support face colors (Bug#1168).
17267 (tex-common-initialization): Use it.
17268
17269 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17270 mode allows it (Bug#1168).
17271
17272 2009-10-31 Juri Linkov <juri@jurta.org>
17273
17274 * facemenu.el (list-colors-display): Don't mark buffer as
17275 modified (Bug#3948).
17276
17277 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17278
17279 * international/mule-diag.el (list-character-sets-1):
17280 Minor message fix (Bug#3526).
17281
17282 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17283 Fix face property (Bug#4834).
17284 (etags-list-tags, etags-tags-apropos-additional)
17285 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17286 property.
17287
17288 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17289 items.
17290
17291 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * textmodes/two-column.el (2C-split):
17294 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17295 * textmodes/tex-mode.el (tex-set-buffer-directory):
17296 * textmodes/spell.el (spell-region, spell-string):
17297 * textmodes/reftex.el (reftex-erase-buffer):
17298 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17299 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17300 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17301 (reftex-select-item):
17302 * textmodes/reftex-ref.el (reftex-label-info-update)
17303 (reftex-offer-label-menu):
17304 * textmodes/reftex-index.el (reftex-index-change-entry)
17305 (reftex-index-phrases-info):
17306 * textmodes/reftex-global.el (reftex-create-tags-file)
17307 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17308 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17309 (reftex-view-crossref-from-bibtex):
17310 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17311 (reftex-extract-bib-entries-from-thebibliography)
17312 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17313 * textmodes/refbib.el (r2b-capitalize-title):
17314 (r2b-convert-buffer, r2b-help):
17315 * textmodes/page-ext.el (pages-directory)
17316 (pages-directory-goto-with-mouse):
17317 * textmodes/bibtex.el (bibtex-validate-globally):
17318 * textmodes/bib-mode.el (bib-capitalize-title):
17319 * textmodes/artist.el (artist-clear-buffer, artist-system):
17320 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17321 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17322 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17323 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17324 (xscheme-send-control-g-interrupt, xscheme-start-process)
17325 (xscheme-process-sentinel, xscheme-cd):
17326 * progmodes/verilog-mode.el (verilog-read-always-signals)
17327 (verilog-set-define, verilog-getopt-file)
17328 (verilog-module-inside-filename-p):
17329 * progmodes/sh-script.el:
17330 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17331 (python-pdbtrack-grub-for-buffer, python-execute-file):
17332 * progmodes/octave-inf.el (inferior-octave):
17333 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17334 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17335 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17336 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17337 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17338 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17339 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17340 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17341 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17342 (idlwave-shell-examine-display, idlwave-shell-run-region)
17343 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17344 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17345 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17346 (idlwave-help-get-help-buffer):
17347 * progmodes/gud.el (gud-basic-call, gud-find-class)
17348 (gud-tooltip-activate-mouse-motions-if-enabled):
17349 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17350 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17351 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17352 (ebrowse-tags-next-file):
17353 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17354 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17355 (ebnf-eps-finish-and-write):
17356 * progmodes/cpp.el (cpp-edit-save):
17357 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17358 * progmodes/cc-defs.el (c-emacs-features):
17359 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17360 (antlr-directory-dependencies):
17361 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17362 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17363 (ada-find-any-references, ada-make-filename-from-adaname)
17364 (ada-make-body-gnatstub):
17365 * obsolete/rnews.el (news-list-news-groups):
17366 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
17367 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17368 * net/rcirc.el (rcirc-debug):
17369 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17370 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17371 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17372 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
17373 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
17374 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17375 (newsticker--treeview-list-clear-highlight)
17376 (newsticker--treeview-list-update-highlight)
17377 (newsticker--treeview-list-highlight-start)
17378 (newsticker--treeview-tree-update-highlight)
17379 (newsticker--treeview-get-selected-item)
17380 (newsticker-treeview-mark-list-items-old)
17381 (newsticker--treeview-set-current-node):
17382 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17383 * net/newst-backend.el (newsticker--get-news-by-funcall)
17384 (newsticker--get-news-by-wget, newsticker--image-get)
17385 (newsticker--image-sentinel):
17386 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17387 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17388 (eudc-ph-close-session):
17389 * net/eudc.el (eudc-save-options):
17390 * language/thai-word.el (thai-update-word-table):
17391 * language/japan-util.el (japanese-string-conversion):
17392 * international/titdic-cnv.el (tsang-quick-converter)
17393 (ziranma-converter, ctlau-converter):
17394 * international/mule-cmds.el (describe-language-environment):
17395 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17396 (skkdic-convert-postfix, skkdic-convert-prefix):
17397 (skkdic-convert-okuri-nasi, skkdic-convert):
17398 * emacs-lisp/re-builder.el (reb-update-overlays):
17399 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17400 * emacs-lisp/gulp.el (gulp-send-requests):
17401 * emacs-lisp/find-gc.el (trace-call-tree):
17402 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17403 (eieio-describe-generic):
17404 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17405 * emacs-lisp/edebug.el (edebug-outside-excursion):
17406 * emacs-lisp/debug.el (debugger-make-xrefs):
17407 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17408 * emacs-lisp/chart.el (chart-new-buffer):
17409 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17410 Use with-current-buffer.
17411 * textmodes/artist.el (artist-system): Don't call
17412 copy-sequence on a fresh string.
17413 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17414
17415 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
17416
17417 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
17418 is no item to edit. (Bug#4820)
17419 (todo-top-priorities): Restore point and restore narrowing in Todo
17420 buffer. (Bug#4820)
17421
17422 2009-10-31 Glenn Morris <rgm@gnu.org>
17423
17424 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17425 (comint-last-output-start, comint-last-input-start)
17426 (comint-last-input-end): Don't defvar when compiling.
17427 (ange-ftp-process-file): Use bound-and-true-p.
17428
17429 * pcmpl-rpm.el (top-level): Move provide statement to end.
17430 (pcmpl-rpm): Remove unused custom group.
17431
17432 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17433
17434 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17435
17436 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17437 (byte-compile-warnings): Add `constants' as an option.
17438 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17439 (display-call-tree): Update for byte-compile-fdefinition possibly
17440 returning `(macro lambda ...)'. (Bug#4778)
17441 (byte-compile-variable-ref, byte-compile-setq-default):
17442 Respect `constants' member of byte-compile-warnings.
17443
17444 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17445
17446 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17447 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17448 to "submit:".
17449
17450 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17451
17452 * textmodes/ispell.el (ispell-skip-region-alist):
17453 * international/mule-conf.el (eight-bit):
17454 * international/fontset.el (font-encoding-alist):
17455 * startup.el (pure-space-overflow-message):
17456 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17457 * paths.el (gnus-nntp-service, rmail-spool-directory)
17458 (term-file-prefix):
17459 * files.el (save-some-buffers-action-alist):
17460 * cmuscheme.el (same-window-buffer-names):
17461 * ielm.el (same-window-buffer-names):
17462 * shell.el (same-window-buffer-names):
17463 * mail/sendmail.el (same-window-buffer-names):
17464 * progmodes/inf-lisp.el (same-window-buffer-names):
17465 * bindings.el (mode-line-client)
17466 (mode-line-column-line-number-mode-map):
17467 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17468 (tibetan-precomposed-regexp): Purecopy string arguments.
17469
17470 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17471
17472 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17473 (calcDigit-nondigit):
17474 * calc/calc-yank.el (calc-copy-to-buffer):
17475 * calc/calc-units.el (calc-invalidate-units-table):
17476 * calc/calc-trail.el (calc-trail-yank):
17477 * calc/calc-store.el (calc-insert-variables):
17478 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17479 * calc/calc-prog.el (calc-read-parse-table):
17480 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17481 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17482 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17483 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17484 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17485 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17486 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17487 * calc/calc-ext.el (calc-realign):
17488 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17489 (calc-embedded-finish-edit, calc-embedded-make-info)
17490 (calc-embedded-finish-command, calc-embedded-stack-change):
17491 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17492
17493 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17494 shell-dynamic-complete-filename in preference to
17495 comint-dynamic-complete-filename.
17496
17497 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17498 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17499 Don't consider whether the display supports colors.
17500 (bookmark-import-new-list): Use dolist.
17501 (bookmark-bmenu-mode-map): Move initialization into declaration.
17502 (bookmark-bmenu-list): Use dolist, simplify.
17503 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17504 (menu-bar-final-items): Use push.
17505
17506 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17507
17508 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17509 it works on remote files.
17510 (vc-hg-diff): Don't pass any `--cwd' argument.
17511
17512 2009-10-27 Kevin Ryde <user42@zip.com.au>
17513
17514 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17515 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17516 (Further to Bug#3921).
17517
17518 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17519
17520 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17521 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17522 calling `tramp-imap-put-file'. Add file size to the call.
17523 (tramp-imap-get-file-entries): Compute also user name, file size,
17524 and date.
17525 (tramp-imap-handle-insert-directory): Insert uid and gid.
17526 (tramp-imap-handle-file-attributes): Transform uid and gid
17527 according to `id-format'.
17528 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17529 size in header X-Size.
17530
17531 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17532
17533 * simple.el (transpose-subr): Give clearer error when the mark
17534 is not set. (Bug#4807)
17535
17536 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17537
17538 * net/tramp.el (tramp-perl-file-truename): New defconst.
17539 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17540 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17541 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17542 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17543
17544 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17545 Ignore `dired-call-process'.
17546 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17547
17548 2009-10-26 Julian Scheid <julians37@gmail.com>
17549
17550 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17551 (tramp-get-remote-readlink): New defun.
17552 (tramp-handle-file-truename): Use it.
17553 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17554 file exists if cache value present.
17555 (tramp-check-cached-permissions): New defun.
17556 (tramp-handle-file-readable-p): Use it.
17557 (tramp-handle-file-writable-p): Likewise.
17558 (tramp-handle-file-executable-p): Likewise.
17559 (tramp-handle-file-name-all-completions): Try using Perl to get
17560 partial completions. When perl not available, combine `cd' and
17561 `ls' into single remote operation and use shell expansion to get
17562 partial remote directory contents. Set `file-exists-p' cache for
17563 directory and any files returned by ls. Change cache handling to
17564 support partial directory contents. Use error message emitted by
17565 remote `cd' or Perl code for local tramp-error.
17566 (tramp-do-copy-or-rename-file-directly): Avoid separate
17567 tramp-send-command-and-check call.
17568 (tramp-handle-process-file): Merge three remote ops into one.
17569 Do not flush all caches when `process-file-side-effects' is set.
17570 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17571 file-attributes shows uid/gid to be set already.
17572
17573 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17574
17575 * textmodes/tex-mode.el (tex-dvi-view-command)
17576 (tex-show-queue-command, tex-open-quote):
17577 * progmodes/ruby-mode.el (auto-mode-alist)
17578 (interpreter-mode-alist): Purecopy strings.
17579
17580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17581
17582 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17583 string for the hook, keymap and abbrev table.
17584
17585 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17586
17587 * x-dnd.el (x-dnd-xdnd-to-action):
17588 * startup.el (fancy-startup-text, fancy-about-text): Change to
17589 defconst from defvar.
17590
17591 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17592
17593 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17594 Purecopy initialization strings.
17595
17596 * mail/sendmail.el (mail-header-separator)
17597 (mail-personal-alias-file):
17598 * mail/rmail.el (rmail-default-dont-reply-to-names)
17599 (rmail-ignored-headers, rmail-retry-ignored-headers)
17600 (rmail-highlighted-headers, rmail-secondary-file-directory)
17601 (rmail-secondary-file-regexp):
17602 * files.el (null-device, file-name-invalid-regexp)
17603 (locate-dominating-stop-dir-regexp)
17604 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17605 (interpreter-mode-alist): Use mapcar instead of mapc.
17606
17607 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17608
17609 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17610 (completion-ignored-extensions):
17611 (debug-ignored-errors): Purecopy strings.
17612
17613 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17614
17615 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17616 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17617 (pcomplete--here): Use push.
17618
17619 * subr.el (all-completions): Declare the 4th arg obsolete.
17620
17621 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17622
17623 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17624 (pcomplete-unquote-argument): New function.
17625 (pcomplete--common-suffix): Always pay attention to case.
17626 (pcomplete--table-subvert): Quote and unquote the text.
17627 (pcomplete--common-quoted-suffix): New function.
17628 (pcomplete-std-complete): Use it and pcomplete-begin.
17629
17630 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17631 we're inside a dedicated or minibuffer window.
17632
17633 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17634
17635 * bookmark.el: Update documentation, especially documentation
17636 of `bookmark-alist' and of the bookmark file format.
17637 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17638
17639 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17640
17641 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17642 keybindings apply to the mail buffer (Bug#4003). Shrink help
17643 window to buffer.
17644
17645 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17646 (global-whitespace-mode, global-whitespace-newline-mode)
17647 (whitespace-toggle-options, global-whitespace-toggle-options):
17648 Doc fix (Bug#3660).
17649
17650 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17651 of xmltok-start before the end tag was inserted (Bug#2840).
17652
17653 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17654 patterns that are preceded by an open-paren (Bug#1320).
17655
17656 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17657
17658 * files.el (delete-directory): Delete symlinks to directories with
17659 delete-file (Bug#4739).
17660
17661 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17662
17663 * vc.el (vc-backend-for-registration): Rename from
17664 vc-get-backend-for-registration. Update callers.
17665
17666 * international/mule-cmds.el (set-language-info-alist):
17667 Purecopy lang-env.
17668 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17669 (charset): Purecopy the name.
17670 (define-char-code-property): Purecopy string arguments.
17671
17672 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17673 Purecopy string arguments.
17674
17675 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17676 * ediff-hook.el (menu-bar-ediff-menu):
17677 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17678 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17679
17680 2009-10-24 Glenn Morris <rgm@gnu.org>
17681
17682 * comint.el (comint-dynamic-list-completions):
17683 * term.el (term-dynamic-list-completions): Use choose-completion rather
17684 than obsolete alias mouse-choose-completion.
17685
17686 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17687 file-cache-choose-completion.
17688 (file-cache-choose-completion): Handle an optional event argument.
17689 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17690
17691 * progmodes/octave-mod.el (octave-complete-symbol):
17692 Use choose-completion if mouse-choose-completion is ever removed.
17693
17694 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17695 use.
17696
17697 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17698 compiler.
17699
17700 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17701
17702 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17703
17704 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17705 Ignore `pred' now that we receive one.
17706 Handle test-completion specially.
17707
17708 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17709
17710 * vc.el (vc-responsible-backend): Throw an error if not backend is
17711 found. Remove the REGISTER argument. Move the code dealing with
17712 REGISTER ...
17713 (vc-get-backend-for-registration): ... here. New function.
17714 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17715 of vc-responsible-backend, pass the file name instead of the
17716 directory name.
17717
17718 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17721 New funs.
17722 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17723 (pcomplete-comint-setup): Don't modify a global var via
17724 accidental side-effects.
17725 (pcomplete-shell-setup): Adjust call accordingly.
17726 (pcomplete-parse-comint-arguments): Use push.
17727
17728 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17729
17730 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17731 Allow uncapitalized info node names (Bug#3921).
17732
17733 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17734 to the DEBUG file (Bug#3781).
17735
17736 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17737
17738 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17739 dictionary entry (Bug#4579).
17740
17741 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17742
17743 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17744 from `rfn-eshadow-update-overlay-hook' when unloading.
17745 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17746 "rsyncc". Adjust doc string.
17747 (tramp-temp-buffer-file-name): New buffer-local defvar.
17748 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17749 Keep temporary file when indicated by method ("rsync" and
17750 "rsyncc").
17751 (tramp-handle-write-region): Handle APPEND.
17752 (tramp-delete-temp-file-function): New defun. Added to
17753 `kill-buffer-hook'.
17754
17755 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17756
17757 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17758
17759 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17760
17761 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17762 (color-name-rgb-alist, tty-standard-colors)
17763 (tty-color-mode-alist): Change to defconst.
17764
17765 * simple.el (mark-inactive): Purecopy message.
17766
17767 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17768 (global-map, yank-menu):
17769 * textmodes/ispell.el (ispell-menu-map):
17770 * net/eudc.el (eudc-tools-menu):
17771 * international/mule-cmds.el (describe-language-environment-map)
17772 (setup-language-environment-map, set-coding-system-map)
17773 (mule-menu-keymap):
17774 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17775 * replace.el (occur-mode-map):
17776 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17777
17778 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17779
17780 * calc/calc.el (math-read-number, math-read-number-simple):
17781 Use `save-match-data'.
17782
17783 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17784
17785 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17786 rather than fiddling with global-map bindings, since it should only
17787 affect per-terminal settings.
17788 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17789
17790 * minibuffer.el (completion-table-with-terminator): Allow to specify
17791 the terminator-regexp.
17792
17793 * simple.el (switch-to-completions): Look for *Completions* in other
17794 frames as well.
17795
17796 * pcomplete.el: Allow the use of completion-tables.
17797 (pcomplete-std-complete): New command.
17798 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17799 (pcomplete--here): Use a function for `form' rather than an expression,
17800 so it can be byte-compiled.
17801 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17802 Add edebug declaration.
17803 (pcomplete-show-completions): Remove unused var `curbuf'.
17804 (pcomplete-do-complete, pcomplete-stub):
17805 Don't assume `completions' is a list of strings any more.
17806
17807 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17808
17809 * find-dired.el (find-name-arg): Fix typo in docstring.
17810
17811 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17812
17813 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17814 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17815
17816 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17817 pcomplete-entries.
17818
17819 * comint.el (comint-read-input-ring, comint-write-input-ring)
17820 (comint-substitute-in-file-name)
17821 (comint-dynamic-complete-as-filename)
17822 (comint-dynamic-simple-complete)
17823 (comint-dynamic-list-filename-completions)
17824 (comint-dynamic-list-completions)
17825 (comint-redirect-results-list-from-process): Minor simplifications.
17826
17827 2009-10-21 Kevin Ryde <user42@zip.com.au>
17828
17829 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17830 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17831 the first form. And insert a blank line after ";;; Code" since
17832 that's usual style. (Bug#4612)
17833
17834 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17835
17836 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17837
17838 * minibuffer.el (completion-table-with-terminator): Properly implement
17839 boundaries, in case `terminator' appears in the suffix.
17840 (completion--embedded-envvar-table): Don't return boundaries if
17841 there's no valid completion. Simplify.
17842 (completion-file-name-table): New completion table extracted from
17843 completion--file-name-table.
17844 (completion--file-name-table): Use it.
17845 (read-file-name-predicate): Declare obsolete.
17846 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17847 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17848 completion-file-name-table, and use the `pred' argument.
17849 * files.el (locate-file-completion-table): Use the `pred' arg rather
17850 than read-file-name-predicate.
17851 (abbreviate-file-name): Use \` rather than ^ for BOS.
17852
17853 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17854
17855 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17856 vc-responsible-backend to register, it causes problems.
17857
17858 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17859
17860 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17861
17862 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17863
17864 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17865 (tramp-smb-handle-file-attributes): Use it.
17866 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17867 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17868 `mapcar'. Use `tramp-smb-get-stat-capability'.
17869 Add `dired-filename' text properties.
17870 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17871 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17872 version.
17873
17874 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17875
17876 * subr.el (read-key-delay): Reduce to 0.01.
17877 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17878 (bug#4751).
17879
17880 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17881
17882 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17883
17884 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17885 (Info-menu): Remove unused vars `last' and `completions'.
17886 (Info-index-nodes): Remove unused var `node'.
17887
17888 * info.el (Info-complete-menu-item): Use complete-with-action.
17889
17890 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17891
17892 Make vc-annotate work through copies and renames.
17893 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17894 Return the file name too.
17895 (vc-annotate-revision-at-line)
17896 (vc-annotate-find-revision-at-line)
17897 (vc-annotate-revision-previous-to-line)
17898 (vc-annotate-show-log-revision-at-line): Update to get the file
17899 name from vc-annotate-extract-revision-at-line.
17900 (vc-annotate-show-diff-revision-at-line-internal): Change the
17901 argument to mean whether to show a file diff or not. Get the file
17902 name from vc-annotate-extract-revision-at-line.
17903 (vc-annotate-show-diff-revision-at-line):
17904 Update vc-annotate-show-diff-revision-at-line call.
17905 (vc-annotate-warp-revision): Add an optional file argument.
17906
17907 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17908 (vc-git-annotate-extract-revision-at-line): Also return the file
17909 name if found.
17910
17911 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17912 command. Remove unused code.
17913 (vc-hg-annotate-re): Update to match --follow output.
17914 (vc-hg-annotate-extract-revision-at-line): Also return the file
17915 name if found.
17916
17917 * vc.el: Update annotate-extract-revision-at-line documentation.
17918
17919 2009-10-18 Kevin Ryde <user42@zip.com.au>
17920
17921 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17922 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17923
17924 * net/browse-url.el (browse-url): Identify alist with "consp and
17925 not functionp" and let all other things go down the `apply' leg,
17926 as suggested by Stefan. (Further to bug#4531.)
17927
17928 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17929
17930 * minibuffer.el (read-file-name): Check for repeat before putting
17931 a default argument in file-name-history (Bug#4657).
17932
17933 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17934 read syntax (Bug#4737).
17935
17936 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17937
17938 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17939
17940 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17941 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17942 entries and make note of obsolete tags.
17943
17944 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17945
17946 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17947
17948 2009-10-18 Glenn Morris <rgm@gnu.org>
17949
17950 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17951 grep, so that binary files (eg international/uni-bidi.el) can match.
17952 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17953 now, and in any case the file header format has changed.
17954
17955 2009-10-17 Glenn Morris <rgm@gnu.org>
17956
17957 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17958 (flyspell-get-word, flyspell-large-region)
17959 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17960
17961 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17962
17963 * Makefile.in (ELCFILES): Add ede/shell.
17964
17965 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17966
17967 * term/common-win.el (x-colors): Purecopy it.
17968
17969 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17970
17971 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17972 permissive for when the buffer is empty.
17973 (tar-header-block-tokenize): Decode the username and groupname.
17974 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17975
17976 2009-10-17 Eric Ludlam <zappo@gnu.org>
17977
17978 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17979 contains multibyte characters, choose first applicable coding
17980 system automatically.
17981
17982 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17983
17984 * international/mule-cmds.el (select-safe-coding-system): If the file
17985 has a coding cookie, use it regardless of any other setting (bug#4712).
17986
17987 2009-10-17 Glenn Morris <rgm@gnu.org>
17988
17989 * foldout.el (foldout-mouse-swallow-events):
17990 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17991
17992 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17993 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17994 (dired-keep-marker-symlink, dired-dwim-target)
17995 (dired-copy-preserve-time): Do not autoload these defcustoms.
17996
17997 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17998 messages from messing up the file coding. (Bug#4623)
17999
18000 2009-10-17 Jari Aalto <jari.aalto@cante.net>
18001
18002 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
18003 if no match is found for the current dictionary. (Bug#4578)
18004
18005 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
18006 optional, since that is how it is documented, and this is often called
18007 with a nil argument. (Bug#4577)
18008 (flyspell-external-point-words, flyspell-auto-correct-word)
18009 (flyspell-correct-word-before-point, flyspell-word-search-forward)
18010 (flyspell-word-search-backward): Remove nil argument in calls to
18011 flyspell-get-word, since it is not needed now.
18012
18013 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
18014
18015 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
18016
18017 2009-10-16 Glenn Morris <rgm@gnu.org>
18018
18019 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
18020
18021 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18022
18023 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18024 (ange-ftp-file-size): New function.
18025 (ange-ftp-file-attributes): Use it.
18026
18027 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
18028
18029 * net/tramp-smb.el (tramp-smb-version): New defvar.
18030 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18031 repeated checks.
18032
18033 2009-10-16 Glenn Morris <rgm@gnu.org>
18034
18035 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18036 Maybe copy some custom properties from old to new name. (Bug#4706)
18037
18038 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
18039
18040 * subr.el (error, sit-for, start-process-shell-command)
18041 (start-file-process-shell-command): Set the calling convention
18042 after the function definition.
18043
18044 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * subr.el (error, sit-for, start-process-shell-command)
18047 (start-file-process-shell-command): Use the new
18048 set-advertised-calling-convention feature.
18049
18050 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18051
18052 * international/ucs-normalize.el (ucs-normalize-version):
18053 Change to 1.2.
18054 (check-range): Adjust for Unicode 5.2.
18055
18056 2009-10-15 Juri Linkov <juri@jurta.org>
18057
18058 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18059 to the `menu-item' format.
18060
18061 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
18062
18063 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18064 if the environment variable does not exist.
18065
18066 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18067 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18068 parameter.
18069 (tramp-smb-handle-add-name-to-file)
18070 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18071 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18072 (tramp-smb-handle-file-attributes)
18073 (tramp-smb-do-file-attributes-with-stat)
18074 (tramp-smb-handle-file-local-copy)
18075 (tramp-smb-handle-insert-directory)
18076 (tramp-smb-handle-make-directory)
18077 (tramp-smb-handle-make-directory-internal)
18078 (tramp-smb-handle-make-symbolic-link)
18079 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18080 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18081 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18082 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18083 Handle long file names.
18084 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18085 process is running.
18086 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18087 Read share names with "-g" option.
18088
18089 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
18090
18091 * net/rcirc.el (rcirc-view-log-file): New command.
18092 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18093 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18094 specified.
18095
18096 2009-10-15 Glenn Morris <rgm@gnu.org>
18097
18098 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18099 from the second command-line argument.
18100 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18101 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18102 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18103 w32-batch-update-autoloads.
18104 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18105 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18106
18107 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18108 the headers cannot be located. Simplify, subtracting superflous
18109 save-excursions.
18110
18111 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18112
18113 Replace completion-base-size by completion-base-position to fix bugs
18114 such as (bug#4699).
18115 * simple.el (completion-base-position): New var.
18116 (completion-base-size): Mark as obsolete.
18117 (choose-completion): Make it work for mouse events as well.
18118 Pass the new base-position to choose-completion-string.
18119 (choose-completion-guess-base-position): New function, extracted from
18120 choose-completion-delete-max-match.
18121 (choose-completion-delete-max-match): Use it. Make obsolete.
18122 (choose-completion-string): Use the new base-position info.
18123 (completion-root-regexp): Delete.
18124 (completion-setup-function): Preserve completion-base-position.
18125 Eliminate obsolete base-size manipulation.
18126 * minibuffer.el (display-completion-list): Don't mess with base-size.
18127 (minibuffer-completion-help): Set completion-base-position instead.
18128 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18129 choose-completion.
18130 * textmodes/bibtex.el (bibtex-complete):
18131 * emacs-lisp/crm.el (crm--choose-completion-string):
18132 Adjust to new calling convention.
18133 * complete.el (partial-completion-mode): Use minibufferp to avoid
18134 bumping into incompatible change to choose-completion-string-functions.
18135 * ido.el (ido-choose-completion-string): Make its calling convention
18136 more permissive.
18137 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18138 base-size manipulation.
18139 (comint-dynamic-list-input-ring): Use dotimes and push.
18140 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18141 fundamental-mode. Use `or'.
18142
18143 2009-10-14 Juri Linkov <juri@jurta.org>
18144
18145 * misearch.el (multi-isearch-next-buffer-from-list)
18146 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18147
18148 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18149
18150 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18151 `bytecomp.el'.
18152
18153 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18154 string we return is all made up of text from the completions rather
18155 than part from the completions and part from the input (bug#4219).
18156
18157 * ido.el (ido-everywhere): Use define-minor-mode.
18158
18159 * buff-menu.el (list-buffers, ctl-x-map):
18160 Mark the entry points with ;;;###autoload cookies.
18161
18162 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18163
18164 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18165 correctly in the detached head case.
18166 (vc-git-print-log): Remove unused binding.
18167
18168 * vc.el (vc-responsible-backend): When a directory is passed for
18169 for registration create a VC repository if no backend is
18170 responsible for the directory argument.
18171 (vc-deduce-fileset): Tell vc-responsible-backend to register.
18172
18173 * vc.el: Move comments about RCS and SCCS ...
18174 * vc-rcs.el:
18175 * vc-sccs.el: ... here, respectively.
18176
18177 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18178
18179 * minibuffer.el (completion--file-name-table): Return nil if there's
18180 no file completion, even if substitute-in-file-name changed
18181 the string (bug#4708).
18182
18183 2009-10-13 Juri Linkov <juri@jurta.org>
18184
18185 * files-x.el (read-file-local-variable-value): Don't filter out
18186 minor modes from mode name completion (bug#4664).
18187
18188 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18189
18190 * international/mule-cmds.el (ucs-names): Remove exclusion of
18191 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18192
18193 2009-10-13 Kenichi Handa <handa@m17n.org>
18194
18195 * international/uni-name.el: Regenerated.
18196
18197 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18198
18199 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18200 should be automatically buffer-local, but isn't.)
18201
18202 2009-10-12 Sam Steingold <sds@gnu.org>
18203
18204 * progmodes/compile.el (compilation-next-error-function): Fix the
18205 timestamps if the buffer has been visited before.
18206 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18207 non-anchored patterns, like the perl one (bug#3928).
18208
18209 2009-10-12 Glenn Morris <rgm@gnu.org>
18210
18211 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18212 Let-bind `size'.
18213
18214 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
18215
18216 * proced.el (proced-unload-function): New function.
18217
18218 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18219 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18220 Doc fix.
18221
18222 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18223
18224 2009-10-11 Juri Linkov <juri@jurta.org>
18225
18226 * files-x.el (read-file-local-variable-value):
18227 Provide default value only for bound variables (bug#4664).
18228
18229 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
18230
18231 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18232 connection methods like smb.
18233
18234 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18235 can be empty.
18236
18237 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18238 (tramp-smb-file-name-handler-alist): Add handlers for
18239 `add-name-to-file', `make-symbolic-link'.
18240 (tramp-smb-handle-add-name-to-file)
18241 (tramp-smb-do-file-attributes-with-stat)
18242 (tramp-smb-handle-make-symbolic-link)
18243 (tramp-smb-get-cifs-capabilities): New defuns.
18244 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18245 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18246 (tramp-smb-handle-file-local-copy)
18247 (tramp-smb-handle-make-directory-internal)
18248 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18249 The file name syntax depends on cifs capabilities.
18250 (tramp-smb-handle-file-attributes):
18251 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18252 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18253 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
18254
18255 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
18256
18257 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18258 (eieio-defclass): Apply deftype handler and setf-method properties
18259 directly.
18260 (eieio-add-new-slot): Avoid union function from cl library.
18261 (eieio--typep): New function.
18262 (eieio-perform-slot-validation): Use it.
18263
18264 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18265
18266 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
18267 Update documentation to refer to the variables documented in r1.135.
18268 (Bug#4188)
18269
18270 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18271
18272 * bookmark.el (Info-suffix-list): Remove this unused variable.
18273 (bookmark-current-point): Remove this obsolete variable.
18274 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18275 Adjust for removal of bookmark-current-point.
18276
18277 (bookmarks-already-loaded, bookmark-current-buffer)
18278 (bookmark-yank-point): Document. (Bug#4188)
18279
18280 2009-10-10 Glenn Morris <rgm@gnu.org>
18281
18282 * frame.el (frame-height): Doc fix.
18283
18284 * calendar/calendar.el (calendar-split-width-threshold): New option.
18285 (calendar-basic-setup): Use calendar-split-width-threshold.
18286
18287 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
18288
18289 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18290 Ideographic Supplement" range (U+1F200..U+1F2FF).
18291
18292 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18293
18294 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
18295 since the list will have been rebuilt anyway. (Bug#4349)
18296
18297 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18298
18299 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
18300 (bookmark-bmenu-execute-deletions): Don't save here, as
18301 bookmark-delete will now do so if necessary.
18302 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
18303 (Bug#4348)
18304
18305 2009-10-09 Glenn Morris <rgm@gnu.org>
18306
18307 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18308
18309 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18310
18311 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18312 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18313 argument now, so the two function's behaviors will match. (Bug#3645)
18314
18315 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
18316
18317 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
18318 (tramp-file-name-real-host, tramp-file-name-port):
18319 Apply `save-match-data'.
18320
18321 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18322 case both directories are remote.
18323 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
18324 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
18325
18326 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18327
18328 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18329
18330 2009-10-07 Glenn Morris <rgm@gnu.org>
18331
18332 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18333 of concat.
18334
18335 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18336
18337 * files-x.el (read-file-local-variable): Include some
18338 non-user-variables in the completion table (bug#4664).
18339
18340 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
18341
18342 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18343 message.
18344
18345 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18346 (tramp-smb-file-name-handler-alist): Add handler for
18347 `copy-directory', `expand-file-name', `set-file-modes'.
18348 (tramp-smb-handle-copy-directory)
18349 (tramp-smb-handle-expand-file-name)
18350 (tramp-smb-handle-set-file-modes): New defuns.
18351 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18352 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18353 entry.
18354 (tramp-smb-handle-insert-directory): Don't flush the cache.
18355 (tramp-smb-maybe-open-connection): Check for samba client and
18356 server versions.
18357
18358 2009-10-07 Eli Zaretskii <eliz@gnu.org>
18359
18360 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18361 to not error out of search for "^lisp=" fails.
18362
18363 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18364
18365 * makefile.w32-in (WINS_UPDATES): New macro.
18366 (custom-deps, finder-data, autoloads): Use it.
18367
18368 2009-10-07 Glenn Morris <rgm@gnu.org>
18369
18370 * Makefile.in (autoloads): Revert previous change.
18371 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18372 the list of preloaded files passed on the command-line, get
18373 it from src/Makefile.
18374
18375 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18376 show the original buffer rather than a random one.
18377
18378 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
18379
18380 * help.el (describe-no-warranty): Place point in a slightly better
18381 position in the GPLv3 text.
18382
18383 2009-10-06 Sam Steingold <sds@gnu.org>
18384
18385 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18386 the comm attribute is present before calling regexp-quote.
18387
18388 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
18389
18390 * play/animate.el (animate-string): For good effect, make sure
18391 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18392
18393 * play/animate.el (animate-sequence, animate-birthday-present):
18394 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18395
18396 2009-10-06 Glenn Morris <rgm@gnu.org>
18397
18398 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18399
18400 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18401 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18402 (batch-update-autoloads): Process a string value of autoload-excludes,
18403 set during the build process.
18404 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18405
18406 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18407 inside with-parsed... macro so that `v' is defined.
18408
18409 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18410 * progmodes/fortran.el (fortran-end-of-block)
18411 (fortran-beginning-of-block):
18412 Also push mark in the macro case.
18413
18414 * emerge.el (emerge-show-file-name):
18415 * calc/calc.el (calc-quit):
18416 * calc/calc-misc.el (calc-big-or-small):
18417 * calc/calc-graph.el (calc-graph-view):
18418 * calc/calc-ext.el (calc-reset):
18419 * calendar/calendar.el (calendar-basic-setup):
18420 Use window-full-height-p.
18421
18422 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18423 header we don't understand, don't insert another. (Bug#4624)
18424 If changing mime charset, insert the new one in the right place.
18425
18426 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18427
18428 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18429 (cal-tex-cursor-month): Correctly increment the end date for diary and
18430 holiday listing. (Bug#4626)
18431
18432 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18433
18434 * help-fns.el (describe-function-1): Don't burp if the function is not
18435 a symbol.
18436
18437 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
18438
18439 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18440 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18441 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18442 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18443
18444 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18445 (eieio-default-superclass): Reflow docstrings.
18446 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18447 (eieio-unbind-method-implementations, defmethod)
18448 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18449 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18450 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18451 (eieio-slot-originating-class-p, eieio-slot-name-index)
18452 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18453 (constructor, initialize-instance, no-next-method, object-print)
18454 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18455 Fix typos in docstrings.
18456 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18457 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18458 (next-method-p): Doc fixes.
18459 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18460 Fix typos in error messages.
18461 (eieio-defmethod): Fix typo in description of generic method.
18462
18463 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18464 (eieio-persistent-save-interactive, slot-missing):
18465 Fix typos in docstrings.
18466 (eieio-instance-inheritor-slot-boundp): Doc fix.
18467
18468 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18469 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18470
18471 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18472 (eieio-custom-object-apply-reset):
18473 Fix typos in docstrings and error messages.
18474
18475 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18476 Fix typo in docstring.
18477
18478 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18479 (eieio-browse-tree): Doc fix.
18480 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18481 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18482 Fix typos in docstrings.
18483
18484 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18485 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18486 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18487 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18488 Reflow docstrings.
18489
18490 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18491
18492 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18493 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18494 Set log-view-vc-backend so that diff can work.
18495
18496 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18497 vc-version-diff.
18498 (vc-diff-internal): Autoload this instead of vc-version-diff.
18499
18500 2009-10-05 Eli Zaretskii <eliz@gnu.org>
18501
18502 * simple.el (eval-expression): Doc fix.
18503
18504 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18505
18506 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18507
18508 * files.el (directory-files-no-dot-files-regexp): New defconst.
18509 (delete-directory): Use it.
18510 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18511
18512 * net/tramp.el (tramp-verbose): Fix docstring.
18513 (tramp-methods): Add recursive option to `tramp-copy-args'.
18514 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18515 "scp1_old", "scp2_old", "rsync", "rsyncc".
18516 (tramp-default-method): Check also for `auth-source-user-or-password'.
18517 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18518 Add handler for `copy-directory'.
18519 (tramp-handle-copy-directory): New defun.
18520 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18521 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18522 Optimize sent command.
18523
18524 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18525
18526 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18527 window if necessary.
18528
18529 * calendar/calendar.el (calendar-basic-setup): Don't call
18530 switch-to-buffer in a dedicated window.
18531
18532 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18533
18534 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18535 don't do anything related to relocating, just return nil.
18536 (bookmark-error-no-filename): New error.
18537 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18538 bookmark has no file. Don't even attempt to handle things that
18539 are not files; the whole point of custom handlers is to keep that
18540 knowledge elsewhere anyway. Tighten some comments.
18541 (bookmark-file-or-variation-thereof): Remove now-unused function.
18542 (bookmark-location): Doc string fix.
18543 (Bug#4250)
18544
18545 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18546
18547 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18548 don't use a file dialog, because they usually don't know how to read
18549 a directory target from the user. (Bug#4230)
18550 Also, make sure the prompt can display directories as well as files.
18551
18552 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18553
18554 * bookmark.el (bookmark-set, bookmark-buffer-name):
18555 Improve doc strings. (Bug#1193)
18556
18557 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18558
18559 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18560 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18561 (bookmark-get-annotation, bookmark-set-annotation)
18562 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18563 (bookmark-set-position, bookmark-get-front-context-string)
18564 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18565 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18566 (bookmark-jump-other-window, bookmark-handle-bookmark)
18567 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18568 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18569 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18570 Improve doc strings to say whether bookmark can be a string or
18571 a record or both, and make other consistency and clarity fixes.
18572 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18573 (bookmark-default-annotation-text, bookmark-yank-word)
18574 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18575 (bookmark-import-new-list, bookmark-maybe-rename)
18576 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18577 (bookmark-bmenu-bookmark): Give these doc strings.
18578 (bookmark-bmenu-check-position): Give this a doc string, but also
18579 add a FIXME comment about how the function may be pointless.
18580 (bookmark-default-handler): Rework doc string and change a
18581 parameter name, to clarify that this takes a bookmark record
18582 not a bookmark name.
18583 (bookmark-set): Change a parameter name to indicate its meaning,
18584 and improve the doc string a bit.
18585 (Bug#4188)
18586
18587 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18588
18589 * bookmark.el (bookmark-alist): Document the new `handler' element
18590 in the param alist.
18591 (bookmark-make-record-function): Adjust documentation for above.
18592 (Bug#4193)
18593
18594 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18595
18596 * info.el (Info-bookmark-make-record): Document this function.
18597 (Info-bookmark-jump): Document with a doc string, not just a comment.
18598 (Bug#4203)
18599
18600 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18601
18602 * files.el (copy-directory): New defun.
18603
18604 * dired-aux.el (dired-copy-file-recursive): Use it.
18605
18606 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18607
18608 * files-x.el (modify-dir-local-variable)
18609 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18610 docstrings.
18611
18612 * recentf.el (recentf-unload-function): New function.
18613
18614 2009-10-04 Glenn Morris <rgm@gnu.org>
18615
18616 * window.el (window-full-height-p): Add doc string.
18617
18618 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18619
18620 * window.el (window-full-height-p): New function. (Bug#4543)
18621
18622 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18623
18624 * vc.el: Remove commented out code.
18625 (vc-derived-from-dir-mode): Remove, unused.
18626 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18627
18628 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18629
18630 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18631 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18632 there could be recursive loading when `default-directory' is a
18633 remote file name. (Bug#4614)
18634
18635 2009-10-03 Glenn Morris <rgm@gnu.org>
18636
18637 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18638 the frame is wide.
18639 (calendar-generate-window): Test for shrinkability rather than width.
18640
18641 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18642 reusing existing buffers, in case we happen to visit two files with the
18643 same basename. (Bug#4593)
18644
18645 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18646
18647 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18648 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18649 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18650 subdirs of cedet as well.
18651 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18652
18653 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18654
18655 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18656 Obey advertised-signature-table.
18657
18658 * help-fns.el (help-function-arglist): Don't check
18659 advertised-signature-table.
18660 (describe-function-1): Do it here instead so it also applies to subrs.
18661
18662 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18663
18664 * simple.el (start-file-process): Say in the doc-string, that file
18665 handlers might not support pty association, if PROGRAM is nil.
18666
18667 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18668 HOST and USER are strings. They are nil, when there are
18669 incomplete entries in ~/.netrc, for example.
18670 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18671 root directory ("device busy" error otherwise).
18672
18673 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18674 Flush file properties of created directory.
18675
18676 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18677
18678 * makefile.w32-in (WINS_BASIC): Remove cedet.
18679 (WINS_CEDET): Add cedet.
18680 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18681
18682 2009-10-02 Kevin Ryde <user42@zip.com.au>
18683
18684 * net/browse-url.el (browse-url): Pass any symbol in
18685 browse-url-browser-function to `apply', since if you've mistakenly put
18686 an unbound symbol then the error is clearer. (Bug#4531)
18687
18688 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18689
18690 * allout.el (allout-init, allout-back-to-current-heading)
18691 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18692 (allout-ascend, allout-up-current-level, allout-end-of-level)
18693 (allout-previous-visible-heading, allout-forward-current-level)
18694 (allout-backward-current-level, allout-show-children):
18695 * apropos.el (apropos-describe-plist):
18696 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18697 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18698 * completion.el (add-completion, add-permanent-completion):
18699 * descr-text.el (describe-text-category, describe-char):
18700 * desktop.el (desktop-lazy-abort):
18701 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18702 * dired.el (dired-build-subdir-alist):
18703 * ediff.el (ediff-version):
18704 * elide-head.el (elide-head, elide-head-show):
18705 * emerge.el (emerge-version):
18706 * env.el (getenv):
18707 * face-remap.el (variable-pitch-mode):
18708 * faces.el (describe-face):
18709 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18710 (dired-at-point):
18711 * files.el (find-file-existing, auto-save-mode):
18712 * font-lock.el (font-lock-fontify-buffer):
18713 * help-fns.el (describe-function, describe-variable)
18714 (describe-syntax, describe-categories):
18715 * help.el (view-lossage, describe-bindings, describe-key)
18716 (describe-mode):
18717 * hexl.el (hexl-current-address):
18718 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18719 * info.el (Info-goto-emacs-key-command-node):
18720 * log-edit.el (log-edit-insert-cvs-template)
18721 (log-edit-insert-cvs-rcstemplate):
18722 * menu-bar.el (menu-bar-mode):
18723 * mouse.el (mouse-appearance-menu):
18724 * newcomment.el (comment-indent-new-line):
18725 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18726 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18727 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18728 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18729 * recentf.el (recentf-mode):
18730 * savehist.el (savehist-mode, savehist-save):
18731 * shadowfile.el (shadow-copy-files):
18732 * simple.el (kill-ring-save, next-line, previous-line)
18733 (normal-erase-is-backspace-mode):
18734 * strokes.el (strokes-update-window-configuration)
18735 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18736 (strokes-xpm-for-stroke):
18737 * time.el (emacs-uptime, emacs-init-time):
18738 * tutorial.el (tutorial--describe-nonstandard-key)
18739 (tutorial--detailed-help):
18740 * type-break.el (type-break-mode)
18741 (type-break-mode-line-message-mode, type-break-query-mode)
18742 (type-break-guesstimate-keystroke-threshold):
18743 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18744 * version.el (emacs-version):
18745 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18746 * winner.el (winner-mode):
18747 * calendar/timeclock.el (timeclock-in, timeclock-out)
18748 (timeclock-status-string, timeclock-change)
18749 (timeclock-workday-remaining-string)
18750 (timeclock-workday-elapsed-string)
18751 (timeclock-when-to-leave-string):
18752 * calendar/todo-mode.el (todo-add-category):
18753 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18754 * emacs-lisp/autoload.el (update-file-autoloads):
18755 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18756 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18757 (checkdoc-message-text, checkdoc-defun):
18758 * emacs-lisp/debug.el (debugger-list-functions):
18759 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18760 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18761 (eieio-describe-generic):
18762 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18763 * emacs-lisp/shadow.el (list-load-path-shadows):
18764 * emulation/cua-base.el (cua-mode):
18765 * emulation/edt.el (edt-set-scroll-margins):
18766 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18767 (tpu-toggle-regexp, tpu-toggle-search-direction)
18768 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18769 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18770 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18771 (viper-set-parsing-style-toggling-macro)
18772 (viper-set-emacs-state-searchstyle-macros):
18773 * emulation/viper.el (viper-set-hooks):
18774 * eshell/esh-mode.el (eshell-truncate-buffer):
18775 * international/mule-cmds.el (prefer-coding-system)
18776 (describe-input-method, describe-language-environment):
18777 * international/mule-diag.el (list-character-sets)
18778 (describe-character-set, describe-coding-system)
18779 (describe-fontset, list-fontsets, list-input-methods):
18780 * mail/sendmail.el (mail-signature):
18781 * net/ange-ftp.el (ange-ftp-copy-file):
18782 * net/browse-url.el (browse-url):
18783 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18784 * net/quickurl.el (quickurl-add-url):
18785 * net/rcirc.el (names, topic):
18786 * net/xesam.el (xesam-mode):
18787 * play/5x5.el (5x5-new-game):
18788 * play/yow.el (apropos-zippy):
18789 * progmodes/ada-mode.el (ada-mode-version):
18790 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18791 (f90-end-of-block)
18792 (f90-beginning-of-block):
18793 * progmodes/fortran.el (fortran-end-of-block)
18794 (fortran-beginning-of-block):
18795 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18796 * progmodes/python.el (python-describe-symbol, python-shell):
18797 * term/ns-win.el (ns-print-buffer):
18798 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18799 * textmodes/flyspell.el (flyspell-mode-on):
18800 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18801 (pages-directory-for-addresses):
18802 * textmodes/table.el (table-recognize-cell)
18803 (table-query-dimension, table-generate-source)
18804 (table-insert-sequence, table--warn-incompatibility):
18805 * textmodes/tex-mode.el (tex-validate-buffer):
18806 * textmodes/texinfmt.el (texinfmt-version)
18807 (texinfo-format-buffer):
18808 Use `called-interactively-p' instead of `interactive-p'.
18809
18810 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18811
18812 * image-mode.el (image-toggle-display):
18813 * emacs-lisp/elp.el (elp-instrument-function):
18814 * emacs-lisp/advice.el (ad-make-advised-definition):
18815 * emacs-lisp/easy-mmode.el (define-minor-mode):
18816 * net/browse-url.el (browse-url-maybe-new-window):
18817 * progmodes/sh-script.el (sh-learn-buffer-indent):
18818 Pass new argument 'any to `called-interactively-p'.
18819
18820 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18821
18822 * international/uni-bidi.el:
18823 * international/uni-category.el:
18824 * international/uni-combining.el:
18825 * international/uni-comment.el:
18826 * international/uni-decimal.el:
18827 * international/uni-decomposition.el:
18828 * international/uni-digit.el:
18829 * international/uni-lowercase.el:
18830 * international/uni-mirrored.el:
18831 * international/uni-name.el:
18832 * international/uni-numeric.el:
18833 * international/uni-old-name.el:
18834 * international/uni-titlecase.el:
18835 * international/uni-uppercase.el:
18836 Regenerate from Unicode 5.2.0 data.
18837
18838 2009-10-01 Glenn Morris <rgm@gnu.org>
18839
18840 * Makefile.in (ELCFILES): Regenerate.
18841
18842 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * subr.el (interactive-p): Mark obsolete.
18845 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18846 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18847 advertised-signature-table for subroutines as well.
18848
18849 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18850 (set-advertised-calling-convention): New function.
18851 (make-obsolete, define-obsolete-function-alias)
18852 (make-obsolete-variable, define-obsolete-variable-alias):
18853 Make the optional-ness of `when' obsolete.
18854 (define-obsolete-face-alias): Make `when' non-optional.
18855 * help-fns.el (help-function-arglist):
18856 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18857 Use advertised-signature-table.
18858
18859 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18860
18861 * files.el (delete-directory): New defun. The original function
18862 in fileio.c has been renamed to `delete-directory-internal'.
18863
18864 * dired.el (dired-delete-file): Call `delete-directory' with
18865 RECURSIVE parameter.
18866
18867 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18868 parameter RECURSIVE. Implementation is missing.
18869
18870 * net/tramp.el (tramp-handle-make-directory): Flush upper
18871 directory's file properties.
18872 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18873 (tramp-handle-dired-recursive-delete-directory): Flush directory
18874 properties after the remove command only.
18875
18876 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18877 Handle optional parameter RECURSIVE.
18878
18879 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18880 Handle optional parameter RECURSIVE.
18881
18882 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18883 connection timeout.
18884 (tramp-smb-handle-delete-directory): Handle optional parameter
18885 RECURSIVE.
18886
18887 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18890 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18891 (byte-compile-defmacro): Use backquotes.
18892
18893 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18894
18895 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18896 has no associated file.
18897 (vc-resynch-buffer): Use vc-dir-buffers.
18898
18899 2009-10-01 Glenn Morris <rgm@gnu.org>
18900
18901 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18902 (chart-file-count):
18903 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18904 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18905 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18906 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18907 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18908 (eieio-copy-parents-into-subclass, make-instance, class-children)
18909 (eieio-generic-form):
18910
18911 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18912 match-data. (Bug#4555).
18913
18914 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18915 rather than parsing it as a regexp. This relaxes the layout
18916 requirements and makes errors easier to detect.
18917 (check-declare-verify): Check file is regular.
18918 (check-declare-directory): Doc fix.
18919 * subr.el (declare-function): Doc fix.
18920
18921 * ibuffer.el (ibuffer-format-qualifier):
18922 * isearch.el (hi-lock-regexp-okay):
18923 * calc/calc.el (math-zerop):
18924 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18925 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18926 Remove unused declarations.
18927
18928 2009-09-30 Eric Ludlam <zappo@gnu.org>
18929
18930 * emacs-lisp/eieio.el (boolean-p): Delete.
18931
18932 2009-09-30 Glenn Morris <rgm@gnu.org>
18933
18934 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18935
18936 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18937 filename is not a string.
18938
18939 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18940
18941 * files.el (safe-local-eval-forms): Fix typo.
18942
18943 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18944
18945 * vc-hooks.el (vc-dir-buffers): New var.
18946 (vc-state-refresh): New function.
18947 (vc-state): Use it.
18948 (vc-after-save): Always ask the backend to recompute the new state.
18949 Always call vc-dir if necessary, using vc-dir-buffers.
18950 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18951 Use vc-dir-buffers.
18952 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18953 (vc-dir-prepare-status-buffer, vc-dir-update)
18954 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18955 Don't call expand-file-name on default-directory.
18956
18957 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18958
18959 * speedbar.el (speedbar-item-delete):
18960 * calc/calc-prog.el (calc-kbd-if):
18961 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18962
18963 * epa.el (epa-key-list-mode-map):
18964 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18965
18966 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18967 (hs-show-hook): Fix typo in docstring.
18968
18969 2009-09-29 Glenn Morris <rgm@gnu.org>
18970
18971 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18972 file-name-nondirectory call preventing location of cedet files.
18973 (check-declare-verify): Use literal search rather than re-search.
18974 Add basic defmethod and defclass, and define-overloadable-function.
18975
18976 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18977 Use tramp-compat-file-attributes rather than nonexistent
18978 tramp-compat-handle-file-attributes.
18979
18980 * Makefile.in (lisptagsfiles4): New.
18981 (AUTOGENEL): Add cedet loaddefs files.
18982 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18983 (update-elclist, compile-always, backup-compiled-files)
18984 (bootstrap-clean): Add yet another directory level.
18985 (update-elclist): Use LC_COLLATE rather than COLLATE.
18986 (ELCFILES): Update, via `make update-elclist'.
18987
18988 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18989
18990 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18991 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18992 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18993
18994 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18995
18996 * Makefile.in (lisptagsfiles3): Define.
18997 (TAGS, TAGS-LISP): Use it.
18998 (update-elclist): Add third directory level to look for elc files.
18999 (compile-always): Likewise.
19000 (backup-compiled-files): Likewise.
19001 (bootstrap-clean): Likewise.
19002 (ELCFILES): Update.
19003
19004 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
19005
19006 * Makefile.in (ELCFILES): Add CEDET files.
19007
19008 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
19009
19010 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
19011
19012 * net/tramp.el (top): Require tramp-imap.
19013
19014 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19015 Use `tramp-compat-handle-file-attributes'.
19016
19017 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19018
19019 * net/tramp-imap.el: New package.
19020
19021 2009-09-28 Eric Ludlam <zappo@gnu.org>
19022
19023 * emacs-lisp/chart.el:
19024 * emacs-lisp/eieio-base.el:
19025 * emacs-lisp/eieio-comp.el:
19026 * emacs-lisp/eieio-custom.el:
19027 * emacs-lisp/eieio-datadebug.el:
19028 * emacs-lisp/eieio-opt.el:
19029 * emacs-lisp/eieio-speedbar.el:
19030 * emacs-lisp/eieio.el: New files.
19031
19032 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19033
19034 * whitespace.el (whitespace-trailing-regexp)
19035 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19036 Fix doc string.
19037
19038 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
19039
19040 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19041 menu.
19042
19043 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19044 menu-bar-ediff-menu.
19045
19046 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19047 define-overloadable-function.
19048
19049 * progmodes/autoconf.el: Provide autoconf as well, so that this
19050 file can be `require'd.
19051
19052 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19053
19054 * emacs-lisp/autoload.el (generated-autoload-feature)
19055 (generated-autoload-load-name): New vars.
19056 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19057 (make-autoload): Recognize define-overloadable-function and
19058 defclass forms (for EIEIO).
19059
19060 * Makefile.in (update-subdirs): Exclude cedet directory.
19061
19062 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19063
19064 * term/ns-win.el: Don't set the region face background. (Bug#4381)
19065
19066 * faces.el: Default light-background background for region face to
19067 ns_selection_color under NS.
19068
19069 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19070
19071 * net/imap-hash.el: New library, see NEWS.
19072
19073 * Makefile.in (ELCFILES): Add imap-hash.el.
19074
19075 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19076
19077 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19078 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19079 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19080 definition where the docstring could be taken for the return value.
19081
19082 2009-09-26 Glenn Morris <rgm@gnu.org>
19083
19084 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19085 Add option to only show images below a certain size.
19086 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19087 save-excursion calls.
19088
19089 2009-09-26 Eli Zaretskii <eliz@gnu.org>
19090
19091 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19092 subdirectories) and eieio.
19093
19094 2009-09-26 Alan Mackenzie <acm@muc.de>
19095
19096 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19097 Correct buggy bracketing. (Bug#4289)
19098
19099 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
19100 character constants (as case labels). (Bug#4289)
19101
19102 2009-09-25 Juri Linkov <juri@jurta.org>
19103
19104 * files.el (safe-local-eval-forms): Allow time-stamp in
19105 before-save-hook (Bug#4554).
19106
19107 2009-09-25 Drew Adams <drew.adams@oracle.com>
19108
19109 * menu-bar.el (list-buffers-directory): Doc fix.
19110
19111 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19112
19113 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19114 Try and avoid copying twice the same paragraph.
19115 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19116 Remove save-excursion.
19117 (log-edit-changelog-entry): Do it here instead.
19118
19119 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
19120
19121 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19122 when available, instead of hardcoding mode names. Doc fix.
19123
19124 * menu-bar.el (list-buffers-directory): Add docstring.
19125 Make automatically buffer-local.
19126
19127 * dired.el (dired-mode):
19128 * files.el (cd-absolute):
19129 * pcvs.el (cvs-temp-buffer):
19130 * pcvs-util.el (cvs-get-buffer-create):
19131 * shell.el (shell-mode):
19132 * vc-dir.el (vc-dir-mode):
19133 Don't make `list-buffers-directory' buffer local.
19134
19135 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19136
19137 * comint.el (comint-exec, comint-run, make-comint):
19138 Doc fixes (Bug#4542).
19139
19140 2009-09-25 Glenn Morris <rgm@gnu.org>
19141
19142 * mail/rmailmm.el (rmail-mime): New custom group.
19143 Move all defcustoms in this file into this group.
19144 (rmail-mime-media-type-handlers-alist): Revert previous change.
19145 (rmail-mime-show-images): New option.
19146 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19147 references to it, since it wasn't actually used for anything.
19148 (rmail-mime-insert-image): New function.
19149 (rmail-mime-image): Use rmail-mime-insert-image.
19150 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
19151 obey the value of `rmail-mime-show-images' option. Print the size of
19152 attachments.
19153
19154 2009-09-25 David Engster <deng@randomsample.de>
19155
19156 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19157
19158 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19159
19160 * whitespace.el: Does not highlight trailing spaces While point is
19161 at end of line. Does not highligt spaces at beginning of buffer
19162 while point is at beginning of buffer. Does not highlight spaces
19163 at end of buffer while point is at end of buffer. (Bug#4177)
19164 New version 12.0.
19165 (whitespace-display-mappings): Adjust initialization.
19166 (whitespace-point, whitespace-font-lock-refontify): New vars.
19167 (whitespace-color-on, whitespace-color-off): Adjust code.
19168 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19169 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19170 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19171
19172 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
19173
19174 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19175
19176 * textmodes/sgml-mode.el: Remove xml-mode alias.
19177
19178 * files.el (auto-mode-alist, conf-mode-maybe)
19179 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
19180
19181 2009-09-24 Alan Mackenzie <acm@muc.de>
19182
19183 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19184 c-forward-conditionals, but it doesn't move point and doesn't set
19185 the mark.
19186 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19187 (c-down-conditional-with-else, c-backward-conditional)
19188 (c-forward-conditional): Refactor to use c-scan-conditionals.
19189
19190 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19191
19192 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19193 (help-default-arg-highlight): Remove.
19194 (help-highlight-arg): New function.
19195 (help-do-arg-highlight): Use it.
19196 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19197
19198 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19201 Undo last change, which didn't fix the problem and introduced others.
19202
19203 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
19204
19205 * progmodes/gdb-mi.el: Don't require speedbar.
19206 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19207
19208 2009-09-24 Glenn Morris <rgm@gnu.org>
19209
19210 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19211
19212 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19213
19214 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19215 there is no newline after the final mime boundary. (Bug#4539)
19216 Move markers on insertion so that any buttons inserted don't end up in
19217 the next part of a multipart message.
19218 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19219 (rmail-mime-bulk-handler): Optionally handle images.
19220 (rmail-mime-image): New button action.
19221 (rmail-mime-image-handler): New function.
19222 (rmail-mime-mode): New mode.
19223 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
19224
19225 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19228 than just dropping elements from it (bug#4504).
19229
19230 * term.el (term-set-scroll-region): Don't move cursor any more.
19231 (term-handle-ansi-escape): Call term-goto here instead.
19232 Suggested by Ivan Kanis <apple@kanis.eu>.
19233
19234 * term.el: Require CL.
19235 (term-ansi-reset): New function.
19236 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19237 (term-handle-colors-array): Simplify.
19238
19239 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19240
19241 * allout.el (allout-overlay-interior-modification-handler)
19242 (allout-obtain-passphrase):
19243 * epa-file.el (epa-file-write-region):
19244 * ps-print.el (ps-begin-job):
19245 * vc-hooks.el (vc-toggle-read-only):
19246 * vc-rcs.el (vc-rcs-rollback):
19247 * vc-sccs.el (vc-sccs-rollback):
19248 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19249 (vc-version-diff, vc-revert, vc-rollback):
19250 * wdired.el (wdired-check-kill-buffer):
19251 * emacs-lisp/authors.el (authors):
19252 * net/socks.el (socks-open-connection):
19253 * net/zeroconf.el (zeroconf-service-add-hook):
19254 * obsolete/vc-mcvs.el (vc-mcvs-register):
19255 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19256 (gdb-select-frame):
19257 * progmodes/grep.el (lgrep, rgrep):
19258 * progmodes/idlw-help.el (idlwave-help-check-locations)
19259 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19260 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19261 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19262 (reftex-toc-rename-label): Fix typos in error messages.
19263
19264 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19265 (dired-copy-how-to-fn): Doc fix.
19266 (dired-files-attributes, dired-read-shell-command):
19267 Fix typos in docstrings.
19268
19269 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19270 (dired-x-find-file-other-window): Reflow docstrings.
19271 (dired-omit-marker-char, dired-read-shell-command)
19272 (dired-x-submit-report): Fix typos in docstrings.
19273
19274 * shell.el (shell-mode-hook):
19275 * view.el (View-scroll-line-forward):
19276 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19277 Fix typos in docstrings.
19278
19279 * net/dig.el (dig-invoke): Fix typo in docstring.
19280 (query-dig): Reflow docstring.
19281
19282 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19283 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19284 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19285 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19286 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19287 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19288 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19289 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19290 (idlwave-completion-map, idlwave-current-indent)
19291 (idlwave-custom-ampersand-surround, idlwave-customize)
19292 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19293 (idlwave-define-abbrev, idlwave-determine-class-special)
19294 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19295 (idlwave-end-block-reg, idlwave-end-of-statement)
19296 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19297 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19298 (idlwave-explicit-class-listed, idlwave-file-header)
19299 (idlwave-fill-paragraph, idlwave-find-class-definition)
19300 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19301 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19302 (idlwave-in-quote, idlwave-indent-action-table)
19303 (idlwave-indent-expand-table, idlwave-indent-line)
19304 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19305 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19306 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19307 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19308 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19309 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19310 (idlwave-outlawed-buffers, idlwave-popup-select)
19311 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19312 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19313 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19314 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19315 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19316 (idlwave-statement-type, idlwave-struct-skip)
19317 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19318 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19319 (idlwave-what-module-find-class): Fix typos in docstrings.
19320 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19321 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19322 (idlwave-find-module, idlwave-find-structure-definition)
19323 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19324 (idlwave-list-load-path-shadows, idlwave-next-statement)
19325 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19326 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19327 (idlwave-template): Reflow docstrings.
19328
19329 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19330 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19331 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19332 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19333 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19334 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19335 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19336 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19337 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19338 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19339 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19340 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19341 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19342 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19343 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19344 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19345 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19346 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19347 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19348 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19349 Fix typos in docstrings.
19350 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19351 (idlwave-shell-hide-output, idlwave-shell-mode)
19352 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19353 Reflow docstrings.
19354
19355 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19356
19357 2009-09-24 Ivan Kanis <apple@kanis.eu>
19358
19359 * term.el (term-bold-attribute): New var.
19360 (term-handle-colors-array): Use it.
19361
19362 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
19363
19364 * progmodes/gdb-mi.el (gdb-version): New variable.
19365 (gdb-non-stop-handler): Set gdb-version.
19366 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19367 Condition "--thread" option on gdb-version.
19368 (gdb-invalidate-threads): Remove unused argument.
19369
19370 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19371
19372 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19373 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19374
19375 2009-09-23 Glenn Morris <rgm@gnu.org>
19376
19377 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19378 replying to mail without References or Message-Id. (Bug#4525)
19379
19380 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19381
19382 * term/ns-win.el (ns-reg-to-script): New variable.
19383
19384 2009-09-23 Daiki Ueno <ueno@unixuser.org>
19385
19386 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19387
19388 2009-09-22 Sam Steingold <sds@gnu.org>
19389
19390 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
19391 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19392 to 1 because hg returns status 1 when nothing is found.
19393 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
19394
19395 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19396
19397 * textmodes/fill.el: Convert to utf-8 encoding.
19398 (fill-french-nobreak-p): Remove redundant » and « inherited from our
19399 pre-Unicode days.
19400
19401 * add-log.el (change-log-fill-forward-paragraph): New function.
19402 (change-log-mode): Use it so fill-region DTRT.
19403 Set fill-indent-according-to-mode here rather than in
19404 change-log-fill-paragraph.
19405 (change-log-fill-paragraph): Remove.
19406
19407 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
19408
19409 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19410 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19411
19412 2009-09-22 Glenn Morris <rgm@gnu.org>
19413
19414 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19415 the scroll-bar scroll the calendar window rather than the buffer.
19416
19417 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19418 commands that move point (as opposed to scrolling).
19419
19420 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19421
19422 * emacs-lisp/elint.el (elint): New custom group.
19423 (elint-log-buffer): Make it a defcustom.
19424 (elint-scan-preloaded, elint-ignored-warnings)
19425 (elint-directory-skip-re): New options.
19426 (elint-builtin-variables): Doc fix.
19427 (elint-preloaded-env): New variable.
19428 (elint-unknown-builtin-args): Add an entry for encode-time.
19429 (elint-extra-errors): Make it a variable rather than a constant.
19430 (elint-preloaded-skip-re): New constant.
19431 (elint-directory): Skip files matching elint-directory-skip-re.
19432 (elint-features): New variable, local to linted buffers.
19433 (elint-update-env): Initialize elint-features. Possibly add
19434 elint-preloaded-env to the buffer's environment.
19435 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19436 Skip quoted forms.
19437 (elint-init-form): New function, extracted from elint-init-env.
19438 Make non-list forms a warning rather than an error.
19439 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19440 easy-menu-define, put that adds an error-condition, and provide.
19441 When requiring cl, also require cl-macs. Really require cl, to handle
19442 some cl macros. Store required libraries in the list elint-features,
19443 so as not to re-load them. Treat cc-require like require.
19444 (elint-init-env): Call elint-init-form to do the work.
19445 Handle eval-and-compile and such like.
19446 (elint-add-required-env): Do not clear messages.
19447 (elint-special-forms): Add handlers for function, defalias, if, when,
19448 unless, and, or.
19449 (elint-form): Add optional argument to ignore elint-special-forms,
19450 useful to prevent recursive calls from handlers. Doc fix.
19451 Respect elint-ignored-warnings.
19452 (elint-form): Respect elint-ignored-warnings.
19453 (elint-bound-variable, elint-bound-function): New variables.
19454 (elint-unbound-variable): Respect elint-bound-variable.
19455 (elint-get-args): Respect elint-bound-function.
19456 (elint-check-cond-form): Add some simple handling for (f)boundp and
19457 featurep tests.
19458 (elint-check-defalias-form): New handler.
19459 (elint-check-let-form): Make an empty let a warning rather than an
19460 error.
19461 (elint-check-setq-form): Make an empty setq a warning rather than an
19462 error. Respect elint-ignored-warnings.
19463 (elint-check-defvar-form): Accept null doc-strings.
19464 (elint-check-conditional-form): New handler. Does some simple-minded
19465 checking of featurep and (f)boundp tests.
19466 (elint-put-function-args): New function.
19467 (elint-initialize): Use elint-scan-doc-file rather than
19468 elint-find-builtin-variables. Use elint-put-function-args.
19469 Possibly scan preloaded-file-list.
19470 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19471 extend to handle functions as well.
19472
19473 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19474
19475 * linum.el (linum-delete-overlays, linum-update-window):
19476 Do not modify the right margin. (Bug#3971)
19477
19478 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
19479
19480 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19481 Use nxml-mode instead of xml-mode.
19482
19483 2009-09-21 Kevin Ryde <user42@zip.com.au>
19484
19485 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19486
19487 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19488
19489 * net/dig.el (dig-mode): Use define-derived-mode.
19490
19491 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19492
19493 * vc-dispatcher.el (vc-do-command): Return the process object in
19494 the asynchronous case. Use when instead of if. Do not run
19495 vc-exec-after to display a message if not enabled. (Bug#4463)
19496
19497 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19498 properties to the stash strings.
19499 (vc-git-stash-list): Return a list of strings.
19500 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19501 (vc-git-stash-show-at-point): New functions.
19502 (vc-git-stash-map): New keymap.
19503
19504 * register.el (ctl-x-r-map): Define the keys here instead of
19505 using autoload.
19506
19507 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19508
19509 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19510 list, to workaround performance problem (bug#4485).
19511
19512 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19513
19514 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19515
19516 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19517
19518 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19519 Document that this option is not recommended to use.
19520
19521 2009-09-19 Glenn Morris <rgm@gnu.org>
19522
19523 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19524 variable `var'.
19525
19526 * calc/calc-alg.el (var):
19527 * calc/calcalg2.el (var): Define for compiler.
19528
19529 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19530
19531 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19532 Doc fix (Bug#3932).
19533
19534 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19535
19536 * time-stamp.el (time-stamp-month-dd-yyyy)
19537 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19538 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19539 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19540 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19541 Remove functions that have been obsolete since 1995 (Bug#4436).
19542
19543 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19544 indent buffer only if called interactively (Bug#4452).
19545
19546 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19547 Eli Zaretskii <eliz@gnu.org>
19548
19549 This fixes bug#4197 (merged to bug#865, though not identical).
19550 * server.el (server-auth-dir): Add docstring note about FAT32.
19551 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19552 but warn against using them.
19553
19554 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19555
19556 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19557 older GDB where there is no has_more field.
19558
19559 2009-09-19 Glenn Morris <rgm@gnu.org>
19560
19561 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19562
19563 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19564
19565 * files.el (auto-mode-alist): Change default for XML files to nXML
19566 mode (Bug#4169).
19567
19568 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19569
19570 * server.el (server-ensure-safe-dir): Pass 'integer
19571 to `file-attributes', as suggested.
19572
19573 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19574
19575 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19576 (dired-query): Use read-key.
19577
19578 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19579
19580 * cus-start.el (ns-use-qd-smoothing): Remove.
19581
19582 2009-09-18 Glenn Morris <rgm@gnu.org>
19583
19584 * allout.el (top-level): Remove unnecessary progn.
19585
19586 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19587
19588 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19589 definition of abbrev table.
19590
19591 * speedbar.el (speedbar-track-mouse):
19592 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19593 * net/eudc.el (eudc-expand-inline):
19594 * net/newst-backend.el (newsticker--cache-read-feed):
19595 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19596 condition-case handlers.
19597
19598 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19599
19600 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19601 (gdb-var-list): Add an element for has_more field.
19602 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19603 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19604 (gdb-var-update-handler-1): Parse output of dynamic variable
19605 objects (STL containers).
19606 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19607 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19608
19609 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19610 gdb-var-list.
19611 (gud-speedbar-buttons): Make node expandable if expression "has more"
19612 children.
19613
19614 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19615
19616 * startup.el (emacs-quick-startup): Remove variable and all uses.
19617 (command-line): Set `inhibit-x-resources' instead.
19618 (command-line-1): Use `inhibit-x-resources' instead.
19619
19620 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19621
19622 * subr.el: Fix last change to avoid using the `unless' macro,
19623 which breaks bootstrapping.
19624
19625 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19626
19627 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19628 extended definitions, in case we reload subr.el after having
19629 loaded CL.
19630 (eval-next-after-load): Mark as obsolete.
19631
19632 2009-09-17 Juri Linkov <juri@jurta.org>
19633
19634 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19635 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19636 (menu-bar-showhide-menu, menu-bar-tools-menu)
19637 (menu-bar-describe-menu, menu-bar-help-menu)
19638 (minibuffer-local-completion-map, minibuffer-local-map):
19639 Fix list quoting.
19640
19641 2009-09-17 Glenn Morris <rgm@gnu.org>
19642
19643 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19644 arguments, whether or not it has a handler.
19645
19646 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19647
19648 * simple.el (hard-newline): Give it a doc-string.
19649
19650 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19651 (lisp-mode-syntax-table): Give them doc-strings.
19652
19653 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19654
19655 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19656 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19657 (menu-bar-options-menu, menu-bar-showhide-menu)
19658 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19659 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19660 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19661 (menu-bar-options-menu, menu-bar-tools-menu)
19662 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19663 (menu-bar-help-menu):
19664 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19665 string arguments.
19666
19667 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19668 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19669 calls for the menu names and :help.
19670
19671 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19674 to :minor-mode-function (bug#4455).
19675
19676 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * startup.el (command-line): Initialize the window-system after
19679 processing the command-line.
19680
19681 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19682 page-delimiter matches the empty string.
19683
19684 2009-09-16 Glenn Morris <rgm@gnu.org>
19685
19686 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19687 byte-compile-not-obsolete-var. It's a list now.
19688 (byte-compile-not-obsolete-funcs): New variable.
19689 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19690 byte-compile-not-obsolete-funcs.
19691 (byte-compile-variable-ref, byte-compile-defvar): Update for
19692 byte-compile-not-obsolete-vars name-change and list nature.
19693 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19694 and variables behind (f)boundp tests.
19695 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19696
19697 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19698
19699 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19700
19701 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19704 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19705 Don't autoload.
19706
19707 2009-09-15 Stephen Eglen <stephen@gnu.org>
19708
19709 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19710 the virtual-buffers, use the name of the buffer specified by
19711 find-file-noselect, as the match may be a symlink. (This was a
19712 problem if the target and the symlink had different names.)
19713
19714 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19717
19718 * desktop.el (desktop-path): Check user-emacs-directory.
19719
19720 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19721
19722 * loadup.el: Use after-load-functions to GC after loading each file.
19723 Remove the explicit GC calls that used to be sprinkled around.
19724
19725 * subr.el (after-load-functions): New hook.
19726 (do-after-load-evaluation): Run it. Use string-match-p to detect
19727 `obsolete' packages, rather than painfully extracting the relevant
19728 directory name.
19729
19730 2009-09-15 Glenn Morris <rgm@gnu.org>
19731
19732 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19733 free variable `doc'.
19734
19735 * dired.el (dired-mode-map): Add menu entry for async shell command.
19736
19737 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19738 variables, also consider the .elc files, since the .el files are
19739 normally gzipped (subsequent code locates the .el.gz from the .elc).
19740
19741 * calc/calc-prog.el (arglist): Define for compiler.
19742
19743 * calendar/diary-lib.el (diary-display-function): Change the default to
19744 fancy display.
19745 (body): Define for compiler.
19746
19747 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19748 (byte-compile-file-form, byte-compile-lambda)
19749 (byte-compile-top-level-body, byte-compile-form)
19750 (byte-compile-variable-ref, byte-compile-setq)
19751 (byte-compile-setq-default, byte-compile-body)
19752 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19753 (batch-byte-compile): Give some more local variables with common names
19754 a "bytecomp-" prefix to avoid masking warnings about free variables.
19755
19756 * startup.el (command-line-1): Give local variables with common names a
19757 distinguishing prefix, so as not to hide free variable warnings during
19758 bootstrap.
19759
19760 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19761 clever and add a suffix to make a unique name, just let the user decide
19762 whether or not to overwrite it. If the input is a directory, write the
19763 default filename to that directory. (Bug#4388)
19764 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19765 is a filename-as-a-directory.
19766
19767 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * textmodes/page.el (what-page): Don't move to beginning of line.
19770 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19771
19772 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19773
19774 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19775
19776 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19777
19778 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19779 * help.el (help-for-help-internal): Add purecopy calls for text.
19780
19781 * vc.el (top): print-log method now takes an optional SHORTLOG
19782 argument. Add a new method: root.
19783 (vc-root-diff, vc-print-root-log): New functions.
19784 (vc-log-short-style): New variable.
19785 (vc-print-log-internal): Add support for showing short logs.
19786
19787 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19788 vc-print-root-log and vc-print-root-diff.
19789
19790 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19791 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19792 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19793 short logs.
19794
19795 * vc-cvs.el (vc-cvs-print-log):
19796 * vc-mtn.el (vc-mtn-print-log):
19797 * vc-rcs.el (vc-rcs-print-log):
19798 * vc-sccs.el (vc-sccs-print-log):
19799 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19800 that is ignored for now.
19801
19802 * vc-mtn.el (vc-mtn-annotate-command):
19803 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19804
19805 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19806
19807 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19808 to function-key-map, and give them ascii-character property.
19809 * term/x-win.el (x-alternatives-map):
19810 * term/ns-win.el (ns-alternatives-map):
19811 * term/internal.el (msdos-key-remapping-map):
19812 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19813
19814 2009-09-14 Glenn Morris <rgm@gnu.org>
19815
19816 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19817 temp-buffers (2009-09-12).
19818
19819 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19820
19821 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19822 the new read-key function.
19823
19824 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19825
19826 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19827 is defined (Bug#4405).
19828
19829 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19830
19831 * recentf.el (recentf-cleanup): Use a hash table to find
19832 duplicates (Bug#4407).
19833
19834 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19835
19836 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19837 kp-0 to ascii equivalents (Bug#4325).
19838
19839 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19840
19841 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19842
19843 * eshell/em-hist.el:
19844 * eshell/em-dirs.el (eshell-complete-user-reference):
19845 Declare pcomplete functions and variables to avoid compiler warnings.
19846
19847 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19848
19849 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19850 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19851 * eshell/em-alias.el (eshell-aliases-file):
19852 * eshell/em-hist.el (eshell-history-file-name):
19853 Use expand-file-name instead of concat to make file names (Bug#4308).
19854
19855 2009-09-13 Glenn Morris <rgm@gnu.org>
19856
19857 * ediff-merg.el (ediff-do-merge):
19858 * filesets.el (filesets-run-cmd):
19859 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19860 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19861 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19862 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19863 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19864 Replace empty `let's with `progn'.
19865
19866 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19867
19868 * mail/sendmail.el (send-mail-function):
19869 * tooltip.el (tooltip-mode):
19870 * simple.el (transient-mark-mode):
19871 * rfn-eshadow.el (file-name-shadow-mode):
19872 * frame.el (blink-cursor-mode):
19873 * font-core.el (global-font-lock-mode):
19874 * files.el (temporary-file-directory)
19875 (small-temporary-file-directory, auto-save-file-name-transforms):
19876 * epa-hook.el (auto-encryption-mode):
19877 * composite.el (global-auto-composition-mode):
19878 Use custom-initialize-delay.
19879 * startup.el (command-line): Don't explicitly call
19880 custom-reevaluate-setting for all the above vars.
19881 * custom.el (custom-initialize-safe-set)
19882 (custom-initialize-safe-default): Delete.
19883
19884 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19885
19886 * term/x-win.el (x-initialize-window-system):
19887 * term/w32-win.el (w32-initialize-window-system):
19888 * term/ns-win.el (ns-initialize-window-system): Don't call
19889 mouse-wheel-mode since it's enabled globally by default already.
19890
19891 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19892 actually define the variable, but only silences the byte-compiler.
19893 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19894 before looking it up.
19895 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19896 is changed.
19897
19898 2009-09-12 Glenn Morris <rgm@gnu.org>
19899
19900 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19901 1000.
19902 (elint-add-required-env): Don't beep on error.
19903 (elint-forms): In case of error, return ENV unchanged.
19904 (elint-init-env): Skip non-list forms.
19905 (elint-log): Handle unknown file positions.
19906
19907 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19908
19909 * epg.el (epg-make-context): Add autoload cookie.
19910 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19911 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19912 (epg-verify-string, epg-start-sign, epg-sign-file)
19913 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19914 (epg-encrypt-string, epg-start-export-keys)
19915 (epg-export-keys-to-file, epg-export-keys-to-string)
19916 (epg-start-import-keys, epg-import-keys-from-file)
19917 (epg-import-keys-from-string, epg-start-receive-keys)
19918 (epg-receive-keys, epg-import-keys-from-server)
19919 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19920 (epg-sign-keys, epg-start-generate-key)
19921 (epg-generate-key-from-file, epg-generate-key-from-string):
19922 Remove autoload cookie.
19923
19924 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19925
19926 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19927 reevaluation of trash-directory.
19928
19929 * mwheel.el: Fix last change.
19930 (mouse-wheel-mode): New defvar.
19931 (mouse-wheel-mode): Remove autoload cookie.
19932
19933 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19934
19935 * mwheel.el (mwheel-installed-bindings): New var.
19936 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19937 the bindings we set last time. Use custom-initialize-delay.
19938 * loadup.el: Load mwheel after term/*-win.el.
19939 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19940 and mouse-wheel-up-event now that their first evaluation is done
19941 sufficiently late to be correct.
19942
19943 * startup.el (tutorial-directory): Make it a defcustom.
19944 Use custom-initialize-delay rather than eval-at-startup to set it.
19945 * image.el (image-load-path): Make it a defcustom.
19946 Use custom-initialize-delay rather than eval-at-startup to set it.
19947 * subr.el (eval-at-startup): Remove.
19948 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19949
19950 * subr.el (do-after-load-evaluation): Warn the user after loading an
19951 obsolete package.
19952
19953 2009-09-12 Glenn Morris <rgm@gnu.org>
19954
19955 * proced.el (proced-mark-alt): Remove alias.
19956 (proced-mode-map): Remove proced-mark-alt.
19957
19958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19959 Elint file and directory. Remove initialization entry.
19960
19961 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19962 commands.
19963 (elint-current-buffer): Set mode-line-process.
19964 (elint-init-env): Handle define-derived-mode.
19965 Fix declare-function with unspecified arglist. Guard against odd
19966 defalias statements (eg iso-insert's 8859-1-map).
19967 (elint-add-required-env): Use a temp buffer.
19968 (elint-form): Just print the function/macro name, not the whole form.
19969 Return env unchanged if we fail to parse a macro.
19970 (elint-forms): Guard against parse errors.
19971 (elint-output): New function, to handle batch mode.
19972 (elint-log-message): Add optional argument. Use elint-output.
19973 (elint-set-mode-line): New function.
19974
19975 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19976
19977 * emacs-lisp/elp.el (elp-not-profilable): Add more
19978 functions (Bug#4233).
19979
19980 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19981
19982 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19983 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19984
19985 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19986
19987 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19988 (gdb-var-list-children): Use json parsing.
19989
19990 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19991
19992 * progmodes/js.el (js--proper-indentation): Handle the case where
19993 char-before is null. Reported by Deniz Dogan.
19994
19995 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19996
19997 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19998
19999 2009-09-11 Daiki Ueno <ueno@unixuser.org>
20000
20001 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
20002 (epg-digest-algorithm-alist): Add SHA224.
20003 (epg-context-set-passphrase-callback)
20004 (epg-context-set-progress-callback): Add description about
20005 callback function.
20006
20007 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20008
20009 * custom.el (custom-delayed-init-variables): New var.
20010 (custom-initialize-delay): New function.
20011 * startup.el (command-line): "Re"evaluate all vars in
20012 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
20013 explicitly any more.
20014 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
20015 to avoid creating a ~/.emacs.d at build-time (bug#4347).
20016
20017 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
20018
20019 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
20020
20021 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20022 (gdb-var-update-handler): Use json parsing.
20023
20024 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
20025
20026 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20027 decode annotated text, regardless of language environment. (Bug#2741)
20028
20029 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20030
20031 * Makefile.in (autoloads): Make rmail.el writable as well.
20032
20033 2009-09-11 Glenn Morris <rgm@gnu.org>
20034
20035 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20036 loaddefs.el.
20037 * dired.el: Regenerate with extracted autoloads.
20038 * Makefile.in (autoloads): Make dired.el writable.
20039
20040 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20041 * ibuffer.el: Regenerate with extracted autoloads.
20042 * Makefile.in (autoloads): Make ibuffer.el writable.
20043
20044 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20045 * version.el (emacs-copyright, emacs-major-version)
20046 (emacs-minor-version): Reformat doc-strings for make-docfile.
20047
20048 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20049 functions and variables, since they must be stuff specific to some other
20050 platform.
20051 (apropos-print): Make mouse-click message less specific about button.
20052
20053 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20054 that records where a macro was defined.
20055 * help-fns.el (describe-function-1): Mention if a function has a
20056 compiler-macro.
20057 * help-mode.el (help-function-cmacro): New button.
20058
20059 * locate.el (top-level): Always require dired.
20060 (locate-mode-map): Initialize inside the defvar.
20061
20062 * net/ange-ftp.el (dired-compress-file): Declare.
20063 (ange-ftp-dired-compress-file): Add doc string.
20064
20065 * term/ns-win.el (x-display-name, x-setup-function-keys):
20066 Unify doc-strings with X versions.
20067
20068 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20069
20070 * emulation/crisp.el (crisp-mode-map): Move initialization
20071 into declaration.
20072 (crisp-mode): Use define-minor-mode.
20073
20074 * progmodes/xscheme.el (xscheme-evaluation-commands):
20075 Put a :advertised-binding property rather than using
20076 advertised-xscheme-send-previous-expression.
20077 (advertised-xscheme-send-previous-expression): Declare obsolete.
20078 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20079 `advertised-undo'.
20080 (crisp-mode): Add corresponding bindings to
20081 undo's :advertised-binding instead.
20082 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20083 than using dired-advertised-find-file.
20084 (dired-advertised-find-file):
20085 * simple.el (advertised-undo):
20086 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20087 (widget-keymap): Put a :advertised-binding property rather
20088 than using advertised-widget-backward.
20089 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20090 than using advertised-undo.
20091 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20092
20093 2009-09-10 Simon South <ssouth@slowcomputing.org>
20094
20095 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20096 Mark mode is enabled and region is active; otherwise indent or
20097 insert TAB as usual.
20098 (delphi-mode): Update description of TAB-key binding.
20099
20100 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * subr.el (define-key-rebound-commands): Mark obsolete.
20103 * startup.el (precompute-menubar-bindings): Remove.
20104 (normal-top-level): Remove obsolete code that tried to precompute
20105 menubar bindings.
20106 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20107 define-key-rebound-commands and precompute-menubar-bindings.
20108
20109 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20110
20111 * net/imap.el (imap-interactive-login): Better messages.
20112 (imap-open): Fix bug with renamed buffer on reconnect.
20113 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20114 for easier debugging and cleaner code. On successful (guessed based on
20115 server capabilities) secondary authentication, set imap-state
20116 correctly.
20117 (imap-last-authenticator): Define imap-last-authenticator as a variable
20118 to avoid warnings.
20119
20120 2009-09-10 Glenn Morris <rgm@gnu.org>
20121
20122 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20123
20124 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20125 (byte-compile-file-form-autoload): Don't warn about unknown functions
20126 where the autoload statement comes after the use.
20127 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20128 that any handlers inside the body (eg require) are in turn respected.
20129
20130 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20131 effects.
20132
20133 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20134 and syntax and abbrev tables basic docs, if they don't have any.
20135
20136 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20137
20138 * international/mule-cmds.el (top-level): Require cl when compiling.
20139 (view-hello-file): Use default-value rather than
20140 default-enable-multibyte-characters.
20141
20142 * progmodes/fortran.el: Move all safe and risky properties into the
20143 defcustoms.
20144
20145 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20146 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20147 * mail/undigest.el:
20148 Put autoloads in rmail.el rather than loaddefs.el.
20149 * mail/rmail.el: Regenerate with extracted autoloads.
20150
20151 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20152 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20153
20154 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
20155
20156 Reported in thread for Bug#4375.
20157 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20158 "-data-evaluate-expression" instead of print.
20159 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20160 (gdb-tooltip-print): Parse output from above MI command.
20161 (gdb): Revert 2009-08-11 change. User should detach inferior
20162 manually.
20163
20164 Remove the word "separate" from IO functions as inferior
20165 output is now never displayed in the GUD buffer.
20166
20167 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
20168
20169 * startup.el (command-line-normalize-file-name): On Windows and
20170 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20171
20172 2009-09-10 Juri Linkov <juri@jurta.org>
20173
20174 * isearch.el (isearch-text-char-description): Propertize escape
20175 character sequences with the `escape-glyph' face. (Bug#4344)
20176
20177 * simple.el (shell-command): Set asynchronous process filter to
20178 `comint-output-filter'. (Bug#4343)
20179
20180 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20181 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20182 the list. Move "asm" to the bottom.
20183 (grep-find-ignored-directories): Add `choice' with nil value
20184 to empty the list easily.
20185 (grep-find-ignored-files): New option.
20186 (grep-files-history): Set to nil by default instead of '("ch" "el").
20187 (grep-compute-defaults): Add "<X>" to `grep-template'.
20188 (grep-read-files): Bind new local variables `default-alias' and
20189 `default-extension'. Use a list of default values for the file prompt.
20190 (lgrep): Add `--exclude=' command line options composed from
20191 `grep-find-ignored-files'.
20192 (rgrep): Add `-name' command line options composed from
20193 `grep-find-ignored-files'. (Bug#4301)
20194
20195 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20196
20197 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20198 (bug#4368).
20199
20200 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20201
20202 * calendar/time-date.el (autoload):
20203 Expand define-obsolete-function-alias into defalias and make-obsolete
20204 for old Emacsen that Gnus supports.
20205 (with-no-warnings): Define it for old Emacsen.
20206 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20207 is available.
20208 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20209 float-time is available; suppress compile warning for time-to-seconds.
20210
20211 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20212
20213 * net/imap.el (imap-message-map): Docstring fix.
20214
20215 2009-09-09 Glenn Morris <rgm@gnu.org>
20216
20217 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20218 line numbers too. (Bug#4374)
20219
20220 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20221
20222 * smerge-mode.el (smerge-remove-props, smerge-refine):
20223 Use with-silent-modifications (bug#4342).
20224
20225 * subr.el (with-silent-modifications): New macro.
20226
20227 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
20228
20229 * files.el (top-level): Require `cl' when compiling.
20230
20231 2009-09-07 Glenn Morris <rgm@gnu.org>
20232
20233 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20234
20235 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20236 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20237
20238 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
20239
20240 * vc-git.el (vc-git-annotate-command): Use separator to parse
20241 arguments correctly.
20242
20243 2009-09-06 Eli Zaretskii <eliz@gnu.org>
20244
20245 * proced.el (proced-mode): Doc fix.
20246
20247 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20248
20249 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20250 lstat fails.
20251 (tramp-do-file-attributes-with-ls): Check for file existence at
20252 remote end.
20253 (tramp-do-file-attributes-with-stat): Likewise.
20254 (tramp-convert-file-attributes): Return nil when attr is nil.
20255
20256 2009-09-05 Glenn Morris <rgm@gnu.org>
20257
20258 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20259 properties to this button.
20260 (diary-fancy-display): Don't extend the button to the final newline.
20261 (diary-fancy-display-mode): Continue to define "q" as a local key.
20262
20263 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20264 efficient.
20265
20266 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20267
20268 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20269 (byte-compile-dest-file-function): New option.
20270 (byte-compile-dest-file): Doc fix.
20271 Obey byte-compile-dest-file-function.
20272 (byte-compile-cl-file-p): New function.
20273 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20274 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20275 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20276 than for file being previously loaded.
20277 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20278 (byte-compile-file-form-require): Handle the case where requiring a file
20279 indirectly causes CL to be loaded.
20280
20281 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20282
20283 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20284 before killing the old buffer, since by the time `kill-buffer' is
20285 run so many buffer variables have been set to nil that it may not
20286 behave as expected. (Bug#4061)
20287
20288 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20289
20290 * files.el (find-alternate-file): If the old buffer is modified
20291 and visiting a file, behave similarly to `kill-buffer' when
20292 killing it, thus reverting to the pre-1.878 behavior; see
20293 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20294 for discussion. Also, consult `buffer-file-name' as a variable
20295 not as a function, for consistency with the rest of the code.
20296
20297 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
20298
20299 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20300 also when adding a new directory.
20301
20302 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20303 New defun.
20304
20305 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20306
20307 * files.el (locate-file-completion-table): Make it provide boundary
20308 information, so partial-completion works better.
20309
20310 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20311
20312 * mail/footnote.el (Footnote-text-under-cursor):
20313 Check footnote-text-marker-alist before using it (bug#4324).
20314
20315 2009-09-04 Glenn Morris <rgm@gnu.org>
20316
20317 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20318 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20319 * play/solitaire.el, play/tetris.el:
20320 Remove leading * from defcustom and defface docs.
20321
20322 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20323 necessary.
20324 (diary-fancy-overriding-map): New variable.
20325 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20326 Use view-mode.
20327
20328 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20329 goto-line.
20330
20331 2009-09-03 Glenn Morris <rgm@gnu.org>
20332
20333 * arc-mode.el (archive-mode):
20334 * dos-fns.el (set-default-process-coding-system):
20335 * man.el (Man-getpage-in-background):
20336 * menu-bar.el (menu-bar-describe-menu):
20337 * server.el (server-process-filter):
20338 * startup.el (command-line):
20339 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20340 * w32-fns.el (set-default-process-coding-system):
20341 * x-dnd.el (x-dnd-handle-file-name):
20342 * international/mule-cmds.el (mule-menu-keymap)
20343 (set-default-coding-systems, language-info-alist, set-language-info)
20344 (set-language-environment, standard-display-european-internal)
20345 (set-locale-environment):
20346 * international/mule-diag.el (mule-diag):
20347 * mail/emacsbug.el (report-emacs-bug):
20348 * mail/rmail.el (rmail-mode):
20349 * mail/sendmail.el (mail-setup):
20350 Use default-value rather than default-enable-multibyte-characters.
20351
20352 * progmodes/f90.el: Move all safe properties into the defcustoms.
20353 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20354
20355 * calendar/appt.el (appt-check):
20356 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20357 (diary-check-diary-file, diary-list-entries)
20358 (diary-include-other-diary-files, diary-simple-display)
20359 (diary-fancy-display, diary-print-entries)
20360 (diary-mark-included-diary-files, diary-make-entry):
20361 Don't call substitute-in-file-name on diary-file.
20362
20363 2009-09-03 Eduard Wiebe <usenet@pusto.de>
20364 Stefan Monnier <monnier@iro.umontreal.ca>
20365
20366 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20367 (footnote-mode-map): Move initialization into the declaration.
20368 (footnote-minor-mode-map): Define it rather than changing global-map.
20369 (footnote-mode): Use define-minor-mode.
20370
20371 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
20372
20373 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20374 (tramp-do-file-attributes-with-perl)
20375 (tramp-do-file-attributes-with-stat): Rename from
20376 `tramp-handle-file-attributes-with-*'.
20377 (tramp-handle-file-attributes): Use them.
20378 (tramp-do-directory-files-and-attributes-with-perl)
20379 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20380 `tramp-handle-directory-files-and-attributes-with-*'.
20381 (tramp-handle-directory-files-and-attributes): Use them.
20382 (tramp-method-out-of-band-p): Additional parameter SIZE.
20383 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20384 (tramp-handle-write-region): Use it.
20385 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
20386 (tramp-handle-vc-registered): Check, whether the first run did
20387 return files to be tested.
20388 (tramp-advice-make-auto-save-file-name): Do not call directly
20389 `tramp-handle-make-auto-save-file-name', because this would bypass
20390 the locking mechanism.
20391
20392 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
20393 (file-remote-p, process-file, start-file-process, set-file-times)
20394 (tramp-compat-file-attributes): Compatibility functions shall not
20395 call directly `tramp-handle-*', because this would bypass the
20396 locking mechanism.
20397 (tramp-compat-number-sequence): New defun.
20398
20399 2009-09-02 Glenn Morris <rgm@gnu.org>
20400
20401 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20402 alias for float-time.
20403 (time-to-number-of-days): In Emacs, use float-time.
20404 * net/newst-backend.el (time-add): Suppress warnings from compat
20405 function.
20406 * time.el (emacs-uptime, emacs-init-time):
20407 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20408 Use float-time rather than time-to-seconds.
20409
20410 * minibuffer.el (completion-initials-expand): Fix typo.
20411
20412 * faces.el (modeline, modeline-inactive, modeline-highlight)
20413 (modeline-buffer-id):
20414 * info.el (info-menu-5): Mark these face aliases as obsolete.
20415
20416 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20417
20418 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20419 space ...
20420 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20421 no "--thread" option.
20422 (gdb-stopped): Don't print "Switched to thread" message when it is
20423 unchanged.
20424
20425 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * minibuffer.el (completion-try-completion)
20428 (completion-all-completions): Remove ill-defined (and
20429 mistakenly installed and luckily never used nor documented)
20430 `completion-styles' property.
20431 (completion-initials-expand, completion-initials-all-completions)
20432 (completion-initials-try-completion): New functions.
20433 (completion-styles-alist): Add doc to each entry.
20434 Add new `initials' entry.
20435
20436 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20437
20438 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20439 MI command -var-evaluate-expression.
20440 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20441 and tweak for case of string child.
20442 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
20443
20444 2009-09-01 Glenn Morris <rgm@gnu.org>
20445
20446 * add-log.el (change-log-date-face, change-log-name-face)
20447 (change-log-email-face, change-log-file-face, change-log-list-face)
20448 (change-log-conditionals-face, change-log-function-face)
20449 (change-log-acknowledgement-face):
20450 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20451 (custom-modified-face, custom-set-face, custom-changed-face)
20452 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20453 (custom-documentation-face, custom-state-face, custom-comment-face)
20454 (custom-comment-tag-face, custom-variable-tag-face)
20455 (custom-variable-button-face, custom-face-tag-face)
20456 (custom-group-tag-face-1, custom-group-tag-face):
20457 * diff-mode.el (diff-header-face, diff-file-header-face)
20458 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20459 (diff-added-face, diff-changed-face, diff-function-face)
20460 (diff-context-face, diff-nonexistent-face):
20461 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20462 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20463 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20464 (Info-title-4-face):
20465 * isearch.el (isearch-lazy-highlight-face):
20466 * log-view.el (log-view-file-face, log-view-message-face):
20467 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20468 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20469 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20470 (cvs-msg-face):
20471 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20472 (smerge-base-face, smerge-markers-face):
20473 * wid-edit.el (widget-documentation-face, widget-button-face)
20474 (widget-field-face, widget-single-line-field-face)
20475 (widget-inactive-face, widget-button-pressed-face):
20476 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20477 (woman-addition-face):
20478 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20479 (eshell-ls-executable-face, eshell-ls-readonly-face)
20480 (eshell-ls-unreadable-face, eshell-ls-special-face)
20481 (eshell-ls-missing-face, eshell-ls-archive-face)
20482 (eshell-ls-backup-face, eshell-ls-product-face)
20483 (eshell-ls-clutter-face):
20484 * eshell/em-prompt.el (eshell-prompt-face):
20485 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20486 * obsolete/old-whitespace.el (whitespace-highlight-face):
20487 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20488 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20489 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20490 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20491 (antlr-font-lock-literal-face):
20492 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20493 (ebrowse-root-class-face, ebrowse-file-name-face)
20494 (ebrowse-default-face, ebrowse-member-attribute-face)
20495 (ebrowse-member-class-face, ebrowse-progress-face):
20496 * progmodes/make-mode.el (makefile-space-face):
20497 * progmodes/sh-script.el (sh-heredoc-face):
20498 * textmodes/flyspell.el (flyspell-incorrect-face)
20499 (flyspell-duplicate-face):
20500 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20501 * textmodes/texinfo.el (texinfo-heading-face):
20502 Mark face aliases with "-face" suffix as obsolete.
20503
20504 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20505 compiler.
20506
20507 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20508 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20509 easy-menu-define wants to modify these.
20510
20511 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20512
20513 * net/browse-url.el (browse-url-file-url):
20514 * term/internal.el (dos-codepage-setup):
20515 Use default-value rather than default-enable-multibyte-characters.
20516
20517 * progmodes/etags.el (etags-goto-tag-location):
20518 * progmodes/flymake.el (flymake-highlight-line)
20519 (flymake-goto-file-and-line, flymake-goto-line):
20520 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20521 (gdb-goto-breakpoint):
20522 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20523 * progmodes/python.el (python-find-function)
20524 (python-pdbtrack-track-stack-file):
20525 * progmodes/verilog-mode.el (verilog-surelint-off):
20526 * term/ns-win.el (ns-open-file-select-line):
20527 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20528 Use forward-line rather than goto-line.
20529
20530 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20531 * textmodes/reftex-index.el (reftex-display-index):
20532 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20533 * textmodes/reftex-toc.el (reftex-toc):
20534 Remove unnecessary bindings of default-major-mode (all are followed by
20535 major-mode check and possible mode switch).
20536
20537 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20538
20539 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20540 Handle watchpoints (bug#4282).
20541 (def-gdb-thread-buffer-command): Enable thread to be selected by
20542 clicking without selecting threads buffer first.
20543 (gdb-current-context-command): Use selected frame so that "up",
20544 "down" etc work in the GUD buffer.
20545 (gdb-update): Find selected frame before rendering stack buffer.
20546 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20547
20548 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20549
20550 * progmodes/sym-comp.el (displayed-completions): Remove.
20551 (symbol-complete): Use minibuffer-complete.
20552
20553 2009-08-31 Glenn Morris <rgm@gnu.org>
20554
20555 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20556
20557 * apropos.el (apropos-symbols-internal):
20558 Handle (obsolete) face aliases.
20559
20560 * faces.el (describe-face): Adjust the output format to be more like
20561 describe-variable, and to mention (obsolete) face aliases.
20562 Adjust the whitespace so that help-setup-xref works.
20563
20564 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20565 * calendar/diary-lib.el (diary-button-face):
20566 Mark these face aliases as obsolete.
20567
20568 * calendar/calendar.el (calendar-today): Doc fix.
20569
20570 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20571
20572 * progmodes/gdb-mi.el (gdb-control-all-threads)
20573 (gdb-control-current-thread): Force tool bar update.
20574 (gdb-non-stop-handler): New function.
20575 (gdb-init-1): Use it to test if non-stop mode is supported.
20576 Remove unused gdbmi buffer type.
20577
20578 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20579
20580 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20581 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20582
20583 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20584
20585 * comint.el (comint-exec-1): Check command is non-null first.
20586 Part of gdb-mi.el change (2009-08-28).
20587
20588 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20589
20590 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20591
20592 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20593
20594 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20595 instead of `dolist' to avoid a recursive require when bootstrapping.
20596
20597 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20598
20599 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20600
20601 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20602
20603 * net/imap.el (imap-send-command): Simplify.
20604 (imap-wait-for-tag): point-max -> buffer-size.
20605
20606 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20607
20608 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20609 with constant argument.
20610
20611 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20612
20613 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20614
20615 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20616 Change default, since most of our files don't have a history.
20617 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20618 the user.
20619
20620 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20621 Add comint-run.
20622
20623 * calc/calc.el: Improve commenting convention.
20624 (calc-digit-map, toplevel): Simplify.
20625
20626 * comint.el (comint-insert-input): Be careful to only set point if we
20627 don't delegate to some other command.
20628
20629 * proced.el (proced-signal-list): Make it an alist.
20630 (proced-grammar-alist): Capitalize names.
20631 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20632 Disable undo manually and make it read-only.
20633 Use completion-annotate-function.
20634
20635 * minibuffer.el (minibuffer-message): If the current buffer is not
20636 a minibuffer, insert the message in the echo area rather than at the
20637 end of the buffer.
20638 (completion-annotate-function): New variable.
20639 (minibuffer-completion-help): Use it.
20640 (completion--embedded-envvar-table): Environment vars are
20641 always case-sensitive.
20642
20643 2009-08-30 Glenn Morris <rgm@gnu.org>
20644
20645 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20646 from fortran-current-defun.
20647 (fortran-beginning-of-subprogram): Be more precise about finding the
20648 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20649 (fortran-end-of-subprogram): Simplify.
20650 (fortran-current-defun): Use fortran-start-prog-re.
20651
20652 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20653
20654 * subr.el (do-after-load-evaluation): Simplify.
20655
20656 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20657
20658 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20659
20660 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20661 (vc-rcs-print-log): Use it.
20662
20663 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20664
20665 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20666
20667 * paths.el (abbrev-file-name): Move to abbrev.el.
20668 * abbrev.el (abbrev-file-name): Move from paths.el.
20669 Obey user-emacs-directory.
20670 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20671 user-emacs-directory.
20672 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20673 abbrev-file-name and calc-settings-file any more.
20674 * startup.el (command-line): Recompute abbrev-file-name and
20675 abbreviated-home-dir.
20676 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20677 of the special code for when C-h bindings haven't been changed.
20678 (display-startup-echo-area-message): Use with-current-buffer.
20679 (command-line-1): Use a list of strings, rather than a list of lists
20680 of strings for longopts.
20681
20682 * files.el (get-free-disk-space): Use / for default-directory.
20683
20684 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20685 Use with-current-buffer.
20686
20687 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20688 Recognize immutable variables like most-positive-fixnum.
20689 (byte-compile-setq-default): Check and warn if trying to assign
20690 to an immutable variable, or a non-variable.
20691
20692 * progmodes/cc-vars.el (c-comment-continuation-stars):
20693 * progmodes/cc-engine.el (c-looking-at-bos):
20694 * progmodes/cc-cmds.el (c-toggle-auto-state)
20695 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20696 (c-comment-line-break-function): Add version of obsolescence.
20697
20698 2009-08-28 Juri Linkov <juri@jurta.org>
20699
20700 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20701 associated with `archive-mode'.
20702
20703 * image.el (image-type-header-regexps): Use only JPEG magic number
20704 to determine JPEG images, and don't use `image-jpeg-p' because
20705 Emacs can display non-JFIF non-Exif JPEG images.
20706
20707 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20708
20709 * arc-mode.el (archive-mode):
20710 * emacs-lisp/re-builder.el (re-builder-unload-function):
20711 Protect against the default value of `major-mode' being nil.
20712
20713 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20714
20715 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20716 Fix typos in docstrings.
20717
20718 * progmodes/js.el (js--macro-decl-re): Doc fix.
20719 (js--plain-method-re, js--split-name): Refloc docstring.
20720 (js--class-styles, js--make-merged-item, js--splice-into-items):
20721 Fix typos in docstrings; reflow docstrings.
20722 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20723 (js--variable-decl-matcher, js--inside-pitem-p)
20724 (js--parse-state-at-point, js--get-all-known-symbols)
20725 (js--symbol-history, js-find-symbol, js--js-references)
20726 (js--moz-interactor, js--js-encode-value, js--read-tab):
20727 Fix typos in docstrings.
20728
20729 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20730
20731 * textmodes/reftex.el (reftex-get-file-buffer-force):
20732 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20733 * emulation/viper.el (viper-go-away, viper-set-hooks):
20734 * emacs-lisp/re-builder.el (re-builder-unload-function):
20735 * emacs-lisp/bytecomp.el (byte-compile-file):
20736 * ses.el (ses-unload-function):
20737 * hexl.el (hexl-find-file):
20738 * files.el (normal-mode):
20739 * ehelp.el (with-electric-help):
20740 * autoinsert.el (auto-insert-alist):
20741 * arc-mode.el (archive-mode):
20742 Use (default-value 'major-mode) instead of default-major-mode.
20743
20744 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20745 * international/mule.el (load-with-code-conversion):
20746 * emacs-lisp/debug.el (debug):
20747 * ediff-vers.el (ediff-rcs-get-output-buffer):
20748 * dired.el (dired-internal-noselect): Don't let-bind
20749 default-major-mode around code that doesn't use it.
20750 E.g. buffer creation via get-buffer-create doesn't use it.
20751
20752 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20753
20754 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20755 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20756 when writing the temp file. Otherwise, epa-file gets confused.
20757 (tramp-register-file-name-handlers): Make it a defun. Move also
20758 `epa-file-handler' to the front of `file-name-handler-alist'.
20759
20760 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20761
20762 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20763 start right after a ^M.
20764 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20765 (tramp-completion-file-name-regexp-separate)
20766 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20767 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20768 Don't modify last-coding-system-used by accident.
20769 (tramp-completion-file-name-handler): Apply the checks here,
20770 instead during registration.
20771 (tramp-register-file-name-handlers): Rename from
20772 `tramp-register-file-name-handler'. Register both
20773 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20774 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20775
20776 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20777
20778 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20779 Remove variable ...
20780 (gdb-init-1, gdb-display-separate-io-buffer)
20781 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20782 references to it.
20783 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20784 (gdb-inferior-filter): Use comint-output-filter to stop
20785 echoing and remove ^M characters.
20786
20787 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20788
20789 * emulation/viper-init.el (viper-restore-cursor-type):
20790 * emulation/cua-base.el (cua--update-indications):
20791 Replace default-cursor-type with (default-value 'cursor-type).
20792
20793 * mail/sendmail.el (mail-recover-1):
20794 * international/mule-diag.el (describe-current-coding-system-briefly)
20795 (describe-current-coding-system):
20796 * international/mule-cmds.el (select-safe-coding-system)
20797 (select-message-coding-system)
20798 (set-language-environment-coding-systems, set-locale-environment):
20799 * hexl.el (hexl-insert-multibyte-char):
20800 * dos-w32.el (find-buffer-file-type-coding-system):
20801 * simple.el (what-cursor-position):
20802 Replace uses of default-buffer-file-coding-system
20803 with (default-value 'buffer-file-coding-system).
20804
20805 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20806 Replace uses of default-cursor-in-non-selected-windows
20807 with (default-value 'cursor-in-non-selected-windows).
20808 Use with-current-buffer.
20809
20810 * mail/feedmail.el: Use CL macros.
20811 (feedmail-run-the-queue, feedmail-send-it-immediately):
20812 * dos-w32.el (find-buffer-file-type): Replace uses of
20813 default-buffer-file-type with (default-value 'buffer-file-type).
20814
20815 2009-08-28 Glenn Morris <rgm@gnu.org>
20816
20817 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20818 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20819 Use default-value of major-mode rather than default-major-mode.
20820
20821 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20822
20823 * Makefile.in (update-elcfiles): Report left over elc files.
20824
20825 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20826 expand-file-name and with-current-buffer.
20827 (mail-get-names, mail-directory): Use with-current-buffer.
20828
20829 * vc.el (vc-read-revision): New function.
20830 (vc-version-diff, vc-merge): Use it.
20831
20832 2009-08-27 Sam Steingold <sds@gnu.org>
20833
20834 * simple.el (kill-do-not-save-duplicates): New user option.
20835 (kill-new): When it is non-nil, and the new string is the same as
20836 the latest kill, set replace to t to avoid duplicates in kill-ring.
20837
20838 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20839
20840 * net/tramp.el (tramp-handle-process-file): Do not flush all
20841 caches when `process-file-side-effects' is set.
20842 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20843 instead of `tramp-find-file-exists-command'.
20844 Unset `process-file-side-effects'.
20845
20846 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20847
20848 * net/tramp.el (tramp-methods): New method "rsyncc".
20849 (top): Add completion function for "rsyncc".
20850 (tramp-message-show-message): New defvar.
20851 (tramp-message, tramp-error): Use it.
20852 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20853 remote copying.
20854 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20855 `tramp-methods' entry `copy-env' of "rsyncc".
20856 (tramp-vc-registered-read-file-names): New defconst.
20857 (tramp-vc-registered-file-names): New defvar.
20858 (tramp-handle-vc-registered): Implement optimization strategy.
20859 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20860 (tramp-vc-file-name-handler): New defun.
20861 (tramp-get-ls-command, tramp-get-test-command)
20862 (tramp-get-file-exists-command, tramp-get-remote-ln)
20863 (tramp-get-remote-perl, tramp-get-remote-stat)
20864 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20865
20866 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20867 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20868 timestamps.
20869 (tramp-get-file-property): Check for timestamps in
20870 `tramp-cache-inhibit-cache'.
20871 (tramp-set-file-property): Write timestamp.
20872
20873 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20874
20875 * language/japan-util.el (japanese-symbol-table): Add entries for
20876 cp932-2-byte.
20877
20878 * international/characters.el: Add category `j' to cp932-2-byte.
20879
20880 2009-08-27 Kenichi Handa <handa@m17n.org>
20881
20882 * international/fontset.el (build-default-fontset-data): New macro.
20883 (setup-default-fontset): Use build-default-fontset-data for CJK,
20884 tibetan, ethiopic, and ipa.
20885
20886 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20887
20888 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20889 (enable-multibyte-characters): Not customizable any more.
20890
20891 * subr.el (default-mode-line-format, default-header-line-format)
20892 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20893 (default-direction-reversed, default-truncate-lines)
20894 (default-left-margin, default-tab-width, default-case-fold-search)
20895 (default-left-margin-width, default-right-margin-width)
20896 (default-left-fringe-width, default-right-fringe-width)
20897 (default-fringes-outside-margins, default-scroll-bar-width)
20898 (default-vertical-scroll-bar, default-indicate-empty-lines)
20899 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20900 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20901 (default-scroll-down-aggressively, default-fill-column)
20902 (default-cursor-type, default-buffer-file-type)
20903 (default-cursor-in-non-selected-windows)
20904 (default-buffer-file-coding-system, default-major-mode)
20905 (default-enable-multibyte-characters): Mark as obsolete.
20906
20907 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20908
20909 * vc-dir.el (vc-dir-update): Remove debug helper.
20910
20911 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20912
20913 2009-08-26 Sam Steingold <sds@gnu.org>
20914
20915 * simple.el (save-interprogram-paste-before-kill): New user option.
20916 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20917 save the interprogram-paste into kill-ring before overriding it
20918 with the Emacs kill.
20919
20920 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20921
20922 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20923 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20924 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20925 and move to vc-rcs.el.
20926 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20927 move to vc-rcs.el.
20928 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20929 (vc-rcs-update-changelog): Remove.
20930 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20931 and move to vc-rcs.el.
20932
20933 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20934 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20935 renaming.
20936 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20937 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20938 vc.el, renamed to be RCS specific.
20939
20940 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20941 New functions.
20942 (vc-cvs-update-changelog): Move here from vc.el.
20943
20944 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20945 New functions.
20946
20947 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20948
20949 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20950
20951 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20952
20953 * vc-git.el (vc-git-register): Use "git add" for directories.
20954 (vc-git-stash, vc-git-stash-show): New functions.
20955 (vc-git-extra-menu-map): Bind them.
20956
20957 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20958 directory correctly in case the item is a directory itself.
20959
20960 * vc.el: Document the desired behavior for reverted files in the
20961 `added' state.
20962 (vc-default-prettify-state-info): Remove function, unused.
20963
20964 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20965
20966 2009-08-26 Glenn Morris <rgm@gnu.org>
20967
20968 * bindings.el (standard-mode-line-format): Reposition dashes in
20969 which-func entry. (Bug#4217)
20970
20971 * files.el (enable-local-variables, enable-local-eval)
20972 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20973 the defcustoms.
20974 (auto-mode-alist, ignored-local-variables)
20975 (save-some-buffers-action-alist): Move risky declarations to the
20976 definitions.
20977 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20978 (font-lock-defaults, format-alist, imenu--index-alist)
20979 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20980 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20981 (mode-line-modified, mode-line-mule-info, mode-line-position)
20982 (mode-line-process, mode-line-remote, outline-level)
20983 (parse-time-rules, rmail-output-file-alist)
20984 (special-display-buffer-names, vc-mode):
20985 Move risky declarations to the relevant files.
20986 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20987 (mode-line-modified, mode-line-process, mode-line-position)
20988 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20989 * font-core.el (font-lock-defaults):
20990 * format.el (format-alist):
20991 * vc-hooks.el (vc-mode):
20992 * window.el (special-display-buffer-names):
20993 * international/mule-cmds.el (input-method-alist):
20994 Define riskiness here (dumped file) rather than in files.el.
20995 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20996 * imenu.el (imenu-generic-expression, imenu--index-alist):
20997 * outline.el (outline-level):
20998 * time.el (display-time-string):
20999 * calendar/parse-time.el (parse-time-rules):
21000 * mail/rmailout.el (rmail-output-file-alist):
21001 Autoload riskiness here, rather than placing in files.el.
21002
21003 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
21004
21005 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
21006
21007 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
21008
21009 * simple.el (process-file-side-effects): New defvar.
21010
21011 * dired-aux.el (dired-show-file-type):
21012 * vc.el (vc-diff-internal):
21013 * vc-arch.el (vc-arch-diff):
21014 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
21015 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
21016 * vc-git.el (vc-git-registered, vc-git-working-revision)
21017 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
21018 (vc-git--empty-db-p):
21019 * vc-hooks.el (vc-user-login-name):
21020 * vc-svn.el (vc-svn-registered, vc-svn-state)
21021 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21022 * progmodes/grep.el (grep-probe): Let-bind
21023 `process-file-side-effects' with nil.
21024
21025 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21026
21027 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21028 daemon. Replace ping by checking for running service for bluez
21029 and zeroconf. (Bug#4239)
21030
21031 2009-08-25 Kevin Ryde <user42@zip.com.au>
21032
21033 * net/dig.el (dig): Add autoload cookie.
21034
21035 2009-08-25 Glenn Morris <rgm@gnu.org>
21036
21037 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21038 load-history for absolute file-names.
21039 (byte-compile-file-form-require): Warn about use of the cl package.
21040
21041 * format.el (format-alist): Doc fix.
21042
21043 * play/bubbles.el (top-level): Don't require cl at run-time.
21044
21045 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21046 run-time cl).
21047
21048 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21049
21050 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21051 from cl package.
21052 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21053
21054 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21055
21056 * calc/calc-alg.el (math-trig-rewrite)
21057 (math-hyperbolic-trig-rewrite): New functions.
21058 (calc-simplify): Simplify trig functions when asked.
21059
21060 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21061
21062 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21063
21064 2009-08-24 Kenichi Handa <handa@m17n.org>
21065
21066 * language/ind-util.el (mapthread): Delete it.
21067 (combinatorial): New function.
21068 (indian--puthash-cv): Use combinatorial instead of mapthread.
21069
21070 2009-08-22 Kevin Ryde <user42@zip.com.au>
21071
21072 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21073 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21074 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21075 Clarify docstring that the value is strings not symbols.
21076 (checkdoc-list-of-strings-p): New function.
21077
21078 2009-08-22 Glenn Morris <rgm@gnu.org>
21079
21080 * files.el (auto-mode-alist):
21081 * hippie-exp.el (he-concat-directory-file-name):
21082 * lpr.el (lpr-windows-system, printer-name):
21083 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21084 * ps-print.el (ps-windows-system):
21085 * startup.el (command-line):
21086 * emulation/viper-ex.el (viper-glob-function):
21087 * international/mule-cmds.el (set-language-environment-coding-systems):
21088 * net/ange-ftp.el (ange-ftp-write-region):
21089 * obsolete/fast-lock.el (fast-lock-cache-name):
21090 Remove code for defunct system-types emx, macos, mswindows, next-mach,
21091 unisoft-unix, vax-vms, win32, w32.
21092
21093 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21094 given name if the pattern is not more specific.
21095
21096 * calendar/lunar.el (lunar-phase-names): New option.
21097 (lunar-phase): Doc fix.
21098 (lunar-cycles-per-year): New constant.
21099 (lunar-index): New function.
21100 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21101 (lunar-phase-name): Use lunar-phase-names.
21102 (calendar-lunar-phases): Use format.
21103 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21104
21105 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21106 Copy imenu-example--name-and-position function here for own use.
21107 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21108
21109 * bs.el (bs--redisplay):
21110 * cus-edit.el (custom-redraw):
21111 * ibuffer.el (ibuffer-bury-buffer):
21112 * server.el (server-goto-line-column):
21113 * startup.el (command-line-1):
21114 * strokes.el (strokes-xpm-for-stroke):
21115 * term.el (term-display-buffer-line):
21116 * view.el (View-goto-line):
21117 * calc/calc.el (calc-do, calc-trail-buffer):
21118 * play/gamegrid.el (gamegrid-add-score-insecure):
21119 * progmodes/ada-mode.el (ada-compile-goto-error):
21120 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21121 (ebrowse-select-1st-to-9nth):
21122 * progmodes/cperl-mode.el (cperl-time-fontification):
21123 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21124 * progmodes/gud.el (gud-display-line):
21125 (idlwave-shell-display-line):
21126 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21127 * progmodes/make-mode.el (makefile-browser-toggle):
21128 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21129 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21130 * textmodes/picture.el (picture-draw-rectangle):
21131 * textmodes/reftex-index.el (reftex-index-goto-letter):
21132 (reftex-select-jump-to-previous):
21133 * textmodes/reftex-sel.el (reftex-find-start-point)
21134 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21135 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21136 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21137 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21138 * textmodes/two-column.el (2C-associated-buffer):
21139 Use forward-line rather than goto-line.
21140
21141 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21142 goto-line.
21143
21144 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21145 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21146 (quick-check-list-to-regexp): Declare.
21147
21148 * progmodes/make-mode.el (makefile-browser-insert-selection):
21149 Use goto-char rather than goto-line.
21150
21151 * progmodes/prolog.el (compilation-error-regexp-alist)
21152 (compilation-forget-errors): Declare.
21153
21154 2009-08-22 Juri Linkov <juri@jurta.org>
21155
21156 * progmodes/grep.el (lgrep, rgrep): At the beginning
21157 set `dir' to `default-directory' unless `dir' is a non-nil
21158 readable directory. (Bug#4052)
21159 (lgrep, rgrep): Change a weird way to report an error
21160 from using `read-string' to using `error'.
21161 Instead of using interactive arguments in the function body,
21162 add new argument `confirm'.
21163
21164 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21165
21166 * textmodes/remember.el (remember-buffer):
21167 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21168 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21169 (icalendar-extract-ical-from-buffer):
21170 * net/newst-treeview.el (newsticker-groups-filename):
21171 * net/newst-backend.el (newsticker-cache-filename):
21172 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21173 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21174 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21175 (speedbar-buffers-line-path, speedbar-path-line)
21176 (speedbar-buffers-line-path):
21177 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21178 (epg-sign-keys):
21179 * epa.el (epa-display-verify-result):
21180 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21181
21182 2009-08-21 Glenn Morris <rgm@gnu.org>
21183
21184 * progmodes/js.el (inferior-moz-process): Fix declaration.
21185
21186 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21187
21188 * obsolete/rnewspost.el (news-mail-reply):
21189 Use goto-char rather than goto-line.
21190
21191 * term/ns-win.el (ns-open-file-select-line):
21192 Use line-beginning-position rather than goto-line.
21193
21194 * apropos.el (apropos-command):
21195 * ehelp.el (electric-helpify):
21196 * printing.el (pr-show-setup):
21197 * strokes.el (strokes-help):
21198 * tutorial.el (tutorial--describe-nonstandard-key)
21199 (tutorial--detailed-help):
21200 * woman.el (woman-mini-help, woman-display-extended-fonts):
21201 * calc/calc-help.el (calc-describe-key):
21202 * emulation/edt.el (edt-electric-helpify):
21203 * international/mule-diag.el (mule-diag):
21204 * play/yow.el (apropos-zippy):
21205 * progmodes/python.el (python-describe-symbol):
21206 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21207 * textmodes/table.el (*table--cell-describe-mode)
21208 (*table--cell-describe-bindings):
21209 Use help-print-return-message rather than the now obsolete alias.
21210
21211 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
21212 (calendar-cursor-to-visible-date):
21213 * play/5x5.el (5x5-position-cursor):
21214 * play/decipher.el (decipher):
21215 * play/gomoku.el (gomoku-goto-xy):
21216 * play/landmark.el (lm-goto-xy):
21217 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21218 (mpuz-paint-digit):
21219 Use forward-line, not goto-line.
21220
21221 * mail/rmail.el (rmail-obsolete): Delete custom group.
21222 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21223 (rmail-remote-password, rmail-remote-password-required):
21224 Remove unneeded :set-after and :set properties.
21225
21226 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
21227
21228 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21229
21230 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21231
21232 * loadup.el: Remove leftover macos code.
21233
21234 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21235 Explicitly pass the date format to git blame so that user local
21236 so that the output format can be parsed.
21237
21238 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
21239
21240 * net/dbus.el (top): Don't check for (getenv
21241 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21242
21243 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21244
21245 * log-edit.el (log-edit-strip-single-file-name): New var.
21246 (log-edit-insert-changelog): Use it. Bug#3571.
21247
21248 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21249
21250 * subr.el (read-passwd): Use read-key so keypad keys work as well.
21251 Bug#3287.
21252
21253 * help.el (help-print-return-message): Rename from
21254 print-help-return-message.
21255
21256 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21257 cvs-mode-map parent hack.
21258 (log-view-mode): Derive from special-mode.
21259
21260 * linum.el (linum-mode): window-size-change-functions is redundant.
21261 Adapt to new window-configuration-change-hook behavior.
21262 (linum-after-size, linum-after-config): Remove.
21263
21264 * imenu.el (imenu-example--name-and-position)
21265 (imenu-example--lisp-extract-index-name)
21266 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21267 Mark as obsolete.
21268
21269 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21270 (inferior-prolog-mode): Use it.
21271 (inferior-prolog-load-file): Reset list of errors.
21272
21273 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21274
21275 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21276
21277 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21278
21279 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
21280
21281 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21282 is running already.
21283
21284 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21285
21286 * subr.el (listify-key-sequence-1): Use normal syntax since those
21287 integers are nowadays always represented by the same (positive) number
21288 on all platforms.
21289 (read-key-empty-map): New const.
21290 (read-key-delay): New var.
21291 (read-key): New function.
21292 (force-mode-line-update): Use with-current-buffer.
21293 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21294 (start-process-shell-command, start-file-process-shell-command):
21295 Discourage the use of command-args.
21296
21297 2009-08-19 Glenn Morris <rgm@gnu.org>
21298
21299 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21300
21301 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21302
21303 * simple.el (choose-completion-string): Don't rely on
21304 minibuffer-completing-file-name and ad-hoc checks to decide whether
21305 to continue completion or not.
21306
21307 * minibuffer.el (minibuffer-hide-completions): New function.
21308 (completion--do-completion): Use it.
21309 (completions-annotations): New face.
21310 (completion--insert-strings): Use it.
21311 (completion-pcm--delim-wild-regex): Add docstring.
21312 (completion-pcm--string->pattern): Add support for 0-width delimiters
21313 in completion-pcm--delim-wild-regex.
21314
21315 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21316
21317 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21318 Remove unused var `buffer-modified-p'.
21319
21320 * minibuffer.el (completion--do-completion): Move point for the #b001
21321 case as well (bug#4176).
21322 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21323
21324 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
21325
21326 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21327 and :session buses.
21328
21329 2009-08-18 Kenichi Handa <handa@m17n.org>
21330
21331 * international/ucs-normalize.el (ucs-normalize-version):
21332 Change to 1.1.
21333 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21334 (utf-8-hfs): Make it perform normalization on encoding too.
21335
21336 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21337 (sentence-end-without-space): Delete duplicated chars.
21338 (sentence-end-base): Likewise.
21339
21340 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21341 (html-mode): Delete duplicated chars from sentence-end-base.
21342
21343 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21344 (texinfo-mode): Delete duplicated chars from sentence-end-base.
21345
21346 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
21347
21348 * files.el (hack-one-local-variable): If the mode function is for
21349 a minor mode, pass it an argument (Bug#4148).
21350
21351 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
21352
21353 * net/tramp.el (tramp-register-completion-file-name-handler):
21354 Check also for (member 'partial-completion completion-styles).
21355
21356 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21357
21358 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21359 abbrev (Bug#3943).
21360
21361 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
21362
21363 * progmodes/cperl-mode.el: Merge upstream 6.2.
21364 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21365 (cperl-forward-re): Check cperl-brace-recursing.
21366 (cperl-highlight-charclass): New function.
21367 (cperl-find-pods-heres): Use it.
21368 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
21369 (cperl-beautify-regexp-piece): Fix column calculation.
21370 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
21371 (cperl-beautify-level): Don't process entire regexp.
21372 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21373 calling man.
21374 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21375 (cperl-init-faces): Build a list in the normal way.
21376
21377 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21378
21379 * calendar/parse-time.el (parse-time-string-chars): Save match
21380 data.
21381
21382 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21383
21384 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21385 (sql-product): Use it.
21386 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21387 (sql-set-product): Add completion.
21388 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21389 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21390 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21391 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21392 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21393 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21394 (sql-highlight-db2-keywords): Remove.
21395 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21396 (sql-highlight-product): Use derived-mode-p.
21397 (sql-set-sqli-buffer): Use with-current-buffer.
21398 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21399 Simplify.
21400
21401 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21402
21403 * term.el: Fix commenting convention, turn comments into docstrings.
21404
21405 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21406
21407 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21408
21409 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
21410
21411 * calendar/parse-time.el (parse-time-string-chars): Compute using
21412 character classes, to handle non-ascii characters (Bug#3190).
21413
21414 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21415
21416 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21417 another heredoc if the user adds another < (Bug#3226).
21418
21419 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21420 Don't initialize based on window-system (Bug#4124).
21421
21422 * facemenu.el (facemenu-read-color): Use a completion function
21423 that accepts any defined color, such as RGB triplets (Bug#3677).
21424
21425 * files.el (get-free-disk-space): Change fallback default
21426 directory to /. Expand DIR argument before switching to fallback.
21427 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21428
21429 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21430
21431 * files.el (load-library): Doc fix.
21432
21433 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
21434
21435 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
21436 (viper-if-string): Redefine C-s in the minibuffer to insert the last
21437 incremental search string.
21438
21439 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
21440 XEmacs.
21441
21442 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21443 (ediff-merge-region-is-non-clash)
21444 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
21445 Also check if the job is really a merge job.
21446
21447 * ediff.el (ediff-current-file): New function.
21448
21449 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21450
21451 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21452 conventions.
21453 (js-insert-and-indent): Delete function.
21454 (js-mode-map): Don't bind keys to js-insert-and-indent.
21455 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21456 (js-end-of-defun): Rename from js--end-of-defun.
21457 (js-auto-indent-flag): Delete variable.
21458
21459 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
21460
21461 * progmodes/js.el: Remove proclaim statement.
21462 Defvar which-func-imenu-joiner-function to silence compiler.
21463
21464 * files.el (auto-mode-alist): Use js-mode for .js files.
21465
21466 * progmodes/js2-mode.el: Remove file.
21467
21468 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21469
21470 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21471
21472 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
21473
21474 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
21475 Karl Landstrom <karl.landstrom@brgeight.se>
21476
21477 * progmodes/js.el: New file.
21478
21479 2009-08-14 Mark A. Hershberger <mah@everybody.org>
21480
21481 * timezone.el (timezone-parse-date): Add ability to understand ISO
21482 basic format (minimal separators) dates in addition to the
21483 already-supported extended format dates.
21484
21485 2009-08-14 Eli Zaretskii <eliz@gnu.org>
21486
21487 * international/ucs-normalize.el: Add a `coding' file variable.
21488
21489 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21490
21491 2009-08-14 Sam Steingold <sds@gnu.org>
21492
21493 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21494
21495 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
21496
21497 * faces.el (help-argument-name): Define it here instead of
21498 help-fns.el, because in daemon mode help-fns.el may be loaded when
21499 faces are still uninitialized (Bug#1078).
21500
21501 * help-fns.el (help-argument-name): Move defface to faces.el.
21502
21503 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
21504
21505 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21506 create buffer with a pty but no process so that GDB can make the
21507 inferior the controlling process.
21508
21509 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21510
21511 * international/ucs-normalize.el: New file.
21512
21513 2009-08-13 Richard Stallman <rms@gnu.org>
21514
21515 * mail/rmail.el (rmail-get-attr-names):
21516 Accept an attribute header that is too short.
21517
21518 * mail/rmail.el (rmail-forget-messages):
21519 Ignore nil elt in rmail-message-vector. Use dotimes.
21520
21521 * progmodes/compile.el (compilation-goto-locus):
21522 Use next-error-move-function.
21523
21524 * simple.el (next-error-move-function): New variable.
21525
21526 2009-08-12 Juri Linkov <juri@jurta.org>
21527
21528 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21529 always non-nil. (Bug#4052)
21530
21531 * replace.el (read-regexp): Return empty string when
21532 `default-value' is nil.
21533 (keep-lines-read-args): Don't use empty string as the
21534 default value for `read-regexp'. (Bug#2495)
21535
21536 2009-08-12 Juri Linkov <juri@jurta.org>
21537
21538 * international/mule-cmds.el (ucs-insert): Change arguments
21539 from `arg' to `character', `count', `inherit' to be the same
21540 as in `insert-char'. Doc fix. (Bug#4039)
21541
21542 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21543
21544 2009-08-12 Juri Linkov <juri@jurta.org>
21545
21546 * files-x.el: New file.
21547
21548 * files.el: Move code that deals with adding/deleting
21549 file/directory-local variables to files-x.el.
21550
21551 * Makefile.in (ELCFILES): Add files-x.elc.
21552
21553 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21554
21555 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21556 to use `goto-line'.
21557 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21558 `goto-line'.
21559 (gdb-invalidate-disassembly): Do not refresh upon receiving
21560 'update signal. Instead, update all disassembly buffers only after
21561 threads list.
21562 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21563 (gdb-starting): Move -data-list-register-names...
21564 (gdb-stopped): ...here so it's sent when first thread stops.
21565 (gdb-registers-handler-custom): Do nothing if register names are
21566 unknown yet.
21567
21568 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21569 from `gdb-mi.el' to avoid extra tangling.
21570
21571 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21572 change which breaks `gud-def' definitions used in `gdb'.
21573 (gdb-update-gud-running): No extra fuss for updating frame number.
21574
21575 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21576
21577 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21578 (describe-language-environment-map, setup-language-environment-map)
21579 (set-coding-system-map): Move initialization into declaration.
21580 (set-language-info-alist): Last arg to define-key-after can be skipped.
21581
21582 * international/quail.el (quail-completion-1): Simplify.
21583 (quail-define-rules): Use slightly more compact code.
21584 (quail-insert-decode-map): Propertize keys, compact columns.
21585
21586 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21587 Add goto-line.
21588
21589 2009-08-10 Miles Bader <miles@gnu.org>
21590
21591 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21592 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21593 (js2-instance-member, js2-private-member, js2-private-function-call)
21594 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21595 (js2-magic-paren, js2-external-variable):
21596 Remove "-face" suffix from face names.
21597 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21598 (js2-highlight-undeclared-vars, js2-peek-token)
21599 (js2-parse-function-params, js2-mode-show-errors)
21600 (js2-mode-show-warnings, js2-make-magic-delimiter)
21601 (js2-mode-highlight-magic-parens): Update to use new face names.
21602
21603 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21604
21605 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21606 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21607
21608 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21609
21610 * subr.el: Provide hashtable-print-readable.
21611
21612 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21613 hs-c-like-adjust-block-beginning.
21614 (hs-hide-block-at-point): Stop hiding at the beginning of
21615 hs-block-end-regexp (Bug#700).
21616
21617 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21618
21619 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21620 a macro.
21621 (gdb-registers-handler-custom): Do not fail when register names
21622 are unavailable.
21623
21624 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21625
21626 * progmodes/gdb-mi.el (gdb-control-all-threads)
21627 (gdb-control-current-thread): Interactive setters for
21628 `gdb-gud-control-all-threads' to use in menu.
21629 (gdb-show-run-p): Show «Go» when process is not active.
21630 (gud-tool-bar-map): Add non-stop/A,T indicator.
21631 Uses gud/thread.xpm and gud/all.xpm.
21632
21633 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21634
21635 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21636 (nslookup-font-lock-keywords): Make it a variable.
21637 (net-utils-mode): New mode for viewing diagnostic network output.
21638 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21639 (net-utils-run-simple): New function.
21640 (ifconfig, iwconfig, netstat, arp, route): Use it.
21641
21642 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21643
21644 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21645 (gdb-memory-set-address, def-gdb-set-positive-number)
21646 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21647 after changing settings.
21648 (gdb-invalidate-disassembly): Update when first shown.
21649 (gdb-edit-locals-value): Fix.
21650 (gdb-registers-handler-custom): Print registers in right order and
21651 allow changing register values (only for current thread yet).
21652 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21653 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21654 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21655 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21656 Thread info in mode name.
21657 (gdb-registers-mode-map): TAB to switch to locals.
21658
21659 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21660
21661 * mail/rmail.el (rmail-add-mbox-headers)
21662 (rmail-set-message-counters-counter): Search for
21663 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21664
21665 2009-08-08 Glenn Morris <rgm@gnu.org>
21666
21667 * Makefile.in (ELCFILES): Update.
21668
21669 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21670
21671 * mail/sendmail.el (mail-yank-original):
21672 Set buffer-file-coding-system from the one used by the message whose
21673 text is yanked.
21674
21675 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21676 to "windows" when "pgnuplot" is used.
21677 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21678 Don't call accept-process-output if "pgnuplot" is used.
21679 (calc-graph-init): Don't send -display and -geometry to
21680 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21681 running "pgnuplot -V" with shell-command-to-string.
21682
21683 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21684 the default.
21685
21686 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21687
21688 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21689 org/org-latex.elc.
21690
21691 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21692
21693 * vc-dispatcher.el (vc-resynch-window): Update comment.
21694
21695 * term.el (term-handle-ansi-escape): Add comments with the
21696 terminfo capabilities implemented.
21697
21698 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21699
21700 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21701 (gdb-var-create-handler): Rewritten using JSON parser.
21702 (gdb-propertize-header): Move earlier.
21703 (gdb-set-header): Remove to avoid duplication.
21704 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21705 Refresh disassembly buffers only after threads list have been
21706 update.
21707 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21708 variables.
21709
21710 2009-08-04 Juri Linkov <juri@jurta.org>
21711
21712 * files.el: Commands to add/delete file/directory-local variables.
21713 (read-file-local-variable, read-file-local-variable-value)
21714 (read-file-local-variable-mode, modify-file-local-variable)
21715 (modify-file-local-variable-prop-line)
21716 (modify-dir-local-variable): New functions.
21717 (add-file-local-variable, delete-file-local-variable)
21718 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21719 (add-dir-local-variable, delete-dir-local-variable)
21720 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21721 (copy-dir-locals-to-file-locals-prop-line): New commands.
21722
21723 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21724
21725 * abbrev.el (insert-abbrev-table-description): Prettify output.
21726 Suggested by Karl Chen.
21727
21728 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21729
21730 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21731 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21732 (gdb-overlay-arrow-position, gdb-thread-position)
21733 (gdb-disassembly-position): Declare variables.
21734 (gdb-wait-for-pending): Function now.
21735 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21736 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21737 compilation goes smoothly.
21738 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21739 (gdb-non-stop-setting): New customization setting which replaces
21740 `gdb-non-stop' so changing it doesn't break active GDB session.
21741 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21742 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21743 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21744 (gdb-show-threads-by-default): New customization options.
21745 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21746 routines.
21747 (gdb-get-buffer-create): Send buffers update signal when they are
21748 created.
21749 (gdb-invalidate-locals, gdb-invalidate-registers)
21750 (gdb-invalidate-breakpoints)
21751 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21752 (gdb-invalidate-memory): Accept update signal.
21753 (gdb-current-context-command): Use --frame option.
21754 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21755 Implement `gdb-frame-number' selection logic.
21756 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21757 whether to show GUD toolbar buttons.
21758 (gdb-thread-exited): Unselect current thread when it exits.
21759 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21760 (gdb-mark-line): Routine which sets overlay arrow or inverses
21761 video on fringeless displays.
21762 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21763 to build aligned columns of data in GDB buffers and set text
21764 properties line-by-line.
21765 (gdb-invalidate-breakpoints)
21766 (gdb-breakpoints-list-handler-custom)
21767 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21768 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21769 (gdb-registers-handler-custom): Align data columns.
21770 (gdb-locals-handler-custom): Now prints data like in variable
21771 declarations.
21772 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21773 Remove confusing buttons.
21774 (gdb-invalidate-threads): Append --frame.
21775 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21776 between breakpoints/threads buffers.
21777 (gdb-set-window-buffer): Now can ignore dedicated windows.
21778 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21779 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21780 (def-gdb-thread-buffer-gud-command): Replaces
21781 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21782 for fine thread control.
21783 (gdb-preempt-existing-or-display-buffer): New function used to
21784 display bound buffers without breaking window layout.
21785 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21786 (gdb-select-frame): New version of `gdb-frames-select' which now
21787 sets `gdb-frame-number' so commands may use --frame option instead
21788 of inner debugger state.
21789 (gdb-frame-handler): Do not set `gdb-frame-number'.
21790 (gdb-threads-mode-map): Select threads with mouse.
21791
21792 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21793 avoid compilation warning.
21794 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21795 `gdb-show-stop-p`.
21796
21797 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21798 Argument `key' renamed to `buffer-type'.
21799 (gdb-current-context-buffer-name): Do not add thread info to
21800 buffer name when no thread is selected.
21801 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21802 command (bug 3794).
21803 (gdb-thread-selected): Handle `=thread-selected' notification.
21804 (gdb-wait-for-pending): New macro to deal with congestion problems.
21805 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21806 breakpoints.
21807 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21808 This fixes problem similar to one described in bug 3947.
21809 (gud-menu-map): More menu items.
21810 (gdb-init-1): Reset `gdb-thread-number' to nil.
21811
21812 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21813 non-stop settings.
21814
21815 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21816 (gdb-current-context-command): Do not append --thread if
21817 `gdb-thread-number' is nil.
21818 (gdb-running-threads-count, gdb-stopped-threads-count):
21819 New variables.
21820 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21821 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21822 New customization options.
21823 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21824 GUD commands.
21825 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21826 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21827 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21828 set `gdb-thread-number' and update `gud-running' properly.
21829 (gdb-running): Update threads list when new threads appear.
21830 (gdb-stopped): Support non-stop operation and new thread switching
21831 logic.
21832 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21833 (gdb-json-partial-output): New set of JSON routines.
21834 (def-gdb-auto-update-trigger): New `signal-list' optional
21835 argument.
21836 (gdb-thread-list-handler-custom): Update `gud-running',
21837 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21838 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21839 (gdb-continue-thread, gdb-step-thread): New commands for fine
21840 thread execution control.
21841 (gud-menu-map): New menu items to switch non-stop options.
21842 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21843 (gdb-send): Mimic RET properly (bug 3794).
21844
21845 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21846 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21847 gdb-buffer-rules.
21848 (def-gdb-auto-update-handler): New nopreserve optional argument.
21849 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21850
21851 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21852 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21853 (gdb-parent-mode): New mode to derive other GDB modes from.
21854 (gdb-display-disassembly-for-thread)
21855 (gdb-frame-disassembly-for-thread): New commands for threads
21856 buffer.
21857
21858 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21859 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21860 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21861 (gdb-update): We now store all GDB buffers in a list so that they
21862 can be updated by traversing a list instead of calling invalidate
21863 triggers explicitly.
21864 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21865 pair for GDB buffer.
21866 (gdb-stack-buffer-name): Add thread information.
21867 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21868 handle pending triggers.
21869 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21870 (def-gdb-thread-buffer-simple-command)
21871 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21872 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21873 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21874 New commands which show buffers bound to thread.
21875 (gdb-stack-list-locals-regexp): Remove unused regexp.
21876
21877 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21878 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21879 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21880 to (gud-comint-buffer) in *-buffer-name functions
21881 because (gdb-get-target-string) already does that.
21882 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21883 (gdb-changed-registers-handler): Rewritten without regexps.
21884
21885 * progmodes/gdb-mi.el: Basic thread selection support.
21886 (gdb-thread-number): New variable.
21887 (gdb-current-context-command): New macro which adds --thread
21888 option to command.
21889 (gdb-threads-mode-map): Select thread with SPC.
21890 (gdb-thread-list-handler-custom): Mark current thread with overlay
21891 arrow. Synchronize GDB thread and Emacs thread.
21892 (gdb-select-thread): New command which selects current thread.
21893 (gdb-invalidate-frames, gdb-invalidate-locals)
21894 (gdb-invalidate-registers): Use --thread option.
21895
21896 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21897
21898 * net/tramp.el (top): Make check for tramp-gvfs loading more
21899 robust. (Bug#3977)
21900 (tramp-handle-insert-file-contents): `unwind-protect' must be
21901 inside `with-parsed-tramp-file-name'.
21902
21903 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21904 fails.
21905
21906 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21907
21908 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21909 directory if CLASSPATH is not set.
21910
21911 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21912
21913 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21914 New defconst.
21915 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21916
21917 2009-08-02 Kevin Ryde <user42@zip.com.au>
21918
21919 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21920 Update freshmeat link. Delete newsforge.com as it seems gone.
21921
21922 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21923
21924 * select.el (x-set-selection): Doc fix (Bug#4021).
21925
21926 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21927
21928 * help-fns.el (describe-variable): Treat list return values from
21929 dir-locals-find-file properly (Bug#4005).
21930
21931 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21932
21933 * net/tramp.el (tramp-debug-message): Print also microseconds.
21934
21935 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21936
21937 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21938 or END is non-nil.
21939 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21940 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21941 format.
21942
21943 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21944 (tramp-get-file-property): Use it.
21945
21946 * autorevert.el (auto-revert-handler):
21947 Allow `auto-revert-tail-mode' for remote files.
21948
21949 2009-08-02 Jason Rumney <jasonr@gnu.org>
21950
21951 * minibuffer.el (read-file-name): Treat confirm options to
21952 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21953
21954 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21955
21956 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21957 (font-lock-variable-name-face, font-lock-constant-face):
21958 Darken the colors for light backgrounds.
21959
21960 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21961
21962 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21963 month names. (Bug#3987)
21964
21965 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21966
21967 * simple.el (line-move-finish): Pass whole number to
21968 line-move-to-column.
21969 (line-move-visual): Perform hscroll to the recorded position.
21970
21971 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21972
21973 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21974
21975 2009-07-29 Alan Mackenzie <acm@muc.de>
21976
21977 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21978
21979 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21980
21981 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21982 (gdb-place-breakpoints): Use full path when setting breakpoints.
21983
21984 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21985
21986 * calc/calc.el (calc-mode-map): Add keybinding for
21987 `calc-transpose-lines'.
21988
21989 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21990
21991 * calc/calc-misc.el (calc-transpose-lines): New function.
21992
21993 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21994
21995 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21996 Simplify check for out-of-band methods.
21997 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21998 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21999
22000 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
22001
22002 * vc-git.el (vc-git-checkin): Fix typo.
22003
22004 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
22005
22006 * progmodes/js2-mode.el: New file.
22007
22008 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
22009
22010 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
22011 (gud-menu-map): Adjust tooltip accordingly.
22012
22013 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22014
22015 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
22016 (vc-bzr-log-view-mode): Adjust log-view-file-re.
22017
22018 * add-log.el (change-log-mode-map): Add a menu.
22019
22020 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
22021
22022 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22023 function returns nil.
22024 (dbus-handle-event): Handle special return value :ignore.
22025 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22026
22027 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
22028
22029 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22030 it's not needed.
22031
22032 2009-07-25 Eli Zaretskii <eliz@gnu.org>
22033
22034 Fix Bug#3888:
22035
22036 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22037
22038 * term/pc-win.el (x-display-name, x-colors)
22039 (x-select-enable-clipboard, x-select-text): Doc fix.
22040
22041 * term/common-win.el (x-display-name, x-colors): Doc fix.
22042
22043 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22044 (xw-defined-colors): Doc fix.
22045
22046 * w32-fns.el (x-select-text, x-setup-function-keys)
22047 (x-get-selection, x-set-selection): Doc fix.
22048
22049 * term/x-win.el (x-select-text, x-setup-function-keys)
22050 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22051
22052 * select.el (x-set-selection): Doc fix.
22053
22054 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
22055
22056 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22057 instead of "IsNSSSupportAvailable". Avahi ought to work also when
22058 "IsNSSSupportAvailable" method is not available.
22059 Reported by Steve Youngs <steve@sxemacs.org>.
22060
22061 2009-07-24 Kenichi Handa <handa@m17n.org>
22062
22063 * international/characters.el: Fix setting of category ?C, ?|, ?K,
22064 and ?H. Fix setting of case for Latin Extended and Greek Extended.
22065 (build-unicode-category-table): Fix range checks.
22066
22067 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22068
22069 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22070 the buffer we try to sync is current when calling
22071 vc-resynch-buffer.
22072
22073 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22074 not show up to date files.
22075
22076 2009-07-24 Glenn Morris <rgm@gnu.org>
22077
22078 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22079 Add autoload cookies. If necessary, initialize.
22080 (elint-log): Handle non-file buffers.
22081 (elint-initialize): Add optional argument to reinitialize.
22082 (elint-find-builtin-variables): Save excursion.
22083
22084 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22085
22086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22087 for Lint.
22088
22089 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22090
22091 * vc.el (vc-print-log-internal): New function, split out from ...
22092 (vc-print-log): ... here.
22093 (vc-dir-move-to-goal-column): Declare.
22094
22095 * vc-git.el (vc-git-add-signoff): New variable.
22096 (vc-git-checkin): Use it.
22097 (vc-git-toggle-signoff): New function.
22098 (vc-git-extra-menu-map): Bind it to menu.
22099 (vc-git--run-command-string): Accept a nil FILE argument.
22100 (vc-git-stash-list): New function.
22101 (vc-git-dir-extra-headers): Use it.
22102
22103 2009-07-23 Glenn Morris <rgm@gnu.org>
22104
22105 * help-fns.el (describe-variable): Describe ignored and risky local
22106 variables in a similar way to that in which we describe safe ones.
22107
22108 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22109 (byte-compile-output-file-form, byte-compile-output-docform)
22110 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22111 Give some more local variables with common names a "bytecomp-" prefix,
22112 so as not to shadow things during compilation.
22113 * emacs-lisp/cl-macs.el (load-time-value)
22114 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22115 `outbuffer' to `bytecomp-outbuffer'.
22116
22117 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22118 since the next two variables cover them automatically now.
22119 (elint-builtin-variables, elint-autoloaded-variables): New.
22120 (elint-unknown-builtin-args): Remove all members, since they can be
22121 parsed automatically now.
22122 (elint-extra-errors): New.
22123 (elint-env-add-env, elint-env-add-macro): Use cadr.
22124 (elint-current-buffer): Use or. Change final message.
22125 (elint-get-top-forms): Use line-end-position.
22126 (elint-init-env): Use cadr. Handle autoload, declare-function,
22127 and defalias.
22128 (elint-add-required-env): Doc fix. Use or. Standardize error.
22129 (regexp-assoc): Remove unused function.
22130 (elint-top-form): Set elint-current-pos, to record the start of the
22131 top-level form, for compilation-mode.
22132 (elint-form): Trap errors in macro expansion. Use dolist.
22133 (elint-unbound-variable): Use elint-builtin-variables and
22134 elint-autoloaded-variables.
22135 (elint-get-args): Use cadr, or.
22136 (elint-check-cond-form): Use dolist, cadr.
22137 (elint-check-condition-case-form): Doc fix. Use cadr.
22138 Use elint-extra-errors.
22139 (elint-log): New function.
22140 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22141 Distinguish errors and warnings.
22142 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22143 Use a bytecomp-style format.
22144 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22145 (elint-get-log-buffer): Use compilation mode. Disable undo.
22146 Don't truncate lines.
22147 (elint-initialize): Set builtin and autoloaded variable lists.
22148 Only process elint-unknown-builtin-args if non-nil.
22149 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22150 New functions.
22151 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22152
22153 2009-07-22 Kevin Ryde <user42@zip.com.au>
22154
22155 * net/newst-backend.el (newsticker--parse-atom-1.0)
22156 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22157 (newsticker--parse-rss-1.0):
22158 * progmodes/idlwave.el (idlwave-mode):
22159 * progmodes/idlw-shell.el (idlwave-shell-mode):
22160 * progmodes/vera-mode.el (vera-mode):
22161 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22162 * progmodes/vhdl-mode.el (vhdl-mode):
22163 * textmodes/table.el (table-generate-source)
22164 (table--warn-incompatibility):
22165 Hyperlink urls in docstrings with URL `...'.
22166
22167 2009-07-22 Glenn Morris <rgm@gnu.org>
22168
22169 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22170 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22171 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22172 Remove leading * from defcustom docs.
22173
22174 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22175
22176 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22177 defcustom doc.
22178 (list-load-path-shadows): Optionally, just return shadows as a string.
22179
22180 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22181
22182 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
22183
22184 * mail/rmailedit.el (rmail-edit-mode):
22185 Use auto-save-include-big-deletions.
22186
22187 * mail/rmail.el (rmail-variables):
22188 Use auto-save-include-big-deletions.
22189
22190 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22191 changes.
22192
22193 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22194
22195 * calc/calc.el (calc-undo-length): New variable.
22196 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22197
22198 2009-07-21 Richard Stallman <rms@gnu.org>
22199
22200 * files.el (auto-save-mode): Handle buffer-save-size = -2
22201 for toggling mode.
22202
22203 2009-07-21 Glenn Morris <rgm@gnu.org>
22204
22205 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22206
22207 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22208
22209 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22210 silence compiler. Instead...
22211 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22212 (ps-print-ensure-fontified): Update for above function name changes.
22213
22214 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22215 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22216 silence compiler. Instead...
22217 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22218 (mh-show-buffer): Only define for compiler.
22219 (pr-mh-current-message): Update for above function name changes.
22220
22221 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22222 as an argument.
22223 (find-file-noselect, insert-file-1): Update for above change.
22224
22225 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22226
22227 * mail/mailclient.el (mailclient-send-it): Fix message.
22228
22229 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22230 (edebug-eval): Check cl-debug-env is bound.
22231 (print-level, print-circle): Don't redefine built-in variables.
22232
22233 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22234 (custom-print-vectors): Remove old comments from doc.
22235
22236 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22237 (emerge-version): Make the variable an obsolete alias for the
22238 emacs-version variable. Make the function obsolete.
22239 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22240 Emerge options, rather than merging in into the main Options menu.
22241 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22242 and auto advance modes. Disable edit/fast items when not relevant.
22243
22244 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22245
22246 * term/vt420.el (terminal-init-vt420): Fix typo.
22247
22248 2009-07-20 Sam Steingold <sds@gnu.org>
22249
22250 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22251 variable (removed from compile.el on 2004-03-11).
22252
22253 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
22254
22255 * files.el (hack-local-variables-filter): Fix last change.
22256
22257 2009-07-19 Juri Linkov <juri@jurta.org>
22258
22259 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22260 (dir-local-variables-alist): New buffer-local variable.
22261 (hack-local-variables-filter): If variable is not dir-local,
22262 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22263 because file-local overrides dir-local.
22264 (c-postprocess-file-styles) <declare-function>:
22265 Remove obsolete declaration.
22266 (hack-dir-local-variables): Add dir-local variable/value pair to
22267 `dir-local-variables-alist' and remove duplicates. Doc fix.
22268
22269 * help-fns.el (describe-variable): Add information about
22270 file-local and dir-local variables.
22271
22272 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
22273
22274 * files.el (hack-local-variables-filter): Rewrite.
22275
22276 2009-07-19 Glenn Morris <rgm@gnu.org>
22277
22278 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22279 Silence compiler by only defining on XEmacs.
22280
22281 * international/mule.el (auto-coding-regexp-alist): Only match
22282 BABYL... at the start of buffer, not of lines. (Bug#3790)
22283
22284 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22285 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22286 (cal-menu-context-mouse-menu): Doc fix.
22287
22288 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22289
22290 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22291
22292 2009-07-18 Juri Linkov <juri@jurta.org>
22293
22294 * info.el: Virtual Info keyword finder.
22295 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
22296 (Info-finder-file): New variable.
22297 (Info-finder-find-file): New function.
22298 (finder-known-keywords, finder-package-info)
22299 (find-library-name, lm-commentary): Use defvar and
22300 declare-function to silence compiler warnings.
22301 (Info-finder-find-node): New function.
22302 (info-finder): New command.
22303
22304 * subr.el (process-kill-buffer-query-function): New function.
22305 (add-hook)<kill-buffer-query-functions>: Add hook
22306 `process-kill-buffer-query-function'.
22307
22308 2009-07-18 Alan Mackenzie <acm@muc.de>
22309
22310 * progmodes/cc-mode.el (c-before-hack-hook)
22311 (c-postprocess-file-styles): Give invocation of `c-set-style'
22312 DONT-OVERRIDE parameter of t. Already set style variables will
22313 thus not be overridden by style settings given by `c-file-syle'.
22314
22315 * files.el (hack-local-variables-filter): Remove entries with
22316 duplicate keys from `file-local-variables-alist'.
22317
22318 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22319
22320 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22321 x-set-selection if display-selections-p returns nil for the
22322 current frame.
22323
22324 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
22325
22326 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22327
22328 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22329
22330 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22331 Accept nil in addition to a regexp.
22332 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22333 Accept nil in addition to a regexp.
22334 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22335 buffers that have an associated file. Handle nil values of
22336 desktop-buffers-not-to-save and desktop-files-not-to-save.
22337 (Bug#3833)
22338
22339 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22340 (x-disown-selection-internal): New functions.
22341
22342 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
22343
22344 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22345 warning.
22346 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22347 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22348
22349 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
22350
22351 * simple.el (set-mark): Revert last change.
22352
22353 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22354
22355 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22356 rendering of pngs is not possible instead of messaging a long
22357 description.
22358
22359 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
22360
22361 * w32-fns.el (x-selection-owner-p): New function.
22362
22363 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
22364 (mouse-yank-at-click, mouse-yank-primary):
22365 If select-active-regions is non-nil, deactivate the mark before
22366 insertion.
22367
22368 * simple.el (deactivate-mark, set-mark): Only save selection if we
22369 own it.
22370
22371 2009-07-17 Kenichi Handa <handa@m17n.org>
22372
22373 * case-table.el (describe-buffer-case-table): Fix for the case
22374 that KEY is a cons.
22375
22376 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22377
22378 * vc-rcs.el (vc-rcs-find-file-hook):
22379 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22380
22381 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
22382
22383 * net/tramp.el (tramp-wait-for-output): Handle the case when
22384 commands do not return a newline but a null byte before the shell
22385 prompt. (Bug#3858)
22386
22387 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22388
22389 * term/ns-win.el (ns-set-alpha): Don't declare.
22390 (ns-set-background-alpha): Remove function.
22391
22392 2009-07-16 Kevin Ryde <user42@zip.com.au>
22393
22394 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22395 y-or-n-p, for safety.
22396
22397 2009-07-16 Richard Stallman <rms@gnu.org>
22398
22399 * files.el (auto-save-mode): If buffer-saved-size is -2,
22400 don't clobber it.
22401
22402 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22403 (rmail-retry-ignored-headers): Add more uninteresting fields.
22404
22405 2009-07-15 Jari Aalto <jari.aalto@cante.net>
22406
22407 * net/rcirc.el (rcirc): Use history variables.
22408 (rcirc-server-name-history, rcirc-nick-name-history)
22409 (rcirc-server-port-history): New variables.
22410
22411 2009-07-15 Kenichi Handa <handa@m17n.org>
22412
22413 * international/mule-cmds.el (set-language-environment-charset):
22414 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22415 ignore them.
22416
22417 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22418 Delete unibyte-display.
22419
22420 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22421
22422 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22423
22424 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22425
22426 * simple.el (deactivate-mark): Optional argument FORCE.
22427 (set-mark): Use deactivate-mark.
22428
22429 * info.el (Info-search): No need to check transient-mark-mode
22430 before calling deactivate-mark.
22431
22432 * select.el (x-set-selection): Doc fix.
22433 (x-valid-simple-selection-p): Allow buffer values.
22434 (xselect--selection-bounds): Handle buffer values.
22435 Suggested by David De La Harpe Golden.
22436
22437 * mouse.el (mouse-set-region, mouse-drag-track):
22438 Call copy-region-as-kill before setting the mark, to let
22439 select-active-regions work.
22440
22441 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
22442
22443 * simple.el (deactivate-mark): If select-active-regions is
22444 non-nil, copy the selection data into a string.
22445 (activate-mark): If select-active-regions is non-nil, set the
22446 selection to the current buffer.
22447 (set-mark): Update selection if select-active-regions is non-nil.
22448
22449 * select.el (x-valid-simple-selection-p): Allow buffer values.
22450
22451 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22452
22453 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22454 and more featureful message-mode.
22455
22456 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
22457
22458 * select.el (x-set-selection): Doc fix.
22459 (x-valid-simple-selection-p): Disallow selection data consisting
22460 of a list or cons of integers, since that is not used.
22461 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22462 (xselect-convert-to-string, xselect-convert-to-length)
22463 (xselect-convert-to-filename, xselect-convert-to-charpos)
22464 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22465
22466 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22467
22468 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22469 output in -break-info command (Emacs bug #3794).
22470
22471 2009-07-14 Glenn Morris <rgm@gnu.org>
22472
22473 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22474 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22475 (edebug-print-length, edebug-print-level, edebug-print-circle)
22476 (edebug-sit-for-seconds, edebug-view-outside)
22477 (edebug-bounce-point, edebug-set-global-break-condition)
22478 (edebug-Go-nonstop-mode, edebug-trace-mode)
22479 (edebug-Trace-fast-mode, edebug-continue-mode)
22480 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22481 (edebug-visit-eval-list): Doc fixes.
22482
22483 * subr.el (def-edebug-spec): Doc fix.
22484
22485 2009-07-14 Kenichi Handa <handa@m17n.org>
22486
22487 * international/characters.el: Fix setting of category ?C.
22488
22489 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22490
22491 * term/ns-win.el (x-select-font): defalias x-select-font to
22492 ns-popup-font-panel instead of generate-fontset-menu.
22493
22494 2009-07-12 Eli Zaretskii <eliz@gnu.org>
22495
22496 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22497
22498 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22499
22500 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22501 the PK\003\004 header (Bug#3770).
22502
22503 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22504
22505 * pcomplete.el (pcomplete-comint-setup): Check for
22506 shell-dynamic-complete-filename too.
22507
22508 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22509
22510 * simple.el (temporary-goal-column): Change the value for
22511 line-move-visual to a cons cell.
22512 (line-move-visual): Record or set the window hscroll, if
22513 necessary (Bug#3494).
22514 (line-move-1): Handle cons value of temporary-goal-column.
22515
22516 2009-07-11 Kenichi Handa <handa@m17n.org>
22517
22518 * international/mule-diag.el (describe-character-set): Don't show
22519 width.
22520
22521 2009-07-10 Sam Steingold <sds@gnu.org>
22522
22523 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22524 Omake sometimes indents the errors it prints, so allow all
22525 regexps to start with spaces.
22526
22527 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22528
22529 * cus-edit.el (customize-changed-options-previous-release):
22530 Bump value to 22.1. (Bug#3804)
22531
22532 2009-07-08 Sam Steingold <sds@gnu.org>
22533
22534 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22535 to be a cons cell (test . ignored-directory) to selectively ignore
22536 some directories depending on the location of the search.
22537
22538 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22539
22540 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22541 remote user is root, on the local host.
22542 (tramp-local-host-p): Either the local user or the remote user
22543 must be root. (Bug#3771)
22544
22545 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22546
22547 * progmodes/gdb-mi.el (gdb): Remove description of
22548 gdb-use-separate-io-buffer.
22549 (menu): Don't allow toggling of or enable
22550 gdb-use-separate-io-buffer from menubar.
22551
22552 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22553
22554 * mail/unrmail.el (unrmail): Make sure the message ends with two
22555 newlines (Bug#3769).
22556
22557 2009-07-08 Glenn Morris <rgm@gnu.org>
22558
22559 * calendar/calendar.el (calendar-current-date): Rework previous change.
22560
22561 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22562
22563 * calendar/calendar.el (calendar-current-date):
22564 Add an optional argument giving an offset from today.
22565
22566 2009-07-08 Glenn Morris <rgm@gnu.org>
22567
22568 * tutorial.el (tutorial--describe-nonstandard-key):
22569 Adjust the message for when a key has been unbound.
22570 (help-with-tutorial): Hide the arch-tag.
22571
22572 2009-07-08 Kenichi Handa <handa@m17n.org>
22573
22574 * international/fontset.el (setup-default-fontset): For each
22575 script, append (not set) font-specs.
22576
22577 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22578 docstring.
22579
22580 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22581
22582 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22583 -data-list-register-names to ...
22584 (gdb-starting): ... here because GDB 7.0 requires execution to
22585 have started when using this MI command.
22586 (gdb-set-header): New function to distinguish select and
22587 unselected tabs in gdb buffers.
22588 (gdb-propertize-header): New macro that uses gdb-set-header.
22589 (gdb-breakpoints-header, gdb-locals-header): Use it.
22590 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22591
22592 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22593
22594 * Makefile.in (ELCFILES): Remove fadr.elc.
22595
22596 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22597
22598 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22599 may contain frame information, so `string-match' should be used.
22600 (gdb-update): Disassembly is invalidated through
22601 `gdb-get-selected-frame'.
22602 (gdb-pad-string): New function to pad string with spaces.
22603 (gdb-invalidate-disassembly): Invalidate only if the buffer
22604 exists.
22605 (gdb-disassembly-handler-custom): Column alignment.
22606 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22607 placing new ones.
22608 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22609 end of line, too.
22610 (gdb-frame-handler): Match convention to for disassembly buffer
22611 mode name.
22612 (gdb-stack-list-frames-handler): Rewritten without regexps.
22613 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22614 not highlight breakpoints without line information.
22615 (gdb-input): Add trailing newline to command.
22616
22617 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22618 buffer properly.
22619 (gdb-breakpoints-list-handler-custom): Replacement for
22620 `gdb-break-list-handler'. Using real parser instead of regexps
22621 now.
22622 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22623 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22624 to place breakpoints.
22625 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22626 functions.
22627 (gdb-disassembly-handler-custom): Show overlay arrow.
22628 (gdb-disassembly-place-breakpoints): Show breakpoints in
22629 disassembly buffer.
22630 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22631 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22632 instead of parsing breakpoints buffer. Fixed old menu references
22633 in `gud-menu-map'.
22634
22635 * fadr.el: Remove.
22636
22637 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22638 (gdb-memory-address): New variable which holds top address of
22639 memory page shown in memory buffer.
22640 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22641 New customization variables.
22642 New functions:
22643 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22644 display the memory buffer.
22645 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22646 buffer display parameters.
22647 (def-gdb-memory-format, gdb-memory-format-binary)
22648 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22649 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22650 Functions for setting memory buffer format.
22651 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22652 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22653 unit size used in memory buffer.
22654 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22655 Switch to next/previous page of memory buffer.
22656 Now using (bindat-get-field) instead of fadr functions.
22657
22658 2009-07-07 Sam Steingold <sds@gnu.org>
22659
22660 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22661 non-top-level files.
22662
22663 2009-07-07 Kenichi Handa <handa@m17n.org>
22664
22665 * international/mule-cmds.el (reset-language-environment):
22666 Put the highset priority to the charset iso-8859-1.
22667
22668 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22669
22670 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22671 to the end of the line when locating the block (Bug#700).
22672
22673 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22674
22675 * net/tramp.el (tramp-handle-write-region): Flush file properties
22676 in case of short track.
22677
22678 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22679
22680 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22681 Coded custom representation of verilog error regular expressions
22682 to work with Emacs-22's new format.
22683 (verilog-error-regexp-xemacs-alist): Coded custom representation
22684 of verilog error regular expressions to work with XEmacs format.
22685 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22686 error recognition into XEmacs.
22687 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22688 error recognition into Emacs-22.
22689
22690 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22691
22692 * woman.el: Remove stand-alone closing parentheses.
22693 (woman-file-name, woman2-format-paragraphs)
22694 (woman-leave-blank-lines): Code cleanup.
22695 (woman-use-own-frame): Change default to nil.
22696 (woman-italic, woman-bold, woman-unknown, woman-addition):
22697 Change defaults to inherit from default faces.
22698 (woman2-process-escapes): Consume the newline after a stand-alone
22699 filler character (Bug#3651).
22700
22701 2009-07-06 Glenn Morris <rgm@gnu.org>
22702
22703 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22704 (top-level): Move provide to the end.
22705 (ffap): Remove defunct URL from custom group.
22706
22707 * subr.el (eval-after-load): Doc fix.
22708
22709 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22710
22711 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22712 `calc-embedded-word' is called twice.
22713
22714 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22715
22716 * files.el (find-alternate-file-other-window, find-alternate-file):
22717 Obey confirm-nonexistent-file-or-buffer.
22718
22719 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22720
22721 * dired-aux.el (dired-show-file-type): Handle remote files.
22722
22723 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22724
22725 * desktop.el (desktop-globals-to-save):
22726 Add file-name-history (Bug#2750).
22727
22728 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22729
22730 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22731
22732 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22733
22734 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22735 property on entire argument since this is what eshell-lisp-command
22736 expects.
22737
22738 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22739
22740 * net/tramp-gvfs.el (tramp-gvfs-methods)
22741 (tramp-gvfs-zeroconf-domain)
22742 (tramp-bluez-discover-devices-timeout): Add version flag.
22743 (tramp-gvfs-handler-mounted-unmounted)
22744 (tramp-gvfs-connection-mounted-p): Polish handling of
22745 incompatibilities between GVFS 0.2 and 1.0.
22746
22747 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22748
22749 * cus-start.el (all): Add make-pointer-invisible.
22750
22751 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22752
22753 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22754 formatted correctly.
22755
22756 2009-07-02 Juri Linkov <juri@jurta.org>
22757
22758 * info.el: Virtual Info files and nodes.
22759 (Info-virtual-files, Info-virtual-nodes): New variables.
22760 (Info-current-node-virtual): New variable.
22761 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22762 New functions.
22763 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22764 to check for a virtual file instead of checking a fixed list
22765 of node names.
22766 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22767 instead of ad-hoc processing of "dir" and (apropos history toc).
22768 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22769 instead of ad-hoc processing of "dir" and (apropos history toc).
22770 Reread a file when moving from a virtual node.
22771 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22772 (Info-directory-toc-nodes, Info-directory-find-file)
22773 (Info-directory-find-node): New functions.
22774 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22775 (Info-history): Move part of code to
22776 `Info-history-find-node'.
22777 (Info-history-toc-nodes, Info-history-find-file)
22778 (Info-history-find-node): New functions.
22779 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22780 (Info-toc): Move part of code to `Info-toc-find-node'.
22781 (Info-toc-find-node): New function.
22782 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22783 the current Info file name to references because now the node
22784 "*TOC*" belongs to the same Info manual.
22785 (Info-toc-build): Rename from `Info-build-toc'.
22786 (Info-toc-nodes): Rename input argument `file' to `filename'.
22787 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22788 instead of ad-hoc processing of ("dir" apropos history toc).
22789 (Info-index-nodes): Use Info-virtual-file-p
22790 to check for a virtual file instead of checking a fixed list
22791 of node names.
22792 (Info-index-node): Add check for `Info-current-node-virtual'.
22793 Raise `save-match-data' higher up the tree to contain
22794 `search-forward' too (bug fix).
22795 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22796 (Info-virtual-index-nodes): New variable.
22797 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22798 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22799 (Info-apropos-file, Info-apropos-nodes): New variables.
22800 (Info-apropos-toc-nodes, Info-apropos-find-file)
22801 (Info-apropos-find-node, Info-apropos-matches): New functions.
22802 (info-apropos): Move part of code to `Info-apropos-find-node' and
22803 `Info-apropos-matches'.
22804 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22805 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22806 for a virtual file instead of checking a fixed list of node names.
22807
22808 * simple.el (async-shell-command): New command.
22809
22810 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22811
22812 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22813 instead of `mount-info'.
22814
22815 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22816
22817 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22818 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22819
22820 2009-07-02 Kenichi Handa <handa@m17n.org>
22821
22822 * international/mule.el (set-keyboard-coding-system): Force *-unix
22823 coding-system to avoid eol conversion.
22824
22825 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22826
22827 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22828 Add handler for `process-file', `shell-command' and
22829 `start-file-process'.
22830 (tramp-gvfs-handle-shell-command)
22831 (tramp-gvfs-handle-start-file-process)
22832 (tramp-gvfs-handle-process-file): New defuns.
22833 (tramp-synce-list-devices): Simplify check for existence of property.
22834
22835 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22836
22837 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22838
22839 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22840
22841 * language/korean.el (set-language-info-alist): Add korean-cp949,
22842 cp949 to spec.
22843
22844 2009-07-01 Kenichi Handa <handa@m17n.org>
22845
22846 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22847
22848 * international/encoded-kb.el: Deleted.
22849
22850 * international/mule.el (set-keyboard-coding-system): Perform the
22851 necessary setup here instead of calling encoded-kbd-setup-display.
22852
22853 2009-07-01 Glenn Morris <rgm@gnu.org>
22854
22855 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22856
22857 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22858
22859 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22860
22861 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22862
22863 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22864 Handle also the 'rename case, when setting file modes. (Bug#3712)
22865 (tramp-default-file-modes): Remove execute permissions.
22866
22867 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22868 (top): Add a default for "synce" in `tramp-default-user-alist'.
22869 Add completion function for "synce" method.
22870 (tramp-hal-service, tramp-hal-path-manager)
22871 (tramp-hal-interface-manager, tramp-hal-interface-device):
22872 New defconst.
22873 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22874 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22875 New defuns.
22876
22877 * net/trampver.el: Update release number.
22878
22879 2009-06-30 Kenichi Handa <handa@m17n.org>
22880
22881 * international/fontset.el (setup-default-fontset): Add CJK fonts
22882 for symbols and the other miscellaneous characters.
22883
22884 * language/korea-util.el (setup-korean-environment-internal):
22885 Make char-width-table suitable for Korean environments.
22886 (exit-korean-environment): Cancel above.
22887
22888 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22889 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22890 setup-function to make char-width-table suitable for respective
22891 environments, and an exit-function to cancel that.
22892
22893 * language/japan-util.el (setup-japanese-environment-internal):
22894 Call use-cjk-char-width-table with arg `ja_JP'.
22895
22896 * international/characters.el (cjk-char-width-table): Delete it.
22897 (cjk-char-width-table-list): New variable.
22898 (use-cjk-char-width-table): New arg local-name.
22899 (use-default-char-width-table): Fix for the case that Emacs is
22900 already using the default char-width-table.
22901
22902 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22903
22904 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22905 modes mandatory. (Bug#3712)
22906
22907 2009-06-29 Alan Mackenzie <acm@muc.de>
22908
22909 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22910 correction between the visible width of TABs and their number of bytes.
22911
22912 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22913
22914 * server.el (server-buffer-done): Prevent kill-buffer from
22915 prompting by clearing the buffer modification flag (Bug#3696).
22916
22917 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22918
22919 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22920 (verilog-endcomment-reason-re): Support unique case and priority case.
22921 (verilog-basic-complete-re): Support localparam lineup.
22922 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22923 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22924 commenting.
22925 (verilog-leap-to-case-head): Now support *nested* unique &
22926 priority case statements.
22927 (verilog-auto-lineup): Make just declarations the default (as it
22928 had been).
22929 (verilog-leap-to-case-head): Support priority/unique case statements.
22930 (verilog-auto-lineup): Rework to give users radio buttons to
22931 select the various styles of automatic lineup.
22932 (verilog-error-regexp-alist): Rework to support the XEmacs style
22933 of error regular expressions from compilers, lint tools &
22934 simulators. Note that GNU Emacs has made it impossible for a mode
22935 to load such things.
22936 (electric-verilog-terminate-line, verilog-indent-declaration)
22937 (verilog-auto-wiure): Rework for radio button selection of
22938 auto-lineup selection of specification of auto lineup.
22939 (verilog-beg-of-statement-1): Redesign to support proper operation
22940 in additional code, based on testing with auto-lineup.
22941 (verilog-calculate-indent, assignments & declarations)
22942 (verilog-backward-token): Enhance to support auto-lineup of
22943 assignments & declarations.
22944 (verilog-in-directive-p, verilog-at-struct-p): New function for
22945 easy test of whether we are.
22946 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22947 to support safe execution at almost anyline.
22948 (verilog-calc-1): Properly support indenting deep inside generate
22949 blocks.
22950 (verilog-init-font): Remove definition & use of verilog-init-font,
22951 as it is redundant with font-lock-defaults.
22952 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22953 to avoid circular calls if syntax-ppss is a function (as is the
22954 case now in 22.x GNU Emacs) as that function would sometimes call
22955 itself, leading to (nearly) infinite recursion.
22956 (verilog-ovm-begin-re, verilog-ovm-end-re)
22957 (verilog-ovm-statement-re, verilog-leap-to-head)
22958 (verilog-backward-token): Add support for OVM macros. Some are
22959 complete statements, and others open and close scopes like begin
22960 and end.
22961 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22962 (verilog-defun-level-generate-only-re): Really fix the defun-list
22963 compilation issue.
22964 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22965 coverpoint, constraint and cross statements.
22966 (verilog-defun-level-list, verilog-generate-defun-level-list)
22967 (verilog-all-defun-level-list): Redo these specifications - it is
22968 too hard to support eval-when compile aggregation of lists also
22969 built at when-compile time.
22970 (verilog-defun-level-list): Place defconsts of variables used in
22971 building regular expressions which are built in eval-when-compile
22972 bodies in the same eval-when-compile body to facilitate compile
22973 without load.
22974 (verilog-beg-block-re-ordered): Support indenting
22975 virtual/protected tasks and functions.
22976 (verilog-defun-level-list, verilog-in-generate-region-p)
22977 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22978 indentation of some module items (generate items).
22979 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22980 across virtual/protected tasks and functions.
22981
22982 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22983
22984 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22985 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22986 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22987 in concatenations. Reported by Yishay Belkind.
22988 (verilog-auto-ascii-enum): Support one-hot state machines in
22989 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22990 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22991 modport in AUTOINST and add vl-modport for users.
22992 Reported by David Rogoff.
22993 (verilog-auto-inout-module, verilog-auto-inst)
22994 (verilog-decls-get-interfaces, verilog-insert-definition)
22995 (verilog-insert-one-definition, verilog-read-decls)
22996 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22997 (verilog-sig-modport, verilog-signals-combine-bus)
22998 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22999 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
23000 Suggested by David Rogoff.
23001 (verilog-repair-open-comma): Fix non-insertion of comma when
23002 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
23003 (verilog-make-width-expression): Simplify [A-1:0] expression
23004 widths to just {A{1'b0}}.
23005 (verilog-mode): Cleanup checkdoc warnings.
23006 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
23007 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
23008 inputs/outputs or data type. Suggested by Vasu Kandadi.
23009 (next-error-last-buffer): Fix byte-compiler warning.
23010 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
23011 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
23012 or shell command text during AUTO expansion. Suggested by Tad Truex.
23013 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
23014 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
23015 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
23016 in AUTOINOUT. Reported by Matthew Lovell.
23017 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
23018 causing use of <= assignments. Reported by Alex Reed.
23019 (verilog-read-decls): Fix triand, trior, wand, wor to be
23020 recognized by AUTOWIRE. Reported by Spencer Isaacson.
23021 (verilog-extended-complete-re): Support import "DPI-C" functions.
23022 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
23023 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
23024 (verilog-insert-date, verilog-insert-year)
23025 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23026 Windows systems. Reported by Michael Potts.
23027 (verilog-read-module-name): Fix AUTOINST when the child module
23028 declaration's name is a tick define. Reported by Elliot Mednick.
23029 (verilog-read-decls): Fix V2K parameter bit subscripts getting
23030 passed to next parameter's definition. Reported by Bruce T.
23031 (verilog-read-decls): Fix detecting "parameter int" when using
23032 AUTOINSTPARAM. Reported by Bruce T.
23033 (verilog-goto-defun): Fix goto not finding modules unless first
23034 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
23035 (verilog-mode): Expand -f flag arguments on entry to mode so
23036 verilog-goto-defun will work. Reported by Lawrence Butcher.
23037 (verilog-getopt): Expand environment variables in -f file
23038 arguments. Suggested by Lawrence Butcher.
23039 (verilog-set-define): Fix "Symbol's value as variable is void"
23040 when reading enumerations.
23041 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23042 Suggested by Stephen Peltan.
23043 (verilog-read-defines): Fix reading of enumerations in include
23044 files. Reported by Steve Peltan.
23045
23046 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23047
23048 * files.el (trash-directory): Fix defcustom type.
23049
23050 2009-06-28 Juri Linkov <juri@jurta.org>
23051
23052 * help-fns.el (describe-function-1): Correctly locate adviced
23053 functions in hyperlink (Bug#2438).
23054
23055 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
23056
23057 * files.el (trash-directory): Change default to nil.
23058 (move-file-to-trash): If trash-directory is nil and
23059 system-move-file-to-trash is unbound, perform freedesktop-style
23060 trashing.
23061
23062 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23063
23064 * files.el (move-file-to-trash): Add freedesktop trash
23065 support (Bug#973).
23066
23067 2009-06-28 Glenn Morris <rgm@gnu.org>
23068
23069 * autorevert.el (global-auto-revert-non-file-buffers)
23070 (global-auto-revert-mode): Doc fixes.
23071
23072 2009-06-27 Johan Bockgård <bojohan@gnu.org>
23073
23074 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23075
23076 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
23077
23078 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23079 opened an X connection before calling x-get-resource (Bug#3194).
23080
23081 * play/doctor.el: Remove reference to obsolete website.
23082 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23083
23084 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23085
23086 Remove find-file-not-found-hook VC method. (Bug#2757)
23087 * vc-hooks.el (vc-file-not-found-hook)
23088 (vc-default-find-file-not-found-hook): Remove functions.
23089 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23090 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23091 * vc.el:
23092 * vc-hg.el:
23093 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23094
23095 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23096
23097 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
23098 compatibility function for `looking-back'.
23099
23100 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
23101 Use `ispell-looking-back'.
23102
23103 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
23104
23105 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
23106 rather than `filename'.
23107
23108 2009-06-23 Miles Bader <miles@gnu.org>
23109
23110 * face-remap.el (text-scale-set): New function.
23111
23112 2009-06-23 Glenn Morris <rgm@gnu.org>
23113
23114 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23115
23116 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23117
23118 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23119
23120 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23121
23122 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23123 Simplify Persian conditionals.
23124
23125 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23126 variable `filename'.
23127
23128 * comint.el (comint-insert-input): Doc fix.
23129
23130 * Makefile.in (ELCFILES): Fix typo in previous change.
23131
23132 2009-06-23 Miles Bader <miles@gnu.org>
23133
23134 * cus-start.el: Add entry for `recenter-redisplay'.
23135
23136 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23137
23138 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23139 Add an optional argument for the backend, use it instead of
23140 calling vc-backend.
23141 (vc-mode-line): Add an optional argument for the backend.
23142 Pass the backend to vc-state and vc-working-revision. Move code for
23143 special handling for vc-state being a buffer to ...
23144
23145 * vc-rcs.el (vc-rcs-find-file-hook):
23146 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23147
23148 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23149 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23150 vc-stay-local-p and vc-mode-line calls.
23151
23152 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23153 (vc-cvs-diff, vc-cvs-annotate-command)
23154 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23155 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23156 vc-mode-line calls.
23157
23158 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23159 direct comparison.
23160 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23161 backend when calling vc-mode-line.
23162 (vc-register): Do not create a closure for calling the vc register
23163 function, call it directly.
23164
23165 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23166
23167 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23168 to make it obvious item can be clicked.
23169
23170 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23171
23172 2009-06-23 Kenichi Handa <handa@m17n.org>
23173
23174 * language/korea-util.el (korean-key-bindings): Change the binding
23175 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23176 same command.
23177
23178 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
23179
23180 Sync with Tramp 2.1.16.
23181
23182 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23183
23184 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23185 when a loading of a package fails. Completion function for rsync
23186 is `tramp-completion-function-alist-ssh'.
23187 (all): Replace all calls of `split-string' and
23188 `tramp-split-string' by `tramp-compat-split-string'.
23189 (tramp-default-method): Use `tramp-compat-process-running-p'.
23190 (tramp-default-proxies-alist): Allow also Lisp forms.
23191 (tramp-remote-path): Add choice "Private Directories".
23192 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
23193 (tramp-domain-regexp): Allow also "-", "_" and ".".
23194 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23195 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23196 (tramp-debug-message): Insert header line in debug buffer.
23197 (tramp-handle-directory-files-and-attributes-with-stat):
23198 Care about filenames with spaces, or starting with "-".
23199 (tramp-handle-dired-uncache): New defun.
23200 (tramp-handle-insert-directory): Don't flush the directory from
23201 cache, this is handled by `dired-uncache' now.
23202 (tramp-handle-insert-file-contents): Improve error handling.
23203 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23204 Quote `tramp-end-of-output'.
23205 (tramp-action-password): Improve trace message.
23206 (tramp-check-for-regexp): Both echoes must be present, before removing.
23207 (tramp-open-connection-setup-interactive-shell): Trace coding system.
23208 (tramp-compute-multi-hops): Eval cons cells of
23209 `tramp-default-proxies-alist'.
23210 (tramp-maybe-open-connection): Use the same command pattern for
23211 first hop and further hops.
23212 (tramp-wait-for-output): Remove handling of newlines.
23213 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23214 (tramp-split-string): Remove function. It is handled in
23215 tramp-compat now.
23216
23217 * net/tramp-cmds.el (tramp-bug):
23218 Recommend `tramp-cleanup-all-connections' in the bug mail.
23219
23220 * net/tramp-compat.el (tramp-compat-split-string)
23221 (tramp-compat-process-running-p): New defuns.
23222
23223 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23224 for `dired-uncache'.
23225
23226 * net/tramp-gvfs.el: New package.
23227
23228 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23229 Add handler for `dired-uncache'.
23230 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23231
23232 * net/trampver.el: Update release number. Make version check fit
23233 for SXEmacs 22.
23234
23235 2009-06-22 Jim Meyering <meyering@redhat.com>
23236
23237 Automatically handle .xz suffix (XZ-compressed files), too.
23238 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23239 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23240
23241 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
23242 Nick Roberts <nickrob@snap.net.nz>
23243
23244 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
23245 repository (http://sphinx.net.ru/hg/gdb-mi/).
23246
23247 2009-06-22 Glenn Morris <rgm@gnu.org>
23248
23249 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23250 `mode' and `eval' entries. (Bug#3430)
23251
23252 * Makefile.in (ELCFILES): Add fadr.elc.
23253
23254 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23255 differing behavior of \n and ^ in strings. (Bug#3385)
23256
23257 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23258
23259 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23260 property.
23261 (lisp-indent-function): Make it a defcustom.
23262
23263 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
23264
23265 * progmodes/gdb-ui.el: Replace with ...
23266 * progmodes/gdb-mi.el: ... this file.
23267 * progmodes/gud.el: Modify for gdb-mi.el.
23268
23269 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23270
23271 * fadr.el: New file.
23272
23273 See ChangeLog.14 for earlier changes.
23274
23275 ;; Local Variables:
23276 ;; coding: utf-8
23277 ;; End:
23278
23279 Copyright (C) 2009-2011 Free Software Foundation, Inc.
23280
23281 This file is part of GNU Emacs.
23282
23283 GNU Emacs is free software: you can redistribute it and/or modify
23284 it under the terms of the GNU General Public License as published by
23285 the Free Software Foundation, either version 3 of the License, or
23286 (at your option) any later version.
23287
23288 GNU Emacs is distributed in the hope that it will be useful,
23289 but WITHOUT ANY WARRANTY; without even the implied warranty of
23290 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23291 GNU General Public License for more details.
23292
23293 You should have received a copy of the GNU General Public License
23294 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.