* lisp/vc/add-log.el (add-change-log-entry): Don't use whitespace
[bpt/emacs.git] / lisp / ChangeLog
1 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
2
3 * vc/add-log.el (add-change-log-entry): Don't use whitespace
4 syntax class to search for whitespace on a single line
5 (Message-ID: <4D938140.4030905@redhat.com>).
6
7 2011-03-30 Leo Liu <sdl.web@gmail.com>
8
9 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
10 New commands.
11 (edit-abbrevs-map): Bind them here.
12 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13
14 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15
16 * allout.el (allout-hide-by-annotation, allout-flag-region):
17 Reduce possibility of overlay leakage by making them volatile.
18
19 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20 hash is not shared between buffers. Mode initialization is
21 responsible for giving it a useful starting value.
22 (allout-item-span): Reduce possibility of overlay leakage by
23 making them volatile.
24 (allout-widgets-count-buttons-in-region): Add diagnostic function
25 for tracking down button overlay leaks.
26
27 2011-03-29 Leo Liu <sdl.web@gmail.com>
28
29 * ido.el (ido-read-internal): Use the default history var
30 minibuffer-history if no HISTORY is specified.
31
32 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
33
34 * net/imap.el (imap-shell-open, imap-process-connection-type): Use
35 imap-process-connection-type for 'shell' streams as well as
36 Kerberos, SSL, other subprocesses.
37
38 2011-03-28 Leo Liu <sdl.web@gmail.com>
39
40 * abbrev.el (abbrev-table-empty-p): New function.
41 (prepare-abbrev-list-buffer): Place empty abbrev tables after
42 nonempty ones. (Bug#5937)
43
44 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
45
46 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
47
48 2011-03-27 Leo Liu <sdl.web@gmail.com>
49
50 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
51 for foreground and background colors.
52 (ansi-color-make-color-map): Adapt.
53
54 2011-03-25 Leo Liu <sdl.web@gmail.com>
55
56 * midnight.el (midnight-time-float): Remove. Note it calculates
57 the microsecond component incorrectly and seconds-to-time does the
58 same job.
59 Remove redundant (require 'timer).
60
61 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
62 (ido-completions): Remove unused arguments. (Bug#8329)
63
64 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * minibuffer.el (completion--flush-all-sorted-completions):
67 Remove itself from hook.
68 (completion-at-point): Let the functions perform the completion
69 immediately and return nil or t.
70 * comint.el (comint-dynamic-complete-functions): Now identical to
71 completion-at-point-functions.
72 (comint-dynamic-list-input-ring): Remove unused var `index'.
73 (comint--match-partial-filename, comint--unquote&expand-filename):
74 New funs, split from comint-match-partial-filename.
75 (comint-dynamic-complete): Use completion-at-point.
76 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
77
78 2011-03-24 Drew Adams <drew.adams@oracle.com>
79
80 * thingatpt.el: Support `defun'.
81
82 2011-03-23 Leo Liu <sdl.web@gmail.com>
83
84 * abbrevlist.el: Move to obsolete/abbrevlist.el.
85
86 * help-mode.el (help-mode-finish): Tweak regexp.
87
88 2011-03-23 Glenn Morris <rgm@gnu.org>
89
90 * eshell/esh-opt.el (eshell-eval-using-options):
91 Do not bind unused local variable `eshell-option-stub'.
92
93 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
94
95 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
96
97 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
98 keymap variable in `with-no-warnings' to avoid a warning when the
99 keymap has been already `defconst'ed.
100
101 2011-03-22 Leo Liu <sdl.web@gmail.com>
102
103 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
104 encode all chars in abbrevs; otherwise use emacs-mule or
105 utf-8-emacs. (Bug#8308)
106
107 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
108
109 * simple.el (backward-delete-char-untabify):
110 Avoid warning about using `delete-backward-char'.
111
112 * image.el (image-type-file-name-regexps): Make it variable.
113 `imagemagick-register-types' modifies it, and the user may want
114 to add new extensions for known image types.
115 (imagemagick-register-types): Throw error if not using ImageMagick.
116
117 2011-03-22 Leo Liu <sdl.web@gmail.com>
118
119 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
120 located before rcirc-prompt-end-marker.
121 (rcirc-complete): Error if point is not after rcirc prompt.
122 Handle the case when table is nil.
123 (rcirc-user-authenticated): Define to fix compiler warning.
124
125 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
126
127 * custom.el (custom--inhibit-theme-enable): Make it affect only
128 custom-theme-set-variables and custom-theme-set-faces.
129 (provide-theme): Ignore custom--inhibit-theme-enable.
130 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
131 (custom-enabling-themes): Delete variable.
132 (enable-theme): Accept only loaded themes as arguments.
133 Ignore the special custom-enabled-themes variable.
134 (custom-enabled-themes): Forbid themes from setting this.
135 Eliminate use of custom-enabling-themes.
136 (custom-push-theme): Quote "changed" custom var entry.
137
138 2011-03-21 Leo Liu <sdl.web@gmail.com>
139
140 * ido.el (ido-read-internal): Add ido-selected to history instead
141 of user input.
142
143 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * subr.el (deferred-action-list, deferred-action-function):
146 Mark obsolete.
147
148 2011-03-21 Leo Liu <sdl.web@gmail.com>
149
150 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
151 change on 2011-02-13 (bug#8309).
152
153 * minibuffer.el (read-file-name-function): Change default value.
154 (read-file-name--defaults): Rename from read-file-name-defaults.
155 (read-file-name-default): Rename from read-file-name.
156 (read-file-name): Call read-file-name-function.
157
158 2011-03-21 Glenn Morris <rgm@gnu.org>
159
160 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
161 Doc fixes.
162
163 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
164
165 * cus-theme.el: Add missing provide statement.
166 (customize-create-theme): Extract theme value correctly.
167 (custom-theme-visit-theme): Autoload.
168 (customize-create-theme): Prompt before inserting default faces.
169
170 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
171
172 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
173 units and musical notes.
174
175 2011-03-20 Leo <sdl.web@gmail.com>
176
177 * ido.el (ido-read-internal): Use completing-read-default.
178 (ido-completing-read): Fix compatibility with completing-read.
179
180 2011-03-20 Christian Ohler <ohler@gnu.org>
181
182 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
183 (ert-delete-all-tests): Use `called-interactively-p' rather than
184 `interactive-p'.
185 (ert--make-xrefs-region): Respect END.
186
187 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
188
189 * dired-aux.el (dired-create-directory): Signal an error if the
190 directory already exists (Bug#8246).
191
192 * facemenu.el (list-colors-display): Call list-faces-display
193 inside with-help-window.
194 (list-colors-print): Use display property to align the final
195 column, instead of checking window-width.
196
197 2011-03-19 Eli Zaretskii <eliz@gnu.org>
198
199 * emerge.el (emerge-metachars): Separate value for ms-dos and
200 windows-nt systems.
201 (emerge-protect-metachars): Quote correctly for ms-dos and
202 windows-nt systems.
203
204 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
205
206 * info.el (info-initialize): Replace all uses of `:' with
207 path-separator for compatibility with non-Unix systems.
208 Cache quoting of path-separator. (Bug#8258)
209
210 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
211
212 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
213 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
214 (mouse-avoidance-mode): Fix typos in docstrings.
215
216 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
217
218 * startup.el (package-subdirectory-regexp): Move from package.el.
219 Omit \\` and \\', and let callers add them.
220
221 * emacs-lisp/package.el (package-strip-version)
222 (package-load-all-descriptors): Add \\` and \\' to
223 package-subdirectory-regexp before using it.
224 (package-untar-buffer): New arg DIR; ensure that file untars only
225 into this expected directory. Remove superfluous delete-region.
226 (package-unpack): Caller changed.
227 (package-tar-file-info): Use package-subdirectory-regexp.
228
229 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
232 diff-mode-shared-map (bug#8284).
233 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
234
235 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
236
237 * calendar/time-date.el (format-seconds): Use assoc instead of
238 assoc-string, since assoc-string doesn't exist in XEmacs.
239
240 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
241
242 * custom.el (custom-known-themes): Reflow docstring.
243 (custom-theme-load-path): Fix typo in docstring.
244 (load-theme): Fix typo in error message.
245 (custom-available-themes, custom-variable-theme-value):
246 Use `let', not `let*'.
247
248 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
249
250 * calc/README: Mention inclusion of musical notes.
251
252 * calc/calc-units.el (calc-lu-quant): Rename from
253 `calc-logunits-quantity'.
254 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
255 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
256 (calc-db): Rename from `calc-dblevel'.
257 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
258 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
259 (calc-np): Rename from `calc-nplevel'.
260 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
261 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
262 (calc-lu-plus): Rename from `calc-logunits-add'.
263 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
264 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
265 (calc-lu-minus): Rename from `calc-logunits-sub'.
266 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
267 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
268 (calc-lu-times): Rename from `calc-logunits-mul'.
269 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
270 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
271 (calc-lu-divide): Rename from `calc-logunits-div'.
272 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
273 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
274
275 * calc/calc-ext.el (calc-init-extensions): Update the names of the
276 functions being autoloaded.
277
278 * calc/calc.el (calc-lu-power-reference): Rename from
279 `calc-logunits-power-reference'.
280 (calc-lu-field-reference): Rename from
281 `calc-logunits-field-reference'.
282
283 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
284
285 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * minibuffer.el (completion-all-sorted-completions):
288 Use :completion-cycle-penalty text property if present.
289
290 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
291
292 * allout.el (allout-yank-processing): Adjust for new rebulleting
293 regime so bullet being yanked is used without prompting the user
294 for a choice.
295
296 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
297
298 * startup.el (command-line): Warn the user that _emacs is deprecated.
299
300 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
301
302 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
303 (delphi-verbose, delphi-comment-face, delphi-string-face)
304 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
305 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
306 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
307 (delphi-new-comment-line, delphi-font-lock-defaults)
308 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
309 Fix typos in docstrings.
310
311 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
312
313 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
314 Invert the roles of character and string values for INSTEAD, so a
315 string is used for the more common case of a defaulting prompt.
316
317 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * progmodes/ruby-mode.el (ruby-backward-sexp):
320 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
321 * play/gamegrid.el (gamegrid-make-face):
322 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
323 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
324 * notifications.el (notifications-notify):
325 * net/xesam.el (xesam-search-engines):
326 * net/quickurl.el (quickurl-list-insert):
327 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
328
329 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
330
331 * startup.el (command-line): Update package subdirectory regexp.
332
333 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * allout.el (allout-abbreviate-flattened-numbering)
336 (allout-mode-deactivate-hook): Fix up obsolescence "date".
337
338 * subr.el (read-char-choice): Only show the cursor after the prompt,
339 not after the answer.
340
341 2011-03-15 Kevin Ryde <user42@zip.com.au>
342
343 * help-fns.el (variable-at-point): Skip leading quotes, if any
344 (bug#8253).
345
346 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
347
348 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
349 warning message.
350
351 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
352
353 * shell.el (shell): When called interactively, offer to change the
354 shell file name on remote hosts.
355
356 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
357
358 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
359 integration for LDAP parameters. The host, base, user or binddn,
360 and secret tokens can be specified in a netrc file, for instance.
361 This is optional because an `auth-source' parameter must be
362 specified in the search attributes.
363
364 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
365
366 * help.el (describe-mode): Link to the mode's definition (bug#8185).
367
368 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
371 into declaration. Remove redundant and harmful binding.
372
373 2011-03-12 Eli Zaretskii <eliz@gnu.org>
374
375 * files.el (file-ownership-preserved-p): Pass `integer' as an
376 explicit 2nd argument to `file-attributes'. If the file's owner
377 is the Administrators group on Windows, and the current user is
378 Administrator, consider that a match.
379
380 * server.el (server-ensure-safe-dir): Consider server directory
381 safe on MS-Windows if its owner is the Administrators group while
382 the current Emacs user is Administrator. Use `=' to compare
383 numerical UIDs, since they could be integers or floats.
384
385 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
386
387 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
388
389 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
390
391 Sync with Tramp 2.2.1.
392
393 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
394
395 * net/trampver.el: Update release number.
396
397 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * progmodes/compile.el (compilation--previous-directory): Fix up
400 various nil/dead-marker mismatches (bug#8014).
401 (compilation-directory-properties, compilation-error-properties):
402 Don't call it at a position past the one we're about to change.
403
404 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
405 Disable obsolescence warnings in the file that declares it.
406
407 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
408
409 * allout-widgets.el (allout-widgets-tally): Initialize
410 allout-widgets-tally as a hash table rather than nil to prevent
411 mode-line redisplay warnings.
412 Also, clarify the module description and fix a comment typo.
413
414 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
415
416 * help-fns.el (describe-variable): Don't complete keywords.
417 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
418
419 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
420
421 * emacs-lisp/package.el (package-version-join): Impose a standard
422 string representation for pre/alpha/beta version lists.
423 (package-unpack-single): Standardize the directory name by passing
424 it through package-version-join.
425 (package-strip-rcs-id): Accept any version string that does not
426 signal an error in version-to-list.
427
428 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
429
430 * simple.el (delete-trailing-whitespace): Return nil for the
431 benefit of `write-file-functions'.
432
433 2011-03-10 Glenn Morris <rgm@gnu.org>
434
435 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
436
437 * vc/vc-git.el (vc-git-program): New option.
438 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
439 (vc-git--call): Use it.
440
441 * eshell/esh-util.el (eshell-condition-case): Doc fix.
442
443 * cus-edit.el (Custom-newline): If no button at point, look
444 for a subgroup button at start-of-line. (Bug#2298)
445
446 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
447
448 2011-03-10 Julien Danjou <julien@danjou.info>
449
450 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
451 `cursor-type' is nil.
452
453 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
454
455 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
456
457 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
458
459 * allout.el Summary: Change so yank of distinctive-bullet items
460 preserves the existing header prefix, rebulleting it if necessary,
461 rather than replacing it. This is necessary for proper operation
462 of cooperative addons like allout-widgets.
463 (allout-make-topic-prefix, allout-rebullet-heading): Change
464 SOLICIT arg to INSTEAD, and interpret additionally a string value
465 as alternate bullet to be used, instead of prompting the user for
466 a bullet character.
467
468 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
469
470 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
471 Do not use `tramp-file-name-port', because this returns also
472 `tramp-default-port'.
473
474 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
475
476 * net/rcirc.el (rcirc-handler-001): Remove useless
477 with-rcirc-process-buffer.
478 (rcirc-check-auth-status): Swap arguments to string-match.
479
480 2011-03-09 Glenn Morris <rgm@gnu.org>
481
482 * shell.el (shell-mode):
483 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
484
485 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
486 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
487
488 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
489
490 * emacs-lisp/package.el (package-refresh-contents)
491 (package-menu-execute): Use condition-case-no-debug.
492
493 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
494
495 * simple.el (shell-command-to-string): Use `process-file'.
496
497 * emacs-lisp/package.el (package-tar-file-info): Handle also
498 remote files.
499
500 * emacs-lisp/package-x.el (package-upload-buffer-internal):
501 Use `equal' for upload base check.
502
503 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
504
505 * textmodes/texinfo.el (texinfo-environments):
506 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
507
508 2011-03-08 Glenn Morris <rgm@gnu.org>
509
510 * cus-start.el (cursor-in-non-selected-windows):
511 Fix :set quoting oddness. (Bug#8192)
512
513 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
514 in some setf expressions. (Bug#2159)
515
516 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
517
518 * custom.el (custom-available-themes): Return themes in
519 alphabetical order.
520
521 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
522
523 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
524 application of patch from Alan Mackenzie (Bug#7595).
525
526 2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
527
528 * net/rcirc.el (rcirc-connect): Fix PASS bug.
529
530 2011-03-07 Glenn Morris <rgm@gnu.org>
531
532 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
533 Give an explicit error if failed to make writable. (Bug#6146)
534
535 2011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
536
537 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
538 Add optional `after-sunset' argument. (Bug#8190)
539
540 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
541
542 * play/morse.el (nato-alphabet, nato-region, denato-region):
543 New variable and functions. (Bug#2288)
544 (morse-region, unmorse-region): Barf if read-only.
545
546 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * progmodes/gud.el (gdb-script-syntax-propertize-function):
549 Don't change the syntax of a \n that closes a comment (bug#8169).
550
551 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
552
553 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
554 defcustom.
555 (package--update-file): Doc fix. Accept relative file names.
556 (package--archive-contents-from-file): Remove the argument, since
557 it's necessarily always "archive-contents".
558 (package-maint-add-news-item): Pass relative file name args to
559 package--update-file.
560 (package-upload-buffer-internal): Prompt for a destination if
561 package-archive-upload-base is invalid. Create the directory if
562 it does not exist.
563 (package-upload-buffer, package-upload-file): Doc fix.
564
565 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
566
567 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
568 and move isearch-yank-line to M-s C-e (Bug#8183).
569
570 2011-03-06 Alan Mackenzie <acm@muc.de>
571
572 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
573 (c-guess-basic-syntax): Move CASE 19 to a different place,
574 correctly to process template-args-cont lines.
575
576 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
577
578 * calc/calc-ext.el (calc-init-extensions):
579 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
580 and calc-nplevel, respectively. Add keybindings for calc-spn,
581 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
582 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
583
584 * calc/calc-units.el (calc-dblevel): Rename from
585 calc-logunits-dblevel.
586 (calc-nplevel): Rename from calc-logunits-nplevel.
587 (math-midi-round, math-freqp, math-midip, math-spnp)
588 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
589 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
590 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
591 (math-notes): New variable.
592
593 * calc/calc.el (calc-note-threshold): New variable.
594
595 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
596
597 * emacs-lisp/package.el (package-archives): Accept either ordinary
598 directory names, in addition to HTTP URLs.
599 (package--with-work-buffer): New macro. Handle normal directories.
600 (package-handle-response): Don't display the failing buffer.
601 (package-download-single, package-download-tar)
602 (package--download-one-archive): Use package--with-work-buffer.
603 (package-archive-base): Rename from package-archive-url.
604
605 2011-03-06 Glenn Morris <rgm@gnu.org>
606
607 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
608 (xmodmap-generic-mode): Respect generic-extras-enable-list.
609
610 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
611
612 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
613
614 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
615
616 * allout.el (allout-init, allout-prefixed-keybindings)
617 (allout-unprefixed-keybindings):
618 * progmodes/prolog.el (prolog-find-term):
619 Fix typos in docstrings.
620
621 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
622
623 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
624
625 2011-03-06 Kevin Ryde <user42@zip.com.au>
626
627 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
628
629 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
630
631 * window.el (one-window-p, walk-windows, display-buffer):
632 Doc fixes. (Bug#5567)
633
634 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
635
636 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
637 of the variable if it exists.
638
639 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
640
641 * bookmark.el:
642 * desktop.el:
643 * emacs-lock.el:
644 * ps-print.el:
645 * saveplace.el:
646 * net/tramp-cache.el:
647 * obsolete/fast-lock.el:
648 * textmodes/reftex.el:
649 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
650
651 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
652
653 * files.el (delete-directory, copy-directory, list-directory):
654 Use read-directory-name.
655
656 * find-file.el (ff-find-the-other-file):
657 * net/ange-ftp.el (ange-ftp-make-directory):
658 * printing.el (pr-interactive-dir):
659 * progmodes/ada-prj.el (ada-prj-load-directory):
660 * progmodes/ebnf2ps.el (ebnf-print-directory)
661 (ebnf-spool-directory, ebnf-eps-directory)
662 (ebnf-syntax-directory):
663 * shell.el (shell):
664 * speedbar.el (speedbar-create-directory):
665 * vc/emerge.el (emerge-merge-directories):
666 * vc/vc-dir.el (vc-dir):
667 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
668
669 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
670
671 * help-mode.el (help-buffer): If we are to return the current
672 buffer, signal an error if it's not in Help mode (Bug#8147).
673
674 2011-03-05 Reuben Thomas <rrt@sc3d.org>
675
676 * files.el (file-name-version-regexp): Handle backup files of the
677 form `foo.js.~HEAD~1~' (Bug#8159).
678
679 2011-03-05 Glenn Morris <rgm@gnu.org>
680
681 * eshell/esh-var.el: Don't require esh-test when compiling.
682 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
683 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
684 * eshell/esh-test.el: Move to ../../test/eshell.el.
685
686 2011-03-05 David Engster <deng@randomsample.de>
687
688 * files.el (save-some-buffers): Report the names of buffers saved
689 automatically due to buffer-save-without-query (Bug#8134).
690
691 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
692
693 * net/rcirc.el: Add QuakeNet authentication support.
694 (rcirc-authinfo, rcirc-check-auth-status)
695 (rcirc-authenticate): Support QuakeNet.
696
697 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
698
699 * net/rcirc.el: Add functionality to authenticate before
700 autojoining channels.
701 (rcirc-authenticate-before-join): New option.
702 (rcirc-authenticated-hook): New variable.
703 (rcirc-connect): Make local variable rcirc-user-authenticated.
704 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
705 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
706 New functions.
707 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
708 Call rcirc-check-auth-status.
709
710 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
711
712 * net/soap-client.el (soap-namespace-put-link): Check if the target
713 name is fully qualified -- use only the name part.
714 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
715 types, treated the same as xsd:sequence. (Bug#8166)
716
717 2011-03-05 Eli Zaretskii <eliz@gnu.org>
718
719 * files.el (find-file-noselect): Don't ask about re-visiting
720 non-literally if the file is already visited in image-mode.
721 (Bug#8177)
722
723 2011-03-05 Glenn Morris <rgm@gnu.org>
724
725 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
726 (eshell-mode): Use eshell-kill-buffer-function.
727 Run the -initialize functions independently of the -load-hooks.
728 * eshell/esh-proc.el (eshell-kill-process-function): New function.
729 (eshell-gather-process-output, eshell-sentinel)
730 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
731 Use eshell-kill-process-function.
732 * eshell/em-alias.el (eshell-alias-load-hook):
733 * eshell/em-banner.el (eshell-banner-load-hook):
734 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
735 * eshell/em-dirs.el (eshell-dirs-load-hook):
736 * eshell/em-glob.el (eshell-glob-load-hook):
737 * eshell/em-hist.el (eshell-hist-load-hook):
738 * eshell/em-pred.el (eshell-pred-load-hook):
739 * eshell/em-prompt.el (eshell-prompt-load-hook):
740 * eshell/em-rebind.el (eshell-rebind-load-hook):
741 * eshell/em-script.el (eshell-script-load-hook):
742 * eshell/em-smart.el (eshell-smart-load-hook):
743 * eshell/em-term.el (eshell-term-load-hook):
744 * eshell/em-unix.el (eshell-unix-load-hook):
745 * eshell/esh-arg.el (eshell-arg-load-hook):
746 * eshell/esh-cmd.el (eshell-cmd-load-hook):
747 * eshell/esh-ext.el (eshell-ext-load-hook):
748 * eshell/esh-io.el (eshell-io-load-hook):
749 * eshell/esh-mode.el (eshell-exit-hook):
750 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
751 * eshell/esh-var.el (eshell-var-load-hook):
752 Set default hook values to nil. (Bug#5375)
753
754 * eshell/esh-module.el (eshell-module-unload-hook)
755 (eshell-modules-list): Remove leading * from defcustom docs.
756
757 * eshell/esh-util.el (eshell-for): Make it obsolete.
758 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
759 * eshell/em-dirs.el (eshell-save-some-last-dir):
760 * eshell/em-hist.el (eshell-save-some-history)
761 (eshell-hist-parse-modifier):
762 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
763 (eshell-ls-entries):
764 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
765 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
766 (eshell/which):
767 * eshell/esh-ext.el (eshell-find-interpreter):
768 * eshell/esh-mode.el (eshell-mode):
769 * eshell/esh-module.el (eshell-unload-extension-modules):
770 * eshell/esh-proc.el (eshell-process-interact):
771 * eshell/esh-test.el (eshell-test):
772 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
773 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
774 (eshell-variables-list):
775 * eshell/eshell.el (eshell-unload-all-modules):
776 Replace eshell-for with dolist.
777
778 2011-03-04 Glenn Morris <rgm@gnu.org>
779
780 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
781
782 2011-03-04 Tom Tromey <tromey@redhat.com>
783
784 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
785
786 2011-03-04 Glenn Morris <rgm@gnu.org>
787
788 * outline.el (outline-regexp): No longer allow nil.
789 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
790
791 * net/browse-url.el (browse-url):
792 Handle deleted default-directory. (Bug#6077)
793
794 * recentf.el (recentf-include-p): In case of a buggy predicate,
795 err on the side of including, not excluding. (Bug#5843)
796
797 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
798
799 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
800 variables as units.
801
802 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
803
804 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
805 if there is no node. (Bug#3261)
806
807 2011-03-04 Leo <sdl.web@gmail.com>
808
809 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
810
811 * time.el (display-time-world-list): Fix typo. (Bug#7571)
812
813 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
814
815 * cus-edit.el (custom-buffer-create-internal):
816 Split search string before passing it to `customize-apropos' (bug#8136).
817
818 2011-03-04 Drew Adams <drew.adams@oracle.com>
819
820 * image-dired.el (image-dired-cmd-read-exif-data-options):
821 Fix typo in docstring (bug#8156).
822
823 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
824
825 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
826
827 2011-03-03 Christian Ohler <ohler@gnu.org>
828
829 * emacs-lisp/ert.el (ert--explain-equal): New function.
830 (ert--explain-equal-rec): Rename from `ert--explain-not-equal'.
831 All callers changed.
832 (ert--explain-equal-including-properties): Rename from
833 `ert--explain-not-equal-including-properties'. All callers
834 changed.
835
836 2011-03-03 Christian Ohler <ohler@gnu.org>
837
838 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
839 (ert-char-for-test-result, ert-string-for-test-result)
840 (ert-run-tests-batch, ert--print-test-for-ewoc):
841 Handle `ert-test-quit'.
842
843 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
844
845 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
846 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
847
848 2011-03-03 Glenn Morris <rgm@gnu.org>
849
850 * files.el (file-truename): Doc fix. (Bug#2341)
851
852 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
853
854 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
855
856 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
857
858 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
859 programs output backslashes. (Bug#7663)
860
861 2011-03-03 Glenn Morris <rgm@gnu.org>
862
863 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
864 (mail-mode): Remove mail-sent-via from the doc.
865 (mail-sent-via): Make it obsolete. (Bug#1776)
866
867 * progmodes/grep.el (grep-highlight-matches): Doc fix.
868 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
869
870 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
871 with no parents. (Bug#8025)
872
873 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
874
875 * password-cache.el (password-in-cache-p): Add autoload.
876
877 2011-03-02 Glenn Morris <rgm@gnu.org>
878
879 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
880 * dired-x.el (Man-support-local-filenames): Autoload it.
881 (dired-guess-shell-alist-default): Also handle Red Hat's man.
882
883 * dired-x.el (dired-default-directory-alist, dired-default-directory):
884 Mark as obsolete.
885 (dired-smart-shell-command): Just call dired-current-directory.
886
887 * dired-x.el (dired-jump-other-window): Add autoload.
888 (dired-default-directory-alist, dired-default-directory): Doc fixes.
889 (dired-default-directory-alist): Mark as risky.
890
891 * dired-x.el (dired-omit-here-always): Make it obsolete.
892
893 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
894
895 * textmodes/artist.el (artist-curr-go): Default to pen-line.
896 (artist-select-op-pen-line): New function.
897 (artist-menu-map): New variable.
898 (artist-mode-map): Add a menu to the menu-bar.
899
900 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
901
902 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
903 when evaluating.
904
905 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
906 New function.
907 (math-logunits-add, math-logunits-mul, math-logunits-divide):
908 (math-logunits-quant, math-logunits-level):
909 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
910 functions.
911 (math-logunits-level): Extract units from ratio.
912
913 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
914
915 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
916
917 2011-03-01 Glenn Morris <rgm@gnu.org>
918
919 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
920 (diary-hebrew-birthday): Rename and rework functions added
921 in previous change.
922
923 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
924
925 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
926 (diary-hebrew-birthday): New functions.
927
928 2011-03-01 Glenn Morris <rgm@gnu.org>
929
930 * dired.el (dired-safe-switches-p): Beef it up.
931 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
932
933 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * dired.el (dired-safe-switches-p): New function.
936
937 2011-03-01 Glenn Morris <rgm@gnu.org>
938
939 * files.el (dir-locals-collect-variables):
940 Add the ability to exclude subdirectories. (Bug#8100)
941
942 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
943
944 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
945
946 * ido.el (ido-everywhere): Doc fix.
947 (ido-mode): Doc fix.
948
949 2011-02-28 Glenn Morris <rgm@gnu.org>
950
951 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
952
953 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
954
955 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
956 shadows.
957
958 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
959
960 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
961
962 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
963
964 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
965 Fix typos in docstrings.
966
967 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
968
969 * dired-aux.el (dired-update-file-line):
970 Fix 2010-11-09 change. (Bug#8131)
971
972 2011-02-28 Eli Zaretskii <eliz@gnu.org>
973
974 * international/mule-cmds.el (set-default-coding-systems): Use the
975 -unix variant of encoding in default-keyboard-coding-system.
976 (Bug#8122)
977
978 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
979
980 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
981
982 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
983
984 * term/screen.el: New file (Bug#2650).
985
986 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
989 (pcase-mutually-exclusive-predicates): New var.
990 (pcase--split-consp, pcase--split-pred): Use it.
991 (pcase--split-equal, pcase--split-member): When splitting against
992 a pure predicate, run it to know the outcome.
993 (pcase--u1): Mark vars that are actually used.
994 (pcase--q1): Avoid introducing unused vars.
995
996 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
997
998 * calc/calc-ext.el (calc-init-extensions):
999 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
1000
1001 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
1002 symbolic mode.
1003
1004 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
1005 argument is a variable.
1006
1007 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
1010 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
1011 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
1012
1013 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1014
1015 * password-cache.el (password-in-cache-p): Convenience function to
1016 check if a key is in the cache, even if the value is nil.
1017
1018 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
1019
1020 * emacs-lisp/package-x.el (package--archive-contents-from-url)
1021 (package--archive-contents-from-file): New functions.
1022 (package-update-news-on-upload): New var.
1023 (package-upload-buffer-internal): Extract archive-contents from
1024 package-archive-upload-base if it is not found at archive-url.
1025 Obey package-update-news-on-upload.
1026 (package-upload-buffer, package-upload-file): Doc fix.
1027
1028 2011-02-24 Glenn Morris <rgm@gnu.org>
1029
1030 * files-x.el (modify-dir-local-variable): Handle dir-locals from
1031 the cache, and from non-file sources.
1032
1033 * help-fns.el (describe-variable): Return consistent results when a
1034 dir-local from a file came from the cache or did not. (Bug#8095)
1035 If a dir-local has no associated file, say it came from a "directory".
1036
1037 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
1038 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
1039
1040 * files.el (dir-locals-find-file): Doc fix.
1041 Fix the check for cache elements that have no associated file,
1042 and the mtime check for those that do. (Bug#8095)
1043
1044 * dired-x.el (dired-hack-local-variables):
1045 Handle interrupts during hacking local variables. (Bug#5216)
1046
1047 * emacs-lisp/autoload.el (autoload-save-buffers)
1048 (autoload-find-destination, update-directory-autoloads):
1049 Avoid prompts when updating autoloads.
1050
1051 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
1054
1055 2011-02-23 Kenichi Handa <handa@m17n.org>
1056
1057 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
1058 error when a multipart boundary in the nested multipart is found.
1059
1060 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
1061 header components.
1062
1063 2011-02-23 Glenn Morris <rgm@gnu.org>
1064
1065 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
1066 * dired-x.el (dired-omit-mode): Safe if boolean.
1067 (dired-enable-local-variables): Fix doc and custom type.
1068 (dired-enable-local-variables, dired-local-variables-file)
1069 (dired-hack-local-variables): Make obsolete.
1070 (dired-omit-here-always): Use dir-locals.el instead.
1071
1072 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
1073
1074 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * help-fns.el (describe-function-1): Don't signal an error just because
1077 the DOC file disappeared.
1078
1079 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
1080
1081 * eshell/esh-ext.el (eshell-external-command): Do not restrict
1082 remote check to "ftp". (Bug#8089)
1083
1084 2011-02-21 Alan Mackenzie <acm@muc.de>
1085
1086 Fix bug #7930.
1087 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
1088 in macros finding their way into c-state-nonlit-pos-cache.
1089 Strengthen the comments.
1090 (c-state-dump): New commented out diagnostic routine.
1091
1092 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
1093
1094 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
1095 `field' property of `rfn-eshadow-overlay'.
1096
1097 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1098
1099 * net/netrc.el (netrc-parse): Comment fix.
1100
1101 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1104 Autoload. Add optional arg FRAME, and pass it to color-values.
1105 (color-complement): Caller changed. Doc fix.
1106 (color-gradient): Rewrite for better clarity and efficiency.
1107
1108 * faces.el (color-values): Use cond for clarity. Doc fix.
1109
1110 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
1111 color.el instead.
1112 (list-colors-sort-key, list-colors-print):
1113 Use color-normalized-values.
1114
1115 2011-02-20 Drew Adams <drew.adams@oracle.com>
1116
1117 * color.el: First part of merge from hexrgb.el.
1118 (color-rgb-to-hex): Rename from color-rgb->hex.
1119 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
1120 saturation to zero if the value is too small.
1121 (color-rgb-to-hsl): Rename from color-rgb->hsl.
1122 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
1123 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
1124 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
1125 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
1126 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
1127 (color-cie-de2000): Doc fix.
1128
1129 2011-02-20 Alan Mackenzie <acm@muc.de>
1130
1131 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
1132 locating the beginning of a macro. (Bug#7595)
1133
1134 2011-02-20 Glenn Morris <rgm@gnu.org>
1135
1136 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
1137 Don't autoload it.
1138
1139 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1140 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
1141
1142 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
1143 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1144
1145 * progmodes/hideshow.el (hs-find-block-beginning)
1146 (hs-hide-level-recursive): Ignore comments when parsing braces
1147 (Bug#8036).
1148
1149 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
1152 (vc-bzr-pull): Use it.
1153
1154 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
1157 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
1158 but returning an alist. Ignore comments in bzr conffile.
1159 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
1160 (vc-bzr-error-regex-alist): New var.
1161 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
1162
1163 * vc/vc-dispatcher.el (vc-do-async-command):
1164 Bind inhibit-read-only to t.
1165
1166 * progmodes/compile.el (compilation--flush-directory-cache):
1167 Handle the case where cdr of compilation--flush-directory-cache
1168 points to no buffer, which can occur if we previously switched to
1169 compilation-mode in a pregenerated buffer.
1170
1171 2011-02-19 Kenichi Handa <handa@m17n.org>
1172
1173 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
1174 get the header copy into the temporary buffer.
1175 (rmail-mime-insert-decoded-text): Ignore us-ascii.
1176 (rmail-show-mime): When rmail-mime-coding-system is nil, set
1177 buffer-file-coding-system to undecided.
1178
1179 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1180
1181 * international/mule-cmds.el (read-char-by-name, ucs-insert):
1182 Document completion with asterisk and a substring.
1183
1184 2011-02-19 Glenn Morris <rgm@gnu.org>
1185
1186 * files.el (find-file-literally): Doc fix.
1187
1188 * simple.el (rfc822-goto-eoh): Give it a doc-string.
1189
1190 * log-edit.el (log-edit-insert-changelog):
1191 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
1192
1193 2011-02-19 Glenn Morris <rgm@gnu.org>
1194
1195 * dired-x.el: Don't require dired-aux.
1196 (dired-do-create-files, dired-mark-read-regexp)
1197 (dired-do-create-files-regexp): Autoload from dired-aux.
1198
1199 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
1200 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
1201
1202 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
1203 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
1204
1205 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
1206 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
1207 (dired-clean-up-buffers-too): Declare.
1208
1209 * dired-x.el (dired-initial-position): Merge into dired.el's version.
1210 * dired.el (dired-initial-position): Merge dired-x's version here.
1211 (dired-find-subdir): Declare.
1212
1213 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
1214 * dired-aux.el (dired-add-entry): Give it a doc-string.
1215 Merge dired-x's dired-omit handling here.
1216 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
1217
1218 * international/mule-diag.el (list-input-methods-1):
1219 Indent all lines of multi-line doc-strings. (Bug#8066)
1220
1221 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
1222
1223 Fix 2011-02-02 changes.
1224
1225 * apropos.el (apropos-print): Call apropos-mode before setting up
1226 buffer variables. Use inhibit-read-only.
1227
1228 * emacs-lisp/package.el (package--list-packages):
1229 Call package-menu-mode before setting up buffer variables.
1230
1231 * play/solitaire.el (solitaire): Call solitaire-mode before
1232 setting up buffer variables. Use inhibit-read-only.
1233
1234 2011-02-18 Lawrence Mitchell <wence@gmx.li>
1235
1236 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
1237 Bind case-fold-search to nil when looking for end of here-doc.
1238
1239 2011-02-18 Eli Zaretskii <eliz@gnu.org>
1240
1241 * image-mode.el (image-toggle-display-image):
1242 Set find-file-literally non-nil in buffers visiting binary image
1243 files. (Bug#8047)
1244
1245 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * files.el (cd): Make completion obey cd-path (bug#7924).
1248
1249 2011-02-18 Glenn Morris <rgm@gnu.org>
1250
1251 * progmodes/prolog.el: Don't require compile when compiling.
1252 (compilation-shell-minor-mode, compilation-error-regexp-alist)
1253 (compilation-forget-errors, compilation-fake-loc)
1254 (compilation-parse-errors-function, compilation-error-list): Declare.
1255 (prolog-inferior-mode): Require 'compile.
1256
1257 * emulation/cua-base.el (pc-selection-mode): Declare.
1258
1259 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
1260 (customize-object): Add autoload cookie.
1261 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
1262 (eieio-browse, describe-class, eieio-describe-class)
1263 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
1264 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
1265 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
1266 * Makefile.in (autoloads): Make eieio.el writable.
1267
1268 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
1269 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
1270 (dired-hack-local-variables): Use inhibit-read-only.
1271 (dired-guess-default): Simplify.
1272 (dired-make-relative-symlink): Use dotimes.
1273 (dired-simultaneous-find-file): Use dolist.
1274 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
1275 (dired-x-hands-off-my-keys): Doc fix.
1276 (dired-x-bind-find-file): Doc fix. Use remapping.
1277 (after-init-hook): No need to add dired-x-bind-find-file.
1278 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
1279 No need to call expand-file-name.
1280 (dired-filename-at-point): Remove unused locals `end', `filename'.
1281
1282 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
1285
1286 2011-02-18 Christian Ohler <ohler@gnu.org>
1287
1288 * emacs-lisp/ert.el (ert--setup-results-buffer)
1289 (ert-results-pop-to-backtrace-for-test-at-point)
1290 (ert-results-pop-to-messages-for-test-at-point)
1291 (ert-results-pop-to-should-forms-for-test-at-point)
1292 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
1293 were incorrect and unnecessary. This should make `make check'
1294 pass again.
1295
1296 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1297
1298 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
1299 (allout-widgets-icons-dark-subdir): Track relocations of icons.
1300 * lisp/allout.el: Remove commentary about remove encryption
1301 passphrase mnemonic support and verification.
1302 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
1303 armored text using gpg1, and indicate that the gpg version *might*
1304 be the problem in the error message.
1305
1306 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1307
1308 * net/rcirc.el (rcirc-float-time): New function.
1309 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
1310 (rcirc-ctcp-sender-PING): Use it.
1311
1312 2011-02-17 Glenn Morris <rgm@gnu.org>
1313
1314 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
1315 (speedbar-update-flag, speedbar-fetch-etags-command)
1316 (speedbar-fetch-etags-arguments):
1317 * term.el (term-buffer-maximum-size, term-input-chunk-size)
1318 (term-completion-autolist, term-completion-addsuffix)
1319 (term-completion-recexact, term-completion-fignore):
1320 * term/sup-mouse.el (sup-mouse-fast-select-window):
1321 * term/x-win.el (x-select-request-type):
1322 Convert some defvars with "*" to defcustoms.
1323
1324 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
1325
1326 * vc/vc.el (vc-default-previous-version):
1327 Remove alias that points nowhere. (Bug#4496)
1328
1329 * dired-x.el (dired-clean-up-after-deletion):
1330 kill-buffer does not need save-excursion.
1331 (dired-do-run-mail): Doc fix.
1332 (dired-filename-at-point): Doc fix.
1333 Use looking-at, and skip-chars rather than re search.
1334
1335 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1336
1337 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1338
1339 * allout-widgets.el: New allout extension that shows allout
1340 outline structure with graphical widgets. 'allout-widgets'
1341 customize group is an 'allout' subgroup, for easy discovery.
1342
1343 * allout.el: Include PGP and GnuPG in Keywords, and other
1344 commentary refinements.
1345 (allout-abbreviate-flattened-numbering): Rename to
1346 allout-flattened-numbering-abbreviation, and
1347 define-obsolete-variable-alias the old name.
1348 (allout-flattened-numbering-abbreviation): Rename from
1349 allout-abbreviate-flattened-numbering.
1350 (allout-mode-p): Include among autoloads, for use by other modes
1351 with impunity.
1352 (allout-listify-exposed):
1353 Use allout-flattened-numbering-abbreviation.
1354 (allout-encrypt-string): Use set-buffer-multibyte directly.
1355 (allout-set-buffer-multibyte): Remove.
1356
1357 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1358
1359 * simple.el (just-one-space): Remove useless `or' call.
1360
1361 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1362
1363 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
1364 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1365 (soap-decoded-multi-refs, soap-current-wsdl)
1366 (soap-encoded-namespaces): Rename CL-style *...* variables.
1367
1368 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * net/soap-client.el: Add "comm" and "hypermedia" to the
1371 keywords. Reflow too long lines.
1372
1373 * net/soap-inspect.el: Ditto. Require 'cl.
1374
1375 2011-02-16 Bastien Guerry <bzg@altern.org>
1376
1377 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1378 in a `doctor-type' argument.
1379
1380 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1381
1382 * net/soap-client.el:
1383 * net/soap-inspect.el: New files.
1384
1385 2011-02-16 Leo <sdl.web@gmail.com>
1386
1387 * dired-x.el (dired-mode-map, dired-extra-startup):
1388 Remove dired-copy-filename-as-kill since it's already in dired.el.
1389
1390 2011-02-16 Glenn Morris <rgm@gnu.org>
1391
1392 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1393 Doc fixes. Add :set property, replacing top-level calls.
1394 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1395 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1396 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1397 (dired-clean-up-after-deletion): Use when and dolist.
1398 (dired-jump): Use unless and when.
1399 (dired-virtual): Use line-end-position.
1400 (dired-default-directory-alist): Rename from default-directory-alist.
1401 (dired-default-directory): Update for above name change.
1402 (dired-vm): Drop VM < 5 and simplify.
1403 (dired-buffer-more-recently-used-p): Rewrite.
1404 (dired-filename-at-point): Use when and or.
1405 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1406 Update callers.
1407
1408 2011-02-15 Glenn Morris <rgm@gnu.org>
1409
1410 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1411
1412 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * vc/vc-git.el (vc-git-root-log-format): New option for
1415 customizing log format.
1416 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1417 (vc-git-log-view-mode): Use it.
1418 (vc-git-expanded-log-entry): New function.
1419 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1420
1421 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1422 customizing log format.
1423 (vc-hg-print-log): Use it.
1424 (vc-hg-expanded-log-entry): New function.
1425 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1426 vc-hg-expanded-log-entry. Truncate lines in root log.
1427
1428 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1429
1430 * vc/log-view.el (log-view-mode-menu):
1431 Add log-view-toggle-entry-display.
1432
1433 2011-02-14 Glenn Morris <rgm@gnu.org>
1434
1435 * dired-x.el: Don't require man when compiling.
1436 (dired-omit-extensions, dired-local-variables-file)
1437 (dired-x-hands-off-my-keys): Make them defcustoms.
1438 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1439 (vm-visit-folder): Declare rather than defining.
1440 (dired-x-help-address, dired-x-variable-list): Remove.
1441 (dired-x-submit-report): Make it an obsolete alias.
1442
1443 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
1444
1445 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1446
1447 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1448
1449 * net/imap.el: Bring it back.
1450
1451 2011-02-13 Alan Mackenzie <acm@muc.de>
1452
1453 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1454 narrow-to-region call that cuts context off the end (Bug#7722).
1455
1456 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1457 Refactor nested if-forms with a simple cond.
1458 (c-forward-<>-arglist): Revert 2011-01-31 change.
1459
1460 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * vc/log-view.el: New command log-view-toggle-entry-display for
1463 toggling log entries between concise and detailed forms.
1464 (log-view-toggle-entry-display): New command.
1465 (log-view-mode-map): Bind RET to it.
1466 (log-view-expanded-log-entry-function): New variable.
1467 (log-view-current-entry, log-view-inside-comment-p)
1468 (log-view-current-tag): New functions.
1469 (log-view-toggle-mark-entry): Use log-view-current-entry and
1470 log-view-end-of-defun instead of searching directly with
1471 log-view-message-re.
1472 (log-view-end-of-defun): Likewise. Add optional ARG for
1473 compatibility with end-of-defun.
1474 (log-view-end-of-defun): Ignore comments and VC buttons.
1475
1476 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1477 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1478
1479 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1480
1481 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1482
1483 * net/imap-hash.el: Remove file.
1484
1485 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
1486
1487 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1488
1489 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1490 call.
1491
1492 * net/tramp-imap.el: Remove file.
1493
1494 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
1495
1496 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1497 widget library for buttons, just use button.el.
1498
1499 * vc/log-view.el (log-view-mode-map): Don't inherit from
1500 widget-keymap.
1501
1502 2011-02-12 Glenn Morris <rgm@gnu.org>
1503
1504 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1505 (nintersection, set-difference, nset-difference)
1506 (set-exclusive-or, nset-exclusive-or): Doc fix.
1507
1508 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1509
1510 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1511 :italic props, so that frame-set-background-mode works. (Bug#7966)
1512
1513 * simple.el (next-error): Doc fix.
1514
1515 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1516
1517 * dired-aux.el (dired-create-files): Adapt destination name to
1518 match the new behavior of copy-directory.
1519
1520 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1523 from rmail-dont-reply-to-names. Callers changed.
1524 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1525 (rmail-dont-reply-to): Make it an obsolete alias.
1526
1527 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1528 nil, and make obsolete (Bug#7888).
1529 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1530
1531 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1532
1533 * mail/rmailsort.el (rmail-sort-by-correspondent)
1534 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1535
1536 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1537
1538 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1539
1540 * files.el (copy-directory): New argument COPY-CONTENTS for
1541 copying directory contents into another existing directory.
1542
1543 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1544
1545 * minibuffer.el (completion-table-case-fold): New function for
1546 creating a case-insensitive completion table.
1547
1548 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1549
1550 * net/tramp.el (tramp-default-method): Also check if
1551 `auth-source-search' is bound.
1552 (tramp-read-passwd): Use `auth-source-search' instead of
1553 `auto-source-user-or-password'.
1554
1555 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1556 `auto-source-user-or-password.
1557 (tramp-imap-passphrase-callback-function): Use it.
1558
1559 * net/imap-hash.el: Autoload `auto-source-search' instead of
1560 `auto-source-user-or-password.
1561 (imap-hash-open-connection): Use it.
1562
1563 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1564 `auto-source-user-or-password.
1565 (smtpmail-try-auth-methods): Use it.
1566
1567 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1568
1569 * emacs-lisp/package.el: Allow packages to be reinstalled.
1570 (package--write-file-no-coding): Remove EXCL arg.
1571 (package-unpack-single): Don't use it.
1572
1573 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1574
1575 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1576 in each sub directory.
1577 (vc-svn-registered): Use vc-svn-root.
1578 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1579 (vc-svn-repository-hostname): Use "svn info".
1580
1581 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1582
1583 * simple.el (delete-trailing-whitespace): New optional buffer
1584 bound parameters.
1585
1586 2011-02-11 Bastien Guerry <bzg@altern.org>
1587
1588 * files.el (basic-save-buffer): save unmodified buffers when
1589 the file pointed by buffer-file-name doesn't exist.
1590
1591 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1592
1593 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1594
1595 2011-02-11 Glenn Morris <rgm@gnu.org>
1596
1597 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1598
1599 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1600
1601 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1602
1603 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * server.el (server-process-filter): Use pcase.
1606
1607 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1608 conflicting ways.
1609 (smie-indent--parent): Extend to "parent of arg".
1610 (smie-indent-inside-string): New function.
1611 (smie-indent-functions): Use it.
1612
1613 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1614 bzr locking race condition.
1615
1616 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1617 still valid before using it.
1618
1619 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1620 `message' -> `compilation-message' rename (bug#8004).
1621
1622 Move keymap initialization into declaration.
1623 * textmodes/enriched.el (enriched-mode-map):
1624 * textmodes/bib-mode.el (bib-mode-map):
1625 * term/lk201.el (lk201-function-map):
1626 * tar-mode.el (tar-mode-map):
1627 * replace.el (occur-mode-map):
1628 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1629 * progmodes/idlw-help.el (idlwave-help-mode-map):
1630 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1631 * play/solitaire.el (solitaire-mode-map):
1632 * play/snake.el (snake-mode-map, snake-null-map):
1633 * play/pong.el (pong-mode-map):
1634 * play/handwrite.el (menu-bar-handwrite-map):
1635 * play/gametree.el (gametree-mode-map):
1636 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1637 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1638 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1639 (newsticker--url-keymap):
1640 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1641 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1642 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1643 (menu-bar-edit-menu, menu-bar-custom-menu)
1644 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1645 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1646 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1647 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1648 (menu-bar-tools-menu, menu-bar-describe-menu)
1649 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1650 (menu-bar-help-menu):
1651 * mail/rmailsum.el (rmail-summary-mode-map):
1652 * kmacro.el (kmacro-step-edit-map):
1653 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1654 (ibuffer-mode-operate-map):
1655 * hi-lock.el (hi-lock-menu, hi-lock-map):
1656 * emulation/vip.el (vip-mode-map):
1657 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1658 * bookmark.el (bookmark-bmenu-mode-map):
1659 * help-mode.el (help-mode-map): Move initialization into declaration.
1660
1661 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1662
1663 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1664 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1665 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1666 (rcirc-cmd-me, rcirc-authenticate): Use them.
1667
1668 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1669
1670 * allout.el: Synopsis: Change allout user configuration so
1671 auto-activation is controlled solely by customization
1672 `allout-auto-activation'.
1673
1674 (allout-auto-activation-helper, allout-setup): New autoloads
1675 implement new custom set procedure for allout-auto-activation.
1676 Also, explicitly invoke (allout-setup) after allout-auto-activation
1677 is custom-defined, to affect the settings in emacs sessions besides
1678 the few where allout-auto-activation customization is done.
1679 (allout-auto-activation): Use allout-auto-activation-helper to
1680 :set. Revise the docstring.
1681 (allout-init): Reduce functionality to just customizing
1682 allout-auto-activation, and mark obsolete.
1683 (allout-mode): Respect string values for allout-auto-activation.
1684 Run allout-after-copy-or-kill-hook without any args.
1685 (allout-mode, allout-layout, allout-default-layout)
1686 (outlineify-sticky): Adjust docstring for new scheme.
1687 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1688 should concentrate on the kill ring.
1689
1690 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1691
1692 * password-cache.el (password-cache-remove): Accept secrets that are
1693 not strings.
1694
1695 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1698 of here-doc that immediately follows a comment.
1699
1700 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1701
1702 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1703
1704 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1705 available.
1706 (rcirc-ctcp-sender-PING): New function.
1707
1708 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1711 Remove the mark/nomark handling, and activate shift-select-mode instead.
1712
1713 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1714
1715 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1716
1717 * calc/calc-units.el (math-logunits-quant): Add support for
1718 non-logarithmic units.
1719
1720 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1721
1722 * allout.el (allout-after-copy-or-kill-hook): New hook for
1723 extension-specific processing of killed text.
1724 (allout-mode): Include new allout-after-copy-or-kill-hook among
1725 mentioned hooks.
1726 (allout-kill-line, allout-kill-topic): Ensure that processing
1727 after kill happens even if barf-if-buffer-read-only is raised.
1728 Include new allout-after-copy-or-kill-hook among that subsequent
1729 processing.
1730 (allout-deannotate-hidden): Actually remove the annotation text
1731 properties.
1732
1733 * allout.el (allout-listify-exposed): Copy text sans text properties.
1734
1735 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1738
1739 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1740
1741 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1742
1743 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1744
1745 * calc/calc.el (calc-logunits-field-reference): Rename from
1746 `calc-default-field-reference-level'.
1747 (calc-logunits-power-reference): Rename from
1748 `calc-default-power-reference-level'.
1749
1750 * calc/calc-units.el (math-logunits-quant): Rename from
1751 `math-logunits-level'
1752 (math-logunits-plus): Rename from math-logcombine.
1753 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1754 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1755 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1756 New functions.
1757 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1758 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1759 (calc-logunits-quantity): Rename from `calc-level'.
1760 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1761 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1762 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1763 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1764 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1765 New functions.
1766
1767 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1768 (calc-ul-prefix-help): Remove.
1769 (calc-l-prefix-help): New function.
1770 (calc-full-help): Add reference to `calc-l-prefix-help'.
1771
1772 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1773
1774 * calc/README: Mention logarithmic units.
1775
1776 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1779 non-ASCII characters (Bug#7925).
1780
1781 2011-02-05 Glenn Morris <rgm@gnu.org>
1782
1783 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1784
1785 * calendar/diary-lib.el (diary-font-lock-keywords):
1786 Tweak diary-time-regexp match. (Bug#7891)
1787
1788 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1789 (f90-mode): Use it for mode's `find-tag-default-function' property.
1790
1791 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1792
1793 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1794
1795 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1796
1797 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1798 (Bug#6386).
1799
1800 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1803 font-lock-syntax-table remappings.
1804 (sh-here-doc-markers, sh-here-doc-re): Remove.
1805 (sh-font-lock-close-heredoc): Remove.
1806 (sh-syntax-propertize-here-doc): New function.
1807 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1808 instead of the sh-here-doc-re.
1809 (sh-font-lock-paren): Don't do anything in comments or strings.
1810 Handle line continuations. Accept a few more chars.
1811 Don't rely on the font-lock-syntax-table remappings.
1812 `esac' is not a valid pattern.
1813 (sh-syntax-propertize-function): Handle here-docs differently, so we
1814 don't bother syntax-propertizing the insides.
1815
1816 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1817 Handle new bashisms ";&" and ";;&" (bug#7947).
1818
1819 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1820
1821 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1822 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1823
1824 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1825
1826 * net/tramp.el (tramp-postfix-method-format)
1827 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1828 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1829 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1830 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1831 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1832 Doc fix.
1833
1834 2011-02-04 Sam Steingold <sds@gnu.org>
1835
1836 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1837
1838 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1839
1840 * international/mule-util.el (with-coding-priority): Doc fix.
1841
1842 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1843
1844 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1845
1846 2011-02-03 Sam Steingold <sds@gnu.org>
1847
1848 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1849 Do not error out when `func' is nil.
1850
1851 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1852
1853 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1854 `tramp-default-remote-path' to the docstring.
1855 (tramp-get-remote-path): Suppress error message when `getconf
1856 PATH' fails.
1857
1858 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1859
1860 2011-02-03 Glenn Morris <rgm@gnu.org>
1861
1862 * vc/vc-hg.el (vc-hg-command): Doc fix.
1863
1864 * term/w32-win.el (libpng-version): Declare for compiler.
1865
1866 * msb.el: No need to load dired while compiling.
1867
1868 * emacs-lisp/elint.el (elint-standard-variables):
1869 Remove a couple of built-ins that now have doc-strings.
1870
1871 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1872 `require' is automatically `eval-and-compile'd.
1873
1874 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1875 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1876
1877 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1878 Move definition before use.
1879 (strokes-report-bug): Make it obsolete.
1880
1881 2011-02-02 Sam Steingold <sds@gnu.org>
1882
1883 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1884 from `special-mode', entering it makes the buffer read-only, so
1885 call it only when everything has been already inserted.
1886 * emacs-lisp/ert.el (ert--setup-results-buffer)
1887 (ert-results-pop-to-backtrace-for-test-at-point)
1888 (ert-results-pop-to-messages-for-test-at-point)
1889 (ert-results-pop-to-timings): Ditto.
1890 * emacs-lisp/package.el (package--list-packages): Ditto.
1891 * play/solitaire.el (solitaire): Ditto.
1892
1893 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * progmodes/compile.el: Make all faces inherit.
1896 (compilation-warning): Inherit from font-lock-variable-name-face.
1897 (compilation-info): Inherit from font-lock-type-face.
1898 (compilation-line-number): Reassign to font-lock-keyword-face.
1899 (compilation-column-number): Reassign to font-lock-doc-face.
1900 (compilation-leave-directory-face): Reassign to
1901 font-lock-builtin-face.
1902
1903 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1904
1905 * dired.el (dired-insert-directory): Don't invoke `ls' when
1906 ls-lisp.el is used to emulate it.
1907
1908 2011-02-01 Julien Danjou <julien@danjou.info>
1909
1910 * color.el (color-gradient): Add a color-gradient function.
1911
1912 2011-02-01 Sam Steingold <sds@gnu.org>
1913
1914 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1915 bind "z" to `kill-this-buffer'.
1916 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1917 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1918 (apropos-mode): Inherit from `special-mode'.
1919 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1920 * bookmark.el (bookmark-bmenu-mode): Define using
1921 `define-derived-mode' inheriting from `special-mode'.
1922 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1923 * image-mode.el (image-mode-map): Ditto.
1924 * replace.el (occur-mode): Define using
1925 `define-derived-mode' inheriting from `special-mode'.
1926 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1927 * calendar/diary-lib.el (diary-fancy-display-mode):
1928 Inherit from `special-mode-map'.
1929 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1930 Inherit from `special-mode'.
1931 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1932 `special-mode-map'.
1933 (package-menu-mode): Define using `define-derived-mode'
1934 inheriting from `special-mode'.
1935 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1936 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1937 (xesam-mode-map): Define separately.
1938 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1939 * progmodes/compile.el (compilation-minor-mode-map)
1940 (compilation-mode-map): Inherit from `special-mode-map'.
1941 * vc/diff-mode.el (diff-mode-shared-map):
1942 Inherit from `special-mode-map'.
1943 * vc/log-view.el (log-view-mode-map): Add a comment.
1944
1945 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * custom.el (load-theme): Define return value. Drop use of
1948 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1949 (custom-theme-load-confirm): Scroll in the correct window.
1950 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1951
1952 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1953 checkbox if load-theme fails.
1954
1955 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * progmodes/compile.el (compilation-next-error): Check there's
1958 a message before using it (bug#7941).
1959
1960 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1961
1962 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1963 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1964 of potential pivots.
1965
1966 2011-01-31 Alan Mackenzie <acm@muc.de>
1967
1968 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1969 Continue parsing if we encounter a naked # (Bug#7595).
1970 (c-beginning-of-statement): Avoid loop in locating the beginning
1971 of a macro. (Not actually committed until 2011-02-20, see above).
1972
1973 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * files.el (copy-directory): Fix arguments to recursive call.
1976
1977 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * files.el (copy-directory): If destination is an existing
1980 directory, copy into a subdirectory there.
1981
1982 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1983
1984 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1985 files.
1986
1987 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * image-dired.el (image-dired-mouse-display-image): No-op if no
1990 file is found (Bug#7817).
1991
1992 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1993
1994 2011-01-31 Kenichi Handa <handa@m17n.org>
1995
1996 * international/quail.el (quail-keyboard-layout-alist):
1997 Remove superfluous SPC for "pc105-uk" (bug#7927).
1998
1999 2011-01-31 Glenn Morris <rgm@gnu.org>
2000
2001 * msb.el (msb-menu-bar-update-buffers): Update for changed
2002 argument handling of menu-bar-select-frame. (Bug#7902)
2003
2004 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
2007 to the recursion depth (Bug#7722).
2008
2009 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
2010
2011 * term/ns-win.el (ns-find-file): Expand ns-input-file with
2012 command-line-default-directory (Bug#7872).
2013
2014 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * progmodes/compile.el (compilation--flush-directory-cache):
2017 New function, extracted from compilation--remove-properties.
2018 (compilation--remove-properties, compilation--parse-region): Use it.
2019 (compilation--previous-directory): Handle one more case.
2020 (compilation-enable-debug-messages): Remove.
2021 (compilation-parse-errors, compilation--flush-parse): Just remove the
2022 left over debug messages.
2023
2024 2011-01-31 Sam Steingold <sds@gnu.org>
2025
2026 * progmodes/compile.el (compilation-enable-debug-messages):
2027 Add a variable to make the parsing messages introduced in
2028 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
2029 (compilation-parse-errors, compilation--flush-parse): Use it.
2030
2031 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2032
2033 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2034 (rcirc-nick-completion-format): New defcustom.
2035 (rcirc-complete): Use it.
2036
2037 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2038
2039 * net/rcirc.el: Clean log filenames (Bug#7933).
2040 (rcirc-log-write): Use convert-standard-filename.
2041 (rcirc-log-filename-function): Documentation updates.
2042
2043 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
2044
2045 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
2046 Check report-emacs-bug-can-use-osx-open and use that if t.
2047 (report-emacs-bug-can-use-osx-open): New function.
2048 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
2049 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
2050
2051 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * vc/vc-dispatcher.el (vc-set-async-update): New function for
2054 updating Dired or VC-dir buffers after async command completes.
2055
2056 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
2057 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
2058
2059 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
2060 completions if it exists. Use vc-set-async-update.
2061 (vc-git-pull): Use vc-set-async-update.
2062
2063 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
2064 read-shell-command. Use vc-set-async-update.
2065 (vc-hg-merge-branch): Use vc-set-async-update.
2066
2067 2011-01-29 Daiki Ueno <ueno@unixuser.org>
2068
2069 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
2070 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
2071 (Bug#7931).
2072
2073 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * progmodes/compile.el: Avoid an N² behavior in grep.
2076 (compilation--previous-directory): New fun.
2077 (compilation--previous-directory-cache): New var.
2078 (compilation--remove-properties): Flush it.
2079 (compilation-directory-properties, compilation-error-properties):
2080 Use the new fun to speed up looking for the current directory.
2081
2082 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * vc/vc-hg.el (vc-hg-history): New var.
2085 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
2086 (vc-hg-merge-branch): New function.
2087
2088 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
2089 the other way around.
2090
2091 * vc/vc-git.el (vc-git-branches, vc-git-pull)
2092 (vc-git-merge-branch): New functions.
2093 (vc-git-history): New var.
2094
2095 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * vc/vc-dispatcher.el (vc-do-async-command): New function.
2098
2099 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
2100 vc-do-async-command.
2101
2102 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
2103 Callers changed.
2104
2105 2011-01-28 Leo <sdl.web@gmail.com>
2106
2107 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
2108 highlighting to the "this function is advised" message.
2109
2110 * help-mode.el (help-mode-finish): Apply highlighting here, to
2111 avoid clobbering by substitute-command-keys (Bug#6304).
2112
2113 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * woman.el (woman0-roff-buffer): Process roff escape sequences
2116 occurring prior to the first request (Bug#7843).
2117
2118 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * progmodes/compile.el: Don't use font-lock any more.
2121 (compilation-error-regexp-alist-alist): Change handling of makepp
2122 so it preserves the warning/error distinction on subsequent files.
2123 Simplify various rules.
2124 (compilation-directory-properties): Use font-lock-face.
2125 Add a compilation-message property.
2126 (compilation-internal-error-properties): Use font-lock-face.
2127 Don't set the compilation-debug property here.
2128 (compilation--put-prop, compilation--remove-properties)
2129 (compilation--parse-region, compilation--ensure-parse)
2130 (compilation--ensure-parse): New functions.
2131 (compilation-parse-errors): New function, largely inspired of
2132 compilation-mode-font-lock-keywords. Set compilation-debug here.
2133 (compilation--parsed): New var.
2134 (compilation--flush-parse): Use compilation--ensure-parse.
2135 (compilation-start): Don't call font-lock.
2136 (compilation-turn-on-font-lock): Remove.
2137 (compilation-setup): Don't set font-lock-extra-managed-props not change
2138 other font-lock settings, other than keywords.
2139 Don't activate font-lock-mode.
2140 Set change-major-mode-hook and before-change-functions.
2141 (compilation--unsetup): Remove properties and hooks.
2142 (compilation-next-single-property-change): New function.
2143 (compilation-next-error): Use it to parse when needed.
2144 (compile-goto-error): Parse buffer as needed.
2145 (compilation--compat-error-properties): Don't need a dummy `face'
2146 property any more.
2147
2148 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
2151 (compilation-process-setup-function): Fix docstring's false promises.
2152 (compilation-error-regexp-alist-alist): Catch omake's continuous
2153 recompilation message and avoid reuse of old markers.
2154 (compilation-parse-errors-function): Declare obsolete.
2155 (compilation-buffer-modtime): Remove.
2156 (compilation--make-cdrloc, compilation--loc->col)
2157 (compilation--loc->line, compilation--loc->file-struct)
2158 (compilation--loc->marker, compilation--loc->visited)
2159 (compilation--make-file-struct, compilation--file-struct->file-spec)
2160 (compilation--file-struct->formats)
2161 (compilation--file-struct->loc-tree): New macros. Use them.
2162 (compilation--message): New defstruct. Use them.
2163 (compilation-next-error-function): Don't mess with timestamps to try
2164 and guess when to reparse.
2165
2166 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
2169 (tex-old-error-file-name): New function,
2170 extracted from tex-compilation-parse-errors.
2171 (tex-compilation-parse-errors): Remove.
2172 (tex-error-regexp-alist): New var.
2173 (tex-shell): Use it to avoid compilation-parse-errors-function.
2174
2175 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
2176 (grep-mode-font-lock-keywords): Remove regexp that seems like
2177 a left-over from before we used compile.el.
2178 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
2179 modifying the buffer within with-silent-modifications.
2180
2181 * progmodes/compile.el: Cleanup text-properties namespace by using
2182 `compilation-message' instead of `message', `compilation-directory'
2183 instead of `directory', and `compilation-debug' instead of `debug'.
2184 (compilation-last-buffer, compilation-parsing-end)
2185 (compilation-error-list, compilation-old-error-list): Move to the
2186 compatibility part of the code.
2187 (compilation-error-properties): If `file' is a function, let it return
2188 a file name.
2189 (compilation-mode-font-lock-keywords): Be more conservative with the
2190 omake "^ *" pattern prefix, to try and minimize the risk of
2191 pathologically slow regexp matching.
2192 (compilation-start): Use inhibit-read-only.
2193 (compilation--unsetup): New function.
2194 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
2195 (compilation-filter): Minor tweaks.
2196 (compilation-next-error-function): Try and avoid abusing variables.
2197 (compilation--flush-file-structure): New fun.
2198 (compilation-fake-loc): Use it to improve behavior when file is reused.
2199 (debug-ignored-errors): Add "Moved past last ...".
2200 (compilation--compat-error-properties)
2201 (compilation--compat-parse-errors): Rename by doubling the "-".
2202
2203 Port features from the previous prolog.el to the new one.
2204 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
2205 (prolog-program-name, prolog-program-switches, prolog-consult-string)
2206 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
2207 variable and use a function to compute the value dynamically.
2208 (prolog-prompt-regexp): Add regexp for GNU Prolog.
2209 (prolog-continued-prompt-regexp): Remove, unused.
2210 (prolog-find-value-by-system): Try and use the value of prolog-system
2211 in the *prolog* buffer if it helps.
2212 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
2213 (prolog-zip-on): ..and check prolog-system and version here instead.
2214 (prolog-inferior-self-insert-command): New command.
2215 (prolog-inferior-mode-map): Use it.
2216 (prolog-inferior-error-regexp-alist): New var.
2217 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
2218 (prolog-input-filter): Use derived-mode-p.
2219 (prolog-inferior-guess-flavor): New function.
2220 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
2221 make-comint to avoid running comint-mode twice.
2222 (prolog-inferior-buffer): New fun.
2223 (prolog-old-process-region, prolog-old-process-file):
2224 Don't call prolog-bsts here...
2225 (prolog-build-prolog-command): ...do it here instead.
2226 (prolog-old-process-region, prolog-old-process-file):
2227 Use compilation-fake-loc and compilation-forget-errors.
2228 (prolog-consult-compile-region): Use bolp.
2229
2230 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * image-mode.el (image-display-size): Doc fix (Bug#7820).
2233
2234 2011-01-27 Sam Steingold <sds@gnu.org>
2235
2236 * midnight.el (clean-buffer-list-kill-never-buffer-names):
2237 Remove "*server*" which is never created by emacs server.
2238
2239 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2240
2241 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
2242 there are some diff switches.
2243
2244 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2247 Copy change made to ruby-font-lock-syntactic-keywords.
2248
2249 * htmlfontify.el: Make it obey the font-lock-face text property.
2250 Miscellaneous cleanup such as:
2251 - Don't hide expressions after a closing paren.
2252 - Move initial setq into let.
2253 - Hoist common parts out of ifs.
2254 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
2255 (hfy-face-at): Use get-text-property instead.
2256 (hfy-prop-invisible-p): Use invisible-p if available.
2257 (htmlfontify-manual): Use \\[...].
2258 (hfy-html-quote-regex): Use [...].
2259 (hfy-combined-face-spec): Simplify.
2260 (hfy-compile-face-map): Don't presume point-min==1.
2261 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
2262 match end of string.
2263 (hfy-text-p): η-reduce.
2264 (hfy-tags-for-file): Receive cache-hash directly.
2265 (hfy-mark-tag-names): Adjust call.
2266
2267 2011-01-27 Glenn Morris <rgm@gnu.org>
2268
2269 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
2270 (msb-after-load-hook): Remove eval-after-load wackiness.
2271
2272 2011-01-25 Sam Steingold <sds@gnu.org>
2273
2274 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
2275 literal "diff" (important for windows-nt).
2276
2277 2011-01-25 Glenn Morris <rgm@gnu.org>
2278
2279 * emacs-lisp/copyright.el (copyright-at-end-flag)
2280 (copyright-names-regexp): Add safety properties.
2281 (copyright-year-ranges): New option.
2282 (copyright-find-end): New function, split from copyright-update-year.
2283 (copyright-update-year): Use copyright-find-end.
2284 (copyright-fix-years): Optionally, convert years to ranges.
2285 Handle years continued over comment lines.
2286 Do not mess with the fill-prefix.
2287 Do not call copyright-update.
2288 (copyright-update-directory): Optionally, fix years rather than update.
2289 Skip directories. Find files with only safe local vars.
2290
2291 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * files.el (file-name-non-special): Only change buffer-file-name after
2294 insert-file-contents if it's `visit'ing the file (bug#7854).
2295
2296 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * dired.el (dired-revert): Doc fix (Bug#7758).
2299
2300 * simple.el (line-move-visual): Doc fix (Bug#7594).
2301
2302 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
2303
2304 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
2305 here-doc which ends with an underscore.
2306 (ruby-mode-set-encoding): Skip shebang line always.
2307 (ruby-mode-map): Bind C-c C-c to comment-region.
2308 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
2309 (ruby-forward-sexp): Stop after literal hash key labels.
2310 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
2311 bracket.
2312
2313 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
2314
2315 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
2316 the correct buffer (Bug#7650).
2317
2318 2011-01-25 Glenn Morris <rgm@gnu.org>
2319
2320 * comint.el (comint-mode): Doc fix. (Bug#7897)
2321
2322 * simple.el (do-auto-fill): Give it a doc string.
2323
2324 * button.el (make-text-button): Doc fix. (See bug#7881)
2325
2326 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2329 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2330
2331 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2332 Handle ?" and friends differently (e.g. don't use backrefs).
2333
2334 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2335
2336 * calc/calc.el (calc-default-power-reference-level)
2337 (calc-default-field-reference-level): New variables.
2338 * calc/calc-units.el (math-standard-units): Add dB and Np.
2339 (math-logunits): New variable.
2340 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2341 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
2342 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2343 New functions.
2344 (math-find-base-units-rec): Add entry for ln(10).
2345 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2346 (calc-ul-prefix-help): New function.
2347 * calc/calc-ext.el (calc-init-extensions): Autoload new units
2348 functions. Add keybindings for new units functions.
2349
2350 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2351
2352 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
2353 rcirc buffers. (Bug#4940)
2354
2355 2011-01-22 Glenn Morris <rgm@gnu.org>
2356
2357 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2358 split out from copyright-update-year.
2359 (copyright-update): Don't mess with the GPL version if we don't own the
2360 copyright. Update license regexp, and remove no longer needed
2361 Esperanto stuff.
2362 (copyright-fix-years): Use copyright-find-copyright.
2363
2364 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2367
2368 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2369
2370 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2371 (lm): Rename to landmark.
2372 (lm-test-run): Rename to landmark-test-run.
2373
2374 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2377 "Case sensitive" menu item.
2378
2379 2011-01-22 Roland McGrath <roland@frob.com>
2380
2381 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2382 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2383
2384 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2387
2388 2011-01-22 Jari Aalto <jari.aalto@cante.net>
2389
2390 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2391 Assume foo(bar) is a manpage reference rather than some unquoted
2392 symbol (bug#7705).
2393
2394 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2397 Suggested by Flo <sensorflo@gmail.com>.
2398
2399 2011-01-22 Glenn Morris <rgm@gnu.org>
2400
2401 * progmodes/compile.el (compilation-error-regexp-alist):
2402 Fix custom type. (Bug#7812)
2403
2404 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2405
2406 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2407 allout-number-siblings, in keeping with what obtained due to
2408 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2409 (prefixed) ?i.
2410 (allout-before-change-handler): Better expose spots affected by
2411 undo.
2412
2413 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2416
2417 2011-01-22 Phil Hagelberg <phil@evri.com>
2418
2419 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2420 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2421 (pcmpl-ssh-config-hosts): New function.
2422 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2423 pcmpl-ssh-known-hosts.
2424
2425 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2426
2427 * calc/calc-undo.el (calc-undo): Autoload it.
2428 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2429 and autoload for `calc-undo'.
2430 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2431 * calc/calc-prog.el:
2432 * calc/calc-graph.el:
2433 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
2434
2435 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2436
2437 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2438 keybindings to `calc-undo'.
2439
2440 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 Don't mess with *temp*.
2443 * obsolete/spell.el: Move from textmodes/spell.el.
2444 (spell-string):
2445 * term.el (term-read-input-ring):
2446 * startup.el (display-startup-echo-area-message):
2447 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2448 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2449 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2450 point-min==1.
2451
2452 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2453
2454 * allout.el (allout-institute-keymap): Use fset instead of
2455 reapplying defalias.
2456
2457 (allout-hotspot-key-handler): Check for non-control-modified
2458 bindings for hotspot characters if there are no control-modified
2459 versions.
2460
2461 * allout.el: Summary - migrate to defining allout mode using
2462 define-minor-mode instead of defun. Significantly clean-up
2463 internal keymap provisions, refactoring and, in the process,
2464 removing a lot of accumulated cruft.
2465
2466 allout-mode-map is now a keymap by virtue of being a defalias to
2467 allout-mode-map-value, which contains the actual keymap structure.
2468
2469 (allout-mode): Use define-minor-mode rather than defun.
2470 Remove now-unnecessary minor-mode setup activities from the body.
2471 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2472 entry will be '(allout-mode . allout-mode-map) - see
2473 allout-mode-map-value, below. Adjust docstring to track changes.
2474 (allout-minor-mode): Remove this defalias, now that we're using
2475 define-minor-mode.
2476 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2477 keymap is allout-mode-map-value, via defalias.
2478 (allout-mode-map-value): The variable holding the actual mode
2479 keymap structure, by virtue of defalias from allout-mode-map.
2480 (allout-compose-and-institute-keymap): Rename from
2481 allout-bind-keys, and including the binding-composition
2482 functionality of the former produce-allout-mode-map and
2483 allout-setup-mode-map.
2484 (allout-institute-keymap): Take over the "setup" part of the former
2485 allout-setup-mode-map. Reassign allout-mode-map-value value and
2486 update the defalias.
2487 (allout-command-prefix, allout-prefixed-keybindings)
2488 (allout-unprefixed-keybindings):
2489 Use allout-compose-and-institute-keymap to process the bindings.
2490 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
2491 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
2492 user can customize if they want to use that binding.
2493 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2494 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
2495 elided that, previously, instead of the one for \C-h.)
2496 (allout-hotspot-key-handler): Remove attempt to resolve the key
2497 through the literal key-string lookup on allout-keybindings-list.
2498 That probably hasn't worked for a Long Time, and removal of
2499 allout-keybindings-list further simplifies the keybindings situation.
2500 (allout-pre-command-business): Use allout-mode-map-value instead
2501 of allout-mode-map.
2502 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2503 the bindings if they want to use a keybinding having a trailing
2504 \C-h. No deprecation needed since this feature was never in a release.
2505 (allout-keybindings-list): Remove. It's not been useful for a
2506 while. (See allout-hotspot-key-handler changes, above.)
2507 (produce-allout-mode-map): Remove. Consolidate into
2508 allout-compose-and-institute-keymap.
2509 (allout-mode-map-adjustments): Remove. No longer necessary with
2510 removal of allout-preempt-trailing-ctrl-h.
2511 (allout-setup-mode-map): Remove. Consolidate into
2512 allout-compose-and-institute-keymap and allout-institute-keymap.
2513
2514 2011-01-20 Glenn Morris <rgm@gnu.org>
2515
2516 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2517
2518 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2519
2520 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2523
2524 * files.el (find-alternate-file, basic-save-buffer)
2525 (basic-save-buffer-2, revert-buffer, recover-file)
2526 (kill-buffer-ask, abort-if-file-too-large)
2527 (set-visited-file-name, write-file, backup-buffer)
2528 (basic-save-buffer, save-some-buffers):
2529 * dired-aux.el (dired-compress-file): Callers changed.
2530
2531 2011-01-19 Glenn Morris <rgm@gnu.org>
2532
2533 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2534 Also check the property status. (Bug#7861)
2535
2536 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
2537
2538 * net/tramp.el (tramp-debug-message): Extend function exclude
2539 list. Use `regexp-opt'.
2540
2541 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2544 highlighting doesn't spill over subsequent lines.
2545
2546 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2547 keymap expression. Improve docstring.
2548
2549 * electric.el (electric-indent-post-self-insert-function):
2550 Don't auto-indent for indent-to-left-margin, it's too often
2551 counter-productive.
2552
2553 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2554
2555 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2556 spaces if the frame was resized, so that the full visible buffer
2557 serves as canvas for strokes.
2558
2559 2011-01-16 Glenn Morris <rgm@gnu.org>
2560
2561 * info-xref.el (info-xref-docstrings): Replace cl function.
2562 Also skip directories.
2563
2564 2011-01-16 Kevin Ryde <user42@zip.com.au>
2565
2566 * info-xref.el: Version 3.
2567 (info-xref-check, info-xref-check-all): Move commentary details
2568 into docstrings for better visibility.
2569 Use compilation-mode for the results buffer.
2570 (info-xref-output, info-xref-output-error, info-xref-with-output)
2571 (info-xref-filename, info-xref-in-progress):
2572 New internals for this.
2573 (info-xref-check-list, info-xref-check-buffer)
2574 (info-xref-check-all-custom): Use those.
2575 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2576 (info-xref-output-heading): Rename from info-xref-filename-heading.
2577 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2578 (info-xref-filename-heading): Move to output managing section.
2579 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2580 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2581 (info-xref-subfile-p): Move to generic section with those two.
2582 (info-xref-check-node): New function split from
2583 info-xref-check-buffer, shared by info-xref-docstrings.
2584 (info-xref-goto-node-p): Move to a checking section with that func.
2585 (info-xref-unavail): New counter.
2586 (info-xref-check-node): Use it.
2587 (info-xref-with-output): Show count of unavailables at end of output.
2588 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2589 symlinks. Exclude .texi files. Exclude Emacs backup files.
2590 (info-xref-check-all-custom): Fix quietening viper-mode and
2591 gnus-registry-install -- use setq not let so as not to unbind
2592 after load.
2593
2594 2011-01-16 Juri Linkov <juri@jurta.org>
2595
2596 * isearch.el (isearch-abort): Don't quit if search has
2597 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2598
2599 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2600
2601 * files.el (backup-buffer): Make last-resort backup file in
2602 .emacs.d (Bug#6953).
2603
2604 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2605 make it with permission 700.
2606
2607 2011-01-15 Kenichi Handa <handa@m17n.org>
2608
2609 * mail/rmailmm.el (rmail-mime-insert-header):
2610 Set rmail-mime-coding-system to a cons whose car is the last coding
2611 system used to decode the header.
2612 (rmail-mime-find-header-encoding): New function.
2613 (rmail-mime-insert-decoded-text):
2614 Override rmail-mime-coding-system if it is a cons.
2615 (rmail-show-mime): If only a header part was decoded, find the
2616 coding system while ignoring mm-charset-override-alist.
2617
2618 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2621
2622 2011-01-15 Kenichi Handa <handa@m17n.org>
2623
2624 * mail/rmailmm.el (rmail-mime-next-item)
2625 (rmail-mime-previous-item): Delete them.
2626 (rmail-mime-shown-mode): Recursively call for children.
2627 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2628 Callers changed.
2629 (rmail-mime-raw-mode): Recursively call for children.
2630 (rmail-mode-map): Change mapping of tab and backtab to
2631 forward-button and backward-button respectively.
2632 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2633 button.
2634 (rmail-mime-update-tagline): New function.
2635 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2636 body display is changed.
2637 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2638 (rmail-mime-image): Delete this button type.
2639 (rmail-mime-toggle): New button type.
2640 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2641 body display is changed. Change the save button label to "Save".
2642 Don't process show/hide button here.
2643 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2644 the body display is changed. Unconditionally call
2645 rmail-mime-insert for children.
2646 (rmail-mime-handle): Update `display' vector of the just inserted
2647 entity.
2648 (rmail-mime-process): If mail-header-parse-content-type returns
2649 nil, use "text/plain" as the fallback type.
2650 (rmail-mime-insert): For raw-mode, recursively call
2651 rmail-mim-insert for children.
2652 (rmail-mime): Handle the case that the current buffer is not rmail
2653 buffer (e.g. in summary buffer).
2654
2655 2011-01-15 Kenichi Handa <handa@m17n.org>
2656
2657 * mail/rmailmm.el (rmail-mime-next-item)
2658 (rmail-mime-previous-item): Skip the body of a non-multipart
2659 entity if a tagline is shown.
2660
2661 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2664 (tmm-prompt): Simplify.
2665 (tmm-add-prompt): Remove unused var `win'.
2666
2667 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2668 to minor mode which used nil accidentally to mean "turn off".
2669
2670 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * net/tramp-sh.el (tramp-find-inline-compress)
2673 (tramp-get-inline-coding): Quote command after pipe symbol for
2674 local calls under W32. (Bug#6784)
2675
2676 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2677
2678 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2679 only when running under W32.
2680
2681 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2682
2683 * progmodes/grep.el (grep-compute-defaults): Quote the program
2684 file name after the pipe symbol in Grep templates. (Bug#6784)
2685 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2686
2687 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2688
2689 * buff-menu.el (Buffer-menu-buffer-list): New var.
2690 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2691 restricted buffer list is not lost on revert (Bug#7749).
2692
2693 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2694
2695 * net/ldap.el (ldap-search-internal): Discard stderr output.
2696
2697 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2698
2699 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2700
2701 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2704
2705 2011-01-15 Kenichi Handa <handa@m17n.org>
2706
2707 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2708 part as a plain text.
2709 (rmail-mime-process-multipart): Set the default content-type to
2710 nil for unknown multipart subtypes (bug#7651).
2711
2712 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * hexl.el (hexl-mode-old-*): Remove.
2715 (hexl-mode--old-var-vals): New var to replace them.
2716 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2717 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2718 Use them to set local vars (bug#7846).
2719 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2720 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2721 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2722
2723 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2724 (smerge-resolve--normalize-re): New var.
2725 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2726 (smerge-resolve): Use them.
2727 * newcomment.el (comment-only-p): New function.
2728 (comment-or-uncomment-region): Use it.
2729
2730 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2731
2732 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2733 table, get the value before switching to the output buffer. (Bug#7733)
2734
2735 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2738
2739 2011-01-14 Kim F. Storm <storm@cua.dk>
2740
2741 * emulation/cua-base.el (cua--init-keymaps):
2742 Remap exchange-point-and-mark in cua-global-keymap.
2743
2744 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2745
2746 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2747 loop keyword.
2748
2749 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2752 Require CL.
2753 (easy-menu-create-menu, easy-menu-convert-item-1):
2754 Use :label rather than nil for labels. Use `case'.
2755 Add :enable as alias for :active.
2756 (easy-menu-binding): Obey :label.
2757
2758 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 Use run-mode-hooks for major mode hooks (bug#513).
2761 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2762 Rename from reftex-toc-map.
2763 (reftex-toc-mode): Use define-derived-mode.
2764 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2765 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2766 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2767 (reftex-select-label-mode, reftex-select-bib-mode):
2768 Use define-derived-mode.
2769 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2770 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2771 Move init into delcaration.
2772 (reftex-index-mode, reftex-index-phrases-mode):
2773 Use define-derived-mode.
2774 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2775 speedbar-syntax-table. Move init into declaration.
2776 (speedbar-mode-map): Rename from speedbar-key-map.
2777 Move init into declaration.
2778 (speedbar-file-key-map): Move init into declaration.
2779 (speedbar-mode): Use define-derived-mode.
2780 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2781 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2782 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2783 (chart-face-list): Move initialization into declaration.
2784 (chart-mode): Use define-derived-mode.
2785 * calculator.el (calculator-mode-map): Move init into declaration.
2786 (calculator-mode): Use define-derived-mode.
2787
2788 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2789 work for nested comments.
2790
2791 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2792 (prolog-use-prolog-tokenizer-flag): Change default when
2793 syntax-propertize can be used.
2794 (prolog-syntax-propertize-function): New var.
2795 (prolog-mode-variables): Move make-local-variable into `set'.
2796 Don't make comment-column local since we don't set it.
2797 Set comment-add (as it was in previous prolog.el). Use dolist.
2798 Set syntax-propertize-function.
2799 (prolog-mode, prolog-inferior-mode):
2800 Call prolog(-inferior)-menu directly, not through the mode-hook.
2801 (prolog-buffer-module, prolog-indent-level)
2802 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2803 (prolog-comment-limits, prolog-goto-comment-column):
2804 Use line-(end|beginning)-position.
2805 (prolog-build-prolog-command): Tighten up regexp.
2806 (prolog-consult-compile): Move make-local-variable into `set'.
2807 (prolog-consult-compile-filter, prolog-goto-next-paren)
2808 (prolog-help-on-predicate, prolog-clause-info)
2809 (prolog-mark-predicate): Don't let+setq.
2810 (prolog-indent-line): Use indent-line-to.
2811 Only call prolog-goto-comment-column if necessary.
2812 (prolog-indent-level): Use bobp.
2813 (prolog-first-pos-on-line): Remove, not used any more.
2814 (prolog-in-string-or-comment): Use syntax-ppss if available.
2815 (prolog-help-on-predicate): Use read-string.
2816 (prolog-goto-predicate-info): Simplify.
2817 (prolog-read-predicate): Use `default' rather than `initial'.
2818 (prolog-temporary-file): Use make-temp-file to close a security hole.
2819 (prolog-toggle-sicstus-sd): New command.
2820 (prolog-electric-underscore, prolog-variables-to-anonymous):
2821 Use dynamic-scoping as it was meant.
2822 (prolog-menu): Move menu definitions to top-level.
2823 Use a toggle-button for Sicstus's source debugger.
2824 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2825 to "System".
2826 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2827 Move other menu definition to top-level.
2828
2829 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2830
2831 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2832 name. Keep original document's directory as default-directory
2833 (bug#6446).
2834 (doc-view-initiate-display): Fall back to normal mode when
2835 doc-view-mode cannot be enabled, also when extracting the document
2836 text into a separate buffer (bug#6446).
2837
2838 * simple.el (shell-command): Don't error out if shell command
2839 buffer contains text with non-nil read-only property when erasing
2840 the buffer.
2841
2842 2011-01-13 Kim F. Storm <storm@cua.dk>
2843
2844 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2845 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2846 items when cycling through the matches.
2847
2848 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2849
2850 * dired-x.el (dired-omit-verbose): New defcustom that allows
2851 disabling the omit messages.
2852 (dired-omit-expunge): Use it.
2853
2854 2011-01-13 Christian Ohler <ohler@gnu.org>
2855
2856 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2857
2858 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2859
2860 * font-lock.el (font-lock-verbose): Default to nil.
2861
2862 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2865 (compose-mail): New arg RETURN-ACTION.
2866 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2867
2868 * mail/sendmail.el (mail-return-action): New var.
2869 (mail-mode): Make it buffer-local.
2870 (mail-bury): Obey it. Move special Rmail window handling to
2871 rmail-mail-return.
2872 (mail, mail-setup): New arg RETURN-ACTION.
2873 (sendmail-user-agent-compose): Move from simple.el.
2874
2875 * mail/rmail.el (rmail-mail-return): New function.
2876 (rmail-start-mail): Pass it to compose-mail.
2877
2878 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2881 menus. Add menu item for customize-themes.
2882
2883 * cus-theme.el (customize-themes):
2884 * emacs-lisp/package.el (package--list-packages):
2885 Use switch-to-buffer.
2886
2887 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2888
2889 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2890
2891 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * progmodes/prolog.el: Fix up coding convention and such.
2894 (prolog-indent-width): Use the same default as in
2895 previous prolog.el rather than tab-width which depends on which buffer
2896 is current when the file is loaded.
2897 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2898 is not available.
2899 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2900 (prolog-known-systems): Remove.
2901 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2902 Move initialization into declaration.
2903 (prolog-mode-map): Move initialization into declaration.
2904 Remove system-specific mode-map vars, since they referred to the same
2905 keymap anyway.
2906 (prolog-mode-variables): Obey the user's preference w.r.t
2907 adaptive-fill-mode. Prefer symbol-value to `eval'.
2908 (prolog-mode-keybindings-edit): Add compatibility bindings.
2909 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2910 (mercury-mode-map): New var.
2911 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2912 (prolog-ensure-process, prolog-process-insert-string)
2913 (prolog-consult-compile): Use with-current-buffer.
2914 (prolog-guess-fill-prefix): Simplify data flow.
2915 (prolog-replace-in-string): New function to use instead of
2916 replace-in-string.
2917 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2918 (prolog-uncomment-region): Use `uncomment-region' when available.
2919 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2920 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2921 of int-to-char and char-to-int.
2922 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2923
2924 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2925
2926 * progmodes/prolog.el: Replace by a whole new file.
2927
2928 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2931 (declare-function, undefined, insert-for-yank)
2932 (replace-regexp-in-string): Follow checkdoc's recommendations.
2933
2934 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2937 refreshing the diary buffer.
2938
2939 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2940
2941 * allout.el: Add 2011 to the file copyright.
2942 (allout-encrypt-string): Prevent encryption from adding an extra
2943 newline at the end of the topic body.
2944 (allout-version): Increment to 2.3.
2945
2946 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2947
2948 * net/dbus.el (dbus-unregister-service): Complete doc.
2949 Fix call of dbus-error signal.
2950 (dbus-register-property): Use `dont-register' keyword.
2951
2952 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2953
2954 * net/dbus.el (dbus-unregister-service): Translate returned
2955 integer into a symbol.
2956 (dbus-register-property): Use `dbus-register-service' to do the
2957 name registration.
2958
2959 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2962 Suggested by Joakim Verona.
2963
2964 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2965
2966 * wid-edit.el (visibility): Replace :on-image and :off-image
2967 widget properties with :on-glyph and :off-glyph, for consistency
2968 with the `visibility' widget.
2969 (widget-toggle-value-create, widget-visibility-value-create):
2970 Merge into a single function `widget-toggle-value-create'.
2971
2972 * cus-edit.el (custom-variable-value-create, custom-visibility)
2973 (custom-face-edit-value-create, custom-face-value-create):
2974 Replace :on-image and :off-image widget properties with :on-glyph and
2975 :off-glyph, for consistency with the `visibility' widget.
2976
2977 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2978
2979 * net/ldap.el (ldap-search-internal): Don't use eval.
2980
2981 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2982
2983 * subr.el (read-char-choice): Use read-key.
2984
2985 * custom.el (custom-safe-themes): Rename from
2986 custom-safe-theme-files. Add :risky tag.
2987 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2988 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2989
2990 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2993 from Search and add a label to Undo.
2994
2995 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2996 inappropriate buttons and adding :vert-only tags.
2997
2998 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2999 removal of Help tool-bar button. Remove Undo button for space.
3000
3001 * info.el (info-tool-bar-map): Add :vert-only tags.
3002
3003 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
3004
3005 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
3006 image backend support. Either of them is fine.
3007
3008 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * subr.el (y-or-n-p): Doc fix.
3011
3012 * custom.el (custom-safe-theme-files): New defcustom.
3013 (custom-theme-load-confirm): New function.
3014 (load-theme): Load theme using `load', confirming with
3015 custom-theme-load-confirm if necessary.
3016
3017 * subr.el (read-char-choice): New function, factored out from
3018 dired-query and hack-local-variables-confirm.
3019
3020 * dired-aux.el (dired-query):
3021 * files.el (hack-local-variables-confirm): Use it.
3022
3023 * dired-aux.el (dired-compress-file):
3024 * files.el (abort-if-file-too-large, find-alternate-file)
3025 (set-visited-file-name, write-file, backup-buffer)
3026 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
3027 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
3028 Use new format string args for y-or-n-p and yes-or-no-p.
3029
3030 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
3031
3032 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3033 [gcc-include]: Tighten file name match, add match for column
3034 number. (Bug#7806)
3035 [gnu]: Remove unused group.
3036
3037 2011-01-08 Glenn Morris <rgm@gnu.org>
3038
3039 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
3040
3041 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
3042
3043 2011-01-07 Sam Steingold <sds@gnu.org>
3044
3045 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
3046 the `explicit-shell-file-name' because that is the
3047 non-interactive shell.
3048
3049 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * subr.el (y-or-n-p): Accept format string args.
3052
3053 2011-01-07 Glenn Morris <rgm@gnu.org>
3054
3055 * Makefile.in (EMACSOPT): Add --no-site-lisp.
3056
3057 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
3058
3059 * allout.el (allout-back-to-current-heading): Ensure return to
3060 the visible containing topic, rather than a collapsed one.
3061 (allout-view-change-hook): Remove hook that was deprecated long ago.
3062 (allout-exposure-change-hook): Remove documentation remarks
3063 concerning removed allout-view-change-hook.
3064 (allout-flag-region): Remove invocation of and documentation
3065 remarks concerning allout-view-change-hook.
3066
3067 2011-01-06 Glenn Morris <rgm@gnu.org>
3068
3069 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
3070 (vc-bzr-annotate-extract-revision-at-line):
3071 Handle authors with embedded spaces. (Bug#7792)
3072
3073 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
3074
3075 * doc-view.el (doc-view-image-width): New variable.
3076 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
3077 backend for PNG images, and do dynamic rescaling instead of
3078 reconverting the whole doc.
3079
3080 2011-01-05 Glenn Morris <rgm@gnu.org>
3081
3082 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
3083
3084 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
3085
3086 * allout.el: Reconcile with changes in line movement behavior for
3087 long text lines that cross more than a single physical window
3088 line, ie when truncate-lines is nil.
3089 (allout-next-visible-heading): Provide for change in line-move
3090 behavior on long lines when truncate-lines is nil. In that case,
3091 line-move can wind up on the same textual line when it moves to
3092 the next window line, and moving to the bullet position after the
3093 move yields zero advancement. Add logic to detect and compensate
3094 for the lack of progress.
3095 (allout-current-topic-collapsed-p): move-end-of-line respect for
3096 field boundaries is different when operating with body lines
3097 shorter than window width versus ones greater than window width,
3098 which can yield false negatives in this function. Avoid
3099 difference by applying move-end-of-line while field-text-motion is
3100 inhibited.
3101
3102 2011-01-04 Glenn Morris <rgm@gnu.org>
3103
3104 * textmodes/rst.el (rst-compile-toolsets):
3105 Add pdf and s5 to option alist.
3106
3107 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
3108
3109 * net/dbus.el (dbus-register-property): Add optional parameter
3110 dont-register-service. Updated docstring accordingly.
3111
3112 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
3113
3114 * textmodes/rst.el (rst-compile-pdf-preview)
3115 (rst-compile-slides-preview): Remove extra line.
3116
3117 2011-01-04 Glenn Morris <rgm@gnu.org>
3118
3119 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
3120 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
3121 default to `prog' without a .py extension.
3122 (rst-compile-pdf-preview, rst-compile-slides-preview):
3123 Use program names from rst-compile-toolsets, rather than hard-coding.
3124 (rst-portable-mark-active-p): Fix presumed typo.
3125
3126 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3127
3128 * term/w32-win.el (dynamic-library-alist): Set up correctly for
3129 libpng versions both before and after 1.4.0. (Bug#7716)
3130
3131 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3132
3133 * time.el (display-time-mode): Mention display-time-interval in
3134 the doc string. (Bug#7713)
3135
3136 2011-01-02 Kenichi Handa <handa@m17n.org>
3137
3138 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
3139 condition-case and return an error message string if something
3140 goes wrong.
3141 (rmail-show-mime): Adjust for the above change. Insert the
3142 header by rmail-mime-insert-header.
3143
3144 2011-01-02 Kenichi Handa <handa@m17n.org>
3145
3146 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
3147 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
3148 (rmail-mime-mbox-buffer)
3149 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
3150 (rmail-mime-entity): Argument changed. All codes handling an
3151 entity object are changed.
3152 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
3153 the above change.
3154 (rmail-mime-entity-children, rmail-mime-entity-handler)
3155 (rmail-mime-entity-tagline): New functions.
3156 (rmail-mime-message-p): New function.
3157 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
3158 (rmail-mime-entity-segment, rmail-mime-next-item)
3159 (rmail-mime-previous-item, rmail-mime-shown-mode)
3160 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
3161 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
3162 (rmail-mime-insert-tagline, rmail-mime-insert-header):
3163 New functions.
3164 (rmail-mime-text-handler): Call rmail-mime-insert-text.
3165 (rmail-mime-insert-decoded-text): New function.
3166 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
3167 (rmail-mime-insert-image): Argument changed. Caller changed.
3168 (rmail-mime-image): Call rmail-mime-toggle-hidden.
3169 (rmail-mime-set-bulk-data): New function.
3170 (rmail-mime-insert-bulk): Argument changed.
3171 (rmail-mime-multipart-handler): Return t.
3172 (rmail-mime-process-multipart): Argument changed.
3173 Handle "multipart/alternative" here.
3174 (rmail-mime-process): Argument changed.
3175 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
3176 (rmail-mime-insert): Argument changed. Handle raw display mode.
3177 (rmail-mime): Argument changed. Handle toggling of raw display
3178 mode.
3179 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
3180 rmail-mime-view-buffer.
3181 (rmail-insert-mime-forwarded-message): Likewise.
3182 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
3183
3184 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
3185 non-nil, handle the header in rmail-show-mime-function.
3186
3187 2011-01-02 Leo <sdl.web@gmail.com>
3188
3189 * help-fns.el (describe-variable): Fix previous change.
3190
3191 2011-01-02 Juri Linkov <juri@jurta.org>
3192
3193 * isearch.el (isearch-lazy-highlight-error): New variable.
3194 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
3195 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
3196 to the current value of `isearch-error' (Bug#7468).
3197
3198 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * help-fns.el (describe-variable): Don't emit trailing whitespace
3201 (Bug#7511).
3202
3203 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * textmodes/rst.el (rst-compile-pdf-preview)
3206 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
3207
3208 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3209
3210 * emulation/edt-mapper.el: Override mapping of function keys so
3211 that the later call to read-key-sequence works.
3212
3213 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3214
3215 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
3216 Unix EOLs. (Bug#7589)
3217
3218 2011-01-02 Leo <sdl.web@gmail.com>
3219
3220 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
3221 if point is not behind eshell-last-output-end (Bug#7585).
3222
3223 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * files.el (file-local-variables-alist):
3226 Make permanent-local (bug#7767).
3227
3228 2011-01-02 Glenn Morris <rgm@gnu.org>
3229
3230 * version.el (emacs-copyright): Set short copyright year to 2011.
3231
3232 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3233
3234 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
3235 an existing temp buffer. (Bug#7746)
3236
3237 2011-01-02 Glenn Morris <rgm@gnu.org>
3238
3239 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
3240 multiple addresses. (Bug#7760)
3241
3242 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
3243
3244 * allout.el (allout-auto-fill): Do not infinitely recurse - use
3245 do-auto-fill if everything points back to allout-auto-fill.
3246 (allout-mode-deactivate-hook): Declare obsolete, in favor of
3247 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
3248
3249 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
3250
3251 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
3252 and "scpx".
3253
3254 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3255
3256 * doc-view.el (doc-view-set-doc-type): New function refactored
3257 from doc-view-mode.
3258 (doc-view-fallback-mode): New function.
3259 (doc-view-mode): Use it.
3260 (doc-view-mode-maybe): New function that checks if doc-view-mode
3261 can be used and falls back to the next best mode otherwise.
3262
3263 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
3264 DVI, OpenDocument, and MS Office files.
3265
3266 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
3267
3268 * emacs-lisp/rx.el (rx-syntax): Fix typo.
3269
3270 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3271
3272 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
3273 on a copy of auto-mode-alist, because that deletes with side
3274 effects.
3275
3276 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3277
3278 * doc-view.el (doc-view-mode, doc-view-toggle-display):
3279 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
3280 fallback instead of hard coding fundamental mode.
3281
3282 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3283
3284 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
3285 Office) files also for searching.
3286
3287 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3288
3289 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
3290 Office) files. Not yet enabled via auto-mode-list.
3291 (doc-view-unoconv-program): New custom variable.
3292 (doc-view-mode-p): Handle new odf document type.
3293 (doc-view-odf->pdf): New conversion function.
3294 (doc-view-convert-current-doc): Call it for odf files.
3295 (doc-view-mode): Recognize newly supported file extensions.
3296
3297 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
3298
3299 * net/tramp.el (tramp-default-method-alist)
3300 (tramp-default-user-alist)
3301 (tramp-local-host-regexp, tramp-prefix-domain-format)
3302 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
3303
3304 * net/tramp-ftp.el:
3305 * net/tramp-gvfs.el:
3306 * net/tramp-gw.el:
3307 * net/tramp-imap.el:
3308 * net/tramp-sh.el:
3309 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
3310 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
3311
3312 2010-12-29 Karl Fogel <kfogel@red-bean.com>
3313
3314 * saveplace.el (save-place-alist-to-file): Save list sorted and
3315 pretty-printed, so that it is mergeable by line-based text merging,
3316 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
3317
3318 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
3319
3320 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
3321 (allout-mode): Argument "toggle" => "force".
3322 Refine the docstring.
3323 Remove special provisions for reactivation, besides the 'force'
3324 argument.
3325 Consolidate layout provisions coce directly into the activation
3326 condition branch, now that we've removed those provisions.
3327 (allout-unload-function): Explicitly activate the mode before
3328 deactivating, if it's initially deactivated.
3329 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3330 warnings for version of function used only where
3331 set-buffer-multibyte is unavailable.
3332
3333 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3336 are handled by the menu-bar entries. As before, don't use
3337 :visibile to avoid changing the tool-bar.
3338
3339 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3340
3341 * net/secrets.el (secrets-delete-alias): New defun.
3342
3343 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
3344
3345 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3346 methods, otherwise ~/.ssh/config would be ignored.
3347
3348 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * emacs-lisp/rx.el: Make it a superset of sregex.
3351 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3352 of args, add `regex' alias.
3353 (rx-info): Add arg to distinguish head and standalone forms.
3354 (rx-check, rx-form): Pass the corresponding arg.
3355 (rx-**): Simplify.
3356 (rx-repeat): Make it work for any number of args.
3357 (rx-syntax): Make it accept syntax chars as is.
3358 * obsolete/sregex.el: Move from emacs-lisp/.
3359 * emacs-lisp/re-builder.el: Remove sregex support.
3360 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3361
3362 2010-12-25 Eli Zaretskii <eliz@gnu.org>
3363
3364 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3365 PRIMARY first, then the clipboard. (Bug#7699)
3366
3367 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3370 print-number-table.
3371
3372 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3375 .emacs.elc (Bug#7530).
3376
3377 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3378 image spec (Bug#7480).
3379
3380 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3381
3382 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
3383 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3384 Move from lisp/.
3385
3386 2010-12-20 Leo <sdl.web@gmail.com>
3387
3388 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3389 always be performed (Bug#7680).
3390
3391 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3394 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3395 mouse-region-match.
3396
3397 * color.el: Move from gnus/.
3398
3399 * vc/diff.el (diff-better-file-name): Function deleted.
3400 abbreviating file names causes problems with shell-quote-argument.
3401 (diff-no-select): Just use expand-file-name.
3402
3403 * tool-bar.el (tool-bar--image-expression): New function.
3404 (tool-bar-local-item, tool-bar--image-exp): Use it.
3405 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3406 Use :enable instead of :visible to avoid changing the tool-bar
3407 configuration unnecessarily.
3408
3409 * info.el (info-tool-bar-map): Add separators.
3410
3411 2010-12-17 Ken Brown <kbrown@cornell.edu>
3412
3413 * loadup.el: Use version numbers in Cygwin build.
3414
3415 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3416
3417 * ido.el (ido-file-internal): Ask for confirmation before
3418 overwriting an existing file (Bug#1238).
3419
3420 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * tool-bar.el (tool-bar-setup): Add separators.
3423
3424 * menu-bar.el (featurep): Use menu-bar-separator.
3425
3426 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3427
3428 Migrate allout encryption provisions from pgg to epg.
3429
3430 * allout.el (allout-toggle-current-subtree-encryption)
3431 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3432 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3433 for simpler universal argument interpretation.
3434 (allout-toggle-subtree-encryption): Adjust docstring to describe
3435 changed encryption provisions. Change fetch-pass to keymode-cue, for
3436 simpler universal argument interpretation. Remove provisions for
3437 handling key type and identity - they'll all be within
3438 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3439 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3440 for keypair recipients (universal argument > 1) and, in addition,
3441 associating the specified recipients with the outline (universal
3442 argument > 4) using a file local variable setting for
3443 'epa-file-encrypt-to'.
3444 Require epa, for recipients handling.
3445 Change how regexp filtering elements are named.
3446 Describe the problem with caching of incorrect symmetric-decryption
3447 keys.
3448 Use the epa-passphrase-callback-function, in case the user is using
3449 GnuPG v1.
3450 Support saving of the selected keypair recipients when invoked with a
3451 keymode-cue > 4.
3452 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3453 Require 'epa.
3454 Establish epg-context with armoring and default epg-protocol.
3455 Remove all passphrase cache, verification, and hinting code.
3456 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3457 No longer used, delete.
3458 (allout-mode): Adjust docstring to describe changed encryption
3459 provisions. Describe the problem with caching of incorrect
3460 symmetric-decryption keys.
3461 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3462 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3463 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3464 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3465 Obsolete, remove.
3466
3467 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3468
3469 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3470 key selection prompt; make 'silent as default (Bug#7487).
3471
3472 2010-12-16 Leo <sdl.web@gmail.com>
3473
3474 * eshell/eshell.el (eshell-directory-name):
3475 Use locate-user-emacs-file (Bug#7578).
3476
3477 2010-12-15 Glenn Morris <rgm@gnu.org>
3478
3479 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3480
3481 2010-12-15 Jari Aalto <jari.aalto@cante.net>
3482 Scott Evans <gse@antisleep.com>
3483
3484 * rect.el (rectange--default-line-number-format)
3485 (rectangle-number-line-callback): New functions.
3486 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3487
3488 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3491 Delete unused variables.
3492 (move-to-column-force): Remove function obsolete since 21.2.
3493
3494 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
3495
3496 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3497 (tramp-handle-insert-file-contents): Do not set permanent-local
3498 property.
3499
3500 * net/tramp-cache.el (tramp-persistency-file-name):
3501 Use `locate-user-emacs-file' if fboundp.
3502
3503 * net/tramp-sh.el (tramp-methods): Add "ksu".
3504 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3505 method list.
3506
3507 2010-12-14 Glenn Morris <rgm@gnu.org>
3508
3509 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3510 (find-tag-marker-ring): Declare.
3511 (js-find-symbol): Require etags.
3512
3513 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3514 Require mail-utils.
3515 (mail-alias-file): Don't autoload. Doc fix.
3516 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3517 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3518 Mark as obsolete, and risky.
3519 (mail-setup): Simplify.
3520
3521 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3522 * mail/sendmail.el (build-mail-aliases): Update autoload.
3523
3524 * dired.el (dired-trivial-filenames, dired-chown-program)
3525 (dired-auto-revert-buffer): Remove autoload cookies.
3526 * mail/sendmail.el (mail-recover-1): Require 'dired.
3527
3528 * dired.el (dired-subdir-switches, dired-chown-program)
3529 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3530 Make into defcustoms.
3531 (dired-chown-program): Simplify initialization.
3532
3533 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3534
3535 2010-12-13 Romain Francoise <romain@orebokech.com>
3536
3537 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3538
3539 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3540
3541 * net/netrc.el (netrc-point-at-eol): Remove the unused
3542 netrc-point-at-old and netrc-bound-and-true-p bindings.
3543 (netrc-parse): Cache the netrc contents.
3544
3545 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3546
3547 * subr.el (posn-col-row): Evaluate header-line-format in the
3548 context of the POSITION window's buffer.
3549
3550 2010-12-13 Glenn Morris <rgm@gnu.org>
3551
3552 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3553 (with-silent-modifications): Doc fixes.
3554
3555 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3556
3557 * net/tramp.el (tramp-action-password, tramp-process-actions):
3558 Revert previous from. Use `save-restriction'.
3559
3560 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3561
3562 * calendar/diary-lib.el (diary-list-sexp-entries):
3563 Handle case of no newline at end of file. (Bug#7536)
3564
3565 2010-12-13 Glenn Morris <rgm@gnu.org>
3566
3567 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3568
3569 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3570
3571 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3572 (tramp-process-actions): Do not widen.
3573
3574 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3575 Protect buffer-modified value. (Bug#7557)
3576
3577 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3578
3579 * log-edit.el (log-edit-changelog-entries):
3580 Regexp quote filename. (Bug#7505)
3581
3582 2010-12-13 Tom Breton <tehom@panix.com>
3583
3584 * cus-edit.el (custom-save-all):
3585 Bind print-length and print-level to nil. (Bug#7581)
3586
3587 2010-12-13 Glenn Morris <rgm@gnu.org>
3588
3589 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3590 Run hooks to update menu contents. (Bug#7586)
3591
3592 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3593 file names, for the sake of MS Windows. (Bug#7588)
3594
3595 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3598 empty lines without a leading space.
3599
3600 2010-12-13 Leo <sdl.web@gmail.com>
3601
3602 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3603 while mapping over marks (Bug#6810).
3604
3605 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * image-dired.el (image-dired-db-file)
3608 (image-dired-temp-image-file, image-dired-gallery-dir)
3609 (image-dired-temp-rotate-image-file): Set default values relative
3610 to image-dired-dir (Bug#7518).
3611
3612 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3613
3614 * format.el (format-decode-run-method): Pass args FROM and TO, not
3615 point-min and point-max, to shell-command-on-region (Bug#7488).
3616
3617 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3618
3619 * frame.el (blink-cursor-mode): Make default t for ns.
3620
3621 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3622
3623 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3624
3625 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3626
3627 * comint.el (comint-dynamic-list-input-ring)
3628 (comint-dynamic-complete-filename)
3629 (comint-replace-by-expanded-filename)
3630 (comint-dynamic-simple-complete)
3631 (comint-dynamic-list-filename-completions)
3632 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3633
3634 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3635 Doc fix (Bug#7471).
3636
3637 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3638
3639 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3640 (Bug#7533).
3641
3642 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3643
3644 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3645 (Bug#7491).
3646
3647 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3648
3649 * files.el (file-relative-name): Handle UNC file names on
3650 DOS/Windows. (Bug#4674)
3651
3652 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3653
3654 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3655 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3656 (epg-context-set-passphrase-callback): Mention that the callback
3657 is not called when used with GnuPG 2.x.
3658
3659 2010-12-13 Glenn Morris <rgm@gnu.org>
3660
3661 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3662 Ensure ps-footer-font-size-internal is initialized.
3663 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3664
3665 2010-12-13 Kenichi Handa <handa@m17n.org>
3666
3667 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3668 within condition-case.
3669 (rmail-show-mime): Don't use condition-case.
3670 (rmail-search-mime-message): New function.
3671 (rmail-search-mime-message-function): Set to
3672 rmail-search-mime-message.
3673
3674 2010-12-13 Leo <sdl.web@gmail.com>
3675
3676 * ido.el (ido-common-initialization): New function. (bug#3274)
3677 (ido-mode): Use it.
3678 (ido-completing-read): Call it.
3679
3680 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3681
3682 * bookmark.el (bookmark-name-from-full-record): Rename back to
3683 this original name from `bookmark-name-from-record' reverting part
3684 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3685 As Drew Adams pointed out, there was no reason to cause churn for
3686 third-party callers. (Bug#7609)
3687
3688 2010-12-12 Alan Mackenzie <acm@muc.de>
3689
3690 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3691 template arglist, check that the current language supports this.
3692
3693 2010-12-11 Glenn Morris <rgm@gnu.org>
3694
3695 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3696 state of the file matches. (Bug#7544)
3697 (vc-bzr-register, vc-bzr-checkin)
3698 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3699 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3700
3701 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3702
3703 2010-12-11 Karel Klíč <kklic@redhat.com>
3704
3705 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3706
3707 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 Derive from prog-mode, use derived-mode-p, and fix up various
3710 minor style issues in lisp/progmodes.
3711
3712 * progmodes/vhdl-mode.el (vhdl-mode):
3713 * progmodes/verilog-mode.el (verilog-mode):
3714 * progmodes/vera-mode.el (vera-mode):
3715 * progmodes/sql.el (sql-mode):
3716 * progmodes/scheme.el (scheme-mode):
3717 * progmodes/perl-mode.el (perl-mode):
3718 * progmodes/octave-inf.el (inferior-octave-mode):
3719 * progmodes/autoconf.el (autoconf-mode):
3720 * progmodes/m4-mode.el (m4-mode):
3721 * progmodes/inf-lisp.el (inferior-lisp-mode):
3722 * progmodes/idlwave.el (idlwave-mode):
3723 * progmodes/icon.el (icon-mode):
3724 * progmodes/idlw-help.el (idlwave-help-mode):
3725 * progmodes/dcl-mode.el (dcl-mode):
3726 * progmodes/idlw-shell.el (idlwave-shell-mode):
3727 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3728 (ebrowse-member-mode, ebrowse-electric-position-mode):
3729 Use define-derived-mode.
3730
3731 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3732 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3733 (xscheme-debugger-mode-p, xscheme-send-string-1):
3734 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3735 (tcl-load-file, tcl-restart-with-file):
3736 * progmodes/ps-mode.el (ps-run-running):
3737 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3738 * progmodes/js.el (js--get-all-known-symbols):
3739 * progmodes/inf-lisp.el (inferior-lisp-proc):
3740 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3741 (idlwave-template, idlwave-update-buffer-routine-info)
3742 (idlwave-update-current-buffer-info)
3743 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3744 (idlwave-scan-class-info, idlwave-fix-keywords)
3745 (idlwave-list-buffer-load-path-shadows):
3746 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3747 (idlwave-toolbar-remove):
3748 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3749 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3750 (idlwave-shell-menu-def):
3751 * progmodes/idlw-complete-structtag.el
3752 (idlwave-prepare-structure-tag-completion):
3753 * progmodes/gud.el (gud-set-buffer):
3754 * progmodes/f90.el (f90-backslash-not-special):
3755 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3756
3757 * progmodes/xscheme.el (xscheme-start)
3758 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3759 * progmodes/which-func.el (which-function):
3760 * progmodes/vhdl-mode.el (vhdl-set-style):
3761 * progmodes/verilog-mode.el (verilog-set-compile-command)
3762 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3763 (verilog-set-define, verilog-auto-reeval-locals):
3764 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3765 * progmodes/simula.el (simula-mode):
3766 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3767 * progmodes/python.el (python-check, python-mode):
3768 * progmodes/prolog.el (prolog-mode-variables):
3769 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3770 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3771 * progmodes/delphi.el (delphi-mode):
3772 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3773 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3774 (c-font-lock-init): Move make-local-variable to their setq.
3775
3776 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3777 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3778 make-local-hook.
3779 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3780 (sh-set-shell): Don't set require-final-newline since it's already done
3781 by prog-mode.
3782 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3783 since we never set it.
3784 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3785 Use read-string and standard prompt.
3786 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3787 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3788 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3789 (meta-common-mode-map): Rename from meta-mode-map.
3790 Remove C-m binding, which is a user preference, not mode specific.
3791 (meta-common-mode): New major mode; replace meta-common-initialization.
3792 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3793 around with font-lock.
3794 * progmodes/etags.el (select-tags-table-mode):
3795 Derive from special-mode.
3796 * progmodes/octave-mod.el (octave-mode):
3797 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3798 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3799 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3800 Let define-derived-mode do its job.
3801 * progmodes/cpp.el (cpp-edit-mode-map):
3802 Move initialization into declaration.
3803 (cpp-edit-mode): Use define-derived-mode.
3804 (cpp-edit-load): Use derived-mode-p.
3805 * progmodes/mixal-mode.el (mixal-mode):
3806 * progmodes/f90.el (f90-mode):
3807 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3808 require-final-newline since prog-mode does it already.
3809 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3810 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3811 * progmodes/antlr-mode.el: Require cc-mode upfront.
3812 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3813 the declaration.
3814 (antlr-directory-dependencies, antlr-show-makefile-rules):
3815 Use derived-mode-p.
3816 (antlr-language-option): Don't assume point-min==1.
3817 (antlr-mode): Use define-derived-mode.
3818 * progmodes/ada-mode.el: Use derived-mode-p.
3819 (ada-mode): Use define-derived-mode.
3820 Use hack-local-variables-hook.
3821
3822 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3825 (texinfo-mode): Don't disable adaptive-fill-mode.
3826 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3827 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3828 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3829 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3830 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3831 (texinfo-insert-@quotation, texinfo-insert-@samp)
3832 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3833 (texinfo-insert-@uref): Use define-skeleton.
3834 (texinfo-insert-@-with-arg): Delete.
3835
3836 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3837
3838 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3839 nil, do quote archive member names. (Bug#6144)
3840
3841 2010-12-10 Glenn Morris <rgm@gnu.org>
3842
3843 * files.el (diff-no-select): Declare.
3844
3845 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3846 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3847
3848 * comint.el (comint-input-ring-file-name): Doc fix.
3849
3850 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3851
3852 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3853 New functions.
3854 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3855 Use them instead of `nil' and `>', respectively.
3856 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3857 instead of `nil'.
3858 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3859 and menu-bar-positive-p instead of `nil' and `>', respectively.
3860 (Bug#1077)
3861
3862 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3863
3864 * whitespace.el (whitespace-newline-mode): Code fix.
3865
3866 2010-12-09 Glenn Morris <rgm@gnu.org>
3867
3868 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3869 Rename functions without commas, update callers.
3870
3871 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3872
3873 * whitespace.el (whitespace-cleanup-region):
3874 Clean up spaces before tabs. (Bug#7582)
3875
3876 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3877
3878 * bookmark.el: Adjust parameter names and doc strings to resolve
3879 confusion over whether "bookmark" meant a bookmark name or a
3880 bookmark record. Along the way, shorten one function's name for
3881 similar reasons. (Issue #7548)
3882 (bookmark-name-from-record): New name for
3883 `bookmark-name-from-full-record'. All callers changed.
3884 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3885 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3886 (bookmark-get-annotation, bookmark-set-annotation)
3887 (bookmark-get-filename, bookmark-set-filename)
3888 (bookmark-get-position, bookmark-set-position)
3889 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3890 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3891 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3892 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3893 Rename `bookmark' parameter to `bookmark-name-or-record', to
3894 clearly show its role, and shorten or adjust doc strings accordingly.
3895 (bookmark-set-name): Same, and pass the parameter directly to
3896 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3897 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3898 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3899 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3900 and in some cases shorten doc string accordingly.
3901 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3902 and `new-name', and adjust an internal variable to avoid confusion.
3903 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3904 parameter in doc string.
3905
3906 2010-12-08 Glenn Morris <rgm@gnu.org>
3907
3908 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3909 from gdb's history file. (Bug#7575)
3910
3911 * mail/emacsbug.el (report-emacs-bug):
3912 Try to handle some other mail clients.
3913
3914 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3917 Use string-prefix-p.
3918 (file-name-version-regexp): New var.
3919 (file-name-sans-versions):
3920 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3921 (jka-compr-get-compression-info): Use dolist.
3922 (jka-compr-compression-info-list): Don't bother specifying
3923 version/backup regexps.
3924
3925 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3926
3927 * simple.el (just-one-space): Make argument n default to 1 if
3928 omitted.
3929
3930 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * electric.el (electric-indent-post-self-insert-function):
3933 Delete trailing newlines even if we don't reindent.
3934
3935 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * minibuffer.el (completion-at-point): Remove the `arg'.
3938 * bindings.el (complete-symbol): Move back from minibuffer.el.
3939
3940 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3941
3942 * simple.el (just-one-space): Delete newlines for negative arg.
3943
3944 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3947 (ansi-color-filter-apply): Simplify.
3948 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3949
3950 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3951
3952 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3953
3954 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * dired.el (dired-use-ls-dired): Set default to a special
3957 "unspecified" value.
3958 (dired-insert-directory): When called the first time, check
3959 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3960
3961 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3962
3963 * replace.el: Add "collect" feature to occur.
3964 (occur-collect-regexp-history): New var.
3965 (occur-read-primary-args): Return a replace string for nlines,
3966 if needed.
3967 (occur): Extend the meaning of nlines.
3968
3969 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3972 (which-func-update-1): Distinguish symbols from strings.
3973 (which-function): Stay within 80 columns.
3974
3975 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3978
3979 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3980 Improve docstring.
3981 (comment-style): Use comment-styles's docs to describe values.
3982
3983 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3984
3985 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3986 and ns-show-prefs (Bug#7535).
3987
3988 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3989 bindings (Bug#7535).
3990
3991 2010-12-03 Glenn Morris <rgm@gnu.org>
3992
3993 * nxml/nxml-mode.el: Require rng-nxml.
3994 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3995 Remove declarations.
3996
3997 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3998 * nxml/rng-nxml.el, nxml/rng-valid.el:
3999 Remove leading `*' from defcustom docs.
4000
4001 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4002 (normal-top-level-add-to-load-path, tty-handle-args):
4003 Convert comments to basic doc-strings.
4004
4005 * net/browse-url.el (browse-url-url-at-point)
4006 (browse-url-default-browser): Remove autoload cookies.
4007
4008 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4009 Remove more undefined cl functions.
4010
4011 * vc/diff.el (diff-sentinel): Make new arguments optional.
4012 * ibuf-ext.el (diff-sentinel): Update declaration.
4013
4014 2010-12-03 Daiki Ueno <ueno@unixuser.org>
4015
4016 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
4017 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
4018 (epg-context-set-passphrase-callback): Mention that the callback
4019 is not called when used with GnuPG 2.x.
4020
4021 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
4022
4023 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
4024 (tramp-file-name-port): Check also for `tramp-default-port'.
4025 (tramp-get-connection-name): New defun.
4026 (tramp-get-connection-process): Use it.
4027 (tramp-debug-message): Extend function exclude list.
4028 (tramp-drop-volume-letter): Fix doc string.
4029
4030 * net/tramp-cmds.el: Remove solved todo item.
4031
4032 * net/tramp-ftp.el:
4033 * net/tramp-gvfs.el:
4034 * net/tramp-gw.el:
4035 * net/tramp-imap.el:
4036 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
4037 and `tramp-default-user-alist', respectively.
4038
4039 * net/tramp-gw.el (tramp-gw-open-connection):
4040 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
4041
4042 * net/tramp-imap.el (tramp-imap-make-iht): Use just
4043 `tramp-file-name-port'.
4044
4045 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
4046 and "psftp". Exchange "%k" marker with options.
4047 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
4048 Compute size of link target.
4049 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
4050 `tramp-current-*' up due to gateway methods. Optimize computing of
4051 copy arguments. Use `tramp-get-connection-name' and
4052 `tramp-get-connection-buffer'. Improve debug messages.
4053 (tramp-compute-multi-hops): Remove port determination.
4054 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
4055
4056 * net/trampver.el: Update release number.
4057
4058 2010-12-02 Glenn Morris <rgm@gnu.org>
4059
4060 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4061 Avoid infinite loop over windows. (Bug#7492)
4062
4063 * progmodes/flymake.el (flymake-check-file-limit):
4064 Allow nil to mean "no limit".
4065 (flymake-check-patch-master-file-buffer): Update for above change.
4066 Allow a .tex file-name extension to be optional.
4067 (flymake-master-tex-init): Also match \include statements.
4068
4069 2010-11-30 Sam Steingold <sds@gnu.org>
4070
4071 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
4072 (nxml-parent-document-set): A function to set `nxml-parent-document'.
4073 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
4074 (nxml-mode-hook): Remove `defcustom' (auto-defined by
4075 define-derived-mode').
4076 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
4077 users who want to call `nxml-parent-document-set'.
4078
4079 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4080
4081 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4082 stand-alone lines, since that is handled by log-edit-match-to-eoh
4083 (Bug#6465).
4084
4085 2010-11-27 Eduard Wiebe <usenet@pusto.de>
4086
4087 * dired.el (dired-get-filename): Replace backslashes with slashes
4088 in file names on MS-Windows, needed by `locate'. (Bug#7308)
4089 * locate.el (locate-default-make-command-line): Don't consider
4090 drive letter and root directory part of
4091 `directory-listing-before-filename-regexp'. (Bug#7308)
4092 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
4093
4094 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
4097 of :smie-open/close-alist.
4098 (smie-next-sexp): Make it accept a "start token" as argument.
4099 (smie-indent-keyword): Be careful not to misidentify tokens that span
4100 more than one line, as empty lines. Add argument `token'.
4101
4102 2010-11-27 Kenichi Handa <handa@m17n.org>
4103
4104 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
4105 multipart subtypes, insert all as usual.
4106
4107 * mail/rmail.el: Require rfc2047.
4108
4109 2010-11-27 Kenichi Handa <handa@m17n.org>
4110
4111 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
4112 (rmail-mime-entity-disposition)
4113 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
4114 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
4115 (rmail-mime-save): Handle the case that the button's `data' is a
4116 MIME entity.
4117 (rmail-mime-insert-text): New function.
4118 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
4119 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
4120 (rmail-mime-insert-bulk): New function mostly copied from the old
4121 rmail-mime-bulk-handler.
4122 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
4123 (rmail-mime-process-multipart): New function mostly copied from
4124 the old rmail-mime-multipart-handler.
4125 (rmail-mime-show): Just call rmail-mime-process.
4126 (rmail-mime-process): New function mostly copied from the old
4127 rmail-mime-show.
4128 (rmail-mime-insert-multipart, rmail-mime-parse)
4129 (rmail-mime-insert, rmail-show-mime)
4130 (rmail-insert-mime-forwarded-message)
4131 (rmail-insert-mime-resent-message): New functions.
4132 (rmail-insert-mime-forwarded-message-function): Set to
4133 rmail-insert-mime-forwarded-message.
4134 (rmail-insert-mime-resent-message-function): Set to
4135 rmail-insert-mime-resent-message.
4136
4137 * mail/rmailsum.el: Require rfc2047.
4138 (rmail-header-summary): Handle multiline Subject: field.
4139 (rmail-summary-line-decoder): Change the default to
4140 rfc2047-decode-string.
4141
4142 * mail/rmail.el (rmail-enable-mime): Change the default to t.
4143 (rmail-mime-feature): Change the default to `rmailmm'.
4144 (rmail-quit): Delete the specifal code for rmail-enable-mime.
4145 (rmail-display-labels): Likewise.
4146 (rmail-show-message-1): Check rmail-enable-mime, and use
4147 rmail-show-mime-function for a MIME message. Decode the headers
4148 according to RFC2047.
4149
4150 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * progmodes/which-func.el (which-func-imenu-joiner-function):
4153 Return a string, as expected.
4154 (which-function-mode): Make sure we stop any previous timer before
4155 starting a new one.
4156
4157 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
4158
4159 * net/tramp.el (tramp-default-method-alist)
4160 (tramp-default-user-alist, tramp-default-proxies-alist):
4161 Adapt custom options type. (Bug#7445)
4162
4163 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * progmodes/python.el: Add Ipython support (Bug#5390).
4166 (python-shell-prompt-alist)
4167 (python-shell-continuation-prompt-alist): New options.
4168 (python--set-prompt-regexp): New function.
4169 (inferior-python-mode, run-python, python-shell):
4170 Require ansi-color. Use python--set-prompt-regexp to set the comint
4171 prompt based on the Python interpreter.
4172 (python--prompt-regexp): New var.
4173 (python-check-comint-prompt)
4174 (python-comint-output-filter-function): Use it.
4175 (run-python): Use a pipe (Bug#5694).
4176
4177 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * progmodes/python.el (run-python): Doc fix.
4180 (python-keep-current-directory-in-path): New var (Bug#7454).
4181
4182 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4185 Prompt user before actually printing.
4186
4187 2010-11-27 Glenn Morris <rgm@gnu.org>
4188
4189 * startup.el (package-enable-at-startup, package-initialize):
4190 Remove unnecessary declarations.
4191
4192 2010-11-27 Eli Zaretskii <eliz@gnu.org>
4193
4194 * international/characters.el (glyphless-char-display-control):
4195 Exclude newline and TAB from the c0-control group.
4196
4197 2010-11-27 Glenn Morris <rgm@gnu.org>
4198
4199 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
4200 (expand-mail-aliases): Remove unnecessary autoload.
4201
4202 * allout.el (allout-command-prefix, allout-mode-map): Declare.
4203
4204 * shell.el (shell-dir-cookie-re): Move definition before use.
4205
4206 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
4207 Replace undefined CL functions.
4208
4209 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4210
4211 * simple.el (prog-mode): Set bidi-paragraph-direction to
4212 left-to-right.
4213
4214 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
4215
4216 2010-11-26 Glenn Morris <rgm@gnu.org>
4217
4218 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
4219 diary-outlook-formats can be sensitive to calendar-date-style.
4220 (diary-outlook-formats): Simplify the default setting.
4221 (diary-from-outlook-internal): Pass subject and body as arguments.
4222 Use dolist rather than dotimes. Don't save the diary buffer.
4223 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4224 Pass subject and body as explicit arguments to the -internal function.
4225
4226 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4227
4228 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
4229 parsing them. This makes mailto:...?subject=foo\nbar work.
4230
4231 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * vc/diff.el (diff): Fix last change.
4234
4235 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
4238 (pcase--dontcare-upats): New var.
4239 (pcase-let, pcase-let*): Generate better code.
4240 Accept the same bodies as `let'.
4241 (pcase-dolist): New macro.
4242 (pcase--trivial-upat-p): New helper function.
4243 (pcase--expand): Strip leading "(let nil" if any.
4244
4245 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4246
4247 * mail/mailclient.el (browse-url): Require.
4248 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
4249 use the external browser function to send the mail (bug#7469).
4250
4251 * net/browse-url.el (browse-url-browser-function): Revert the
4252 default back to the previous value, since the new value broke
4253 mailclient.el.
4254 (browse-url-mailto-function): New variable for mailto: URLs.
4255 (browse-url): Use the new variable for mailto: URLs.
4256
4257 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * eshell/esh-cmd.el (eshell-parse-command):
4260 * eshell/esh-arg.el (eshell-parse-arguments):
4261 * eshell/em-script.el (eshell-source-file):
4262 Use with-silent-modifications.
4263
4264 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4267 for a merge location.
4268
4269 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
4270 (vc-bzr-merge-branch): Always prompt.
4271 (vc-bzr-async-command): Use the full branch filename.
4272
4273 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * shell.el (shell): Use current-buffer by default if it's already
4276 a shell mode buffer and its process is dead.
4277 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
4278
4279 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
4280
4281 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4282 Mention that the keywords should be comma separated.
4283
4284 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
4287 Accept optional prefix arg meaning to prompt for a command.
4288 (vc-update): Use vc-BACKEND-pull if available. Accept optional
4289 prefix arg meaning to prompt for a command.
4290 (vc-pull): Alias for vc-update.
4291
4292 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
4293 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
4294 (vc-bzr-merge-branch): New functions, implementing merge-branch
4295 and pull operations.
4296
4297 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 * Makefile.in: Fix up last merge.
4300
4301 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4302 (diff-sentinel): Get them as arguments instead.
4303 (diff-old-file, diff-new-file, diff-extra-args): Remove.
4304 (diff-file-local-copy, diff-better-file-name): New funs.
4305 (diff-no-select): Rename from diff-into-buffer.
4306 Support buffers additionally to files. Move `buf' arg. Don't display buf.
4307 Prefer closures to buffer-local variables.
4308 (diff): Adjust accordingly.
4309 (diff-buffer-with-file): Move from files.el.
4310 * files.el (diff-buffer-with-file): Move to vc/diff.el.
4311 (diff-buffer-internal): Remove.
4312 (diff-buffer-buffer): Remove.
4313 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
4314 the buffer name used, and so as not to mess up windows and frames.
4315
4316 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
4317
4318 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
4319 (diff-buffer-internal): New function extracted from diff-buffer-with-file
4320 (diff-buffer-with-file): Use it.
4321 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
4322 (diff): Use it.
4323
4324 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
4325
4326 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
4327 \ref's or \pageref's value as default instead of initial input.
4328
4329 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
4330
4331 * files.el (backup-by-copying-when-mismatch): The default value is
4332 now t.
4333
4334 * startup.el (normal-top-level):
4335 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4336 `backup-by-copying-when-mismatch'.
4337
4338 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4339
4340 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4341
4342 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4343
4344 * progmodes/python.el (python-font-lock-keywords):
4345 Highlight top-level augmented assignments (Bug#6445).
4346
4347 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4348
4349 * term/ns-win.el (ns-right-control-modifier)
4350 (ns-right-command-modifier): Defvar them.
4351
4352 * cus-start.el (all): Add ns-right-control-modifier and
4353 ns-right-command-modifier (Bug#7458).
4354
4355 2010-11-20 Glenn Morris <rgm@gnu.org>
4356
4357 * emacs-lisp/authors.el (authors-ignored-files)
4358 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4359
4360 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4361
4362 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4363 (report-emacs-bug-parse-query-results)
4364 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4365 keywords used for querying the bug database to show them in the
4366 existing bugs buffer.
4367
4368 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4369
4370 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4371
4372 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4373
4374 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4375
4376 * international/characters.el (glyphless-char-display-control):
4377 Make it a defcustom, with update-glyphless-char-display as its
4378 :set attribute.
4379 (top level): Don't call update-glyphless-char-display.
4380
4381 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
4382
4383 Sync with Tramp 2.2.0.
4384
4385 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4386 `file-remote-p' (due to compatibility).
4387
4388 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4389 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4390
4391 * net/trampver.el: Update release number.
4392
4393 2010-11-20 Eli Zaretskii <eliz@gnu.org>
4394
4395 * faces.el (glyphless-char): Define value for `pc'.
4396
4397 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4398
4399 Implemented a bug querying mechanism.
4400 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
4401 (report-emacs-bug-create-existing-bugs-buffer)
4402 (report-emacs-bug-parse-query-results)
4403 (report-emacs-bug-query-existing-bugs): New functions.
4404
4405 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4406
4407 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4408 a \ref{} or \pageref{} macro, then use its value as initial input.
4409
4410 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4411
4412 * calc/calc-units.el (math-build-units-table-buffer):
4413 calc/README: Mention that the TeX specific units won't use the
4414 `tex' prefix in TeX mode.
4415 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4416 prefix for units in TeX mode.
4417
4418 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * simple.el (kill-new, kill-append, kill-region):
4421 * comint.el (comint-kill-region): Make the yank-handler argument
4422 obsolete.
4423
4424 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4427 that are both openers (resp. closers) and something else.
4428 (smie-grammar): Loosen definition of valid values.
4429 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4430 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4431 (smie-indent-after-keyword): Adjust users.
4432 (smie-indent-keyword): Don't indent empty lines.
4433
4434 * vc-hg.el (vc-hg-program): New var.
4435 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4436 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4437
4438 2010-11-18 Glenn Morris <rgm@gnu.org>
4439
4440 * emacs-lisp/autoload.el (autoload-find-destination): The function
4441 coding-system-eol-type may return non-numeric values. (Bug#7414)
4442
4443 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
4444
4445 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4446
4447 2010-11-18 Eli Zaretskii <eliz@gnu.org>
4448
4449 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4450
4451 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
4452
4453 * textmodes/picture.el (picture-mouse-set-point): Don't use
4454 posn-col-row; explicitly compute the motion based on the posn at
4455 the window-start (Bug#7390).
4456
4457 2010-11-18 Glenn Morris <rgm@gnu.org>
4458
4459 * novice.el (disabled-command-function):
4460 Fix 2009-11-15 change. (Bug#7384)
4461
4462 2010-11-18 Glenn Morris <rgm@gnu.org>
4463
4464 * calendar/calendar.el (diary-iso-date-forms): Make elements
4465 mutually exclusive. (Bug#7377)
4466
4467 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4470 when filling the remaining "unconstrained" values.
4471
4472 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4475 safety predicate.
4476
4477 * files.el (safe-local-variable-p): Gracefully handle errors.
4478
4479 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4480 Use smie-indent-virtual when indenting relative to an opener.
4481 (smie-rule-separator): Use smie-rule-parent.
4482 (smie-indent-keyword): Consult rules, even for openers at bol.
4483 (smie-indent-comment-close): Try to align closer's content.
4484
4485 2010-11-18 Glenn Morris <rgm@gnu.org>
4486
4487 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4488
4489 2010-11-18 Glenn Morris <rgm@gnu.org>
4490
4491 * printing.el (pr-menu-bind): Doc fix.
4492
4493 * speedbar.el (speedbar-toggle-images): Doc fix.
4494
4495 * progmodes/python.el (python-shell): Doc fix.
4496
4497 * wid-edit.el (widget-field-use-before-change)
4498 (widget-use-overlay-change): Doc fixes.
4499
4500 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 Minor cleanup to improve style.
4503 * textmodes/rst.el (rst-update-section): Use point-marker.
4504 (rst-get-decoration): Eliminate unneeded assignment.
4505 (rst-promote-region, rst-straighten-decorations)
4506 (rst-section-tree, rst-adjust): Use point-marker.
4507 (rst-toc-mode-mouse-goto): Avoid setq.
4508 (rst-shift-region-guts, rst-shift-region-left)
4509 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4510 (rst-convert-bullets-to-enumeration): Use copy-marker.
4511
4512 * minibuffer.el (completion-fail-discreetly): New var.
4513 (completion--do-completion): Use it.
4514
4515 * electric.el (electric-pair-pairs): New var.
4516 (electric-pair-post-self-insert-function): Use it.
4517 (electric-layout-post-self-insert-function): Don't insert a before
4518 newline unless it's actually needed.
4519
4520 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * progmodes/python.el (run-python): Explain why we remove the current
4523 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4524
4525 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4526
4527 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4530 (octave-mode-map): Don't bind ;, SPC, and LF.
4531 (octave-auto-indent, octave-auto-newline): Remove.
4532 (electric-layout-rules): Declare.
4533 (octave-mode): Set electric-layout-rules.
4534 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4535 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4536 (octave-electric-space): Remove.
4537
4538 * electric.el (electric-layout-mode): New minor mode.
4539 (electric--after-char-pos): New function.
4540 (electric-indent-post-self-insert-function): Use it.
4541 (electric-layout-rules): New var.
4542 (electric-layout-post-self-insert-function): New function.
4543 (electric-indent-mode): Make them interact better.
4544
4545 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4548 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4549 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4550
4551 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4552
4553 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4554 Make sure to check inside the word (Bug#6761).
4555
4556 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * startup.el (command-line): If the cursorColor resource is set,
4559 change the cursor face-spec (Bug#7392).
4560
4561 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4562
4563 The main features of the following allout.el changes are:
4564 - implement user customization for the allout key bindings
4565 - add a customization control by which the user can inhibit use of
4566 a trailing Ctrl-H, so by default it's reserved for use with
4567 describe-prefix-bindings
4568 - adapt to new version of called-interactively-p, while
4569 maintaining backwards compatibility with old version
4570 - fix hotspot navigation so i works properly with meta-modified keys.
4571
4572 * allout.el (allout-keybindings, allout-bind-keys)
4573 (allout-keybindings-binding, allout-prefixed-keybindings)
4574 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4575 (allout-keybindings-list, allout-mode-map-adjustments)
4576 (allout-setup-mode-map): Establish allout-mode keymaps as user
4577 customizable settings, and also establish a customizable setting which
4578 regulates whether or not a trailing control-h is reserved for use with
4579 describe-prefix-bindings - and inhibit it by default, so that control-h
4580 *is* reserved for describe-prefix-bindings unless the user changes it.
4581
4582 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4583 and accurately between modified and unmodified events, and handle
4584 modified events more comprehensively.
4585
4586 * allout.el (allout-substring-no-properties):
4587 Alias to use or provide version of `substring-no-properties'.
4588 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4589
4590 * allout.el (allout-next-single-char-property-change):
4591 Alias to use or provide version of `next-single-char-property-change'.
4592 (allout-annotate-hidden, allout-hide-by-annotation):
4593 Use `allout-next-single-char-property-change'.
4594
4595 * allout.el (allout-select-safe-coding-system):
4596 Alias to use or provide version of `select-safe-coding-system'.
4597 (allout-toggle-subtree-encryption):
4598 Use `allout-select-safe-coding-system'.
4599
4600 * allout.el (allout-set-buffer-multibyte):
4601 Alias to use or provide version of `set-buffer-multibyte'.
4602 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4603
4604 * allout.el (allout-called-interactively-p): Macro for using the
4605 different versions of called-interactively-p identically, depending on
4606 the subroutine's argument signature.
4607 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4608 Use `(interactive "p")' instead of `(called-interactively-p)'.
4609
4610 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4611 (allout-previous-visible-heading, allout-forward-current-level)
4612 (allout-backward-current-level, allout-show-children):
4613 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4614
4615 * allout.el (allout-before-change-handler):
4616 Exempt edits to the (overlaid) character after the allout outline
4617 bullet from edit confirmation prompt.
4618
4619 * allout.el (allout-add-resumptions):
4620 Ensure that it respects correct buffer for keybindings.
4621
4622 * allout.el (allout-beginning-of-line):
4623 Use `allout-previous-single-char-property-change' alias for the sake of
4624 diverse compatibility.
4625
4626 * allout.el (allout-end-of-line):
4627 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4628
4629 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * frame.el (frame-notice-user-settings): Don't clobber other
4632 user-set parameters when calling face-set-after-frame-default in
4633 response to background-color parameter (Bug#7373).
4634
4635 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4636
4637 * international/characters.el (glyphless-char-display-control):
4638 Rename from glyphless-char-control; all users changed. Doc fix.
4639 Signal an error if display method is not one of the recognized
4640 symbols.
4641
4642 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4645 (tramp-compat-line-end-position): Remove them.
4646
4647 * net/tramp.el (tramp-parse-rhosts-group)
4648 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4649 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4650 (tramp-parse-netrc-group, tramp-parse-putty-group)
4651 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4652 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4653 (tramp-sh-handle-file-selinux-context)
4654 (tramp-sh-handle-file-name-all-completions)
4655 (tramp-sh-handle-insert-directory)
4656 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4657 (tramp-wait-for-output, tramp-send-command-and-read)
4658 * net/tramp-smb.el (tramp-smb-read-file-entry)
4659 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4660
4661 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4662 `point-at-bol'.
4663 (tramp-remote-coding-commands): Add an alternative using "base64
4664 -d -i". This is needed for older base64 versions from GNU
4665 coreutils. Reported by Klaus Reichl
4666 <Klaus.Reichl@thalesgroup.com>.
4667
4668 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4669
4670 * simple.el (count-words-region): New function.
4671
4672 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * shell.el (shell-dir-cookie-re): New custom variable.
4675 (shell-dir-cookie-watcher): New function.
4676
4677 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4678 and compilation-mode (bug#7350).
4679
4680 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4681 highlight when one of them is empty.
4682
4683 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4684 trailing space.
4685 (skeleton-newline): New function.
4686 (skeleton-internal-1): Use it.
4687
4688 * simple.el (open-line): `newline' may strip trailing space.
4689
4690 2010-11-12 Kevin Ryde <user42@zip.com.au>
4691
4692 * international/mule-cmds.el (princ-list): Use mapc.
4693
4694 2010-11-12 Glenn Morris <rgm@gnu.org>
4695
4696 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4697 Use it to replace all instances of "*Compile-Log*".
4698
4699 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4702 indentation specs.
4703
4704 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * progmodes/modula2.el: Use SMIE and skeleton.
4707 (m2-mode-syntax-table): (*..*) can be nested.
4708 Add //...\n. Fix paren syntax.
4709 (m2-mode-map): Remove LF and TAB bindings.
4710 (m2-indent): Add safety property.
4711 (m2-smie-grammar): New var.
4712 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4713 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4714 (m2-mode): Use define-derived-mode.
4715 (m2-newline, m2-tab): Remove.
4716 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4717 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4718 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4719 (m2-import): Use define-skeleton.
4720
4721 2010-11-11 Glenn Morris <rgm@gnu.org>
4722
4723 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4724
4725 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4726 (ls-lisp-verbosity): Add custom :set-after property.
4727 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4728 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4729 (ls-lisp-insert-directory): Update caller.
4730 (ls-lisp-set-options): New function.
4731 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4732 Doc fix.
4733
4734 * play/landmark.el (lm-prompt-for-move):
4735 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4736
4737 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4738
4739 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4740 (idlwave-study-twins): Prefix dynamic local variable `name'.
4741 (idlwave-routine-twin-compare): Update for above change.
4742
4743 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4744 Prefix dynamic local variables `name', `kwd', and `link'.
4745 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4746 * progmodes/idlw-complete-structtag.el
4747 (idlwave-complete-structure-tag-help):
4748 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4749 (idlwave-complete-sysvar-tag-help)
4750 (idlwave-complete-class-structure-tag-help):
4751 Update for above name changes.
4752
4753 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4754
4755 * net/browse-url.el (browse-url-browser-function): Change the
4756 default to use `browse-url-mail' on mailto: URLs.
4757
4758 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4759
4760 * emacs-lisp/package.el (package-read-all-archive-contents):
4761 Reset package-archive-contents to nil before re-reading.
4762
4763 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4764
4765 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4766 already found as misspellings by (flyspell-large-region), just
4767 do highlighting (bug#7322).
4768
4769 2010-11-10 Glenn Morris <rgm@gnu.org>
4770
4771 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4772
4773 * emulation/edt.el (edt-with-position): New macro.
4774 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4775 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4776 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4777
4778 * emulation/tpu-extras.el (tpu-with-position): New macro.
4779 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4780
4781 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4782
4783 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4784 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4785 (texinfo-master-menu, texinfo-insert-node-lines)
4786 (texinfo-multiple-files-update):
4787 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4788 Use line-beginning-position.
4789
4790 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4791 No recent Emacs supports system-type `emx'.
4792
4793 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4794 (ada-command-separator, ada-default-prj-properties)
4795 (ada-find-any-references): Update for above name change.
4796
4797 * dirtrack.el (dirtrack-directory-function)
4798 (dirtrack-canonicalize-function):
4799 * filecache.el (file-cache-completion-ignore-case)
4800 (file-cache-case-fold-search, file-cache-ignore-case):
4801 * term.el (serial-port-is-file-p): Cosmetic change.
4802
4803 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4804 Remove non-existent `windows-95' system-type.
4805 * dired.el (dired-chown-program): Remove non-existent `linux'
4806 system-type.
4807
4808 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4809 (ping-program-options): Remove non-existent `linux' system-type.
4810
4811 * startup.el (package-initialize): Update declaration.
4812
4813 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4814 (ls-lisp-handle-switches): Use time-less-p.
4815 (ls-lisp-format-time): Use float-time.
4816
4817 * textmodes/remember.el (remember-time-to-seconds): Remove.
4818 (remember-store-in-mailbox): Use float-time.
4819
4820 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4821
4822 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4823 never a real function.
4824 (with-no-warnings): Remove compat stub, now unused.
4825 (time-less-p): Doc fix.
4826 (time-to-number-of-days): Simplify.
4827
4828 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4829 Remove.
4830 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4831 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4832 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4833 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4834 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4835
4836 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4837 (eshell-shuffle-files, eshell-shorthand-tar-command)
4838 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4839 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4840 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4841 Prefix dynamic local variable `matches'.
4842
4843 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4844 Prefix dynamic local variable `skeleton'.
4845
4846 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4847
4848 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4849 in mail buffer; make yank-action always a command that yanks original
4850 buffer.
4851
4852 2010-11-09 Glenn Morris <rgm@gnu.org>
4853
4854 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4855
4856 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4859 completion field (bug#7211).
4860
4861 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4862 Fix handling of backslash escapes.
4863 (python-quote-syntax): Adjust accordingly.
4864
4865 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4866
4867 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4868 (vc-mtn-workfile-branch): Adjust to new output format.
4869
4870 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * international/mule-cmds.el (princ-list): Mark as obsolete.
4873
4874 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * emacs-lisp/smie.el: New package.
4877
4878 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4879
4880 * files.el (backup-by-copying-when-mismatch):
4881 Set `permanent-local' property.
4882
4883 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4884 `permanent-local' property for `backup-by-copying-when-mismatch'.
4885
4886 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4887
4888 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4889
4890 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4891
4892 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4893 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4894 AUTOINOUT for SV style multidimensional arrays, bug294.
4895 Reported by Eric Mastromarchi.
4896 (verilog-preprocess): Use with-current-buffer and
4897 font-lock-fontify-buffer to cleanup style issues.
4898
4899 2010-11-09 Glenn Morris <rgm@gnu.org>
4900
4901 * locate.el (locate, locate-mode): Doc fixes.
4902
4903 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4906 user for confirmation.
4907 (server-force-stop): Use it.
4908 (server-start): Use server-force-stop for kill-emacs-hook, to
4909 avoid user interaction while killing Emacs.
4910
4911 2010-11-09 Glenn Morris <rgm@gnu.org>
4912
4913 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4914 (meta-indent-line): Simplify.
4915
4916 * vc/emerge.el (emerge-line-number-in-buf):
4917 * textmodes/ispell.el (ispell-region):
4918 * textmodes/fill.el (current-fill-column):
4919 * progmodes/xscheme.el (xscheme-send-current-line):
4920 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4921 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4922 * progmodes/sh-script.el (sh-handle-prev-do):
4923 * progmodes/meta-mode.el (meta-indent-line):
4924 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4925 (idlwave-in-quote):
4926 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4927 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4928 * progmodes/fortran.el (fortran-looking-at-if-then):
4929 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4930 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4931 (cperl-find-pods-heres):
4932 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4933 * net/quickurl.el (quickurl-list-insert):
4934 * net/ldap.el (ldap-search-internal):
4935 * net/eudc.el (eudc-expand-inline):
4936 * mail/sendmail.el (sendmail-send-it):
4937 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4938 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4939 (viper-brac-function):
4940 * calc/calc-yank.el (calc-do-grab-region):
4941 * calc/calc-keypd.el (calc-keypad-press):
4942 * term.el (term-move-columns, term-insert-spaces):
4943 * speedbar.el (speedbar-highlight-one-tag-line):
4944 * simple.el (current-word):
4945 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4946 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4947 (Info-scroll-down):
4948 * hippie-exp.el (he-line-beg):
4949 * epa.el (epa--marked-keys):
4950 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4951 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4952 (dired-relist-entry):
4953 * buff-menu.el (Buffer-menu-buffer):
4954 * array.el (current-line):
4955 * allout.el (allout-resolve-xref)
4956 (allout-latex-verbatim-quote-curr-line):
4957 Replace yet more uses of end-of-line etc with line-end-position, etc.
4958
4959 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4960
4961 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4962 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4963 (checkdoc-syntax-table): Initialize in the declaration.
4964 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4965 the mode on unconditionally.
4966
4967 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4968 (extent-end-position, extent-start-position): Remove setf method for
4969 non-existing functions (bug#7319).
4970
4971 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4974 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4975 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4976 (smie-prec2->grammar): Rename from smie-prec2-levels.
4977 (smie-grammar): Rename from smie-op-levels.
4978 (smie-indent--hanging-p): Rename from smie-hanging-p.
4979 (smie-rule-hanging-p): New alias.
4980 (smie-indent--bolp): Rename from smie-bolp.
4981 (smie-indent--hanging-p): New alias.
4982 (smie--token): New dynamically bound variable.
4983 (smie-indent--parent): New function.
4984 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4985 (smie-rule-next-p): Rename from smie-next-p.
4986 (smie-rule-prev-p): Rename from smie-prev-p.
4987 (smie-rule-sibling-p, smie-rule-parent)
4988 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4989 (smie-rule-separator-outdent): New var.
4990 (smie-indent--rule): Merge with smie-indent--column.
4991 (smie-indent-forward-token, smie-indent-backward-token):
4992 Also recognize close parens.
4993 (smie-indent-keyword): Don't use smie-indent--column any more.
4994 (smie-indent-after-keyword): Ignore closers by default.
4995 (smie-indent-line): Use with-demoted-errors.
4996 * progmodes/octave-mod.el (octave-smie-grammar):
4997 Rename from octave-smie-op-levels.
4998 (octave-smie-rules): Adjust to new behavior.
4999 * progmodes/prolog.el (prolog-smie-grammar):
5000 Rename from prolog-smie-op-levels.
5001
5002 2010-11-07 Glenn Morris <rgm@gnu.org>
5003
5004 * eshell/esh-util.el (subst-char-in-string)
5005 (directory-files-and-attributes): These compatibility definitions are
5006 not needed on any version of Emacs since at least 21.4.
5007
5008 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
5009 (verilog-get-end-of-line): Remove.
5010 (verilog-within-string, verilog-re-search-forward-substr)
5011 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
5012 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
5013 Use point-at-bol, point-at-eol.
5014 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
5015 Remove.
5016 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
5017 (electric-pascal-terminate-line, pascal-set-auto-comments)
5018 (pascal-indent-paramlist, pascal-indent-declaration)
5019 (pascal-get-lineup-indent, pascal-func-completion)
5020 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
5021 Use point-at-bol, point-at-eol.
5022 * progmodes/flymake.el (flymake-line-beginning-position)
5023 (flymake-line-end-position): Remove.
5024 (flymake-highlight-line): Use point-at-bol, point-at-eol.
5025 * eshell/esh-util.el (line-end-position, line-beginning-position):
5026 Remove compat definitions.
5027
5028 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5029 Use end-of-line N.
5030 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
5031 Use line-end-position.
5032
5033 * emacs-lisp/chart.el (chart-zap-chars):
5034 * play/decipher.el (decipher-set-map):
5035 * progmodes/ada-mode.el (ada-get-current-indent)
5036 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
5037 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
5038 * progmodes/ada-xref.el (ada-initialize-runtime-library)
5039 (ada-get-all-references):
5040 * progmodes/cperl-mode.el (cperl-electric-paren)
5041 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
5042 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
5043 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
5044 (cperl-word-at-point-hard):
5045 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
5046 (idlwave-shell-filename-string, idlwave-shell-batch-command)
5047 (idlwave-shell-display-line):
5048 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
5049 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
5050 * progmodes/js.el (js--re-search-forward-inner)
5051 (js--re-search-backward-inner):
5052 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
5053 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
5054 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
5055 * textmodes/flyspell.el (flyspell-process-localwords):
5056 * textmodes/ispell.el (ispell-buffer-local-parsing)
5057 (ispell-buffer-local-dict, ispell-buffer-local-words):
5058 Use point-at-bol and point-at-eol.
5059
5060 * speedbar.el (speedbar-generic-item-info)
5061 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5062 (speedbar-add-indicator, speedbar-check-vc-this-line)
5063 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
5064 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
5065 Replace more uses of end-of-line etc with line-end-position.
5066
5067 2010-11-06 Glenn Morris <rgm@gnu.org>
5068
5069 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
5070 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
5071 (texinfo-delete-existing-pointers, texinfo-find-pointer)
5072 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
5073 (texinfo-multiple-files-update):
5074 * textmodes/table.el (table--probe-cell-left-up)
5075 (table--probe-cell-right-bottom):
5076 * textmodes/picture.el (picture-tab-search):
5077 * textmodes/page-ext.el (pages-copy-header-and-position)
5078 (pages-directory-for-addresses):
5079 * progmodes/vera-mode.el (vera-get-offset):
5080 * progmodes/simula.el (simula-calculate-indent):
5081 * progmodes/python.el (python-pdbtrack-overlay-arrow):
5082 * progmodes/prolog.el (end-of-prolog-clause):
5083 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
5084 * progmodes/icon.el (indent-icon-exp):
5085 * progmodes/etags.el (tag-re-match-p):
5086 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
5087 * progmodes/ebnf2ps.el (ebnf-begin-file):
5088 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
5089 (dcl-save-local-variable):
5090 * play/life.el (life-setup):
5091 * play/gametree.el (gametree-looking-at-ply):
5092 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5093 * mail/sendmail.el (mail-mode-auto-fill):
5094 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5095 * emacs-lisp/edebug.el (edebug-overlay-arrow):
5096 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
5097 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
5098 (woman-tab-to-tab-stop, WoMan-warn-ignored):
5099 * type-break.el (type-break-file-keystroke-count):
5100 * term.el (term-replace-by-expanded-history-before-point)
5101 (term-skip-prompt, term-extract-string):
5102 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
5103 (speedbar-contract-line, speedbar-toggle-line-expansion)
5104 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
5105 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
5106 * sort.el (sort-skip-fields):
5107 * skeleton.el (skeleton-internal-list):
5108 * simple.el (line-move-finish, line-move-to-column):
5109 * shell.el (shell-forward-command):
5110 * misc.el (copy-from-above-command):
5111 * makesum.el (double-column):
5112 * ebuff-menu.el (electric-buffer-update-highlight):
5113 * dired.el (dired-move-to-end-of-filename):
5114 * dframe.el (dframe-popup-kludge):
5115 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
5116 * arc-mode.el (archive-get-lineno):
5117 Use line-end-position and line-beginning-position.
5118
5119 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
5120 (idlwave-study-twins): Prefix dynamic local `class'.
5121 (idlwave-routine-twin-compare): Update for above name change.
5122
5123 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
5124 Use boundp tests to silence compiler. Update for changed name of
5125 bytecomp-filename variable.
5126
5127 * emulation/viper-cmd.el (viper-read-string-with-history):
5128 Prefix dynamic local `initial'.
5129 (viper-minibuffer-standard-hook): Update for above name change.
5130
5131 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
5132 (elint-init-form): Update for above name change.
5133
5134 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
5135 local variables `cbeg' and `cend' a prefix.
5136 (mail-extr-voodoo): Update for above name change.
5137
5138 * textmodes/reftex-toc.el (reftex-toc-do-promote)
5139 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
5140 (reftex-toc-promote-action): Doc fix.
5141
5142 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
5143 `prompt', `data' a prefix.
5144 (reftex-select-post-command-hook, reftex-select-callback)
5145 (reftex-select-mouse-accept, reftex-select-read-cite):
5146 Update for above name changes.
5147
5148 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
5149 `refstyle' to reftex-refstyle.
5150 (reftex-offer-label-menu): Update for above name change.
5151 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
5152 `refstyle' name change.
5153
5154 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
5155 with with-current-buffer.
5156 (diff, template): Give dynamic local variables a prefix.
5157 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
5158 (emerge-line-number-in-buf): Update for above name change.
5159 (emerge-combine-versions-internal): Rename local `template' to
5160 emerge-combine-template.
5161 (emerge-combine-versions-edit): Update for above name change.
5162
5163 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
5164
5165 * textmodes/reftex-cite.el
5166 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
5167 entries with whitespace after \bibitem.
5168 (reftex-create-bibtex-file): Match entries containing numbers and
5169 symbol constituents. Make sure that entries with whitespace at
5170 various places are found.
5171
5172 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
5173
5174 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
5175
5176 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
5177
5178 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
5179
5180 2010-11-05 Glenn Morris <rgm@gnu.org>
5181
5182 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
5183 (woman2-roff-buffer): Give local variable `request' a prefix.
5184 (woman0-macro): Rename argument `request' in the same way.
5185 (woman-request): New name for `request' dynamic variable.
5186 (woman-unquote, woman-forward-arg): Update for above name change.
5187 (woman1-roff-buffer): Give local variable `unquote' a prefix.
5188 (woman1-unquote): New name for `unquote' dynamic variable.
5189 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
5190 (woman-translations): Rename from `translations'. No longer global.
5191 (woman2-tr, woman-translate): Update for above name change.
5192 (woman-translate): Check for bound variable.
5193 (woman2-roff-buffer): Give local variable `translations' a prefix.
5194
5195 * play/doctor.el: Give all local variables a prefix. Update callers.
5196 (doc$, doctor-put-meaning): Use backquote.
5197
5198 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
5199 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
5200
5201 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
5202 variables bytes, ptr, op a prefix.
5203 (disassemble-offset): Update for above change.
5204
5205 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * emacs-lisp/package.el (package-unpack): Remove no-op.
5208 (package--builtins, package--dir): Doc fix.
5209 (package-activate-1, package-activate, package-install)
5210 (package-compute-transaction): Fix error message.
5211 (package-delete): Use delete-directory. Omit system packages.
5212 (package-initialize): Set package-alist to nil first.
5213 (package-menu-mark-delete, package-menu-mark-install): Don't add
5214 symbols that are inconsistent with the package state.
5215 (package-menu-execute): Perform deletions and installations as
5216 single batch operations.
5217
5218 2010-11-03 Glenn Morris <rgm@gnu.org>
5219
5220 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
5221 (props): Remove unnecessary declaration.
5222
5223 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
5224 set-process-query-on-exit-flag.
5225
5226 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
5227 (reftex-toc-do-promote): Remove unused local `mpos'.
5228 (reftex-toc-restore-region): Make `mpos' local to this function.
5229
5230 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
5231
5232 * play/landmark.el (lm-losing-threshold): Correct spelling.
5233 (lm-human-plays): Use new name.
5234
5235 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
5236 (gomoku-human-plays): Use new name.
5237
5238 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
5239 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
5240 (gomoku-score-trans-table, gomoku-winning-threshold)
5241 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
5242
5243 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * emacs-lisp/package.el: Don't put built-in packages in
5246 package-alist, to avoid loading inefficiencies.
5247 (package-built-in-p): Make VERSION optional, and treat it as a
5248 minimum acceptable version.
5249 (package-activate): Search separately for built-in packages.
5250 Emit a warning if a dependency fails.
5251 (define-package): Handle most common case, where there is no
5252 obsolete package, first.
5253 (package-compute-transaction): Print required version in error.
5254 (package--initialized): New variable.
5255 (list-packages): Use it.
5256 (package-initialize): Optional arg NO-ACTIVATE. Don't put
5257 built-in packages in packages-alist; keep it separate.
5258 Set package--initialized.
5259 (describe-package): Avoid activating packages as a side-effect.
5260 Search separately for built-in packages.
5261 (describe-package-1): Handle the case where an elpa package is
5262 simultaneously built-in and available/installed.
5263 (package-installed-p, package--generate-package-list):
5264 Search separately for built-in packages.
5265 (package-load-descriptor): Doc fix.
5266
5267 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5270 Handle __DATA__ and __END__.
5271
5272 2010-11-02 Noah Friedman <friedman@splode.com>
5273
5274 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
5275 nil, do not ask to recompile files that are not already compiled,
5276 and do not recompile them.
5277
5278 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * emacs-lisp/package.el (package-initialize): Ensure that
5281 obsoleted built-in packages are not in package-activated-list
5282 during activation.
5283 (describe-package-1): Make the "installed" status override
5284 "built-in".
5285
5286 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5287
5288 * subr.el (version-separator, version-regexp-alist): Remove '*'
5289 from docstring.
5290 (version-list-<=, version<=, version=): Doc fix.
5291
5292 2010-11-01 Kenichi Handa <handa@m17n.org>
5293
5294 * faces.el (glyphless-char): Inherit underline for tty.
5295
5296 2010-11-01 Kenichi Handa <handa@m17n.org>
5297
5298 Implement various display methods for glyphless characters.
5299
5300 * international/characters.el (char-acronym-table): New variable.
5301 (glyphless-char-control): New variable.
5302 (update-glyphless-char-display): New function.
5303
5304 * faces.el (glyphless-char): New face.
5305
5306 2010-11-01 Glenn Morris <rgm@gnu.org>
5307
5308 * calendar/holidays.el (general-holidays, oriental-holidays)
5309 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
5310 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
5311 the definitions of their targets.
5312
5313 * emacs-lisp/smie.el (smie): New custom group.
5314 (smie-blink-matching-inners, smie-indent-basic): Add :group.
5315
5316 * faces.el (xw-defined-colors, x-setup-function-keys):
5317 * mouse-sel.el (x-select-text):
5318 * term/w32console.el (x-setup-function-keys): Update declarations.
5319
5320 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
5321
5322 * textmodes/ispell.el (comment-add): Declare.
5323
5324 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
5325 Declare.
5326
5327 * info.el (finder-keywords-hash, package-alist): Declare.
5328
5329 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * finder.el (finder-compile-keywords): Don't use intern-soft,
5332 since package names may not yet exist in the obarray.
5333
5334 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * vc/vc-arch.el (vc-arch-checkin):
5337 * vc/vc-cvs.el (vc-cvs-checkin):
5338 * vc/vc-mtn.el (vc-mtn-checkin):
5339 * vc/vc-rcs.el (vc-rcs-checkin):
5340 * vc/vc-sccs.el (vc-sccs-checkin):
5341 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5342 since 2010-04-21 commit by Stefan Monnier.
5343
5344 2010-11-01 Glenn Morris <rgm@gnu.org>
5345
5346 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5347
5348 * startup.el (package-enable-at-startup, package-initialize):
5349 Silence compiler.
5350
5351 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5352 Silence compiler.
5353
5354 2010-10-31 Julien Danjou <julien@danjou.info>
5355
5356 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5357 (byte-recompile-directory):
5358 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
5359 Use `byte-recompile-file'.
5360
5361 2010-10-31 Glenn Morris <rgm@gnu.org>
5362
5363 * cus-start.el: Handle standard values via a keyword.
5364 Only set version property if specified.
5365 (cursor-in-non-selected-windows, menu-bar-mode)
5366 (tool-bar-mode, show-trailing-whitespace):
5367 Do not specify standard values.
5368 (transient-mark-mode, temporary-file-directory): Use :standard.
5369
5370 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5371
5372 * term/x-win.el (x-get-selection-value): New function that gets
5373 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
5374
5375 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5378 preserve owner and group when editing files. (Bug#7289)
5379
5380 2010-10-31 Glenn Morris <rgm@gnu.org>
5381
5382 * speedbar.el (speedbar-mode):
5383 * play/fortune.el (fortune-in-buffer, fortune):
5384 * play/gomoku.el (gomoku-mode):
5385 * play/landmark.el (lm-mode):
5386 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5387 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5388
5389 * select.el (x-selection): Mark it as an obsolete alias.
5390
5391 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5392
5393 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
5394 major-mode (bug#7284).
5395
5396 2010-10-31 Glenn Morris <rgm@gnu.org>
5397
5398 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5399 rather than just an unused variable that inherits from the real one.
5400
5401 2010-10-31 Alan Mackenzie <acm@muc.de>
5402
5403 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5404 This fixes bug #7185.
5405
5406 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * startup.el (command-line): Search for package directories, and
5409 don't load package.el if none are found.
5410
5411 * emacs-lisp/package.el (describe-package, list-packages):
5412 Call package-initialize if it has not been called yet.
5413
5414 2010-10-30 Alan Mackenzie <acm@muc.de>
5415
5416 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5417 which fontifies the tail of an enum.
5418 (c-basic-matchers-after): Insert a call to the above new function.
5419 This fixes bug #7264.
5420
5421 2010-10-30 Glenn Morris <rgm@gnu.org>
5422
5423 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5424 tool-bar-mode, transient-mark-mode. (Bug#7306)
5425 Include the :set property in the dumped Emacs.
5426
5427 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 SMIE: change indent rules format, improve smie-setup.
5430 * emacs-lisp/smie.el (smie-precs-precedence-table)
5431 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5432 Mark them pure so the tables gets built at compile time.
5433 (smie-bnf-precedence-table): Store the closer-alist in the table.
5434 (smie-prec2-levels): Preserve the closer-alist.
5435 (smie-blink-matching-open): Be more forgiving in case of indentation.
5436 (smie-hanging-p): Rename from smie-indent--hanging-p.
5437 (smie-bolp): Rename from smie-indent--bolp.
5438 (smie--parent, smie--after): New dynamic vars.
5439 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5440 (smie-indent-rules): Remove.
5441 (smie-indent--offset-rule): Remove fun.
5442 (smie-rules-function): New var.
5443 (smie-indent--rule): New fun.
5444 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5445 (smie-indent-exps): Use it.
5446 (smie-setup): Setup paren blinking; add keyword args for token
5447 functions; extract closer-alist from op-levels.
5448 (smie-indent-debug-log): Remove var.
5449 (smie-indent-debug): Remove fun.
5450 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5451 (prolog-smie-rules): New fun to replace it.
5452 (prolog-mode-variables): Simplify.
5453 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5454 it's setup automatically.
5455 (octave-smie-indent-rules): Remove.
5456 (octave-smie-rules): New fun to replace it.
5457 (octave-mode): Simplify.
5458
5459 2010-10-29 Glenn Morris <rgm@gnu.org>
5460
5461 * files.el (temporary-file-directory): Remove (already defined in C).
5462 * cus-start.el: Add temporary-file-directory.
5463
5464 * abbrev.el (abbrev-mode):
5465 * composite.el (auto-composition-mode):
5466 * menu-bar.el (menu-bar-mode):
5467 * simple.el (transient-mark-mode):
5468 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5469 that they do not define the associated variables twice.
5470 * simple.el (transient-mark-mode): Remove defvar.
5471 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5472 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5473 Handle multiple groups, and also custom-delayed-init-variables.
5474 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5475
5476 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5479 (pcase-if): Add one minor optimization.
5480 (pcase-split-equal): Rename from pcase-split-eq.
5481 (pcase-split-member): Rename from pcase-split-memq.
5482 (pcase-u1): Add strings to the member optimization.
5483 Add `guard' variant of predicates.
5484 (pcase-q1): Add string patterns.
5485
5486 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5489
5490 2010-10-28 Glenn Morris <rgm@gnu.org>
5491
5492 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5493 Move menu-bar related settings to ../menu-bar.el.
5494 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5495 Move ns-specific settings here from term/ns-win.el.
5496
5497 * simple.el (x-selection-owner-p): Remove unused declaration.
5498
5499 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * minibuffer.el (completion-cycling): New var (bug#7266).
5502 (minibuffer-complete, completion--do-completion):
5503 Use completion--flush-all-sorted-completions.
5504 (minibuffer-complete): Only cycle if completion-cycling is set.
5505 (completion--flush-all-sorted-completions): Unset completion-cycling.
5506 (minibuffer-force-complete): Set completion-cycling.
5507 (completion-all-sorted-completions): Move declaration before first use.
5508
5509 2010-10-28 Leo <sdl.web@gmail.com>
5510
5511 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5512 which changes the order of matches seen by users (bug#7231).
5513
5514 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
5515
5516 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5517 Don't confuse -omega as "-o mega".
5518
5519 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5522 (log-edit-author): New dynamic var.
5523 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5524 to return the author if different from committer.
5525 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5526
5527 * play/landmark.el: Adjust commenting convention.
5528 (lm-nil-score): Rename from nil-score.
5529 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5530 (OOOOscore): Move into a let in lm-score-trans-table.
5531 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5532
5533 * electric.el (electric-indent-chars): Autoload.
5534 * progmodes/octave-mod.el (octave-mode):
5535 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5536 (ruby-mode-abbrev-table): Merge initialization and declaration.
5537
5538 2010-10-27 Glenn Morris <rgm@gnu.org>
5539
5540 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5541 variable.
5542
5543 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5544
5545 * term/ns-win.el: Restore require of cl when compiling.
5546 (menu-bar-final-items): Remove non-existent `windows' menu.
5547 (ns-handle-nxopen): Optionally handle the temp-case.
5548 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5549 (ns-insert-file, ns-find-file): Use `pop'.
5550
5551 2010-10-26 Glenn Morris <rgm@gnu.org>
5552
5553 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5554
5555 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5556
5557 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5558 global map.
5559 * term/common-win.el (x-setup-function-keys): Remove most of the
5560 keymappings. Comment on the remaining ones.
5561
5562 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5563
5564 * server.el (server-port): New option. (Bug#854)
5565 (server-start): Use server-port.
5566
5567 2010-10-26 Glenn Morris <rgm@gnu.org>
5568
5569 * term/ns-win.el (ns-version-string): Remove unused declaration.
5570 (ns-invocation-args): Change to x-invocation-args.
5571 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5572 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5573 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5574 Use x-invocation-args instead of ns-invocation-args.
5575 (ns-initialize-window-system, handle-args-function-alist):
5576 Use x-handle-args instead of ns-handle-args.
5577 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5578 * startup.el (command-line-ns-option-alist): Replace
5579 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5580 ns-handle-iconic with the x- equivalents.
5581
5582 * term/common-win.el (x-select-enable-clipboard):
5583 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5584
5585 * term/ns-win.el: No need to require cl when compiling.
5586 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5587 (xw-defined-colors): Use the common-win definitions.
5588 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5589 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5590 * term/common-win.el (x-select-text, x-alternatives-map)
5591 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5592 * loadup.el [ns]: Load common-win.
5593
5594 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5595
5596 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5597 recipients; expand mail aliases (Bug#7280).
5598
5599 2010-10-25 Glenn Morris <rgm@gnu.org>
5600
5601 * term/common-win.el (x-handle-switch): Simplify with pop.
5602 Optionally handle numeric switches.
5603 (x-handle-numeric-switch): Just call x-handle-switch.
5604 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5605 (x-handle-name-switch, x-handle-display, x-handle-args):
5606 Simplify with pop.
5607
5608 * term/ns-win.el: Do not require easymenu.
5609 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5610 <spell>: Move adjustments to menu-bar.el.
5611 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5612 <separator-undo, spell>: Move ns-win's adjustments here.
5613 * loadup.el [ns]: Do not load easymenu.
5614
5615 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5618 Delete (Bug#7222).
5619
5620 * startup.el (fancy-startup-tail): Instead of using inline images,
5621 refer to image files from etc/.
5622
5623 * wid-edit.el (checkbox): Likewise.
5624 (widget-image-find): Center image specs.
5625
5626 2010-10-24 Glenn Morris <rgm@gnu.org>
5627
5628 * term/ns-win.el (x-select-text): Doc fix.
5629 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5630 (x-select-text): Move to term/common-win.
5631 * term/w32-win.el (xw-defined-colors): Move to common-win.
5632 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5633 (x-setup-function-keys, x-select-text): Move to common-win.
5634 * term/common-win.el (x-select-text, x-alternatives-map)
5635 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5636 definitions here.
5637
5638 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5639
5640 * net/mairix.el (mairix-searches-mode-map):
5641 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5642
5643 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5644
5645 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5646 auto-built for efficiency of execution and updating.
5647 (verilog-extended-complete-re): Support 'pure' fucntion & task
5648 declarations (these have no bodies).
5649 (verilog-beg-of-statement): General cleanup to enable support of
5650 'pure' fucntion & task declarations (these have no bodies).
5651 These efforts together fix Verilog bug210 from veripool; which was also
5652 noticed by Steve Pearlmutter.
5653 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5654 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5655 Support `elsif. Reported by Shankar Giri.
5656 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5657 attribute handling for lining up declarations and assignments.
5658 (verilog-beg-of-statement-1): Fix issue where continued declaration
5659 is indented differently if it is after a begin..end clock.
5660 (verilog-in-attribute-p, verilog-skip-backward-comments)
5661 (verilog-skip-forward-comment-p): Support proper treatment of
5662 attributes by indent code. Reported by Jeff Steele.
5663 (verilog-in-directive-p): Fix comment to correctly describe function.
5664 (verilog-backward-up-list, verilog-in-struct-region-p)
5665 (verilog-backward-token, verilog-in-struct-p)
5666 (verilog-in-coverage-p, verilog-do-indent)
5667 (verilog-pretty-declarations): Use verilog-backward-up-list as
5668 wrapper around backward-up-list inorder to properly skip comments.
5669 Reported by David Rogoff.
5670 (verilog-property-re, verilog-endcomment-reason-re)
5671 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5672 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5673 of if). Reported by Max Bjurling and
5674 (verilog-calc-1): Fix for clocking block in modport
5675 declaration. Reported by Brian Hunter.
5676
5677 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5678
5679 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5680 (verilog-gate-keywords, verilog-read-sub-decls)
5681 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5682 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5683 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5684 (verilog-read-decls): Fix spaces in V2K module parameters causing
5685 mis-identification as interfaces, bug287.
5686 (verilog-read-decls): Fix not treating "parameter string" as a
5687 parameter in AUTOINSTPARAM.
5688 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5689 treating `elsif similar to `endif inside AUTOSENSE.
5690 (verilog-do-indent): Implement correct automatic or static task or
5691 function end comment highlight. Reported by Steve Pearlmutter.
5692 (verilog-font-lock-keywords-2): Fix highlighting of single
5693 character pins, bug264. Reported by Michael Laajanen.
5694 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5695 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5696 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5697 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5698 (verilog-pretty-expr): Fix interactive arguments, bug272.
5699 Reported by Mark Johnson.
5700 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5701 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5702 bug269. Suggested by Gary Delp.
5703 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5704 (verilog-preprocessor, verilog-set-compile-command):
5705 Create verilog-preprocess and verilog-preprocessor to show
5706 preprocessed output.
5707 (verilog-get-beg-of-line, verilog-get-end-of-line)
5708 (verilog-modi-file-or-buffer, verilog-modi-name)
5709 (verilog-modi-point, verilog-within-string): Move defmacro's
5710 before first use to avoid warning. Reported by Steve Pearlmutter.
5711 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5712 (verilog-colorize-region, verilog-highlight-buffer)
5713 (verilog-highlight-includes, verilog-highlight-modules)
5714 (verilog-highlight-region, verilog-mode): Rename colorize to
5715 highlight to match other packages. Disable module highlighting,
5716 as received speed complaints, reenable for experimentation only
5717 using new verilog-highlight-modules.
5718 (verilog-read-decls): Fix regexp stack overflow in very large
5719 AUTO_TEMPLATEs, bug250.
5720 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5721 (verilog-scan): Create verilog-save-buffer-state to standardize
5722 making insignificant changes that shouldn't call hooks.
5723 (verilog-save-no-change-functions, verilog-save-scan-cache)
5724 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5725 Create verilog-save-no-change-functions to wrap verilog-scan
5726 preservation, and fix to work with nested preserved calls.
5727 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5728 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5729 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5730 (verilog-submit-bug-report): Update variable list to be complete.
5731 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5732 breaking on-the-fly font-locking.
5733 (verilog-colorize-buffer, verilog-colorize-include-files)
5734 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5735 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5736 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5737 AUTOINST cell instance name, middle mouse button now finds-file on
5738 it. Suggested by Brad Dobbie.
5739 (verilog-alw-get-temps, verilog-auto-reset)
5740 (verilog-auto-sense-sigs, verilog-read-always-signals)
5741 (verilog-read-always-signals-recurse): Fix loop indexes being
5742 AUTORESET. AUTORESET now assumes any variables in the
5743 initialization section of a for() should be ignored.
5744 Reported by Dan Dever.
5745 (verilog-error-font-lock-keywords)
5746 (verilog-error-regexp-emacs-alist)
5747 (verilog-error-regexp-xemacs-alist): Fix error detection of
5748 Cadence HAL, reported by David Asher. Repair drift between the
5749 three similar error variables.
5750 (verilog-modi-lookup, verilog-modi-lookup-cache)
5751 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5752 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5753 Fix slow verilog-auto expansion on very large files.
5754 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5755 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5756 "{1*2{...". Broke in last revision.
5757 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5758 submodule connections with replications "{#{a},#{b}}".
5759
5760 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5761
5762 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5763 Fix typo in docstring.
5764
5765 2010-10-24 Kenichi Handa <handa@m17n.org>
5766
5767 * face-remap.el (text-scale-adjust): Call read-event with a proper
5768 prompt.
5769
5770 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * emacs-lisp/unsafep.el: Don't mark functions that display
5773 messages as safe. Suggested by Johan Bockgård.
5774
5775 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5778 Turn comments into docstrings.
5779
5780 * minibuffer.el (completion--replace): Move point where it belongs
5781 when there's a common suffix (bug#7215).
5782
5783 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5784
5785 Merge read-color and facemenu-read-color (Bug#7242).
5786
5787 * faces.el (read-color): Use the completion code from
5788 facemenu-read-color. Require match in completion. Doc fix.
5789
5790 * facemenu.el (facemenu-read-color): Alias for read-color.
5791 (facemenu-set-foreground, facemenu-set-background):
5792 Use read-color.
5793
5794 * frame.el (set-background-color, set-foreground-color)
5795 (set-cursor-color, set-mouse-color, set-border-color):
5796 Use read-color.
5797
5798 2010-10-24 Leo <sdl.web@gmail.com>
5799
5800 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5801 argument of delete-file and delete-directory (Bug#7011).
5802
5803 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5806 button-buffer-map.
5807
5808 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5809
5810 * emacs-lisp/package.el (package--generate-package-list): Make the
5811 *Packages* buffer read-only.
5812
5813 2010-10-24 Alan Mackenzie <acm@muc.de>
5814
5815 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5816 result of `c-beginning-of-decl-1' between invocations of a lambda
5817 function (Bug #7265).
5818
5819 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5820
5821 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5822 executable is not available on the system (Bug#7268).
5823
5824 2010-10-24 Glenn Morris <rgm@gnu.org>
5825
5826 * select.el (selection-coding-system, next-selection-coding-system):
5827 Sync doc with C versions.
5828
5829 * w32-vars.el (x-select-enable-clipboard):
5830 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5831 * term/common-win.el (x-select-enable-clipboard): Move here.
5832
5833 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5834 definition of C variable.
5835
5836 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5837 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5838 Don't redefine things that are defined in C.
5839 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5840 (show-trailing-whitespace, auto-hscroll-mode)
5841 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5842 Set up the appropriate custom properties.
5843
5844 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5845
5846 Bind "C-c ]" to ...
5847 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5848 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5849 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5850 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5851
5852 2010-10-23 Glenn Morris <rgm@gnu.org>
5853
5854 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5855 say what it was.
5856
5857 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5858 Sync docs with C version.
5859
5860 * term/ns-win.el (xw-defined-colors):
5861 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5862
5863 * term/pc-win.el (x-select-enable-clipboard):
5864 * term/x-win.el (x-select-enable-clipboard):
5865 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5866
5867 * comint.el (comint-password-prompt-regexp): Make it less vague.
5868 Bump version.
5869
5870 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5871
5872 * help.el (finder-by-keyword): Remove unnecessary autoload.
5873
5874 2010-10-22 Glenn Morris <rgm@gnu.org>
5875
5876 * loadup.el: Unconditionally load float-sup.
5877 * paren.el (show-paren-delay):
5878 * emacs-lisp/float-sup.el:
5879 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5880 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5881 (lazy-lock-stealth-verbose): Assume float support.
5882 * ps-print.el: Assume float support on Emacs.
5883 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5884 Remove non-float branch.
5885
5886 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5887 src/Makefile no longer being pre-processed.
5888
5889 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * emacs-lisp/find-func.el (find-library): Use test-completion.
5892
5893 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5894
5895 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5896
5897 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5898
5899 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5900 space in stat format string.
5901 (tramp-send-command): Unset $PS1 when using here documents, in
5902 order not to get several prompts.
5903 (tramp-get-inline-coding): Return `nil' in case of errors.
5904
5905 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5906
5907 * hexl.el (hexl-mode, hexl-mode-exit):
5908 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5909 (hexl-revert-buffer-function): New function.
5910 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5911
5912 2010-10-19 Alan Mackenzie <acm@muc.de>
5913
5914 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5915 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5916 that these keywords aren't wrongly matched as identifiers.
5917
5918 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5919 setting of c-new-BEG and c-new-END from c-before-change to
5920 c-after-change. (Bug#7181)
5921
5922 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5925 Don't mark as safe.
5926
5927 * custom.el (custom-theme-set-variables): Likewise.
5928 (load-theme): Add custom-theme-set-faces and
5929 custom-theme-set-variables to safe-functions while loading.
5930 (custom-enabled-themes): Mark as risky.
5931
5932 2010-10-18 Julien Danjou <julien@danjou.info>
5933
5934 * bindings.el: Remove end dashes in default mode-line-format.
5935
5936 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5939 to delete-forward-char.
5940
5941 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5942 deletechar, and hence delete-forward-char.
5943
5944 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5945
5946 * repeat.el (repeat): Use read-key (bug#6256).
5947
5948 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5949
5950 * emacs-lisp/unsafep.el: Don't mark functions that display
5951 messages as safe. Suggested by Johan Bockgård.
5952
5953 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * minibuffer.el (completion--replace): Move point where it belongs
5956 when there's a common suffix (bug#7215).
5957
5958 2010-10-19 Kenichi Handa <handa@m17n.org>
5959
5960 * international/characters.el: Add category '|' (word breakable)
5961 to fullwidth characters.
5962
5963 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5964
5965 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5966 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5967 order to make stat results a float. Patch by Andreas Schwab
5968 <schwab@linux-m68k.org>.
5969
5970 2010-10-18 Julien Danjou <julien@danjou.info>
5971
5972 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5973 hidden by `make-pointer-invisible'.
5974
5975 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * files.el (locate-file-completion-table): Strip non-matching elements
5978 before checking length of list (bug#7238).
5979
5980 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * custom.el (custom-theme-set-variables): Mark as a safe function.
5983 (load-theme): Check forms using unsafep.
5984
5985 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5986
5987 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5988
5989 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5990 Fix aspell data file searching (bug#7230).
5991
5992 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * cus-theme.el (custom-theme--migrate-settings): New var.
5995 (customize-create-theme): Allow editing the `user' theme.
5996 (custom-theme-add-variable, custom-theme-add-var-1)
5997 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5998 to the front of each variable or face widget.
5999 (custom-theme-write): Save theme settings in the correct order.
6000 Optionally, remove saved settings from user customizations.
6001 (custom-theme-write-variables, custom-theme-write-faces):
6002 Save only the checked widgets.
6003 (customize-themes): Add a link for migrating custom settings.
6004
6005 * custom.el (custom-declare-theme, provide-theme):
6006 Use custom-theme-name-valid-p.
6007 (custom-theme-name-valid-p): Remove checks that are now
6008 unnecessary since themes no longer obey load-path.
6009
6010 * cus-edit.el (custom-variable-value-create): For the simple
6011 style, hide documentation string when hidden.
6012
6013 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * cus-edit.el (custom-variable, custom-face): Combine the
6016 :inhibit-magic and :display-style properties into a single
6017 :custom-style property.
6018 (custom-toggle-hide-variable, custom-toggle-hide-face):
6019 New functions. If hiding an edited value, save it to :shown-value.
6020 (custom-variable-value-create, custom-face-value-create): Use them.
6021 (custom-magic-reset): Allow magic property to be unset.
6022
6023 * custom.el: Custom themes no longer use load-path.
6024 (custom-theme-load-path): New option. Change built-in theme
6025 directory to etc/.
6026 (custom-enabled-themes): Add custom-theme-load-path dependency.
6027 (custom-theme--load-path): New function.
6028 (load-theme, custom-available-themes): Use it.
6029
6030 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
6031 (customize-themes): Link to custom-theme-load-path variable.
6032 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
6033 :custom-style property.
6034
6035 * themes/*.el: Moved to etc/.
6036
6037 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
6038
6039 * textmodes/reftex-cite.el
6040 (reftex-extract-bib-entries-from-thebibliography): Do not move
6041 point when searching for \bibitem entries. Match entries with
6042 spaces or tabs in front of arguments.
6043
6044 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * cus-theme.el (customize-create-theme): Delete overlays after
6047 erasing. If given a THEME arg, display only the faces of that arg
6048 instead of custom-theme--listed-faces.
6049 (custom-theme-variable-menu, custom-theme-variable-action)
6050 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
6051 (custom-theme-add-variable, custom-theme-add-face): Apply value
6052 from the theme settings, instead of the current value.
6053 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
6054 (custom-theme-visit-theme): Allow calling outside theme buffers.
6055 (custom-theme-merge-theme): Don't enable the theme when merging.
6056 (custom-theme-write-variables, custom-theme-write-faces): Use the
6057 :shown-value properties to save buffer values, not global ones.
6058 (customize-themes): Display a warning about user customizations.
6059
6060 * cus-edit.el (custom-variable-value-create)
6061 (custom-face-value-create): Obey new special properties
6062 :shown-value and :inhibit-magic.
6063
6064 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
6065
6066 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
6067 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
6068 <dale@codefu.org>.
6069
6070 2010-10-14 Kenichi Handa <handa@m17n.org>
6071
6072 * mail/rmail.el (rmail-show-message-1): Catch an error of
6073 base64-decode-region and just show an error message (bug#7165).
6074
6075 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
6076 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
6077 a font-spec (bug#7197).
6078
6079 2010-10-14 Glenn Morris <rgm@gnu.org>
6080
6081 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
6082
6083 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * international/mule.el (define-coding-system):
6086 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6087 * composite.el (compose-region): Fix typo in docstring.
6088
6089 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
6092 only after checking the theme-face property.
6093
6094 * faces.el (face-spec-reset-face): Reset all attributes in one
6095 single call to set-face-attribute.
6096 (face-spec-match-p): Make it a defsubst.
6097 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
6098 (x-create-frame-with-faces, tty-create-frame-with-faces)
6099 (tty-set-up-initial-frame-faces): Don't recompute face specs in
6100 frame-set-background-mode, since they are recomputed immediately
6101 afterwards in face-set-after-frame-default.
6102 (face-set-after-frame-default): Minor optimization.
6103 (cursor): Provide non-trivial defface spec.
6104
6105 * custom.el (custom-theme-recalc-face): Simplify.
6106
6107 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
6108
6109 * calc/calc-alg.el (math-var): Rename from `var'.
6110 (math-is-polynomial, math-is-poly-rec): Replace `var'
6111 with `math-var'.
6112
6113 * calc/calcalg2.el (math-var): Rename from `var'.
6114 (calcFunc-table, math-scan-for-limits): Replace `var'
6115 with `math-var'.
6116
6117 2010-10-13 Glenn Morris <rgm@gnu.org>
6118
6119 * subr.el (last): Deal with dotted lists (reported in bug#7174).
6120
6121 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
6122
6123 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
6124
6125 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6126
6127 * net/tls.el (tls-program): Remove spurious %s from openssl.
6128 (tls-starttls-switches): Remove starttls hack.
6129 (open-tls-stream): Ditto.
6130 (tls-find-starttls-argument): Ditto.
6131
6132 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * image.el (image-library-alist): Declare as obsolete alias.
6135 (image-type-available-p): Use `dynamic-library-alist'.
6136
6137 * term/w32-win.el (dynamic-library-alist):
6138 Use instead of `image-library-alist'.
6139
6140 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
6141
6142 * subr.el (last): Make it faster. (Bug#7174)
6143
6144 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
6145
6146 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
6147
6148 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
6151 (describe-theme-1): Extract doc from unloaded themes.
6152
6153 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
6154
6155 * themes/tango-theme.el:
6156 * themes/tango-dark-theme.el:
6157 * themes/wheatgrass-theme.el: New files.
6158
6159 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
6160
6161 * cus-theme.el (describe-theme, customize-themes)
6162 (custom-theme-save): New commands.
6163 (custom-new-theme-mode-map): Bind C-x C-s.
6164 (custom-new-theme-mode): Use custom--initialize-widget-variables.
6165 (customize-create-theme): New optional arg THEME.
6166 (custom-theme-revert): Use it.
6167 (custom-theme-visit-theme): Remove dead code.
6168 (custom-theme-merge-theme): Use custom-available-themes.
6169 (custom-theme-write): Make interactive.
6170 (custom-theme-write): Use custom-theme-name-valid-p.
6171 (describe-theme-1, custom-theme-choose-revert)
6172 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
6173 New funs.
6174 (custom-theme-allow-multiple-selections): New option.
6175 (custom-theme-choose-mode): New major mode.
6176
6177 * custom.el (custom-theme-set-variables): Remove dead code.
6178 Obey custom--inhibit-theme-enable.
6179 (custom--inhibit-theme-enable): New var.
6180 (provide-theme): Obey it.
6181 (load-theme): Replace load with manual read/eval, in order to
6182 check for correctness. Use custom-theme-name-valid-p.
6183 (custom-theme-name-valid-p): New function.
6184 (custom-available-themes): Use it.
6185
6186 * cus-edit.el (custom--initialize-widget-variables): New function.
6187 (Custom-mode): Use it.
6188
6189 * cus-face.el (custom-theme-set-faces): Remove dead code.
6190 Obey custom--inhibit-theme-enable.
6191
6192 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
6193
6194 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
6195
6196 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
6197
6198 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
6199
6200 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
6201 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
6202 (mac-right-option-modifier): New alias for ns-right-option-modifier.
6203
6204 * cus-start.el (all): ns-right-alternate-modifier is new.
6205
6206 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * emacs-lisp/lisp.el (lisp-completion-at-point):
6209 Use emacs-lisp-mode-syntax-table for the whole function.
6210
6211 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
6212
6213 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
6214 instead of font-lock-mode before adding keywords.
6215 Remove hi-lock-mode off code. Remove inhibit hack.
6216 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
6217 non-nil; removed hook inhibit hack.
6218
6219 2010-10-12 Glenn Morris <rgm@gnu.org>
6220
6221 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
6222 (load-path-shadows-find): ... to this.
6223 (list-load-path-shadows): Update for above change.
6224
6225 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
6226
6227 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
6230 Fix comment for declare-function.
6231
6232 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * custom.el (custom-fix-face-spec): New function; code moved from
6235 custom-face-edit-fix-value.
6236 (custom-push-theme): Use it when checking if a face has been
6237 changed outside customize.
6238 (custom-available-themes): New function.
6239 (load-theme): Use it.
6240
6241 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
6242
6243 * custom.el (custom-push-theme): Cleanup (use cond).
6244 (disable-theme): Recompute the saved-face property.
6245 (custom-theme-recalc-face): Follow face alias before setting prop.
6246
6247 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6248 New variables, containing checkbox images.
6249
6250 * startup.el (fancy-startup-tail):
6251 * wid-edit.el (checkbox): Use them.
6252
6253 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
6254
6255 * shell.el (shell-mode-map):
6256 * progmodes/modula2.el (m2-mode-map):
6257 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
6258 * play/mpuz.el (mpuz-mode-map):
6259 * play/landmark.el (lm-mode-map):
6260 * play/decipher.el (decipher-mode-map):
6261 * play/5x5.el (5x5-mode-map):
6262 * net/telnet.el (telnet-mode-map):
6263 * net/quickurl.el (quickurl-list-mode-map):
6264 * net/mairix.el (mairix-searches-mode-map):
6265 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
6266 * net/dig.el (dig-mode-map):
6267 * mail/mspools.el (mspools-mode-map):
6268 * hexl.el (hexl-mode-map):
6269 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
6270 (wordstar-C-o-map, wordstar-C-q-map):
6271 * emacs-lisp/edebug.el (edebug-eval-mode-map):
6272 * emacs-lisp/chart.el (chart-map):
6273 * edmacro.el (edmacro-mode-map):
6274 * erc/erc-list.el (erc-list-menu-mode-map):
6275 * array.el (array-mode-map): Declare and define in one step.
6276
6277 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
6278
6279 2010-10-10 Daiki Ueno <ueno@unixuser.org>
6280
6281 * epa.el (epa-passphrase-callback-function): Display filename
6282 passed as the 3rd arg.
6283 * epa-file.el (epa-file-passphrase-callback-function):
6284 Pass filename to epa-passphrase-callback-function.
6285
6286 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * cus-edit.el (custom-face-widget-to-spec)
6289 (custom-face-get-current-spec, custom-face-state): New functions.
6290 (custom-face-set, custom-face-mark-to-save)
6291 (custom-face-value-create, custom-face-state-set): Use them.
6292
6293 * cus-theme.el (custom-theme--listed-faces): New var.
6294 (customize-create-theme): Use *Custom Theme* as the buffer name.
6295 Set revert-buffer-function. Optional arg BUFFER. Insert all
6296 faces listed in custom-theme--listed-faces.
6297 (custom-theme-revert): New function.
6298 (custom-theme-add-variable, custom-theme-add-face): Insert at the
6299 bottom of the list.
6300 (custom-theme-write): Prompt for theme name if empty.
6301 (custom-theme-write-variables): Use dolist.
6302 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
6303
6304 2010-10-09 Alan Mackenzie <acm@muc.de>
6305
6306 Enhance fontification of declarators to take account of the
6307 presence/absence of "typedef".
6308
6309 * cc-engine.el (c-forward-type): New &optional param
6310 "brace-block-too".
6311 (c-forward-decl-or-cast-1): cdr of return value now indicates the
6312 presence of either or both of a "struct"-like keyword and "typedef".
6313
6314 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
6315 fontification of declarators which follow a "}".
6316 (c-font-lock-declarations): Fontify declarators according to the
6317 presence/absence of "typedef".
6318
6319 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
6320 for "typedef".
6321 (c-typedef-decl-key): New lang variable built from
6322 c-typedef-decl-kwds.
6323
6324 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6325
6326 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
6327 since that's too annoying. Move the filter groups commands to
6328 TAB/backtab.
6329
6330 * epa.el (epa-passphrase-callback-function): Say what we're
6331 querying the password for.
6332
6333 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
6334 behaviour, don't bury the ibuffer buffer when visiting other buffers.
6335
6336 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6337
6338 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6339 (custom-magic-value-create): Pad button tags with spaces.
6340 (custom-face-edit): New variable.
6341 (custom-face-value-create): Determine whether to use the usual
6342 face editor here, instead of using custom-face-selected.
6343 Pass face defaults to custom-face-edit widget.
6344 (custom-face-selected, custom-display-unselected): Delete widgets.
6345 (custom-display-unselected-match): Function removed.
6346 (custom-face-set, custom-face-mark-to-save):
6347 Accept custom-face-edit widgets as the direct widget child.
6348
6349 * wid-edit.el (widget--completing-widget): New var.
6350 (widget-default-complete): Bind it when doing completion.
6351 (widget-string-complete, widget-file-complete): Use it.
6352
6353 2010-10-09 Glenn Morris <rgm@gnu.org>
6354
6355 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6356 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6357 (holiday-hebrew-misc): Small simplifications.
6358
6359 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6360
6361 * net/browse-url.el: Don't require thingatpt, term, dired,
6362 executable, or w3-auto when compiling.
6363 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6364 Declare.
6365 (browse-url-text-emacs): Require term.
6366
6367 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6368
6369 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6370
6371 2010-10-08 Glenn Morris <rgm@gnu.org>
6372
6373 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6374
6375 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6376 (shadows-compare-text-p): Make it an obsolete alias for...
6377 (load-path-shadows-compare-text): ... new name.
6378 (find-emacs-lisp-shadows): Update for above name change.
6379 (load-path-shadows-same-file-or-nonexistent): New name for the old
6380 shadow-same-file-or-nonexistent.
6381
6382 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * minibuffer.el (completion--some, completion--do-completion)
6385 (minibuffer-complete-and-exit, minibuffer-completion-help)
6386 (completion-basic-try-completion)
6387 (completion-basic-all-completions)
6388 (completion-pcm--find-all-completions): Use lexical-let to
6389 avoid some false matches in variable completion (Bug#7056)
6390
6391 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
6392
6393 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6394
6395 2010-10-08 Leo <sdl.web@gmail.com>
6396
6397 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6398 return non-nil if the file exists (Bug#7090).
6399
6400 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * minibuffer.el (completion--replace):
6403 Better preserve markers (bug#7138).
6404
6405 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
6406
6407 * server.el (server-process-filter): Doc fix.
6408
6409 2010-10-08 Drew Adams <drew.adams@oracle.com>
6410
6411 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6412
6413 2010-10-08 Glenn Morris <rgm@gnu.org>
6414
6415 * vc/ediff-wind.el (ediff-setup-control-frame):
6416 * vc/ediff-ptch.el (ediff-default-backup-extension):
6417 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6418 (ediff-exec-process): Remove system-types emx, windows-95.
6419
6420 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6421
6422 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * cus-edit.el (custom-variable, custom-face): Doc fix.
6425 (custom-face-edit): Add value-create attribute.
6426 (custom-face-edit-value-create)
6427 (custom-face-edit-value-visibility-action): New functions.
6428 Hide unused face attributes by default, and add a visibility toggle.
6429 (custom-face-edit-deactivate): Show empty values with shadow face.
6430 (custom-face-selected): Only use this for face specs with default
6431 attributes.
6432 (custom-face-value-create): Cleanup.
6433
6434 * wid-edit.el (widget-checklist-value-create): Use dolist.
6435 (widget-checklist-match-find): Make second arg optional.
6436
6437 2010-10-07 Glenn Morris <rgm@gnu.org>
6438
6439 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6440 Prefix things.
6441
6442 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6443 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6444 load-path-shadows-mode, update references.
6445 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6446 Rename variable and button.
6447 (list-load-path-shadows): Update button caller.
6448
6449 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6452 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6453 (smie-merge-prec2s): Handle those new entries.
6454 (smie-prec2-levels): Only set precedence to nil for actual
6455 openers/closers.
6456 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6457 that is now unnecessary.
6458
6459 2010-10-07 Miles Bader <miles@gnu.org>
6460
6461 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6462
6463 2010-10-07 Glenn Morris <rgm@gnu.org>
6464
6465 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6466 (mail-position-on-field): Remove declarations.
6467 (mail-position-on-field): Autoload it.
6468 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6469 and mail-header-end. Don't require sendmail.
6470
6471 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6472 (shadow-mode): New mode.
6473 (shadow-find-file): New button.
6474 (list-load-path-shadows): Use shadow-mode and buttons.
6475
6476 * iimage.el (iimage-version): Remove.
6477 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6478 Turn into defcustoms.
6479 (iimage-mode-map): Give it a doc string.
6480
6481 * calendar/appt.el (appt-activate): Give a warning rather than an error
6482 if there is no diary-file.
6483
6484 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
6485
6486 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6487 Use `tramp-handle-find-backup-file-name'.
6488
6489 2010-10-06 Glenn Morris <rgm@gnu.org>
6490
6491 * font-core.el (font-lock-defaults-alist): Remove variable.
6492 (font-lock-mode): Doc fix.
6493 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6494 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6495 (font-lock-set-defaults): Doc fix.
6496 Do not consult font-lock-defaults-alist.
6497
6498 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6499
6500 * emacs-lisp/cl.el: No longer provide cl-19.
6501
6502 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
6503
6504 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6505 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6506 New defuns, taken from tramp-smb.el.
6507 (tramp-coding-system-change-eol-conversion)
6508 (tramp-set-process-query-on-exit-flag): Remove.
6509
6510 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
6511 (tramp-compat-coding-system-change-eol-conversion)
6512 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6513 from tramp.el.
6514
6515 * net/tramp-gvfs.el:
6516 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6517 by `tramp-compat-set-process-query-on-exit-flag'.
6518
6519 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6520 Use `tramp-handle-directory-files-and-attributes',
6521 `tramp-handle-file-exists-p' and
6522 `tramp-handle-file-newer-than-file-p'.
6523 (tramp-imap-handle-file-exists-p)
6524 (tramp-imap-handle-file-executable-p)
6525 (tramp-imap-handle-file-readable-p)
6526 (tramp-imap-handle-directory-files-and-attributes)
6527 (tramp-imap-handle-file-newer-than-file-p): Remove.
6528
6529 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6530 by `tramp-compat-set-process-query-on-exit-flag' and
6531 `tramp-coding-system-change-eol-conversion' by
6532 `tramp-compat-coding-system-change-eol-conversion'.
6533
6534 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6535 Use `tramp-handle-directory-files-and-attributes',
6536 `tramp-handle-file-exists-p' and
6537 `tramp-handle-file-newer-than-file-p'.
6538 (tramp-smb-handle-directory-files-and-attributes)
6539 (tramp-smb-handle-file-exists-p)
6540 (tramp-smb-handle-file-newer-than-file-p): Remove.
6541 (tramp-smb-maybe-open-connection):
6542 Replace `tramp-set-process-query-on-exit-flag' by
6543 `tramp-compat-set-process-query-on-exit-flag'.
6544
6545 2010-10-05 Glenn Morris <rgm@gnu.org>
6546
6547 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6548
6549 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6550
6551 Continue reorganization of load dependencies. (Bug#7156)
6552
6553 * net/tramp.el (tramp-handle-file-local-copy-hook)
6554 (tramp-delete-temp-file-function): Move down.
6555 (tramp-exists-file-name-handler): Move up.
6556 (tramp-register-file-name-handlers): Simplify autoload.
6557 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6558 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6559 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6560 (tramp-handle-file-name-completion)
6561 (tramp-handle-file-name-directory)
6562 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6563 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6564 (tramp-handle-find-backup-file-name)
6565 (tramp-handle-insert-file-contents, tramp-handle-load)
6566 (tramp-handle-substitute-in-file-name)
6567 (tramp-handle-unhandled-file-name-directory)
6568 (tramp-mode-string-to-int, tramp-local-host-p)
6569 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6570
6571 * net/tramp-gvfs.el (top):
6572 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6573
6574 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6575 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6576
6577 2010-10-04 Glenn Morris <rgm@gnu.org>
6578
6579 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6580 (appt-activate): Give status messages.
6581
6582 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6583
6584 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6585 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6586 `gnutls-negotiate' (formerly `starttls-negotiate').
6587 Remove trivial wrapper `starttls-open-stream'.
6588
6589 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6590
6591 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6592 log-outgoing commands.
6593 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6594 to create a buffer local revert-buffer-function variable.
6595 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6596 revert-buffer-function lambda.
6597
6598 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6599
6600 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6601 `gnutls-boot'. Make TYPE the only required parameter.
6602 Allow TRUSTFILES and KEYFILES to be lists.
6603 (open-ssl-stream): Use it.
6604
6605 2010-10-03 Glenn Morris <rgm@gnu.org>
6606
6607 * subr.el (directory-sep-char): Remove obsolete variable.
6608 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6609 it is "necessary".
6610
6611 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6612 * vc/vc.el (vc-static-header-alist): Doc fix.
6613 * vc/vc-cvs.el (vc-cvs-header):
6614 * vc/vc-rcs.el (vc-rcs-header):
6615 * vc/vc-sccs.el (vc-sccs-header):
6616 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6617 * obsolete/vc-mcvs.el (vc-mcvs-header):
6618 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6619 on XEmacs.
6620
6621 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6624 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6625
6626 2010-10-03 Glenn Morris <rgm@gnu.org>
6627
6628 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6629
6630 * textmodes/rst.el (rst-font-lock-keywords-function):
6631 Drop Emacs 20 code.
6632
6633 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6634
6635 * printing.el: Drop Emacs 20 code.
6636
6637 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6638 without having used appt.el already).
6639
6640 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6641 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6642 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6643 XEmacs.
6644 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6645 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6646
6647 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6648 (charset-width, find-charset-region, chars-in-region, forward-point)
6649 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6650 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6651 Remove compatibility cruft (none of these are used by ps*.el).
6652
6653 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6654
6655 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6656
6657 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * server.el (server-process-filter, server-return-error):
6660 Give emacsclient time to shut down after receiving an error string.
6661
6662 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6663
6664 * files.el (remote-file-name-inhibit-cache): New defcustom.
6665
6666 * time.el (display-time-file-nonempty-p):
6667 Use `remote-file-name-inhibit-cache'.
6668
6669 * net/tramp.el (tramp-completion-reread-directory-timeout):
6670 Fix docstring.
6671
6672 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6673 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6674 `remote-file-name-inhibit-cache'. Check also for an integer
6675 value. Add/increase counter when `tramp-verbose' >= 10.
6676 (tramp-set-file-property): Add/increase counter when
6677 `tramp-verbose' >= 10.
6678
6679 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6680 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6681 (tramp-bug): Set tramp-autoload cookie. Report all interned
6682 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6683 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6684 characters only in strings.
6685
6686 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6687 to backward compatibility.
6688
6689 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6690 (tramp-handle-file-name-all-completions)
6691 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6692 (tramp-open-connection-setup-interactive-shell):
6693 Call `tramp-cleanup-connection' directly.
6694
6695 2010-10-02 Glenn Morris <rgm@gnu.org>
6696
6697 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6698
6699 * subr.el (char-bytes): Remove obsolete function.
6700
6701 * isearch.el (isearch-return-char): Remove obsolete function.
6702
6703 * mouse.el: No longer provide mldrag.
6704 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6705 Remove obsolete aliases.
6706
6707 * comint.el (comint-kill-output): Remove obsolete alias.
6708
6709 * composite.el (decompose-composite-char): Remove obsolete function.
6710 * ps-def.el (decompose-composite-char): Remove unused function.
6711
6712 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6713
6714 * outline.el (outline-visible): Remove obsolete function.
6715
6716 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6717 * faces.el (internal-find-face, internal-get-face)
6718 (frame-update-faces, frame-update-face-colors)
6719 (x-frob-font-weight, x-frob-font-slant)
6720 (internal-frob-font-weight, internal-frob-font-slant)
6721 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6722 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6723 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6724 since Emacs 21.1.
6725 * emulation/viper-util.el (viper-get-face):
6726 * obsolete/lucid.el (find-face, get-face): Use facep.
6727 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6728 Remove unused functions.
6729 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6730
6731 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6732 delete tempfile if interrupted during compilation.
6733
6734 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6735
6736 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6737 gnutls-cli.
6738 (tls-program): Add --insecure to be consistent with the defaults from
6739 openssl s_client. Now all three commands are insecure.
6740
6741 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6742
6743 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6744 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6745 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6746
6747 2010-10-01 Glenn Morris <rgm@gnu.org>
6748
6749 * obsolete/sc.el: Remove file.
6750
6751 * files.el (temporary-file-directory): On darwin, also try
6752 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6753
6754 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6757 Let's not break compatibility gratuitously, shall we?
6758
6759 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6760
6761 * net/tls.el (tls-starttls-switches): New variable.
6762 (tls-find-starttls-argument): Use it.
6763 (open-tls-stream): Ditto.
6764
6765 * net/netrc.el (netrc-credentials): Return the value of the "default"
6766 entry.
6767 (netrc-machine): Ditto.
6768
6769 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6770
6771 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6772
6773 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * server.el (server-start): Don't write pid to the authentication file.
6776 (server-create-tty-frame): Don't send pid.
6777 (server-process-filter): Send pid at the start of every connection.
6778
6779 2010-09-30 Glenn Morris <rgm@gnu.org>
6780
6781 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6782 (show-all-diary-entries): Remove obsolete function aliases.
6783
6784 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6785 Remove options, obsolete since 22.1.
6786 (appt-display-format, appt-display-message):
6787 Remove backwards-compatibility code.
6788 (appt-check): No longer check appt-issue-message.
6789 (appt-make-list): No longer autoload it. Doc fix. No longer
6790 activate the package.
6791
6792 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6793
6794 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6795 (starttls-negotiate): Just call boot, and let the handshake be
6796 triggered from the read loop.
6797
6798 2010-09-29 Glenn Morris <rgm@gnu.org>
6799
6800 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6801 not displaying the diary.
6802 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6803 * calendar/appt.el (appt-check): No longer need to kill diary.
6804
6805 * calendar/diary-lib.el (diary-list-entries): Move the
6806 "Preparing..." message entirely here.
6807 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6808 messages to diary-list-entries.
6809 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6810 diary-display-function.
6811
6812 * calendar/diary-lib.el (diary-include-other-diary-files):
6813 Trap some recursive includes.
6814
6815 * calendar/appt.el (appt-activate): Check diary file.
6816
6817 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6818
6819 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6820 construction.
6821
6822 * calendar/time-date.el: No need to require cl for Emacs 21.
6823
6824 2010-09-28 Glenn Morris <rgm@gnu.org>
6825
6826 * calendar/appt.el (appt-check): Minor simplification.
6827
6828 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6829
6830 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6831 citation prefix.
6832
6833 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6834
6835 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6836 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6837
6838 2010-09-27 Kenichi Handa <handa@m17n.org>
6839
6840 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6841 "ustar" format.
6842
6843 2010-09-27 Kenichi Handa <handa@m17n.org>
6844
6845 * international/mule.el (define-coding-system): Docstring fixed.
6846
6847 * international/mule-diag.el (describe-character-set): Use princ
6848 with proper print-length and print-level instead of insert.
6849
6850 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6851
6852 * window.el (walk-windows): Doc fix (bug#7105).
6853
6854 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 * emacs-lisp/float-sup.el (e): Remove.
6857
6858 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6859
6860 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6861 variable.
6862 (starttls-negotiate): Use it.
6863
6864 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6865
6866 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6867 back.
6868
6869 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6872
6873 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6874
6875 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6876
6877 * net/netrc.el (netrc-store-data): New function.
6878
6879 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6880
6881 * net/gnutls.el: GnuTLS glue code to set up a connection.
6882
6883 2010-09-25 Julien Danjou <julien@danjou.info>
6884
6885 * notifications.el: Call dbus-register-signal only if it is bound.
6886
6887 2010-09-25 Glenn Morris <rgm@gnu.org>
6888
6889 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6890 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6891 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6892 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6893 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6894 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6895 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6896 * eshell/esh-util.el, eshell/esh-var.el:
6897 Remove leading `*' from docs of faces and defcustoms.
6898
6899 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6900
6901 * eshell/em-ls.el (eshell-ls-archive-regexp):
6902 * eshell/esh-util.el (eshell-tar-regexp):
6903 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6904 * info.el (Info-suffix-list):
6905 * international/mule.el (auto-coding-alist):
6906 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6907 * progmodes/etags.el (tags-compression-info-list):
6908 Support xz compression.
6909
6910 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * files.el (get-free-disk-space): Don't assume the "df" output
6913 columns line up (Bug#6995).
6914
6915 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * finder.el (finder-unknown-keywords):
6918 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6919 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6920
6921 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6922
6923 * server.el (server-start): Revert part of 2010-08-08 change. Using
6924 address 127.0.0.1 for local host is now done in Fmake_network_process.
6925
6926 2010-09-24 Glenn Morris <rgm@gnu.org>
6927
6928 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6929 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6930 * textmodes/css-mode.el, textmodes/dns-mode.el:
6931 Move autoloaded auto-mode-alist entries to files.el.
6932 * files.el (auto-mode-alist): Move entries here.
6933
6934 2010-09-23 Glenn Morris <rgm@gnu.org>
6935
6936 * isearch.el (isearch-lazy-highlight-cleanup)
6937 (isearch-lazy-highlight-initial-delay)
6938 (isearch-lazy-highlight-interval)
6939 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6940 * net/net-utils.el (ipconfig-program-options):
6941 Move aliases to options before the associated definitions.
6942
6943 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * newcomment.el (comment-normalize-vars): Better test validity of
6946 comment-end-skip.
6947
6948 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6951 (float-e): New name for `e'.
6952 (degrees-to-radians, radians-to-degrees):
6953 * calendar/solar.el (solar-longitude):
6954 * calculator.el (calculator-registers, calculator-funcall):
6955 * textmodes/artist.el (artist-spray-random-points):
6956 * play/bubbles.el (bubbles--initialize-images): Use new names.
6957
6958 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6959
6960 Update to CEDET 1.0's version of EIEIO.
6961
6962 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6963 New function.
6964 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6965 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6966 (class-precedence-list): If class is nil, return nil.
6967 (eieio-generic-call): If class of first input arg is nil, don't
6968 look up static methods, and do check for primary methods.
6969 (initialize-instance): See if the default needs to be evaluated
6970 during the constructor.
6971 (eieio-perform-slot-validation-for-default): Don't do the check
6972 for values that will eventually be evaluated.
6973 (eieio-eval-default-p): New function.
6974 (eieio-default-eval-maybe): Use it.
6975
6976 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6977
6978 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6979 method-invocation-order.
6980 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6981 (eieio-class-precedence-dfs): Compute class precedence list using
6982 dfs algorithm.
6983 (eieio-class-precedence-bfs): Compute class precedence list using
6984 bfs algorithm.
6985 (eieio-class-precedence-c3): Compute class precedence list using
6986 c3 algorithm.
6987 (class-precedence-list): New function.
6988 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6989 (inconsistent-class-hierarchy): New error symbol.
6990 (call-next-method): Stow the replacement argument list for future
6991 call-next-method invocations.
6992
6993 2010-09-23 Glenn Morris <rgm@gnu.org>
6994
6995 * calendar/appt.el (appt-check): If not displaying the diary,
6996 use (diary 1) to only get the entries we need.
6997 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6998 that it is in day order. (Bug#7019)
6999
7000 * calendar/appt.el (appt-check): Rather than showing the diary,
7001 just turn off invisible display, and only if needed.
7002
7003 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
7004
7005 2010-09-23 Glenn Morris <rgm@gnu.org>
7006
7007 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
7008 (byte-compile-defvar, byte-compile-cl-warn):
7009 Start warnings with lower-case, like the majority.
7010
7011 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
7012
7013 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
7014
7015 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
7016 * files.el (auto-mode-alist): Move ld-script entries here, further down
7017 the list.
7018
7019 * vc/add-log.el: Don't require timezone when compiling.
7020 (timezone-make-date-sortable): Autoload it.
7021 (change-log-sortable-date-at): Don't require timezone.
7022 Use `ignore-errors'.
7023
7024 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7025 Move alias before definition, so it does not need autoloading.
7026
7027 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
7028 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
7029 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
7030 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
7031 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
7032 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
7033 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
7034 * textmodes/tex-mode.el, textmodes/two-column.el:
7035 Remove leading `*' from docs of defcustoms etc.
7036
7037 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
7038
7039 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
7040
7041 2010-09-22 Dan Christensen <jdc@uwo.ca>
7042
7043 * calendar/time-date.el (date-to-time): Try using parse-time-string
7044 first before using the slower timezone-make-date-arpa-standard.
7045
7046 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7047
7048 * calendar/time-date.el (format-seconds): Comment fix.
7049
7050 2010-09-22 Glenn Morris <rgm@gnu.org>
7051
7052 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
7053 is not automatically buffer-local.
7054
7055 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
7058 (smie-indent-comment): Be more careful with comment-start-skip.
7059 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
7060 (smie-indent-functions): Use them.
7061
7062 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
7063
7064 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
7065
7066 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
7067
7068 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
7069 tool-bar-position. Don't modify frame parameters here.
7070 (menu-bar-options-save): Add tool-bar-position.
7071
7072 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
7073
7074 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * textmodes/reftex-parse.el (reftex-what-macro)
7077 (reftex-context-substring): Let-bind forward-sexp-function to nil
7078 since we don't need/want to treat \begin...\end as a block (bug#7053).
7079
7080 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
7081
7082 * simple.el (blink-matching-open): Use syntax-class.
7083
7084 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
7085 Set invisibility spec for pascal's outline mode.
7086 (pascal-outline-change): Clean up calling convention.
7087 (pascal-show-all, pascal-hide-other-defuns): Update callers.
7088
7089 * progmodes/prolog.el (prolog-smie-forward-token)
7090 (prolog-smie-backward-token): New functions.
7091 (prolog-mode-variables): Use them to parse "!," correctly.
7092 Set up smie-blink-matching for ".".
7093
7094 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
7095 and `end'.
7096 (ispell-region, ispell-process-line): Update users.
7097
7098 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
7099 point-min==1.
7100
7101 * textmodes/ispell.el: Fix commenting convention.
7102 (ispell-parse-output): Simplify, use push.
7103 (ispell-region): Use match-string-no-properties.
7104 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
7105 (ispell-minor-mode): Use define-minor-mode.
7106 (ispell-message): Remove unused var `skip-regexp'.
7107 (ispell-add-per-file-word-list): Use dynamic let-binding.
7108 Try and use the proper comment marker.
7109
7110 * mail/sendmail.el: Fix commenting convention.
7111 (sendmail-send-it): Use line-beginning-position.
7112
7113 * help-fns.el (describe-variable): Add original value, if applicable.
7114
7115 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
7116
7117 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
7118
7119 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
7120
7121 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
7124 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
7125 (smie-prec2-levels): Use them to better diagnose precedence cycles.
7126 (smie-blink-matching-check): Don't signal a mismatch if car is t.
7127 (smie-blink-matching-open): Rewrite to remove assumptions, so that
7128 something like "." can also be a closer.
7129 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
7130 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
7131 Rename internal functions to use "--". Update callers.
7132
7133 * frame.el (make-frame-names-alist): Don't list frames on other displays.
7134
7135 * fringe.el (fringe-styles): New var.
7136 (fringe-mode, fringe-query-style): Use it.
7137
7138 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
7139
7140 * progmodes/sql.el: Version 2.8
7141 (sql-login-params): Update widget structure; changes still needed.
7142 (sql-product-alist): Add :list-all and :list-table features for
7143 SQLite, Postgres and MySQL products.
7144 (sql-redirect): Handle default value.
7145 (sql-execute, sql-execute-feature): New functions.
7146 (sql-read-table-name): New function.
7147 (sql-list-all, sql-list-table): New functions. User API.
7148 (sql-mode-map, sql-interactive-mode-map): Add key definitions
7149 for above functions.
7150 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
7151 for above functions.
7152 (sql-postgres-login-params): Add user and database defaults.
7153 (sql-buffer-live-p): Bug fix.
7154 (sql-product-history): New variable.
7155 (sql-read-product): New function. Use it.
7156 (sql-set-product, sql-product-interactive): Use it.
7157 (sql-connection-history): New variable.
7158 (sql-read-connection): New function. Use it.
7159 (sql-connect): New function.
7160 (sql-for-each-login): Redesign function interface.
7161 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
7162 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
7163 (sql-comint): Check for program. Existing live buffer.
7164 (sql-comint-postgres): Add port parameter.
7165
7166 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * emacs-lisp/warnings.el: Fix commenting convention.
7169 (display-warning): Use special mode and make the buffer read-only.
7170
7171 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
7172
7173 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
7174 empty string when it follows a repeated or optional pattern.
7175
7176 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * indent.el (indent-according-to-mode): Apply syntax-propertize.
7179 (indent-region): Use indent-according-to-mode.
7180
7181 2010-09-18 Eli Zaretskii <eliz@gnu.org>
7182
7183 * fringe.el (fringe-mode): Doc fix.
7184
7185 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7186
7187 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
7188 refreshing the preview buffer.
7189
7190 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
7193 (latex-syntax-propertize-rules): New consts; replace
7194 tex-font-lock-syntactic-keywords.
7195 (tex-env-mark, latex-env-before-change): New functions.
7196 (latex-electric-env-pair-mode): New minor mode.
7197 (tex-font-lock-verb): Change arguments; do move point.
7198 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
7199 representation as a form of comment.
7200 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
7201 (doctex-syntax-propertize-rules): New const; replaces
7202 doctex-font-lock-syntactic-keywords.
7203 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
7204
7205 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
7206 (fortran-make-syntax-propertize-function): New function; replaces
7207 fortran-font-lock-syntactic-keywords.
7208 (fortran-mode): Use it.
7209 (fortran-line-length): Use it. Improve interactive spec.
7210
7211 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
7212 (syntax-propertize-rules): Add var-ref case. Fix offset computation
7213 when adding surrounding \(..\).
7214
7215 * progmodes/js.el (js-mode): Fix last change (bug#7054).
7216
7217 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
7220 Use with-current-buffer.
7221
7222 * isearch.el (isearch-face): Rename from `isearch'.
7223 (isearch-highlight): Use new name.
7224
7225 2010-09-17 Eli Zaretskii <eliz@gnu.org>
7226
7227 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
7228 5, for `half' width fringes. (Bug#6933)
7229
7230 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7233 (byte-compile-defvar): "foo/bar" does not lack a prefix.
7234
7235 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
7236
7237 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
7238
7239 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
7240 in calculating new frame position. Add more space between new and
7241 parent on the left (Bug#7048).
7242
7243 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
7244
7245 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
7246 defmacro.
7247
7248 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
7251
7252 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
7253 obsolete alias for x-selection-value.
7254
7255 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
7256
7257 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
7258
7259 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
7260 cookie.
7261
7262 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
7263
7264 * net/tramp-compat.el (tramp-compat-with-temp-message)
7265 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
7266 (tramp-compat-process-put): New defuns.
7267
7268 * net/tramp.el (top):
7269 * net/tramp-gvfs.el (top):
7270 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
7271
7272 * net/tramp.el (tramp-progress-reporter-update):
7273 Use `tramp-compat-funcall'.
7274
7275 * net/tramp.el (tramp-process-actions):
7276 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7277 * net/tramp-sh.el (tramp-handle-vc-registered)
7278 (tramp-get-remote-stat, tramp-get-remote-readlink):
7279 Use `tramp-compat-with-temp-message'.
7280
7281 * net/tramp-sh.el (top): Require 'cl.
7282 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
7283 (tramp-open-connection-setup-interactive-shell):
7284 Use `tramp-compat-process-put'.
7285
7286 2010-09-15 Alan Mackenzie <acm@muc.de>
7287
7288 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
7289 indentation.
7290 (c-forward-<>-arglist-recur): Fix an infinite recursion.
7291
7292 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7295 `lexical' for warnings related to lexical scoping.
7296 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
7297 global vars which don't have a prefix and could hence affect lexical
7298 scoping in unrelated files.
7299
7300 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7301
7302 * net/imap.el: Revert back to version
7303 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7304 seem problematic.
7305
7306 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7307
7308 * obsolete/old-whitespace.el (whitespace-unload-function):
7309 Explicitly pass `obarray' to `unintern' to avoid a warning.
7310
7311 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
7314 Add `when' argument. Update callers.
7315
7316 * subr.el (unintern): Declare the obarray arg mandatory.
7317
7318 2010-09-14 Glenn Morris <rgm@gnu.org>
7319
7320 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
7321 Doc fixes.
7322
7323 * calendar/diary-lib.el (diary-included-files): New variable.
7324 (diary-list-entries): Maybe initialize diary-included-files.
7325 (diary-include-other-diary-files): Append to diary-included-files.
7326 * calendar/appt.el (appt-update-list): Also check the members of
7327 diary-included-files. (Bug#6999)
7328 (appt-check): Doc fix.
7329
7330 2010-09-14 David Reitter <david.reitter@gmail.com>
7331
7332 * simple.el (line-move-visual): Do not truncate goal column to
7333 integer size. (Bug#7020)
7334
7335 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * repeat.el (repeat): Allow repeating when the last event is a click.
7338 Suggested by Drew Adams (bug#6256).
7339
7340 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
7341
7342 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
7343 Replace setting HGRCPATH to "" by some less invasive --config options.
7344
7345 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * font-lock.el (font-lock-beginning-of-syntax-function):
7348 Mark as obsolete.
7349
7350 2010-09-14 Glenn Morris <rgm@gnu.org>
7351
7352 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7353 and tool-bar modes. (Bug#6211)
7354 (menu-bar-mode): Move setting of standard-value after the
7355 minor-mode definition, otherwise it seems to have no effect.
7356
7357 2010-09-14 Masatake YAMATO <yamato@redhat.com>
7358
7359 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7360 Fix typo. (Bug#6976)
7361
7362 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7363
7364 * whitespace.el: Allow cleaning up blanks without blank
7365 visualization (Bug#6651). Adjust help window for
7366 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7367 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7368 (whitespace-style): Add new value 'face. Adjust docstring.
7369 (whitespace-space, whitespace-hspace, whitespace-tab):
7370 Adjust foreground property face.
7371 (whitespace-line-column): Adjust docstring and type declaration.
7372 (whitespace-style-value-list, whitespace-toggle-option-alist)
7373 (whitespace-help-text): Adjust const initialization.
7374 (whitespace-toggle-options, global-whitespace-toggle-options):
7375 Adjust docstring.
7376 (whitespace-display-window, whitespace-interactive-char)
7377 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7378 (whitespace-help-scroll): New fun.
7379
7380 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7381
7382 * calendar/time-date.el (format-seconds): Comment fix.
7383
7384 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7385
7386 * progmodes/sql.el: Version 2.7.
7387 (sql-buffer-live-p): Improve detection.
7388 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7389 (sql-set-sqli-buffer): Use it.
7390 (sql-product-interactive): Run `sql-set-sqli-hook'.
7391 (sql-rename-buffer): Code cleanup.
7392 (sql-redirect, sql-redirect-value): New functions. More to come.
7393
7394 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
7395
7396 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.
7397 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7398 (TRAMP_SRC): New macro.
7399 ($(lisp)/net/tramp-loaddefs.el): New target.
7400
7401 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
7402
7403 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7404
7405 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7406
7407 * net/tramp.el (top): Don't show loading message. Require just
7408 'tramp-compat, everything else is required there.
7409 Use `ignore-errors' where appropriate.
7410 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7411 (tramp-terminal-type, tramp-end-of-output)
7412 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7413 (tramp-completion-function-alist-ssh)
7414 (tramp-completion-function-alist-telnet)
7415 (tramp-completion-function-alist-su)
7416 (tramp-completion-function-alist-putty, tramp-remote-path)
7417 (tramp-remote-process-environment, tramp-sh-extra-args)
7418 (tramp-actions-before-shell, tramp-uudecode)
7419 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7420 (tramp-perl-file-attributes)
7421 (tramp-perl-directory-files-and-attributes)
7422 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7423 (tramp-perl-encode, tramp-perl-decode)
7424 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7425 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7426 (tramp-handle-make-symbolic-link, tramp-handle-load)
7427 (tramp-handle-file-name-as-directory)
7428 (tramp-handle-file-name-directory)
7429 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7430 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7431 (tramp-do-file-attributes-with-ls)
7432 (tramp-do-file-attributes-with-perl)
7433 (tramp-do-file-attributes-with-stat)
7434 (tramp-handle-set-visited-file-modtime)
7435 (tramp-handle-verify-visited-file-modtime)
7436 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7437 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7438 (tramp-handle-file-selinux-context)
7439 (tramp-handle-set-file-selinux-context)
7440 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7441 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7442 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7443 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7444 (tramp-handle-file-ownership-preserved-p)
7445 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7446 (tramp-handle-directory-files-and-attributes)
7447 (tramp-do-directory-files-and-attributes-with-perl)
7448 (tramp-do-directory-files-and-attributes-with-stat)
7449 (tramp-handle-file-name-all-completions)
7450 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7451 (tramp-handle-copy-file, tramp-handle-copy-directory)
7452 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7453 (tramp-do-copy-or-rename-file-via-buffer)
7454 (tramp-do-copy-or-rename-file-directly)
7455 (tramp-do-copy-or-rename-file-out-of-band)
7456 (tramp-handle-make-directory, tramp-handle-delete-directory)
7457 (tramp-handle-delete-file)
7458 (tramp-handle-dired-recursive-delete-directory)
7459 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7460 (tramp-handle-insert-directory)
7461 (tramp-handle-unhandled-file-name-directory)
7462 (tramp-handle-expand-file-name)
7463 (tramp-handle-substitute-in-file-name)
7464 (tramp-handle-executable-find, tramp-process-sentinel)
7465 (tramp-handle-start-file-process, tramp-handle-process-file)
7466 (tramp-handle-call-process-region, tramp-handle-shell-command)
7467 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7468 (tramp-handle-insert-file-contents)
7469 (tramp-handle-insert-file-contents-literally)
7470 (tramp-handle-find-backup-file-name)
7471 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7472 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7473 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7474 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7475 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7476 (tramp-find-file-exists-command, tramp-open-shell)
7477 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7478 (tramp-open-connection-setup-interactive-shell)
7479 (tramp-local-coding-commands, tramp-remote-coding-commands)
7480 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7481 (tramp-inline-compress-commands, tramp-find-inline-compress)
7482 (tramp-compute-multi-hops, tramp-maybe-open-connection)
7483 (tramp-send-command, tramp-wait-for-output)
7484 (tramp-send-command-and-check, tramp-barf-unless-okay)
7485 (tramp-send-command-and-read, tramp-mode-string-to-int)
7486 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7487 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7488 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7489 (tramp-method-out-of-band-p, tramp-local-host-p)
7490 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7491 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7492 (tramp-get-test-command, tramp-get-test-nt-command)
7493 (tramp-get-file-exists-command, tramp-get-remote-ln)
7494 (tramp-get-remote-perl, tramp-get-remote-stat)
7495 (tramp-get-remote-readlink, tramp-get-remote-trash)
7496 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7497 (tramp-get-local-uid, tramp-get-local-gid)
7498 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
7499 tramp-sh.el.
7500 (tramp-methods, tramp-default-method-alist)
7501 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7502 Move initialization to tramp-sh.el.
7503 (tramp-temp-name-prefix): Make it a defconst.
7504 (tramp-dissect-file-name): Don't check anymore for multi-hop
7505 methods.
7506 (tramp-debug-outline-regexp): Add a docstring.
7507 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
7508 (tramp-get-debug-buffer): Use it.
7509
7510 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7511 initialization forms.
7512 (tramp-set-connection-property): Don't protect `tramp-message'
7513 call, it isn't necessary any longer.
7514 (tramp-dump-connection-properties): Use `ignore-errors'.
7515
7516 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7517 'password-cache and 'auth-source.
7518
7519 * net/tramp-gvfs.el (top):
7520 * net/tramp-smb.el (top): Require 'tramp-sh.
7521
7522 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7523
7524 * net/tramp-sh.el: New file, derived from tramp.el.
7525 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7526 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7527 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7528 Use `ignore-errors' where appropriate.
7529 (tramp-sh-file-name-handler-alist): Rename from
7530 `tramp-file-name-handler-alist'.
7531 (tramp-send-command-and-check): Return t or nil. Remove all
7532 `zerop' checks, where called.
7533 (tramp-handle-set-file-modes)
7534 (tramp-do-copy-or-rename-file-directly)
7535 (tramp-handle-delete-directory, tramp-handle-delete-file)
7536 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7537 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7538 (tramp-get-remote-ln): Set tramp-autoload cookie.
7539
7540 * net/tramp-fish.el: Remove file.
7541
7542 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7543
7544 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7545 buffer-file-name to avoid file-locking. (Bug#7026)
7546
7547 2010-09-13 Julien Danjou <julien@danjou.info>
7548
7549 * notifications.el (notifications-notify): Add support for
7550 image-path and sound-name.
7551 (notifications-specification-version): Add this variable.
7552
7553 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7556
7557 2010-09-12 Leo <sdl.web@gmail.com>
7558
7559 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7560 (rcirc-completion-start): New variables.
7561 (rcirc-nick-completions): Rename to rcirc-completions.
7562 (rcirc-nick-completion-start-offset): Delete.
7563 (rcirc-completion-at-point): New function for constructing
7564 completion data for both nicks and irc commands. Add to
7565 completion-at-point-functions in rcirc mode.
7566 (rcirc-complete): Rename from rcirc-nick-complete; use
7567 rcirc-completion-at-point.
7568 (defun-rcirc-command): Update rcirc-client-commands.
7569
7570 2010-09-11 Glenn Morris <rgm@gnu.org>
7571
7572 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7573 atomically, to avoid parallel build errors. (Bug#4196)
7574
7575 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7576
7577 * progmodes/sql.el: Version 2.6
7578 (sql-dialect): Synonym for "sql-product".
7579 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7580 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7581 Set "sql-buffer" to buffer name not buffer object so multiple sql
7582 interactive buffers work properly. Reverts misguided changes in
7583 earlier work.
7584 (sql-comint): Make sure different buffer name is used if "*SQL*"
7585 buffer is for a different product.
7586 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7587 login param.
7588 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7589 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7590 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7591 Accept new buffer name or prompt for one.
7592 (sql-port): Default to zero.
7593 (sql-comint-mysql): Handle "sql-port" as a numeric.
7594 (sql-port-history): Delete unused variable.
7595 (sql-get-login): Default "sql-port" to a number.
7596 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7597 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7598 "sqlite3" executables.
7599 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7600 (sql-buffer-live-p): New function.
7601 (sql-mode-menu, sql-send-string): Use it.
7602 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7603 syntax pattern.
7604 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7605 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7606
7607 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7608
7609 * net/netrc.el (netrc-credentials): New convenience function.
7610
7611 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7614 to replace texinfo-font-lock-syntactic-keywords.
7615 (texinfo-mode): Use it.
7616
7617 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7618 Use syntax-propertize-function.
7619
7620 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7621 replace sgml-font-lock-syntactic-keywords.
7622 (sgml-mode): Use it.
7623
7624 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7625 since we don't use it.
7626
7627 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7628
7629 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7630 if available.
7631 (vhdl-fontify-buffer): Adjust.
7632
7633 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7634 replace tcl-font-lock-syntactic-keywords.
7635 (tcl-mode): Use it.
7636
7637 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7638 replace simula-font-lock-syntactic-keywords.
7639 (simula-mode): Use it.
7640
7641 * progmodes/sh-script.el (sh-st-symbol): Remove.
7642 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7643 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7644 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7645 (sh-font-lock-paren): Set syntax-multiline.
7646 (sh-font-lock-syntactic-keywords): Remove.
7647 (sh-syntax-propertize-function): New function to replace it.
7648 (sh-mode): Use it.
7649
7650 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7651 Define while compiling.
7652 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7653 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7654 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7655 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7656 (ruby-here-doc-end-syntax): Only define when
7657 syntax-propertize is not available.
7658 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7659 New functions.
7660 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7661 (electric-indent-chars): Silence bytecompiler.
7662 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7663 electric-indent-chars.
7664
7665 * progmodes/python.el (python-syntax-propertize-function): New var to
7666 replace python-font-lock-syntactic-keywords.
7667 (python-mode): Use it.
7668 (python-quote-syntax): Simplify and adjust to new use.
7669
7670 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7671 replace perl-font-lock-syntactic-keywords.
7672 (perl-syntax-propertize-special-constructs): New fun to replace
7673 perl-font-lock-special-syntactic-constructs.
7674 (perl-font-lock-syntactic-face-function): New fun.
7675 (perl-mode): Use it.
7676
7677 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7678 to replace octave-font-lock-close-quotes.
7679 (octave-syntax-propertize-function): New function to replace
7680 octave-font-lock-syntactic-keywords.
7681 (octave-mode): Use it.
7682
7683 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7684 replaces mixal-font-lock-syntactic-keywords.
7685 (mixal-mode): Use it.
7686
7687 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7688 New var; replaces makefile-font-lock-syntactic-keywords.
7689 (makefile-mode): Use it.
7690 (makefile-imake-mode): Adjust.
7691
7692 * progmodes/js.el (js--regexp-literal): Define while compiling.
7693 (js-syntax-propertize-function): New var; replaces
7694 js-font-lock-syntactic-keywords.
7695 (js-mode): Use it.
7696
7697 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7698 replaces gdb-script-font-lock-syntactic-keywords.
7699 (gdb-script-mode): Use it.
7700
7701 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7702 (fortran--font-lock-syntactic-keywords): New var.
7703 (fortran-line-length): Update syntax-propertize-function and
7704 fortran--font-lock-syntactic-keywords.
7705
7706 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7707
7708 * progmodes/cfengine.el (cfengine-mode):
7709 Use syntax-propertize-function.
7710 (cfengine-font-lock-syntactic-keywords): Remove.
7711
7712 * progmodes/autoconf.el (autoconf-mode):
7713 Use syntax-propertize-function.
7714 (autoconf-font-lock-syntactic-keywords): Remove.
7715
7716 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7717 (ada-after-change-function, ada-initialize-syntax-table-properties)
7718 (ada-handle-syntax-table-properties): Only define when
7719 syntax-propertize is not available.
7720 (ada-mode): Use syntax-propertize-function.
7721
7722 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7723 (font-lock-fontify-syntactic-keywords-region): Move handling of
7724 font-lock-syntactically-fontified to...
7725 (font-lock-default-fontify-region): ...here.
7726 Let syntax-propertize-function take precedence.
7727 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7728
7729 * emacs-lisp/syntax.el (syntax-propertize-function)
7730 (syntax-propertize-chunk-size, syntax-propertize--done)
7731 (syntax-propertize-extend-region-functions): New vars.
7732 (syntax-propertize-wholelines, syntax-propertize-multiline)
7733 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7734 (syntax-propertize): New functions.
7735 (syntax-propertize-rules): New macro.
7736 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7737 (syntax-ppss): Call syntax-propertize.
7738
7739 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7740
7741 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7742
7743 * textmodes/ispell.el (ispell-init-process): Improve comments.
7744 XEmacs compatibility changes regarding (add-hook) 'local option
7745 and (set-process-query-on-exit-flag).
7746
7747 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7748
7749 * net/tramp-cache.el (tramp-parse-connection-properties):
7750 Set tramp-autoload cookie.
7751
7752 2010-09-09 Glenn Morris <rgm@gnu.org>
7753
7754 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7755 (imagemagick-register-types): Doc fix.
7756
7757 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7760
7761 * progmodes/js.el (require): Require is already "eval-and-compile".
7762 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7763 (js--re-search-backward): Use js--re-search-forward.
7764
7765 * progmodes/fortran.el (fortran-line-length): Don't recompute
7766 syntactic keywords redundantly a second time.
7767
7768 * progmodes/ada-mode.el: Replace "(set '" with setq.
7769 (ada-mode): Simplify.
7770 (ada-create-case-exception, ada-adjust-case-interactive)
7771 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7772 (ada-search-ignore-string-comment, ada-move-to-start)
7773 (ada-move-to-end): Use with-syntax-table.
7774
7775 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7776 (font-lock-unfontify-region, font-lock-default-fontify-region):
7777 Update usage correspondingly.
7778 (font-lock-fontify-syntactic-keywords-region):
7779 Set parse-sexp-lookup-properties buffer-locally here.
7780 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7781
7782 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7783
7784 2010-09-08 Glenn Morris <rgm@gnu.org>
7785
7786 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7787 Error if not compiled with -DBYTE_CODE_METER.
7788
7789 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7790 Ignore dir-locals-file.
7791
7792 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7795 Not a const.
7796 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7797 for the `gnu' messages.
7798 (compilation-set-skip-threshold): New command.
7799 (compilation-start): Use \' rather than $.
7800 (compilation-forget-errors): Use clrhash.
7801
7802 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7803
7804 * textmodes/ispell.el (ispell-valid-dictionary-list):
7805 Simplify logic.
7806
7807 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7808
7809 Migrate to Tramp 2.2. Rearrange load dependencies.
7810 (Bug#1529, Bug#5448, Bug#5705)
7811
7812 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7813 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7814 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7815
7816 * net/tramp.el (top): Remove all other tramp-* loads except
7817 tramp-compat.el. Remove all changes to tramp-unload-hook for
7818 other tramp-* packages. Rearrange defun order. Change calls of
7819 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7820 `tramp-compat-octal-to-decimal' to new function names.
7821 (tramp-terminal-type, tramp-initial-end-of-output)
7822 (tramp-methods, tramp-foreign-file-name-handler-alist)
7823 (tramp-tramp-file-p, tramp-completion-mode-p)
7824 (tramp-send-command-and-check, tramp-get-remote-path)
7825 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7826 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7827 (with-file-property, with-connection-property): Move to
7828 tramp-cache.el.
7829 (tramp-local-call-process, tramp-decimal-to-octal)
7830 (tramp-octal-to-decimal): Move to tramp-compat.el.
7831 (tramp-handle-shell-command): Do not require 'shell.
7832 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7833 symbols.
7834 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7835
7836 * net/tramp-cache.el (top): Require 'tramp. Add to
7837 `tramp-unload-hook'.
7838 (tramp-cache-data, tramp-get-file-property)
7839 (tramp-set-file-property, tramp-flush-file-property)
7840 (tramp-flush-directory-property, tramp-get-connection-property)
7841 (tramp-set-connection-property, tramp-flush-connection-property)
7842 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7843 cookie.
7844 (with-file-property, with-connection-property): New defuns, moved
7845 from tramp.el.
7846 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7847 macro.
7848
7849 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7850 (tramp-version): Set tramp-autoload cookie.
7851
7852 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7853 changes to tramp-unload-hook for other tramp-* packages. Add to
7854 `tramp-unload-hook'.
7855 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7856 (tramp-compat-call-process): New defuns, moved from tramp.el.
7857
7858 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7859 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7860 Add to `tramp-unload-hook'. Change call of
7861 `tramp-compat-decimal-to-octal' to new function name.
7862 (tramp-fish-method): Make it a defconst.
7863 (tramp-fish-file-name-p): Make it a defsubst.
7864 (tramp-fish-method, tramp-fish-file-name-handler)
7865 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7866
7867 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7868 `tramp-foreign-file-name-handler-alist'. Add to
7869 `tramp-unload-hook'.
7870 (tramp-ftp-method): Make it a defconst.
7871 (tramp-ftp-file-name-p): Make it a defsubst.
7872 (tramp-ftp-method, tramp-ftp-file-name-handler)
7873 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7874
7875 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7876 `tramp-foreign-file-name-handler-alist'. Add to
7877 `tramp-unload-hook'. Change checks, whether package can be
7878 loaded.
7879 (tramp-gvfs-file-name-p): Make it a defsubst.
7880 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7881 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7882 (tramp-gvfs-handle-file-directory-p): New defun.
7883 (tramp-gvfs-file-name-handler-alist): Use it.
7884
7885 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7886 `tramp-foreign-file-name-handler-alist'. Add to
7887 `tramp-unload-hook'.
7888 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7889 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7890 defconst.
7891 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7892 (tramp-gw-open-connection): Set tramp-autoload cookie.
7893
7894 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7895 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7896 Add to `tramp-unload-hook'. Change checks, whether package can be
7897 loaded.
7898 (tramp-imap-file-name-p): Make it a defsubst.
7899 (tramp-imap-method, tramp-imaps-method)
7900 (tramp-imap-file-name-handler)
7901 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7902
7903 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7904 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7905 Add to `tramp-unload-hook'. Change checks, whether package can be
7906 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7907 function name.
7908 (tramp-smb-tunnel-method): Make it a defconst.
7909 (tramp-smb-file-name-p): Make it a defsubst.
7910 (tramp-smb-method, tramp-smb-file-name-handler)
7911 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7912
7913 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7914 (tramp-uuencode-region): Set tramp-autoload cookie.
7915
7916 * net/trampver.el (top) Add to `tramp-unload-hook'.
7917 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7918 cookie. Update release number.
7919
7920 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7921
7922 * textmodes/ispell.el (ispell-start-process): Make sure original
7923 arg list is properly initialized (Bug#6993, Bug#6994).
7924
7925 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7926
7927 * files.el (directory-abbrev-alist): Use \` as default regexp.
7928
7929 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7930 chars like - or ] (bug#6984).
7931 (rx-any-condense-range): Explode 2-char ranges.
7932
7933 2010-09-06 Glenn Morris <rgm@gnu.org>
7934
7935 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7936
7937 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * textmodes/bibtex.el:
7940 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7941
7942 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7943
7944 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7945 since no callers use it.
7946 (imap-message-get): Ditto.
7947 (imap-message-put): Ditto.
7948 (imap-mailbox-map): Ditto.
7949 (imap-mailbox-put): Ditto.
7950 (imap-mailbox-get): Ditto.
7951 (imap-mailbox-get): Revert last change for this function.
7952
7953 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7954
7955 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7956 callers to use `imap-fetch' instead. According to the comments, this
7957 should be safe, since all other IMAP clients use the 1:* syntax.
7958 (imap-enable-exchange-bug-workaround): Remove.
7959 (imap-debug): Remove -- doesn't seem very useful.
7960
7961 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7962
7963 * net/imap.el (imap-log): New convenience function used throughout
7964 instead of repeating the same code all over the place.
7965
7966 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7967
7968 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7969 when mouse-drag-copy-region is non-nil (Bug#6956).
7970
7971 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7972
7973 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7974 Improve regexps (Bug#6987).
7975 (dired-sort-toggle): Search more robustly for -t flag.
7976
7977 * files.el (get-free-disk-space): Search more robustly for
7978 "available" column. Suggested by Ehud Karni
7979 <ehud@unix.mvs.co.il>.
7980
7981 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7982
7983 * international/uni-bidi.el:
7984 * international/uni-category.el:
7985 * international/uni-combining.el:
7986 * international/uni-decimal.el:
7987 * international/uni-mirrored.el:
7988 * international/uni-name.el: Regenerate.
7989
7990 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * electric.el (electric-indent-post-self-insert-function):
7993 Don't reindent with a sloppy indentation function.
7994
7995 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7996 border case in change-log-mode.
7997
7998 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8001 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
8002 Recognize leading tab in gcc-include regexp. Ignore names with
8003 leading "from" or "in" in gnu regexp (Bug#6937).
8004
8005 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
8008 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
8009 (ispell-start-process): Avoid setq and simplify logic.
8010 (ispell-init-process): Setup kill-buffer-hook locally when needed.
8011 (kill-buffer-hook): Don't use it globally with code that uses
8012 expand-file-name since that may call kill-buffer via
8013 code_conversion_restore.
8014
8015 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
8016
8017 * emacs-lisp/package.el (package-directory-list): Only call
8018 file-name-nondirectory on a string.
8019
8020 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * emacs-lisp/package.el (package--download-one-archive):
8023 Ensure that archive-contents is valid before saving it.
8024 (package-activate-1, package-mark-obsolete, define-package)
8025 (package-compute-transaction, package-list-maybe-add): Use push.
8026
8027 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 Use SMIE's blink-paren for octave-mode.
8030 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
8031 Backslashes do not escape single-quotes, single-quotes do.
8032 (octave-block-else-regexp, octave-block-end-regexp)
8033 (octave-block-match-alist): Remove.
8034 (octave-smie-bnf-table): New var, with old content.
8035 (octave-smie-op-levels): Use it.
8036 (octave-smie-closer-alist): New var.
8037 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
8038 (octave-blink-matching-block-open): Remove.
8039 (octave-reindent-then-newline-and-indent, octave-electric-semi)
8040 (octave-electric-space): Let self-insert-command run expand-abbrev and
8041 blink parens.
8042
8043 * electric.el (electricity): New group.
8044 (electric-indent-chars): New var.
8045 (electric-indent-post-self-insert-function): New fun.
8046 (electric-indent-mode): New minor mode.
8047 (electric-pair-skip-self): New custom.
8048 (electric-pair-post-self-insert-function): New function.
8049 (electric-pair-mode): New minor mode.
8050
8051 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
8052 calcAlg-blink-matching-open.
8053 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
8054 (calc-do-alg-entry): Only touch the part of the keymap that varies.
8055 Use the new blink-matching-check-function.
8056
8057 Provide blink-matching support to SMIE.
8058 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
8059 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
8060 (smie-blink-matching-check, smie-blink-matching-open): New functions.
8061
8062 * simple.el (newline): Fix last change to properly remove itself from
8063 the hook.
8064
8065 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * simple.el (newline): Eliminate optimization.
8068 Use post-self-insert-hook to set hard-newline and things before
8069 running post-self-insert-hook.
8070 (blink-matching-check-mismatch): New function.
8071 (blink-matching-check-function): New variable.
8072 (blink-matching-open): Use them.
8073 Skip back forward over prefix chars skipped by forward-sexp.
8074 Don't check if the parens are backslash escaped.
8075 (blink-paren-post-self-insert-function): Check backslash escaping here.
8076
8077 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
8078
8079 * emacs-lisp/package.el (package-menu-mode-map):
8080 Change package-menu-revert bindings to revert-buffer.
8081 (package-menu-mode): Set revert-buffer-function.
8082 (package-menu-revert): Doc fix.
8083
8084 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
8085
8086 * textmodes/ispell.el (ispell-init-process): Use "~/" as
8087 `default-directory' unless using Ispell per-directory personal
8088 dictionaries and not in a mini-buffer under XEmacs.
8089 (kill-buffer-hook): Do not kill ispell process on exit when
8090 `ispell-process-directory' is "~/". (Bug#6143)
8091
8092 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
8093
8094 * simple.el (kill-new): Call interprogram-cut-function with only
8095 one argument.
8096
8097 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
8098 Remove cut buffer from error message.
8099
8100 * term/x-win.el (x-select-text):
8101 * term/pc-win.el (x-selection-value):
8102 * term/ns-win.el (x-selection-value):
8103 * eshell/em-term.el:
8104 * w32-fns.el (x-get-selection-value):
8105 * mouse-sel.el (mouse-sel-set-selection-function):
8106 * frame.el (display-selections-p): Remove cut-buffer in documentation.
8107
8108 * term/x-win.el: Update documentation for x-last-selected-text-*.
8109 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
8110 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
8111 (x-select-text): Remove argument PUSH, update documentation.
8112 Remove cut-buffer code.
8113 (x-selection-value-internal): Was previously x-selection-value.
8114 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8115 Update documentation, remove cut-buffer code.
8116 Call x-selection-value-internal.
8117 (x-clipboard-yank): Call x-selection-value-internal.
8118 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
8119
8120 * term/pc-win.el (x-last-selected-text):
8121 x-cut-buffer-or-selection-value renamed to x-selection-value
8122 (x-select-text): Remove argument PUSH, update documentation.
8123
8124 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
8125 x-cut-buffer-or-selection-value renamed to x-selection-value
8126 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
8127 (x-select-text): Remove argument PUSH, update documentation.
8128
8129 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
8130
8131 * w32-fns.el (x-last-selected-text):
8132 x-cut-buffer-or-selection-value renamed to x-selection-value.
8133 (x-cut-buffer-max): Remove.
8134 (x-select-text): Remove argument PUSH, update documentation.
8135
8136 * simple.el (interprogram-cut-function): Remove mention of PUSH.
8137
8138 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
8139
8140 * mouse-sel.el (mouse-sel-get-selection-function):
8141 x-cut-buffer-or-selection-value renamed to x-selection-value.
8142 (x-select-text): Remove optional push.
8143
8144 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * simple.el (blink-paren-function): Move from C to here.
8147 (blink-paren-post-self-insert-function): New function.
8148 (post-self-insert-hook): Use it.
8149
8150 * emacs-lisp/pcase.el (pcase-split-memq):
8151 Fix overenthusiastic optimisation.
8152 (pcase-u1): Handle the case of a lambda pred.
8153
8154 2010-08-31 Kenichi Handa <handa@m17n.org>
8155
8156 * international/mule-cmds.el (standard-display-european-internal):
8157 Setup standard-display-table for 8-bit characters by storing 8-bit
8158 characters in the element vector.
8159
8160 * disp-table.el (standard-display-8bit):
8161 Setup standard-display-table for 8-bit characters by storing 8-bit
8162 characters in the element vector.
8163 (standard-display-european): Likewise.
8164
8165 2010-08-31 Masatake YAMATO <yamato@redhat.com>
8166
8167 * textmodes/nroff-mode.el (nroff-view): New command.
8168 (nroff-mode-map): Bind it to C-c C-c.
8169
8170 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * emacs-lisp/smie.el (smie-down-list): New command.
8173
8174 Remove old indentation and navigation code on octave-mode.
8175 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
8176 smie-down-list rather than add a binding for octave-down-block.
8177 (octave-mark-block, octave-blink-matching-block-open):
8178 Rely on forward-sexp-function.
8179 (octave-fill-paragraph): Don't narrow, so you can use
8180 indent-according-to-mode.
8181 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
8182 (octave-in-block-p, octave-re-search-forward-kw)
8183 (octave-re-search-backward-kw, octave-indent-calculate)
8184 (octave-end-as-array-index-p, octave-block-end-offset)
8185 (octave-scan-blocks, octave-forward-block, octave-backward-block)
8186 (octave-down-block, octave-backward-up-block, octave-up-block)
8187 (octave-before-magic-comment-p, octave-indent-line): Remove.
8188
8189 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
8190
8191 * emacs-lisp/package.el (package--read-archive-file): Just use
8192 `read', to avoid copying an additional string.
8193 (package-menu-mode): Set header-line-format here.
8194 (package-menu-refresh, package-menu-revert): Signal an error if
8195 not in the Package Menu.
8196 (package-menu-package-list): New var.
8197 (package--generate-package-list): Operate on the current buffer;
8198 don't assume that it is *Packages*, since the user may rename it.
8199 Allow persistent package listings and sort keys using
8200 package-menu-package-list and package-menu-package-sort-key.
8201 (package-menu--version-predicate): Fix version calculation.
8202 (package-menu-sort-by-column): Don't select the window.
8203 (package--list-packages): Create the *Packages* buffer.
8204 Set package-menu-package-list-key.
8205 (list-packages): Sorting by status is now the default.
8206 (package-buffer-info): Use match-string-no-properties.
8207 (define-package): Add a &rest argument for future proofing, but
8208 don't use it yet.
8209 (package-install-from-buffer, package-install-buffer-internal):
8210 Merge into a single function, package-install-from-buffer.
8211 (package-install-file): Change caller.
8212
8213 * finder.el: Load finder-inf using `require'.
8214 (finder-list-matches): Sorting by status is now the default.
8215 (finder-compile-keywords): Simpify printing.
8216
8217 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8220 (octave-mode-map): Remove special bindings for forward/backward-block
8221 and octave-backward-up-block. Use smie-close-block.
8222 (octave-continuation-marker-regexp): New var.
8223 (octave-continuation-regexp): Use it.
8224 (octave-operator-table, octave-smie-op-levels)
8225 (octave-operator-regexp, octave-smie-indent-rules): New vars.
8226 (octave-smie-backward-token, octave-smie-forward-token): New funs.
8227 (octave-mode): Use SMIE.
8228 (octave-close-block): Delete.
8229
8230 2010-08-30 Eli Zaretskii <eliz@gnu.org>
8231
8232 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
8233 CLIPBOARD, not in PRIMARY. (Bug#6944)
8234
8235 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
8238 a list of parents.
8239 (smie-indent-column): Allow indirection through variables.
8240
8241 * composite.el (save-buffer-state): Delete, unused.
8242 * font-lock.el (save-buffer-state): Use with-silent-modifications.
8243 (font-lock-default-fontify-region): Use with-syntax-table.
8244 * jit-lock.el (with-buffer-unmodified): Remove.
8245 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
8246
8247 Use `declare' in defmacros.
8248 * window.el (save-selected-window):
8249 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
8250 * progmodes/python.el (def-python-skeleton):
8251 * net/dbus.el (dbus-ignore-errors):
8252 * jka-cmpr-hook.el (with-auto-compression-mode):
8253 * international/mule.el (with-category-table):
8254 * emacs-lisp/timer.el (with-timeout):
8255 * emacs-lisp/lisp-mnt.el (lm-with-file):
8256 * emacs-lisp/eieio.el (with-slots):
8257 * emacs-lisp/easymenu.el (easy-menu-define):
8258 * emacs-lisp/debug.el (debugger-env-macro):
8259 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
8260 (Multiple-value-call, Multiple-value-prog1):
8261 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
8262 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
8263 edebug rule to definition.
8264 * emacs-lisp/lisp-mode.el (save-selected-window)
8265 (with-current-buffer, combine-after-change-calls)
8266 (with-output-to-string, with-temp-file, with-temp-buffer)
8267 (with-temp-message, with-syntax-table, read-if, eval-after-load)
8268 (dolist, dotimes, when, unless):
8269 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
8270
8271 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8272
8273 * finder.el: Require `package'.
8274 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
8275 (finder-package-info): Var deleted.
8276 (finder-keywords-hash, finder--builtins-alist): New vars.
8277 (finder-compile-keywords): Compute package--builtins and
8278 finder-keywords-hash instead of finder-keywords-hash, respecting
8279 the "Package" header.
8280 (finder-unknown-keywords, finder-list-matches):
8281 Use finder-keywords-hash and package--list-packages.
8282 (finder-mode): Don't set font-lock-defaults.
8283 (finder-exit): We don't use "*Finder-package*" and "*Finder
8284 Category*" buffers anymore.
8285
8286 * emacs-lisp/package.el (package--builtins-base): Var deleted.
8287 (package--builtins): Set default value to nil.
8288 (package-initialize): Load precomputed value of package--builtins
8289 from finder-inf.el.
8290 (package-alist, package-compute-transaction)
8291 (package-download-transaction): Improve docstring.
8292 (package-read-all-archive-contents): Do not change
8293 package--builtins here.
8294 (list-packages): Make package-list-packages an alias for this.
8295 Sort by status by default.
8296 (package--list-packages): Add optional PACKAGES arg.
8297 (describe-package-1): Use font-lock-face property. For built-in
8298 packages, insert file commentary.
8299 (package--generate-package-list): Rename from
8300 package-list-packages-internal; all callers changed. Add optional
8301 PACKAGES arg. Add alphabetical sort fallbacks.
8302 (package-menu--version-predicate, package-menu--status-predicate)
8303 (package-menu--description-predicate)
8304 (package-menu--name-predicate): New functions.
8305
8306 * info.el (Info-finder-find-node): Search package-alist instead of
8307 finder-package-info.
8308
8309 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
8310
8311 * subr.el (version-regexp-alist): Don't use "a" and "b" for
8312 "alpha" and "beta".
8313 (version-to-list): Handle versions like "10.3d".
8314
8315 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
8318 (macroexp-accumulate): Use `declare'.
8319
8320 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8321
8322 * whitespace.el (whitespace-style): Adjust type declaration.
8323
8324 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
8325
8326 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
8327
8328 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8329
8330 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8331 (Bug#6907).
8332
8333 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8334
8335 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8336 (js-paren-indent-offset, js-square-indent-offset)
8337 (js-curly-indent-offset): New options.
8338 (js--proper-indentation): Use them.
8339
8340 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8341
8342 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8343 instead of inspecting font-lock properties (Bug#6916).
8344
8345 2010-08-26 David Reitter <david.reitter@gmail.com>
8346
8347 * server.el (server-visit-files): Run pre-command-hook and
8348 post-command-hook for each buffer while it is current (Bug#6910).
8349 (server-execute): Do not run hooks here.
8350
8351 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
8352
8353 Sync with Tramp 2.1.19.
8354
8355 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
8356 Protect deleting tmpfile.
8357 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
8358
8359 * net/tramp.el (tramp-handle-expand-file-name)
8360 (tramp-completion-handle-file-name-all-completions)
8361 (tramp-completion-handle-file-name-completion):
8362 Use `tramp-connectable-p'.
8363
8364 * net/trampver.el: Update release number.
8365
8366 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
8367
8368 * help.el (help-map): Bind `C-h P' to describe-package.
8369
8370 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8371
8372 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8373 when downloading archives.
8374 (describe-package-1): Add package commentary.
8375 (package-install-button-action): New function.
8376 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8377 (package-menu-view-commentary): Function removed.
8378 (package-list-packages-internal): Hide the `package' package too.
8379
8380 2010-08-25 Kenichi Handa <handa@m17n.org>
8381
8382 * language/misc-lang.el ("Arabic"): New language environment.
8383 Setup composition-function-table for Arabic characters.
8384
8385 * international/fontset.el (setup-default-fontset): Fix typo for
8386 arabic OTF spec (fini->fina).
8387
8388 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8389
8390 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8391 on all frames.
8392
8393 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8394
8395 * whitespace.el: Allow cleaning up blanks without blank
8396 visualization (Bug#6651). Adjust help window for
8397 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8398 instead of whitespace-line-column (from EmacsWiki). New version
8399 13.1.
8400 (whitespace-style): Add new value 'face. Adjust docstring.
8401 (whitespace-space, whitespace-hspace, whitespace-tab):
8402 Adjust foreground property face.
8403 (whitespace-line-column): Adjust docstring and type declaration.
8404 (whitespace-style-value-list, whitespace-toggle-option-alist)
8405 (whitespace-help-text): Adjust const initialization.
8406 (whitespace-toggle-options, global-whitespace-toggle-options):
8407 Adjust docstring.
8408 (whitespace-display-window, whitespace-interactive-char)
8409 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8410 (whitespace-help-scroll): New fun.
8411
8412 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8413
8414 * emacs-lisp/package.el (list-packages): Alias for
8415 package-list-packages.
8416
8417 2010-08-24 Kevin Ryde <user42@zip.com.au>
8418
8419 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8420 (Bug#5651).
8421
8422 * progmodes/ruby-mode.el (ruby): Add defgroup.
8423
8424 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8425
8426 * progmodes/python.el: Add Ipython support (Bug#5390).
8427 (python-shell-prompt-alist)
8428 (python-shell-continuation-prompt-alist): New options.
8429 (python--set-prompt-regexp): New function.
8430 (inferior-python-mode, run-python, python-shell):
8431 Require ansi-color. Use python--set-prompt-regexp to set the comint
8432 prompt based on the Python interpreter.
8433 (python--prompt-regexp): New var.
8434 (python-check-comint-prompt)
8435 (python-comint-output-filter-function): Use it.
8436 (run-python): Use a pipe (Bug#5694).
8437
8438 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8439
8440 * progmodes/python.el (python-send-region): Send a different
8441 Python command if Ipython is in use.
8442 (python-check-version): Use a Python command to find the version.
8443
8444 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
8445
8446 * mouse.el (mouse-yank-primary): Avoid setting primary when
8447 deactivating the mark (Bug#6872).
8448
8449 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
8450
8451 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8452 with "else" (Bug#3991).
8453
8454 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
8455
8456 * net/dbus.el: Accept UNIX domain sockets as bus address.
8457 (top): Don't initialize `dbus-registered-objects-table' anymore,
8458 this is done in dbusbind.c.
8459 (dbus-check-event): Adapt test for bus.
8460 (dbus-return-values-table, dbus-unregister-service)
8461 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8462 Adapt doc string.
8463
8464 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
8465
8466 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8467
8468 2010-08-22 Juri Linkov <juri@jurta.org>
8469
8470 * simple.el (read-extended-command): New function with the logic
8471 for `completing-read' moved to Elisp from `execute-extended-command'.
8472 Use `function-called-at-point' in `minibuffer-default-add-function'
8473 to get a command name for M-n (bug#5364, bug#5214).
8474
8475 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8476
8477 * startup.el (command-line-1): Issue warning for ignored arguments
8478 --unibyte, etc (Bug#6886).
8479
8480 2010-08-22 Leo <sdl.web@gmail.com>
8481
8482 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8483 (ignore, bright, dim, keyword): Split list of nicknames before
8484 passing to rcirc-add-or-remove (Bug#6894).
8485
8486 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8487
8488 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8489
8490 2010-08-22 Leo <sdl.web@gmail.com>
8491
8492 Fix buffer-list rename&refresh after killing a buffer in ido.
8493 * ido.el: Revert Óscar's.
8494 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8495 Remember the buffers at head, rather than their name.
8496 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
8497
8498 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8499 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8502 extra backslash added to each line (bug#6890).
8503
8504 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8507
8508 2010-08-22 Glenn Morris <rgm@gnu.org>
8509
8510 * menu-bar.el (menu-bar-games-menu): Add landmark.
8511
8512 2010-08-22 Glenn Morris <rgm@gnu.org>
8513
8514 * align.el (align-regexp): Make group and spacing arguments
8515 use the interactive defaults when non-interactive. (Bug#6698)
8516
8517 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8518 expansion, so as not to need sendmail.
8519 (mail-text-start): Remove declaration.
8520 (rmail-retry-failure): Require sendmail.
8521
8522 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8523
8524 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8525
8526 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
8527
8528 * progmodes/flymake.el (flymake-start-syntax-check-process):
8529 Use `start-file-process' in order to let it run also on remote hosts.
8530
8531 2010-08-22 Kenichi Handa <handa@m17n.org>
8532
8533 * files.el: Add `word-wrap' as safe local variable.
8534
8535 2010-08-22 Glenn Morris <rgm@gnu.org>
8536
8537 * woman.el (woman-translate): Case matters. (Bug#6849)
8538
8539 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8540
8541 * simple.el (kill-region): Doc fix (Bug#6787).
8542
8543 2010-08-22 Glenn Morris <rgm@gnu.org>
8544
8545 * calendar/diary-lib.el (diary-header-line-format):
8546 Fit it to the window, not the frame.
8547
8548 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8549
8550 * subr.el (ignore-errors): Add debug declaration.
8551
8552 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8553
8554 * whitespace.el (whitespace-color-off): Remove post-command-hook
8555 locally.
8556
8557 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8558
8559 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8560
8561 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8562
8563 * cus-edit.el (custom-group-value-create): Add extra newline
8564 before end line (Bug#6876).
8565
8566 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8567
8568 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8569 when extending it. Before killing on the second click, check if
8570 the buffer is the correct one. Doc fix.
8571 (mouse-secondary-save-then-kill): Allow usage without first
8572 calling mouse-start-secondary, by defaulting to point. Don't save
8573 an empty secondary selection. Doc fix.
8574
8575 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8576
8577 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8578 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8579 New version 13.0.
8580 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8581 Adjust initialization.
8582 (whitespace-bob-marker, whitespace-eob-marker)
8583 (whitespace-buffer-changed): New vars.
8584 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8585 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8586 (whitespace-post-command-hook, whitespace-display-char-on):
8587 Adjust code.
8588 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8589 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8590
8591 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8592
8593 * files.el (locate-file-completion-table): Only list the .el and .elc
8594 extensions if there's no other choice (bug#5955).
8595
8596 * facemenu.el (facemenu-self-insert-data): New var.
8597 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8598 New functions.
8599 (facemenu-add-face): Use them.
8600
8601 * simple.el (blink-matching-open): Obey forward-sexp-function.
8602
8603 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * simple.el (prog-mode-map): New var.
8606 (prog-indent-sexp): New command.
8607
8608 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8609
8610 * progmodes/prolog.el (smie): Require.
8611
8612 * emacs-lisp/smie.el (smie-default-backward-token)
8613 (smie-default-forward-token): Strip properties.
8614 (smie-next-sexp): Be more careful with associative operators.
8615 (smie-forward-sexp-command): Generalize.
8616 (smie-backward-sexp-command): Simplify.
8617 (smie-closer-alist): New var.
8618 (smie-close-block): New command.
8619 (smie-indent-debug-log): New var.
8620 (smie-indent-offset-rule): Add a few more cases.
8621 (smie-indent-column): New function.
8622 (smie-indent-after-keyword): Use it.
8623 (smie-indent-keyword): Use it.
8624 Fix up the opener code's point position.
8625 (smie-indent-comment): Only applies at BOL.
8626 (smie-indent-debug): New command.
8627
8628 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8629 declarations that are useful before running the macro.
8630
8631 2010-08-18 Joakim Verona <joakim@verona.se>
8632
8633 * image.el (imagemagick-types-inhibit): New variable.
8634 (imagemagick-register-types): New function.
8635 * image-mode.el (image-transform-properties): New function.
8636 (image-transform-set-scale, image-transform-fit-to-height)
8637 (image-transform-set-rotation, image-transform-set-resize)
8638 (image-transform-fit-to-width, image-transform-fit-to-height):
8639 New functions.
8640 (image-toggle-display-image): Support image transforms.
8641
8642 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8643
8644 * image.el (create-animated-image): Don't add heuristic mask to image
8645 (Bug#6839).
8646
8647 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8648
8649 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8650 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8651
8652 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8655
8656 Font-lock '...' strings, plus various simplifications and fixes.
8657 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8658 (octave-font-lock-close-quotes): New function.
8659 (octave-font-lock-syntactic-keywords): New var.
8660 (octave-mode): Use it. Set beginning-of-defun-function.
8661 (octave-mode-map): Don't override the <foo>-defun commands.
8662 (octave-mode-menu): Pass it directly to easy-menu-define;
8663 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8664 (octave-block-match-alist): Fix up last change so that
8665 octave-close-block uses the more specific keyword.
8666 (info-lookup-mode): Silence byte-compiler.
8667 (octave-beginning-of-defun): Not interactive any more.
8668 Optimize slightly.
8669 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8670 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8671 (octave-completion-at-point-function): Make sure point is within
8672 beg..end.
8673 (octave-reindent-then-newline-and-indent):
8674 Use reindent-then-newline-and-indent.
8675 (octave-add-octave-menu): Remove.
8676
8677 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8678
8679 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8680 (report-emacs-bug-can-use-xdg-email): New functions.
8681 (report-emacs-bug): Set can-xdg-email to result of
8682 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8683 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8684 about it.
8685
8686 * net/browse-url.el (browse-url-default-browser): Add cond
8687 for browse-url-xdg-open.
8688 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8689
8690 2010-08-17 Glenn Morris <rgm@gnu.org>
8691
8692 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8693 (c-fontify-recorded-types-and-refs): Define for compiler.
8694 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8695 before use.
8696
8697 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8698 Fix format call.
8699
8700 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8701
8702 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8703 properties.
8704 (tramp-handle-process-file): Call the program in a subshell, in
8705 order to preserve working directory.
8706 (tramp-action-password): Hide password prompt before next run.
8707 (tramp-process-actions): Widen connection buffer for the trace.
8708
8709 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8710
8711 * net/rcirc.el (rcirc-log-process-buffers): New option.
8712 (rcirc-print): Use it.
8713 (rcirc-generate-log-filename): New function.
8714 (rcirc-log-filename-function): Change default to
8715 rcirc-generate-log-filename (Bug#6828).
8716
8717 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * simple.el (deactivate-mark): If select-active-regions is `only',
8720 only set selection for temporarily active regions.
8721
8722 * cus-start.el: Change defcustom for select-active-regions.
8723
8724 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * mouse.el (mouse--drag-set-mark-and-point): New function.
8727 (mouse-drag-track): Use LOCATION arg to push-mark.
8728 Use mouse--drag-set-mark-and-point to take click-count into
8729 consideration when updating point and mark (Bug#6840).
8730
8731 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8732
8733 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8734 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8735
8736 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8737
8738 * font-lock.el (lisp-font-lock-keywords-2):
8739 Add combine-after-change-calls, condition-case-no-debug,
8740 with-demoted-errors, and with-silent-modifications (Bug#6025).
8741
8742 2010-08-14 Kevin Ryde <user42@zip.com.au>
8743
8744 * emacs-lisp/copyright.el (copyright-update-year)
8745 (copyright-update): Temporary switch-to-buffer to ensure the
8746 buffer change being queried is visible (Bug#5394).
8747
8748 2010-08-14 Tom Tromey <tromey@redhat.com>
8749
8750 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8751 (Bug#6733).
8752
8753 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8754
8755 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8756 MS-DOS. (Bug#6689)
8757
8758 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8759
8760 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8761 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8762 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8763 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8764 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8765 Call menu-bar-set-tool-bar-position.
8766
8767 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8770 comment style (bug#6834).
8771 * progmodes/scheme.el (scheme-mode-syntax-table):
8772 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8773 "b" flag in "' 14b" syntax.
8774
8775 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8776 for (un)commenting the region and performing completion.
8777 (octave-mode-menu): Use standard commands for help and completion.
8778 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8779 (octave-mode): Use define-derived-mode.
8780 Set completion-at-point-functions and don't set columns.
8781 Don't disable adaptive-fill-regexp.
8782 (octave-describe-major-mode, octave-comment-region)
8783 (octave-uncomment-region, octave-comment-indent)
8784 (octave-indent-for-comment): Remove.
8785 (octave-indent-calculate): Rename from calculate-octave-indent.
8786 (octave-indent-line, octave-fill-paragraph): Update caller.
8787 (octave-initialize-completions): No need to make an alist.
8788 (octave-completion-at-point-function): New function.
8789 (octave-complete-symbol): Use it.
8790 (octave-insert-defun): Use define-skeleton.
8791
8792 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8793 (octave-mode-map): Use comment-dwim (bug#6829).
8794
8795 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8796
8797 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8798 indentation of inserted comment.
8799
8800 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8801
8802 * faces.el (region): Add type gtk that uses gtk colors.
8803
8804 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8805 Handle theme-name change.
8806
8807 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8808
8809 * progmodes/sql.el: Version 2.5
8810 (sql-product-alist): Add :prompt-cont-regexp property for several
8811 database products.
8812 (sql-prompt-cont-regexp): New variable.
8813 (sql-output-newline-count, sql-output-by-send):
8814 New variables. Record number of newlines in input text.
8815 (sql-send-string): Handle multiple filters and count newlines.
8816 (sql-send-magic-terminator): Count terminator newline.
8817 (sql-interactive-remove-continuation-prompt): Filters output to
8818 remove continuation prompts; one for each newline.
8819 (sql-interactive-mode): Set up new variables, prompt regexp and
8820 output filter.
8821 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8822 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8823
8824 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * emacs-lisp/pcase.el: New file.
8827
8828 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8829
8830 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8831 as here-document, otherwise the command could exceed maximum
8832 length of command line.
8833 (tramp-handle-vc-registered): Call script accordingly.
8834 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8835
8836 2010-08-10 Kenichi Handa <handa@m17n.org>
8837
8838 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8839 composable pattern.
8840
8841 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8842
8843 * emacs-lisp/package.el (package-version-split)
8844 (package--version-first-nonzero, package-version-compare):
8845 Functions removed.
8846 (package-directory-list, package-load-all-descriptors)
8847 (package--built-in, package-activate, define-package)
8848 (package-installed-p, package-compute-transaction)
8849 (package-read-all-archive-contents)
8850 (package--add-to-archive-contents, package-buffer-info)
8851 (package-tar-file-info, package-list-packages-internal):
8852 Use version-to-list and version-list-*.
8853
8854 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8855 Use version-to-list.
8856 (package-upload-buffer-internal): Use version-list-<=.
8857
8858 2010-08-09 Kenichi Handa <handa@m17n.org>
8859
8860 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8861 composable pattern.
8862
8863 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * tutorial.el (tutorial--default-keys): C-d is now bound to
8866 delete-forward-char (Bug#6826).
8867
8868 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8869 for `double' value of mouse-1-click-follows-link (Bug#6807).
8870
8871 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8872
8873 * replace.el (replace-highlight): Bind isearch-forward and
8874 isearch-error, ensuring that highlighting is updated if the user
8875 switches the search direction (Bug#6808).
8876
8877 * isearch.el (isearch-lazy-highlight-forward): New var.
8878 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8879 (isearch-lazy-highlight-update): Use it.
8880
8881 2010-08-08 Kenichi Handa <handa@m17n.org>
8882
8883 * international/mule.el (define-charset): Store NAME as :base property.
8884 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8885 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8886 current priority. Force using the designation of the specific
8887 charset by adding `charset' text property. Improve the whole algorithm.
8888
8889 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8890
8891 * emulation/pc-select.el (pc-selection-mode-hook)
8892 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8893 (pc-selection-mode): Fix typos in docstrings.
8894
8895 2010-08-08 Kenichi Handa <handa@m17n.org>
8896
8897 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8898 ctext-non-standard-encodings-alist here.
8899
8900 * international/mule.el (ctext-non-standard-encodings-alist):
8901 Add "koi8-r" and "microsoft-cp1251".
8902 (ctext-standard-encodings): New variable.
8903 (ctext-non-standard-encodings-table): List only elements for
8904 non-standard encodings.
8905 (ctext-pre-write-conversion): Adjust for the above change.
8906 Check ctext-standard-encodings.
8907
8908 * international/mule-conf.el (compound-text): Doc fix.
8909 (ctext-no-compositions): Doc fix.
8910 (compound-text-with-extensions): Doc fix.
8911
8912 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8915
8916 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8917
8918 * progmodes/which-func.el (which-func-format): Split help-echo text
8919 into lines, like other mode-line tooltips.
8920
8921 * server.el (server-start): When using TCP sockets, force IPv4
8922 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8923
8924 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8927
8928 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8929
8930 * term.el (term-delimiter-argument-list): Reflow docstring.
8931 (term-read-input-ring, term-write-input-ring, term-send-input)
8932 (term-bol, term-erase-in-display, serial-supported-or-barf):
8933 Fix typos in docstrings.
8934
8935 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8938
8939 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8940
8941 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8942
8943 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8944
8945 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8946 Fix typo in docstring (bug#6747).
8947
8948 2010-08-08 Leo <sdl.web@gmail.com>
8949
8950 * eshell/esh-io.el (eshell-get-target): Better detection of
8951 read-only file (Bug#6762).
8952
8953 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8954
8955 * align.el (align-default-spacing): Doc fix.
8956 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8957
8958 2010-08-08 Stephen Peters <speters@itasoftware.com>
8959
8960 * calendar/icalendar.el
8961 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8962 (icalendar--get-weekday-numbers): New.
8963 (icalendar--convert-recurring-to-diary): Handle multiple byday
8964 values in weekly rules. (Bug#6766)
8965
8966 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8967
8968 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8969 (icalendar--create-uid, icalendar-export-region)
8970 (icalendar--parse-summary-and-rest): Code formatting.
8971
8972 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8973
8974 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8975 to italicize headers.
8976 (calc-highlight-selections-with-faces): New variable.
8977 (calc-selected-face, calc-nonselected-face): New faces.
8978
8979 * calc/calccomp.el (math-comp-highlight-string): Use
8980 `calc-highlight-selections-with-faces' to determine how to highlight
8981 sub-formulas.
8982
8983 * calc/calc-sel.el (calc-show-selections): Change message to when
8984 using faces to highlight selections.
8985
8986 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8987
8988 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8989 Add SQLite 3 keywords, functions and datatypes.
8990 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8991 (Bug#6686).
8992
8993 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8994
8995 * simple.el (select-active-regions): Move to keyboard.c.
8996 (deactivate-mark): Used saved-region-selection.
8997 (select-active-region): Function removed.
8998 (activate-mark, set-mark, push-mark-command)
8999 (handle-shift-selection): Don't call it.
9000 (keyboard-quit): Avoid adding the region to the window selection.
9001
9002 * mouse.el (mouse-drag-track): Remove hacks to deal with old
9003 select-active-regions implementation.
9004 (mouse-yank-at-click): Doc fix.
9005
9006 * cus-start.el: Add custom declaration for select-active-regions.
9007
9008 2010-08-07 Eli Zaretskii <eliz@gnu.org>
9009
9010 * simple.el (delete-forward-char): Doc fix.
9011
9012 * tutorial.el (help-with-tutorial): Hack safe file-local variables
9013 after reading the tutorial.
9014
9015 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
9016
9017 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
9018 Fix for the case that a C style comment has its delimiters alone on
9019 their respective lines. (Bug#193)
9020
9021 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
9022
9023 * net/tramp.el (tramp-handle-start-file-process): Set connection
9024 property "vec".
9025 (tramp-process-sentinel): Use it for flushing the cache.
9026 We cannot do it via the process buffer, the buffer could be deleted
9027 already when running the sentinel.
9028
9029 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
9030
9031 * comint.el (comint-mode): Make directory tracking functions
9032 functional on remote files. (Bug#6764)
9033
9034 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
9035
9036 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
9037
9038 2010-08-05 Eli Zaretskii <eliz@gnu.org>
9039
9040 * emacs-lisp/find-gc.el (find-gc-source-files):
9041 Rename unexec.c => unexcoff.c.
9042
9043 * emacs-lisp/authors.el (authors-fixed-entries):
9044 Rename unexec.c => unexcoff.c.
9045
9046 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
9047
9048 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
9049 cache, not only file cache.
9050 (tramp-process-sentinel): New defun.
9051 (tramp-handle-start-file-process): Use it, in order to invalidate
9052 file caches.
9053
9054 2010-08-03 Leo <sdl.web@gmail.com>
9055
9056 * server.el (server-start): Simplify loop.
9057
9058 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * frame.el (screen-height, screen-width, set-screen-width)
9061 (set-screen-height): Remove ancient compatibility aliases.
9062
9063 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
9064 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
9065
9066 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
9067 that change current buffer.
9068
9069 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9070
9071 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
9072 beginning of the string. Use `string-match-p'. (Bug#6765)
9073
9074 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
9075
9076 * cus-start.el (x-gtk-use-system-tooltips): New variable.
9077
9078 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
9081 (package--builtins): Tweak descriptions.
9082 (package-print-package): Upcase descriptions if necessary.
9083 Show all built-in packages in font-lock-builtin-face.
9084 (package-list-packages-internal): Omit "emacs" package.
9085 Show status of built-in packages as "built-in".
9086
9087 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
9088
9089 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
9090 before killing to preserve the primary selection (Bug#6701).
9091
9092 * term/x-win.el (x-select-text): Doc fix.
9093
9094 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
9095
9096 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
9097 (objc-font-lock-extra-types):
9098 * progmodes/cc-mode.el (c-basic-common-init):
9099 * progmodes/cc-langs.el (c-make-mode-syntax-table)
9100 (c++-make-template-syntax-table)
9101 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
9102 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
9103 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
9104 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
9105 * progmodes/cc-fonts.el (c-make-inverse-face)
9106 (c-basic-matchers-after):
9107 * progmodes/cc-engine.el (c-forward-keyword-clause)
9108 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
9109 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
9110 (c-guess-continued-construct, c-guess-basic-syntax):
9111 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
9112 The above functions were modified or created.
9113
9114 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
9115
9116 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
9117
9118 2010-07-31 Eli Zaretskii <eliz@gnu.org>
9119
9120 * files.el (bidi-paragraph-direction): Define safe local values.
9121
9122 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
9123 language-info-alist. Remove outdated FIXME in a comment.
9124
9125 2010-07-31 Alan Mackenzie <acm@muc.de>
9126
9127 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
9128 Auto-fill broken in C/C++ modes.
9129
9130 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
9131
9132 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
9133 (menu-bar-showhide-tool-bar-menu-customize-disable)
9134 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
9135 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
9136 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
9137 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
9138 make a menu for Options => toolbar that can move it.
9139
9140 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
9141
9142 * emacs-lisp/package-x.el (package--make-rss-entry):
9143 (package-maint-add-news-item, package--update-news)
9144 (package-upload-buffer-internal): New arg ARCHIVE-URL.
9145
9146 * emacs-lisp/package.el (package-archive-url): Rename from
9147 package-archive-id.
9148 (package-install): Doc fix.
9149 (package-download-single, package-download-tar, package-install)
9150 (package-menu-view-commentary): Callers changed.
9151
9152 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
9153
9154 * net/tramp.el (tramp-handle-start-file-process): Check only for
9155 `remote-tty' process property.
9156 (tramp-open-shell): Don't check for tty.
9157 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
9158 process property.
9159
9160 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
9161 host.
9162
9163 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
9164
9165 * emacs-lisp/package.el (package-load-list, package-archives)
9166 (package-archive-contents, package-user-dir)
9167 (package-directory-list, package--builtins, package-alist)
9168 (package-activated-list, package-obsolete-alist): Mark as risky.
9169
9170 2010-07-28 Phil Hagelberg <phil@evri.com>
9171
9172 Add support for non-default package repositories.
9173 * emacs-lisp/package.el (package-archive-base): Var deleted.
9174 (package-archives): New variable.
9175 (package-archive-contents): Doc fix.
9176 (package-load-descriptor): Do nothing if descriptor file is missing.
9177 (package--write-file-no-coding): New function.
9178 (package-unpack-single): Use it.
9179 (package-archive-id): New function.
9180 (package-download-single, package-download-tar)
9181 (package-menu-view-commentary): Use it.
9182 (package-installed-p): Make second argument optional.
9183 (package-read-all-archive-contents): New function.
9184 (package-initialize): Use it.
9185 (package-read-archive-contents): Add ARCHIVE argument.
9186 (package--add-to-archive-contents): New function.
9187 (package-install): Don't call package-read-archive-contents.
9188 (package--download-one-archive): Store archive file in a
9189 subdirectory of package-user-dir.
9190 (package-menu-execute): Remove spurious line movement.
9191
9192 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
9193
9194 * cus-start.el (tool-bar-style): Add text-image-horiz.
9195
9196 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9197
9198 * progmodes/gud.el (gud-common-init): Check for remoteness of
9199 `file', and not of `default-directory'.
9200
9201 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
9202
9203 * net/tramp.el (tramp-methods): Move hostname to the end in all
9204 ssh `tramp-login-args'.
9205 (tramp-verbose): Describe verbose level 9.
9206 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
9207 (tramp-open-connection-setup-interactive-shell): Trace stty
9208 settings if `tramp-verbose' >= 9.
9209 (tramp-handle-start-file-process): Implement tty setting.
9210 (Bug#4604, Bug#6360)
9211
9212 * net/tramp-cmds.el (tramp-bug): Recommend setting of
9213 `tramp-verbose' to 9.
9214
9215 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
9216
9217 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
9218 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
9219 Remove references to package `lisp-re' (bug#4369).
9220
9221 2010-07-27 Tom Tromey <tromey@redhat.com>
9222
9223 * progmodes/js.el (js-mode):
9224 * progmodes/make-mode.el (makefile-mode):
9225 * progmodes/simula.el (simula-mode):
9226 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
9227
9228 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
9231
9232 * time.el (display-time-day-and-date): Remove spurious * in docstring.
9233 (display-time-world-buffer-name, display-time-world-mode-map):
9234 Fix typos in docstrings.
9235
9236 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
9237
9238 * image-mode.el (image-display-size): New function.
9239 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9240 (image-mode-fit-frame): Use it (Bug#6639).
9241
9242 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
9243
9244 * dired.el (dired-buffers-for-dir): Handle list values of
9245 dired-directory (Bug#6636).
9246
9247 2010-07-26 Sam Steingold <sds@gnu.org>
9248
9249 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
9250 Do not call `x-get-selection' the second time, reuse the value.
9251
9252 2010-07-26 Daiki Ueno <ueno@unixuser.org>
9253
9254 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
9255 which consist of control chars only. Suggested by Richard Stallman.
9256
9257 2010-07-25 Daiki Ueno <ueno@unixuser.org>
9258
9259 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
9260 exists before passing an error to find-file-not-found-functions
9261 (bug#6723).
9262
9263 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
9264
9265 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
9266 Remove leading nil element, adjust values.
9267 (tetris-shapes, tetris-shape-scores):
9268 Change representation of shapes and remove some redundancy.
9269 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
9270 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
9271 Adjust for working with new representation of shapes.
9272 (tetris-shape-rotations): New function.
9273 (tetris-move-bottom, tetris-move-left, tetris-move-right)
9274 (tetris-rotate-prev, tetris-rotate-next):
9275 Adjust for working with the new version of tetris-test-shape.
9276
9277 2010-07-23 Markus Triska <markus.triska@gmx.at>
9278
9279 * progmodes/ps-mode.el: Use comint (bug#5954).
9280 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
9281 (ps-mode-other-newline): Simplify.
9282 (ps-run-mode): Derive from comint-mode instead of
9283 fundamental-mode, yielding input history etc.
9284 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9285 (ps-run-send-string): Adapt for comint-mode.
9286 (ps-run-newline): Remove now unneeded function.
9287
9288 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9289
9290 * net/tramp.el (tramp-methods): Move hostname to the end in all
9291 plink `tramp-login-args'.
9292
9293 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9294
9295 * net/tramp.el (tramp-open-shell): New defun.
9296 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9297 Use it.
9298
9299 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
9300
9301 * net/tramp.el (tramp-file-name-regexp-unified)
9302 (tramp-completion-file-name-regexp-unified): On W32 systems, do
9303 not regard the volume letter as remote filename. (Bug#5447)
9304
9305 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
9306
9307 * custom.el (custom-declare-variable): Give a clearer error message
9308 when the docstring is missing (bug#6476).
9309
9310 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
9311
9312 * progmodes/sql.el: Version 2.4. Improved Login prompting.
9313 (sql-login-params): New widget definition.
9314 (sql-oracle-login-params, sql-mysql-login-params)
9315 (sql-solid-login-params, sql-sybase-login-params)
9316 (sql-informix-login-params, sql-ingres-login-params)
9317 (sql-ms-login-params, sql-postgres-login-params)
9318 (sql-interbase-login-params, sql-db2-login-params)
9319 (sql-linter-login-params): Use it.
9320 (sql-sqlite-login-params): Use it; Define "database" parameter as
9321 a file name.
9322 (sql-sqlite-program): Change to "sqlite3".
9323 (sql-comint-sqlite): Make sure database name is complete.
9324 (sql-for-each-login): New function.
9325 (sql-connect, sql-save-connection): Use it.
9326 (sql-get-login-ext): New function.
9327 (sql-get-login): Use it.
9328 (sql-make-alternate-buffer-name): Handle :file parameters.
9329
9330 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
9331
9332 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9333 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9334
9335 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9336
9337 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9338
9339 2010-07-22 Lawrence Mitchell <wence@gmx.li>
9340
9341 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9342
9343 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
9344
9345 * net/tramp.el (tramp-get-ls-command)
9346 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9347 instead of "/".
9348
9349 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9350
9351 * progmodes/sql.el: Version 2.3.
9352 (sql-connection-alist): Change keys from symbols to strings;
9353 enhanced the widget definition.
9354 (sql-mode-menu): Add submenu to select connections.
9355 (sql-interactive-mode-menu): Add "Save Connection" item.
9356 (sql-add-product): Fix menu item.
9357 (sql-get-product-feature): Improved error handling.
9358 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
9359 (sql-make-alternate-buffer-name): Simplified.
9360 (sql-product-interactive): Handle missing product.
9361 (sql-connect): Support string keys, minor improvements.
9362 (sql-save-connection): New function.
9363 (sql-connection-menu-filter): New function.
9364
9365 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9366
9367 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
9368 (tramp-open-connection-setup-interactive-shell):
9369 Apply workaround for IRIX64 bug. Move argument of last
9370 `tramp-send-command' where it belongs to.
9371
9372 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9373
9374 * net/tramp.el (tramp-perl-file-attributes)
9375 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9376 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9377 front of `login-args'.
9378
9379 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
9380
9381 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9382 Set `show-trailing-whitespace' to nil.
9383 (display-time-world-display): Simplify.
9384
9385 2010-07-18 Alan Mackenzie <acm@muc.de>
9386
9387 Enhance `c-file-style' in file/directory local variables.
9388 * progmodes/cc-mode.el (c-count-cfss): New function.
9389 (c-before-hack-hook): Call `c-set-style' differently according to
9390 whether c-file-style was set in file or directory local
9391 variables.
9392
9393 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9394
9395 * progmodes/sql.el: Version 2.2.
9396 (sql-product, sql-user, sql-database, sql-server, sql-port):
9397 Use defcustom :safe keyword rather than putting safe-local-variable
9398 property.
9399 (sql-password): Use defcustom :risky keyword rather than putting
9400 risky-local-variable property.
9401 (sql-oracle-login-params, sql-sqlite-login-params)
9402 (sql-solid-login-params, sql-sybase-login-params)
9403 (sql-informix-login-params, sql-ingres-login-params)
9404 (sql-ms-login-params, sql-postgres-login-params)
9405 (sql-interbase-login-params, sql-db2-login-params)
9406 (sql-linter-login-params): Add `port' option.
9407 (sql-get-product-feature): Add NO-INDIRECT parameter.
9408 (sql-comint-oracle, sql-comint-sybase)
9409 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9410 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9411 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
9412 (sql-comint-linter): Rename sql-connect-* functions to
9413 sql-comint-*.
9414 (sql-product-alist, sql-mode-menu): Rename as above and
9415 :sqli-connect-func to :sqli-comint-func.
9416 (sql-connection): New variable.
9417 (sql-interactive-mode): Set it.
9418 (sql-connection-alist): New variable.
9419 (sql-connect): New function.
9420 (sql--alt-buffer-part, sql--alt-if-not-empty)
9421 (sql-make-alternate-buffer-name): Improved alternative buffer name.
9422
9423 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9424
9425 * image-mode.el (image-bookmark-make-record): Do not set context
9426 in an image (Bug#6650).
9427
9428 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9429
9430 * simple.el (select-active-region): New function.
9431 (push-mark-command, set-mark, activate-mark)
9432 (handle-shift-selection): Use it.
9433 (deactivate-mark): Don't check for size of region.
9434
9435 * mouse.el (mouse-drag-track): Use select-active-region.
9436
9437 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
9438
9439 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9440 "--dired" stronger.
9441
9442 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * term/x-win.el (x-select-enable-primary): Change default to nil.
9445 (x-select-enable-clipboard): Add :version keyword.
9446
9447 * mouse.el (mouse-drag-copy-region):
9448 * simple.el (select-active-regions): Likewise.
9449
9450 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9451
9452 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
9453 (vc-coding-system-for-diff): Use it to decide whether to inherit
9454 from the file the EOL format for reading the diffs of that file.
9455 (Bug#4451)
9456
9457 2010-07-16 Eli Zaretskii <eliz@gnu.org>
9458
9459 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9460 unibyte, so compressed attachments are not compressed again.
9461
9462 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
9463
9464 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9465 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9466 (tramp-find-shell): Simplify setting connection property.
9467 (tramp-get-ls-command): Make test for "--color=never" stronger.
9468
9469 2010-07-15 Simon South <ssouth@member.fsf.org>
9470
9471 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9472 blocks within record declarations (i.e. variant parts) correctly.
9473
9474 2010-07-15 Simon South <ssouth@member.fsf.org>
9475
9476 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9477 over literal tokens when parsing so newlines aren't "absorbed" by
9478 single-line comments. Corrects the indentation of case blocks
9479 that have a comment on the first line.
9480
9481 2010-07-14 Karl Fogel <kfogel@red-bean.com>
9482
9483 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9484 by Drew Adams (Bug#5504).
9485
9486 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9487
9488 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
9489 now that Unicode is used (Bug#6594).
9490
9491 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
9492
9493 * term/x-win.el (x-select-enable-clipboard): Default to t.
9494 (x-initialize-window-system): Don't overwrite Paste menu item.
9495
9496 * simple.el (select-active-regions): Default to t.
9497 (push-mark-command): Don't overwrite primary with empty string.
9498
9499 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9500 (mouse-drag-copy-region): Default to nil.
9501
9502 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9503 Cut/Copy/Paste menu bar items.
9504
9505 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9506
9507 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9508 Patch applied by Karl Fogel.
9509
9510 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9511 and `bookmark-current-buffer' if they have been already set in
9512 another buffer (e.g gnus-art).
9513
9514 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9515 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9516
9517 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9518
9519 * bookmark.el (bookmark-make-record-default): Allow unneeded
9520 information to be omitted from the record.
9521
9522 Adjust declarations and calls:
9523
9524 * info.el (bookmark-make-record-default): Adjust declaration.
9525 (Info-bookmark-make-record): Adjust call.
9526
9527 * woman.el (bookmark-make-record-default): Adjust declaration.
9528 (woman-bookmark-make-record): Adjust call.
9529
9530 * man.el (bookmark-make-record-default): Adjust declaration.
9531 (Man-bookmark-make-record): Adjust call.
9532
9533 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9534
9535 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9536
9537 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9538
9539 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9540 This is also from Thierry Volpiatto's patch in bug #6444. However,
9541 because it was extraneous to the functional change in that patch,
9542 and causes a re-indendation, I am committing it separately.
9543
9544 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9545
9546 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9547 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9548 Patch applied by Karl Fogel (Bug#6444).
9549
9550 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9551
9552 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9553
9554 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9555
9556 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9557 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9558 (ns-alternatives-map): Change S-tab binding to backtab
9559 (bug#6616).
9560
9561 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9562 under ns.
9563
9564 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9565
9566 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9567 (Bug#5806)
9568
9569 * language/tv-util.el (tai-viet-re): Remove format.
9570
9571 2010-07-12 Kenichi Handa <handa@m17n.org>
9572
9573 * language/hebrew.el: Remove no-byte-compile declaration.
9574 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9575 composition-function-table for 3-character looking back.
9576 (hebrew-font-get-precomposed): New function.
9577 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9578
9579 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * mouse.el (mouse-drag-track): Handle select-active-regions
9582 (Bug#6612).
9583
9584 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9585
9586 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9587 empty argument to gvfs-copy.
9588
9589 2010-07-10 Glenn Morris <rgm@gnu.org>
9590
9591 * calendar/calendar.el (calendar-week-end-day): New function.
9592 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9593 Respect calendar-week-start-day. (Bug#6606)
9594 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9595 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9596 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9597 respect calendar-week-start-day.
9598
9599 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9600
9601 * simple.el (use-region-p): Doc fix (Bug#6607).
9602
9603 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9604
9605 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9606 Add regexps for cucumber and ruby.
9607
9608 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9609
9610 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9611 (epa-file-insert-file-contents): Hack to prevent
9612 find-file from opening empty buffer when decryption failed
9613 (bug#6568).
9614
9615 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9616
9617 * textmodes/ispell.el (ispell-alternate-dictionary):
9618 Use file-readable-p.
9619 Return nil if no word-list is found at default locations.
9620 (ispell-complete-word-dict): Default to nil.
9621 (ispell-command-loop): Use 'word-list' when using lookup-words.
9622 (lookup-words): Use ispell-complete-word-dict or
9623 ispell-alternate-dictionary. Check for word-list availability
9624 and handle errors if needed with better messages (Bug#6539).
9625 (ispell-complete-word): Use ispell-complete-word-dict or
9626 ispell-alternate-dictionary.
9627
9628 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9629
9630 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9631 builtins (BufferError, BytesWarning, WindowsError; callables
9632 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9633
9634 2010-07-07 Glenn Morris <rgm@gnu.org>
9635
9636 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9637 (zone-shift-left): Ignore intangibility, and any errors from
9638 forward-char.
9639 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9640 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9641 deleting, and copying text properties.
9642 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9643 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9644 to point-max is hard.
9645 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9646 (zone-fill-out-screen): Ignore intangibility.
9647
9648 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9649
9650 * menu-bar.el (menu-bar-mode):
9651 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9652 if it has been set.
9653
9654 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9655 word/line selection (Bug#6565).
9656
9657 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9658
9659 * net/dbus.el (dbus-send-signal): Declare function.
9660
9661 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9662
9663 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9664 (dbus-register-property): New optional argument EMITS-SIGNAL.
9665 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9666
9667 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * mouse.el (mouse-drag-overlay): Variable deleted.
9670 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9671 (mouse--remap-link-click-p): New function.
9672 (mouse-drag-track): Handle dragging by using temporary Transient
9673 Mark mode, instead of a special overlay.
9674 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9675 mouse-show-mark.
9676
9677 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9678 deleted.
9679
9680 2010-07-02 Juri Linkov <juri@jurta.org>
9681
9682 * autoinsert.el (auto-insert-alist): Fix readability
9683 by using dotted pair notation for lambda.
9684
9685 2010-07-02 Juri Linkov <juri@jurta.org>
9686
9687 * faces.el (read-face-name): Rename arg `string-describing-default'
9688 to `default'. Doc fix. Display the default value in quotes
9689 in the prompt. With empty input, return the `default' arg,
9690 unless the default value is a string (in which case return nil).
9691 (describe-face): Replace the string `default' arg of `read-face-name'
9692 with the symbol `default'.
9693
9694 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9695
9696 * emulation/viper-cmd.el (viper-delete-backward-char)
9697 (viper-del-backward-char-in-insert)
9698 (viper-del-backward-char-in-replace, viper-change)
9699 (viper-backward-indent): Replace delete-backward-char with
9700 delete-char (Bug#6552).
9701
9702 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9703
9704 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9705
9706 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9707
9708 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9709 argument passed to frame-creation-function (Bug#5378).
9710
9711 * faces.el (x-handle-named-frame-geometry)
9712 (x-handle-reverse-video, x-create-frame-with-faces)
9713 (face-set-after-frame-default, tty-create-frame-with-faces):
9714 Don't separately consult default-frame-alist. It is now passed as the
9715 PARAMETER argument.
9716
9717 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9718
9719 * startup.el (command-line): Don't call tool-bar-setup in a
9720 tty-only build.
9721
9722 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9723
9724 * ruler-mode.el (ruler--save-header-line-format): New fun.
9725 (ruler-mode): Use it as a setter function, so as not to overwrite
9726 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9727
9728 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9729
9730 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9731 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9732 (vc-log-outgoing): Use it.
9733 (vc-diff-internal): Set diff-vc-backend.
9734
9735 * vc/diff-mode.el (diff-vc-backend): New var.
9736
9737 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9738
9739 * dynamic-setting.el (font-setting-change-default-font):
9740 Remove call to message.
9741
9742 2010-06-28 Kenichi Handa <handa@m17n.org>
9743
9744 * international/quail.el (quail-insert-kbd-layout): Fix the
9745 showing of untranslated characters.
9746
9747 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9748
9749 * simple.el (delete-active-region): New option.
9750 (delete-backward-char): Implement in Lisp.
9751 (delete-forward-char): New command.
9752
9753 * mouse.el (mouse-region-delete-keys): Delete.
9754 (mouse-show-mark): Simplify.
9755
9756 * bindings.el (global-map): Bind delete and DEL, the former to
9757 delete-forward-char.
9758
9759 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9760
9761 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9762 (ruby-mode): Bind indent-line-function (Bug#5119).
9763
9764 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9765
9766 * startup.el (command-line): Recognize "0" X resource value.
9767
9768 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9769
9770 * startup.el (command-line): Use X resources to set the value of
9771 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9772
9773 * menu-bar.el (menu-bar-mode):
9774 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9775 Set init-value to t.
9776
9777 * frame.el (frame-notice-user-settings): Don't change
9778 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9779 vice versa (Bug#2249).
9780
9781 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9782
9783 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9784
9785 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9786
9787 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9788 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9789
9790 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9791 default directories are expanded (Bug#6143).
9792
9793 2010-06-24 Juri Linkov <juri@jurta.org>
9794
9795 * minibuffer.el (completions-format): Change default from nil to
9796 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9797
9798 2010-06-24 Juri Linkov <juri@jurta.org>
9799
9800 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9801 buffer-locally to lambda that re-runs the vc diff command.
9802 (Bug#6447)
9803
9804 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9807 echo area is in use (Bug#3412).
9808
9809 2010-06-22 Glenn Morris <rgm@gnu.org>
9810
9811 * textmodes/texinfmt.el (texinfo-format-region)
9812 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9813 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9814 (texinfo-format-option, texinfo-noindent):
9815 Use line-beginning-position and line-end-position.
9816
9817 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9818 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9819 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9820 utf-8 characters.
9821
9822 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9823
9824 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9825 forward-line fallout.
9826
9827 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9828
9829 * mouse.el (mouse-appearance-menu): Add docstring.
9830
9831 * help.el (describe-key): Print up-event using key-description.
9832
9833 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9834
9835 * net/zeroconf.el (zeroconf-resolve-service)
9836 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9837 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9838
9839 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9840
9841 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9842
9843 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9844
9845 Avoid displaying files with a nil state in vc-dir.
9846 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9847 cases that cause insertion.
9848 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9849 with a nil state.
9850
9851 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9852
9853 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9854
9855 2010-06-29 Leo <sdl.web@gmail.com>
9856
9857 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9858
9859 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9860
9861 * generic-x.el (bat-generic-mode): Fix regexp for command line
9862 switches (Bug#5719).
9863
9864 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9865
9866 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9867 of nconc to avoid pure storage error (Bug#6239).
9868
9869 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9870
9871 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9872 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9873 bindings of bookmark-automatically-show-annotations (Bug#6515).
9874
9875 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9876
9877 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9878 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9879
9880 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9881
9882 * comint.el (make-comint, make-comint-in-buffer): Mention return
9883 value in the docstrings. (Bug#6498)
9884
9885 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9886
9887 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9888 since it is not present when using some non-default switches.
9889
9890 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9891
9892 * simple.el (compose-mail): Fix doc string to refer to
9893 `compose-mail-user-agent-warnings', instead of to the
9894 nonexistent `compose-mail-check-user-agent'.
9895
9896 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9897
9898 Fix an indentation bug:
9899
9900 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9901 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9902 of existing values.
9903
9904 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9905 (c-clear->-pair-props-if-match-before): now return t when they've
9906 cleared properties, nil otherwise.
9907 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9908 by taking account of the existing value.
9909
9910 * progmodes/cc-defs.el
9911 (c-clear-char-property-with-value-function): Fix this to clear the
9912 property rather than overwriting it with nil.
9913
9914 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9915
9916 * emacs-lisp/package.el (package-print-package): Add link to
9917 package description via describe-package.
9918 (describe-package-1): List package requirements. Add button to
9919 perform installation.
9920 (package-menu-describe-package): New command.
9921
9922 * help-mode.el (help-package): New button type.
9923
9924 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9925
9926 * emacs-lisp/package.el: Move package-list-packages binding to
9927 menu-bar.el.
9928 (describe-package, describe-package-1, package--dir): New funs.
9929 (package-activate-1): Use package--dir.
9930
9931 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9932
9933 * help-mode.el (help-package-def): New button type.
9934
9935 * menu-bar.el: Move package-list-packages binding here from
9936 package.el.
9937
9938 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9939
9940 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9941
9942 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * emacs-lisp/edebug.el (edebug-read-list):
9945 Phase out old-style backquotes.
9946
9947 2010-06-17 Juri Linkov <juri@jurta.org>
9948
9949 * help-mode.el (help-mode): Set buffer-local variable
9950 revert-buffer-function to help-mode-revert-buffer.
9951 (help-mode-revert-buffer): New function.
9952
9953 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9954 before popping to "*info*" (like in other Info functions).
9955 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9956 old-history-forward. Pop to old-buffer-name or "*info*" to
9957 recreate the killed buffer. Set Info-history-forward from
9958 old-history-forward.
9959 (Info-breadcrumbs-depth): Add :group and :version.
9960
9961 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9962
9963 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9964
9965 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9966
9967 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9968 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9969
9970 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9971
9972 * emacs-lisp/package.el (package-menu-mode-map):
9973 Move initialization into declaration.
9974
9975 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9976
9977 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9978
9979 * emacs-lisp/package.el (package-archive-base): Point to
9980 elpa.gnu.org.
9981 (package-enable, package-load-list): New defcustoms.
9982 (package-user-dir, package-directory-list): Turn into defcustoms.
9983 Don't include package-user-dir in package-directory-list.
9984 (package--builtins-base): Don't include Emacs as a "package".
9985 (package-subdirectory-regexp): New var.
9986 (package-load-all-descriptors, package-compute-transaction)
9987 (package-download-transaction): Obey package-load-list.
9988 (package-activate-1): Rename from package-do-activate.
9989 (package-list-packages-internal): Check package-load-list.
9990 (package-load-descriptor, package-generate-autoloads)
9991 (package-unpack, package-unpack-single)
9992 (package--read-archive-file, package-delete):
9993 Use expand-file-name.
9994
9995 * emacs-lisp/package-x.el: New file. Package uploading
9996 functionality split out from package.el.
9997
9998 * startup.el (command-line): Load packages after reading init file.
9999
10000 2010-06-17 Tom Tromey <tromey@redhat.com>
10001
10002 * emacs-lisp/package.el: New file.
10003
10004 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10005
10006 Fix vc-annotate for renamed files when using Git.
10007 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
10008 ls-files. Doe not pass the object as a file name to cat-file, it
10009 is not a file name.
10010 (vc-git-annotate-command): Pass the file name using -- to avoid
10011 ambiguity with the revision.
10012 (vc-git-previous-revision): Pass a relative file name.
10013
10014 2010-06-22 Glenn Morris <rgm@gnu.org>
10015
10016 * progmodes/js.el (js-mode-map): Use standard capitalization and
10017 ellipses for menu entries.
10018
10019 * wid-edit.el (widget-complete): Doc fix.
10020
10021 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
10022
10023 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
10024
10025 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
10026
10027 Fix annotating other revisions for renamed files in vc-annotate.
10028 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
10029 VC backend. Use it when non-nil.
10030 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
10031 (Bug#6487).
10032
10033 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
10034 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10035 Do not pass the file name to the 'previous-revision call when we
10036 don't want a file diff. (Bug#6489)
10037
10038 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10039
10040 Fix finding revisions for renamed files in vc-annotate.
10041 * vc/vc.el (vc-find-revision): Add an optional argument for
10042 the VC backend. Use it when non-nil.
10043 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
10044 backend to vc-find-revision. (Bug#6487)
10045
10046 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
10047
10048 Fix reading file names in Git annotate buffers.
10049 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
10050 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
10051
10052 2010-06-20 Alan Mackenzie <acm@muc.de>
10053
10054 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
10055 in file local variables, set it first.
10056
10057 2010-06-19 Glenn Morris <rgm@gnu.org>
10058
10059 * descr-text.el (describe-char-unicode-data): Insert separating
10060 space when needed. (Bug#6422)
10061
10062 * progmodes/idlwave.el (idlwave-action-and-binding):
10063 Fix typo in 2009-12-03 change. (Bug#6450)
10064
10065 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10066
10067 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
10068 handling for `lambda' (misunderstanding).
10069
10070 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
10071
10072 * calc/calc-poly.el (math-accum-factors): Make sure that
10073 constants aren't distributed after they are factored out.
10074
10075 2010-06-16 Juri Linkov <juri@jurta.org>
10076
10077 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
10078 `list-colors-print'. (Bug#6332)
10079
10080 * subr.el (read-quoted-char): Fix up last change (bug#6290).
10081
10082 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
10085 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
10086
10087 * font-lock.el (font-lock-major-mode): Rename from
10088 font-lock-mode-major-mode to distinguish it from
10089 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
10090 (font-lock-set-defaults):
10091 * font-core.el (font-lock-default-function): Adjust users.
10092 (font-lock-mode): Don't set it at all.
10093
10094 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
10097
10098 2010-06-16 Glenn Morris <rgm@gnu.org>
10099
10100 * calendar/appt.el (appt-time-msg-list): Doc fix.
10101 (appt-check): Let-bind appt-warn-time.
10102 (appt-add): Make the 3rd argument optional.
10103 Simplify argument names. Doc fix. Check for integer WARNTIME.
10104 Only add WARNTIME to the output list if non-nil.
10105
10106 2010-06-16 Ivan Kanis <apple@kanis.eu>
10107
10108 * calendar/appt.el (appt-check): Let the 3rd element of
10109 appt-time-msg-list specify the warning time.
10110 (appt-add): Add new argument with the warning time. (Bug#5176)
10111
10112 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10113
10114 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
10115 older than version 1.6. (Bug#6361)
10116
10117 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
10118
10119 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
10120 used by cl-do-arglist. (Bug#6408)
10121
10122 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
10123
10124 * textmodes/ispell.el (ispell-dictionary-base-alist):
10125 Fix portuguese casechars/not-casechars for missing 'çÇ'.
10126 Suggested by Rolando Pereira (bug#6434).
10127
10128 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
10129
10130 * facemenu.el (list-colors-sort): Doc fix.
10131
10132 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
10133
10134 * progmodes/sql.el (sql-connect-mysql): Fix typo.
10135
10136 2010-06-14 Juri Linkov <juri@jurta.org>
10137
10138 Add sort option `list-colors-sort'. (Bug#6332)
10139 * facemenu.el (color-rgb-to-hsv): New function.
10140 (list-colors-sort): New defcustom.
10141 (list-colors-sort-key): New function.
10142 (list-colors-display): Doc fix. Sort list according to the option
10143 `list-colors-sort'.
10144 (list-colors-print): Add HSV values to `help-echo' property of
10145 RGB strings.
10146
10147 2010-06-14 Juri Linkov <juri@jurta.org>
10148
10149 * compare-w.el: Move to the "vc" subdirectory.
10150
10151 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * image-mode.el (image-mode-map): Remap left-char and right-char.
10154
10155 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
10156
10157 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
10158
10159 * term/common-win.el (x-colors): Add all the color names defined
10160 in rgb.txt (Bug#6332).
10161
10162 * facemenu.el (list-colors-print): Don't print extra names if it
10163 will overflow the window width.
10164
10165 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
10166 change (Bug#6343).
10167
10168 2010-06-12 Eli Zaretskii <eliz@gnu.org>
10169
10170 * files.el (make-directory): Doc fix (bug#6396).
10171
10172 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
10173
10174 * net/tramp.el (tramp-remote-process-environment): Protect version
10175 string by apostroph.
10176 (tramp-shell-prompt-pattern): Do not use a shy group in case of
10177 XEmacs.
10178 (tramp-file-name-for-operation): Add `call-process-region'.
10179 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
10180
10181 * net/tramp-compat.el (top): Do not autoload
10182 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
10183 only when `start-file-process' is not bound.
10184 (tramp-advice-file-expand-wildcards): Do not use
10185 `tramp-handle-file-remote-p'.
10186 (tramp-compat-make-temp-file): Handle the case, that
10187 `make-temp-file' has no third argument EXTENSION.
10188
10189 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
10190
10191 * makefile.w32-in (WINS_BASIC): Include new directory vc.
10192
10193 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
10194
10195 2010-06-11 Juri Linkov <juri@jurta.org>
10196
10197 * finder.el (finder-known-keywords): Add keyword "vc"
10198 for version control.
10199
10200 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
10201 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
10202 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
10203 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
10204
10205 2010-06-11 Juri Linkov <juri@jurta.org>
10206
10207 Move version control related files to the "vc" subdirectory.
10208 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
10209 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
10210 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
10211 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
10212 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
10213 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
10214 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
10215 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
10216 Move files to the "vc" subdirectory.
10217
10218 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
10219
10220 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
10221 (Bug#6367).
10222
10223 2010-06-11 Stephen Eglen <stephen@gnu.org>
10224
10225 * shell.el: Bind `shell-resync-dirs' to M-RET.
10226
10227 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
10228
10229 * notifications.el: Move file from lisp/net, because it is
10230 supposed to talk locally to the user.
10231
10232 2010-06-10 Julien Danjou <julien@danjou.info>
10233
10234 * net/notifications.el (notifications-on-action-signal)
10235 (notifications-on-closed-signal): Pass notification id as first
10236 argument to the callback functions. Add docstrings.
10237 (notifications-notify): Fix docstring.
10238
10239 2010-06-10 Glenn Morris <rgm@gnu.org>
10240
10241 * emacs-lisp/authors.el (authors-ignored-files)
10242 (authors-valid-file-names): Add some files.
10243
10244 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10245
10246 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
10247 merge conflict, giving preference to the emacs-23 version of the code.
10248
10249 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * emacs-lisp/advice.el (ad-compile-function):
10252 Define warning-suppress-types before we let-bind it (bug#6275).
10253
10254 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
10255 declare it, make it buffer-local and permanent-local (bug#6324).
10256 (vc-resynch-window): Adjust name.
10257 * vc-hooks.el (vc-find-file-hook): Adjust name.
10258
10259 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
10260
10261 * net/notifications.el (notifications-notify): Fix docstring.
10262
10263 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10264
10265 Update to Unicode 6.0.0 beta.
10266 * international/charprop.el: Update copyright.
10267 * international/mule-cmds.el (ucs-names): Update character ranges.
10268 * international/uni-bidi.el:
10269 * international/uni-category.el:
10270 * international/uni-combining.el:
10271 * international/uni-comment.el:
10272 * international/uni-decimal.el:
10273 * international/uni-decomposition.el:
10274 * international/uni-digit.el:
10275 * international/uni-lowercase.el:
10276 * international/uni-mirrored.el:
10277 * international/uni-name.el:
10278 * international/uni-numeric.el:
10279 * international/uni-old-name.el:
10280 * international/uni-titlecase.el:
10281 * international/uni-uppercase.el: Regenerate.
10282
10283 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * emacs-lisp/smie.el (comment-string-strip): Declare function.
10286 (smie-precs-precedence-table): Fix typo in docstring.
10287
10288 * vc-mtn.el (log-edit-extract-headers): Declare function.
10289
10290 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
10291
10292 * net/notifications.el (dbus-register-signal): Declare function.
10293 (notifications-notify): Fix typos and reflow docstring.
10294
10295 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10296
10297 Improve VC create/retrieve tag/branch.
10298 * vc.el (vc-create-tag): Do not read the directory name for VCs
10299 with repository revision granularity. Adjust the tag/branch
10300 prompt. Reset VC properties.
10301 (vc-retrieve-tag): Do not read the directory name for VCs
10302 with repository revision granularity. Reset VC properties.
10303
10304 2010-06-09 Julien Danjou <julien@danjou.info>
10305
10306 * net/notifications.el: New file.
10307
10308 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
10309
10310 Add optional support for resetting VC properties.
10311 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
10312 call vc-file-clearprops when true.
10313 (vc-resynch-buffer): Add new optional argument, pass it down.
10314 (vc-resynch-buffers-in-directory): Likewise.
10315
10316 Improve support for special markup in the VC commit message.
10317 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
10318 * vc-hg.el (vc-hg-checkin): Add support for Date:.
10319 * vc-git.el (vc-git-checkin):
10320 * vc-bzr.el (vc-bzr-checkin): Likewise.
10321
10322 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
10325 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
10326
10327 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10328
10329 * iimage.el: Remove images as soon as the underlying text is modified.
10330 (iimage-modification-hook): New function.
10331 (iimage-mode-buffer): Use it.
10332
10333 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10336 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10337 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10338 (smie-indent-keyword): Add handling of open-paren keywords.
10339 (smie-indent-comment-continue): Don't assume comment-continue.
10340
10341 2010-06-07 Martin Rudalics <rudalics@gmx.at>
10342
10343 * window.el (pop-to-buffer): Remove the conditional that
10344 compares new-window and old-window, so it will reselect
10345 the selected window unconditionally.
10346 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10347
10348 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * emacs-lisp/smie.el (smie-indent-offset-after)
10351 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10352 (smie-indent-after-keyword): Use them.
10353 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10354 (smie-indent-keyword): Tweak the black magic.
10355 (smie-indent-comment-continue): Strip comment-continue before use.
10356 (smie-indent-functions): Indent comments before keywords.
10357
10358 2010-06-06 Juri Linkov <juri@jurta.org>
10359
10360 * isearch.el (isearch-lazy-highlight-search): Fix looping
10361 by checking for empty match. This syncs this loop with the
10362 similar loop in `isearch-search'. (Bug#6362)
10363
10364 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * net/dbus.el (dbus-register-method): Declare function.
10367 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10368 (dbus-introspect): Doc fix.
10369 (dbus-event-bus-name, dbus-introspect-get-interface)
10370 (dbus-introspect-get-argument): Reflow docstrings.
10371
10372 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10373
10374 vc-log-incoming/vc-log-outgoing fixes for Git.
10375 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10376 incoming/outgoing logs.
10377 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10378 instead of vc-git-compute-remote.
10379 (vc-git-compute-remote): Remove.
10380
10381 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
10382
10383 * term/common-win.el (x-colors): Add "dark green" and "dark
10384 turquoise" (Bug#6332).
10385
10386 2010-06-04 Juri Linkov <juri@jurta.org>
10387
10388 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10389 Instead of setting `replace' to t and replacing the same string
10390 with itself, don't do certain actions when
10391 kill-do-not-save-duplicates is non-nil and string is equal to car
10392 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10393 interprogram-paste strings to kill-ring, and don't push the input
10394 argument `string' to kill-ring.
10395 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10396
10397 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10398
10399 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10400
10401 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
10402
10403 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10404 (tramp-gvfs-handler-mounted-unmounted)
10405 (tramp-gvfs-connection-mounted-p): Handle default-location.
10406
10407 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10408 move files to trash.
10409
10410 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
10411
10412 * international/mule-cmds.el (nonascii-insert-offset)
10413 (nonascii-translation-table): Add obsolescence information.
10414
10415 * international/mule.el (make-translation-table-from-vector): Doc fix.
10416
10417 2010-06-03 Glenn Morris <rgm@gnu.org>
10418
10419 * desktop.el (desktop-clear-preserve-buffers):
10420 Add "*Warnings*" buffer. (Bug#6336)
10421
10422 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10423
10424 vc-log-incoming/vc-log-outgoing improvements for Git.
10425 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10426 short log.
10427 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10428
10429 Add bindings for vc-log-incoming and vc-log-outgoing.
10430 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10431 and vc-log-outgoing.
10432 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10433 and vc-log-outgoing.
10434
10435 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10436
10437 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10438 (rcirc-handler-366): Always sort nicknames.
10439
10440 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
10441
10442 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10443
10444 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
10445
10446 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
10447
10448 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10451 (rcirc-sort-nicknames-join): Avoid setq.
10452
10453 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10454
10455 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10456 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10457 (rcirc-handler-366): Use them.
10458
10459 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 Split smie-indent-calculate into more manageable chunks.
10462 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10463 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10464 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10465 (smie-indent-exps): Extract from smie-indent-calculate.
10466 (smie-indent-functions): New var.
10467 (smie-indent-functions): Use them.
10468
10469 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10472 (smie-indent-calculate): Simplify and cleanup.
10473
10474 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
10475
10476 * net/tramp-gvfs.el (top): Require url-util.
10477 (tramp-gvfs-mount-point): Remove.
10478 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10479 New defuns.
10480 (with-tramp-dbus-call-method): Format trace message.
10481 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
10482 Implement backup call, when operation on local files fails.
10483 Use progress reporter. Flush properties of changed files.
10484 (tramp-gvfs-handle-make-directory): Make more traces.
10485 (tramp-gvfs-url-file-name): Hexify file name in url.
10486 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10487 into account for the resulting file name.
10488 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10489 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10490 (tramp-gvfs-handler-mounted-unmounted)
10491 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10492 attribute "default_location". Set "prefix" property.
10493 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10494 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10495 exists. Raise an error, if not (due to a corresponding answer
10496 "no" in interactive questions, for example).
10497
10498 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
10499
10500 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10501
10502 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
10503
10504 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10505 right-*. (Bug#6265)
10506
10507 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10508
10509 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10510 * vc-git.el (vc-git-compute-remote): New function.
10511 (vc-git-log-outgoing): Use it instead of hard coding a value.
10512 (vc-git-log-incoming): New function.
10513
10514 Improve state updating for VC tag commands.
10515 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10516 to update the state of all buffers in the directory.
10517
10518 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10519
10520 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10523 `file-directory-p' to the filename part rather than to the whole text.
10524
10525 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10528
10529 2010-05-31 Drew Adams <drew.adams@oracle.com>
10530
10531 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10532
10533 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
10534
10535 * subr.el (momentary-string-display): Just use read-event to read
10536 the exit event (Bug#6238).
10537
10538 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10539
10540 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10541
10542 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10543
10544 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10545 Suggested by Eli Zaretskii <eliz@gnu.org>.
10546
10547 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * minibuffer.el (completion-file-name-table): Don't return a boundary
10550 past the end of `string' (bug#6299).
10551 (completion--file-name-table): Delegate to completion-file-name-table
10552 for the `boundaries' case.
10553
10554 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10555
10556 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10557 movement commands.
10558
10559 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10560 `path-separator', but maintain compatibility with Emacs 20.2.
10561
10562 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10563
10564 * server.el (server-process-filter): Receive parent-id argument
10565 from emacsclient.
10566 (server-create-window-system-frame): New arg. Pass parent-id as
10567 frame parameter.
10568
10569 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10570
10571 Bidi-sensitive word movement with arrow keys.
10572 * subr.el (right-arrow-command, left-arrow-command): Move to
10573 bindings.el.
10574
10575 * bindings.el (right-char, left-char): Move from subr.el and
10576 rename from right-arrow-command and left-arrow-command.
10577 (right-word, left-word): New functions.
10578 (global-map) <right>: Bind to right-char.
10579 (global-map) <left>: Bind to left-char.
10580 (global-map) <C-right>: Bind to right-word.
10581 (global-map) <C-left>: Bind to left-word.
10582
10583 * ls-lisp.el (ls-lisp-classify-file): New function.
10584 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10585 (ls-lisp-classify): Call ls-lisp-classify-file.
10586 (insert-directory): Remove blanks from switches.
10587
10588 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10589
10590 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10591 (ansi-color-drop-regexp): New constant.
10592 (ansi-color-apply, ansi-color-filter-region)
10593 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10594 (ansi-color-apply): Build string list before calling concat.
10595
10596 2010-05-28 Juri Linkov <juri@jurta.org>
10597
10598 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10599 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10600 (Bug#5270)
10601
10602 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10603
10604 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10605 to ignored backtrace functions.
10606 (with-progress-reporter): Expand docstring.
10607 (tramp-handle-delete-file): Implement TRASH argument.
10608 (tramp-get-remote-trash): New defun.
10609
10610 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10611
10612 * net/tramp-compat.el (tramp-compat-delete-file):
10613 Use `symbol-value' for backward compatibility.
10614
10615 * net/tramp.el (tramp-handle-make-symbolic-link)
10616 (tramp-handle-load)
10617 (tramp-do-copy-or-rename-file-via-buffer)
10618 (tramp-do-copy-or-rename-file-directly)
10619 (tramp-do-copy-or-rename-file-out-of-band)
10620 (tramp-handle-process-file, tramp-handle-call-process-region)
10621 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10622 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10623 (tramp-delete-temp-file-function): Use `delete-file' instead
10624 of `tramp-compat-delete-file'.
10625
10626 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10627 (tramp-fish-handle-make-symbolic-link)
10628 (tramp-fish-handle-process-file): Use `delete-file' instead
10629 of `tramp-compat-delete-file'.
10630
10631 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10632 Use `delete-file' instead of `tramp-compat-delete-file'.
10633
10634 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region):
10635 Use `delete-file' instead of `tramp-compat-delete-file'.
10636
10637 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10638 Use `delete-file' instead of `tramp-compat-delete-file'.
10639
10640 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10641 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10642 (tramp-smb-handle-write-region): Use `delete-file' instead of
10643 `tramp-compat-delete-file'.
10644 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10645
10646 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10647
10648 * dired.el (dired-delete-file): New arg TRASH.
10649 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10650 (dired-do-flagged-delete, dired-do-delete): Use trash.
10651
10652 * speedbar.el (speedbar-item-delete): Allow trashing.
10653
10654 * files.el (delete-directory): New arg TRASH.
10655
10656 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10657 (ange-ftp-rename-remote-to-remote)
10658 (ange-ftp-rename-local-to-remote)
10659 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10660 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10661 `delete-file'.
10662 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10663 allow trashing.
10664
10665 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10666 handle new TRASH arg of `delete-file'.
10667
10668 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10669 (tramp-handle-make-symbolic-link, tramp-handle-load)
10670 (tramp-do-copy-or-rename-file-via-buffer)
10671 (tramp-do-copy-or-rename-file-directly)
10672 (tramp-do-copy-or-rename-file-out-of-band)
10673 (tramp-handle-process-file, tramp-handle-call-process-region)
10674 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10675 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10676 (tramp-delete-temp-file-function): Use null TRASH arg in
10677 tramp-compat-delete-file call.
10678
10679 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10680 (tramp-fish-handle-delete-file)
10681 (tramp-fish-handle-make-symbolic-link)
10682 (tramp-fish-handle-process-file): Use null TRASH arg in
10683 `tramp-compat-delete-file' call.
10684
10685 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10686 arg in `tramp-compat-delete-file' call.
10687
10688 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10689 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10690 `tramp-compat-delete-file' call.
10691
10692 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10693 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10694 `tramp-compat-delete-file' call.
10695
10696 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10697 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10698 (tramp-smb-handle-write-region): Use null TRASH arg in
10699 tramp-compat-delete-file call.
10700 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10701 (tramp-smb-handle-delete-file): Rename arg.
10702
10703 * diff.el (diff-sentinel):
10704 * epg.el (epg--make-temp-file, epg-decrypt-string)
10705 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10706 * jka-compr.el (jka-compr-partial-uncompress)
10707 (jka-compr-call-process, jka-compr-write-region):
10708 * server.el (server-sentinel): Remove optional arg from
10709 delete-file, reverting 2010-05-03 change.
10710
10711 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10712
10713 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10714 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10715
10716 2010-05-27 Kenichi Handa <handa@m17n.org>
10717
10718 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10719 element of GSTRING is nil.
10720
10721 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * emacs-lisp/smie.el (smie-forward-token-function)
10724 (smie-backward-token-function): New vars.
10725 (smie-backward-sexp, smie-forward-sexp)
10726 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10727 (smie-default-backward-token): Rename from smie-backward-token and
10728 skip comments.
10729 (smie-default-forward-token): Rename from smie-forward-token and
10730 skip comments.
10731 (smie-next-sexp): Handle nil results from next-token.
10732 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10733
10734 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10735
10736 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10737 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10738
10739 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10740
10741 * htmlfontify.el (hfy-face-resolve-face): New function.
10742 (hfy-face-to-style): Use it (Bug#6279).
10743
10744 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10747 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10748
10749 2010-05-26 Glenn Morris <rgm@gnu.org>
10750
10751 * emulation/edt.el (edt-load-keys): Use locate-library.
10752
10753 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10754
10755 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10756 (log-edit-changelog-entries): Doc fix.
10757 (log-edit-changelog-insert-entries): Args changed.
10758 Rename relative filenames in ChangeLog entries. Delete tabs.
10759 (log-edit-insert-changelog-entries): Reorganize return value of
10760 `log-edit-changelog-entries' to pass filenames to
10761 log-edit-changelog-insert-entries.
10762
10763 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10764
10765 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10766 `image-dired-dired-insert-marked-thumbs' to
10767 `image-dired-dired-toggle-marked-thumbs'.
10768
10769 * image-dired.el: Require cl when compiling.
10770 (image-dired-dired-toggle-marked-thumbs): Rename from
10771 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10772 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10773 to 'no-dir. Skip files whose names don't match
10774 `image-file-name-regexp'. When file has a thumbnail overlay,
10775 delete it. (Bug#5270)
10776
10777 2010-05-25 Juri Linkov <juri@jurta.org>
10778
10779 * image-mode.el (image-mode): Add image-after-revert-hook to
10780 after-revert-hook.
10781 (image-after-revert-hook): New function. (Bug#5669)
10782
10783 2010-05-25 Juri Linkov <juri@jurta.org>
10784
10785 * image.el (image-animated-p): When delay between animated images
10786 is 0, set it to 10 (0.1 sec). (Bug#6258)
10787
10788 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10789
10790 * net/tramp.el (tramp-handle-insert-directory): Don't use
10791 `forward-word', its default syntax could be changed.
10792
10793 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10794
10795 * net/tramp.el (tramp-progress-reporter-update): New defun.
10796 (with-progress-reporter): Use it.
10797 (tramp-process-actions):
10798 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10799 Preserve current message, in order to let progress reporter continue
10800 afterwards. (Bug#6257)
10801
10802 2010-05-25 Glenn Morris <rgm@gnu.org>
10803
10804 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10805 Add :version.
10806
10807 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10808
10809 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10810 (rcirc-default-full-name): Change to "unknown".
10811 (rcirc-user-name-history): Add variable.
10812
10813 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10814 Jonathan Rockway <jon@jrock.us>
10815
10816 * net/rcirc.el (rcirc-server-alist): Add :pass.
10817 (rcirc): When prompting for connection parameters, also prompt for
10818 username and password.
10819 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10820 value to server when connecting.
10821
10822 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10825 (smie-merge-prec2s): Pass the tables as separate args.
10826 (smie-bnf-precedence-table): Adjust call accordingly.
10827 (smie-prec2-levels): Set levels at the end.
10828
10829 Replace Lisp calls to delete-backward-char by delete-char.
10830 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10831 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10832 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10833 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10834 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10835 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10836 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10837 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10838 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10839 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10840 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10841 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10842 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10843 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10844 delete-backward-char by calls to delete-char.
10845
10846 2010-05-25 Kenichi Handa <handa@m17n.org>
10847
10848 * language/hebrew.el (hebrew-shape-gstring): New function.
10849 Register it in composition-function-table for all Hebrew combining
10850 characters.
10851
10852 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * epa.el (epa--select-keys): Don't explicitly delete the window since
10855 that can fail (e.g. sole window in frame). Use dedication instead.
10856
10857 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10858
10859 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10860
10861 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10862
10863 * image.el (image-refresh): Define as an alias for image-flush.
10864
10865 * image-mode.el (image-toggle-display-image): Caller changed.
10866
10867 2010-05-21 Juri Linkov <juri@jurta.org>
10868
10869 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10870 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10871 whitespace, call wildcard-to-regexp on substrings and concat them
10872 with "\\|". (Bug#6114)
10873
10874 2010-05-21 Alan Mackenzie <acm@muc.de>
10875
10876 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10877 Replace parameter `here' with `here-' and `here-plus', which sandwich
10878 any pertinent CPP construct.
10879 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10880 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10881 CPP construct from taking part in the scanning.
10882
10883 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10884
10885 * net/tramp.el (tramp-do-copy-or-rename-file)
10886 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10887 Tune `with-progress-reporter' messages.
10888 (tramp-handle-vc-registered):
10889 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10890 (tramp-fish-handle-insert-file-contents)
10891 (tramp-fish-maybe-open-connection):
10892 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10893 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10894 (tramp-imap-handle-insert-file-contents)
10895 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10896
10897 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10898
10899 * add-log.el (change-log-font-lock-keywords):
10900 Highlight all authors in multi-author entries.
10901
10902 * smerge-mode.el (smerge-refine-ignore-whitespace)
10903 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10904 Fix typos in docstrings.
10905 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10906
10907 2010-05-21 Glenn Morris <rgm@gnu.org>
10908
10909 * progmodes/fortran.el (fortran-mode):
10910 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10911
10912 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10913 having a relative path in src/Makefile.in.
10914
10915 2010-05-20 Kevin Ryde <user42@zip.com.au>
10916
10917 * help-mode.el (help-make-xrefs): For Info node links turn
10918 newlines into spaces. Link node names with newlines are matched
10919 by help-xref-info-regexp and buttonized, this change ensures they
10920 can be followed successfully with RET. (Bug#6206)
10921
10922 2010-05-20 Juri Linkov <juri@jurta.org>
10923
10924 * locate.el (locate): Use pop-to-buffer instead of
10925 switch-to-buffer-other-window. (Bug#6204)
10926
10927 2010-05-20 Juri Linkov <juri@jurta.org>
10928
10929 * replace.el (replace-highlight): Fix lazy-highlighting
10930 for `M-s w str M-% str RET'.
10931
10932 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10933
10934 * isearch.el (isearch-yank-word-or-char): Pull next subword
10935 when `subword-mode' is activated. (Bug#6220)
10936
10937 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10938
10939 * isearch.el (isearch-update-post-hook): New hook.
10940 (isearch-update): Use the new hook. (Bug#6225)
10941
10942 2010-05-20 Juri Linkov <juri@jurta.org>
10943
10944 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10945 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10946 (Bug#6222)
10947
10948 2010-05-20 Juri Linkov <juri@jurta.org>
10949
10950 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10951 (Bug#6223)
10952
10953 2010-05-20 Juri Linkov <juri@jurta.org>
10954
10955 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10956 FILE-NAME to read from the minibuffer when called interactively
10957 with prefix argument instead of using buffer-file-name.
10958 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10959
10960 * dired.el: Update autoloads.
10961
10962 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10963
10964 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10965 nxml-finish-element, for consistency with SGML mode.
10966
10967 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10968 octave-close-block.
10969
10970 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10971
10972 * composite.el: Require cl when compiling.
10973 (reference-point-alist, compose-gstring-for-graphic)
10974 (compose-gstring-for-terminal): Fix typos in docstrings.
10975
10976 2010-05-19 Juri Linkov <juri@jurta.org>
10977
10978 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10979 set-window-parameter.
10980
10981 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10982
10983 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10984 where appropriate.
10985 (tramp-maybe-open-connection): Use it.
10986
10987 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10988
10989 * simple.el (move-end-of-line): Make sure we are at line beginning
10990 before backing up to end of previous line.
10991
10992 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10993
10994 * password-cache.el (password-cache-remove): Fix docstring.
10995
10996 * net/secrets.el: Autoload the widget functions.
10997 (secrets-search-items, secrets-create-item)
10998 (secrets-get-attributes, secrets-expand-item): Attributes will be
10999 stored on the password database without leading ":", as all other
11000 clients do as well.
11001 (secrets-mode): Fix docstring.
11002 (secrets-show-secrets): Provide it as autoloaded command only when
11003 D-Bus support is available. Check existence of Secret Service API.
11004
11005 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * indent.el (indent-region): Deactivate region (bug#6200).
11008
11009 2010-05-19 Glenn Morris <rgm@gnu.org>
11010
11011 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
11012
11013 2010-05-19 Kenichi Handa <handa@m17n.org>
11014
11015 * composite.el: Register compose-gstring-for-graphic in
11016 composition-function-table only for combining characters (Mn, Mc, Me).
11017
11018 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11019
11020 * calc/calc-trail.el (calc-trail-isearch-forward)
11021 (calc-trail-isearch-backward): Ensure that the new window
11022 point is set correctly.
11023
11024 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * subr.el (read-quoted-char): Resolve modifiers after key
11027 remapping (bug#6212).
11028
11029 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
11030
11031 Add visualization code for secrets.
11032 * net/secrets.el (secrets-mode): New major mode.
11033 (secrets-show-secrets, secrets-show-collections)
11034 (secrets-expand-collection, secrets-expand-item)
11035 (secrets-tree-widget-after-toggle-function)
11036 (secrets-tree-widget-show-password): New defuns.
11037
11038 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
11041 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
11042 handled in smie-next-sexp.
11043 (smie-indent-calculate): Provide a starting indentation (so the
11044 recursion is well-founded ;-).
11045
11046 Fix handling of non-associative equal levels.
11047 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
11048 when it's not needed.
11049 (smie-op-left, smie-op-right): New functions.
11050 (smie-next-sexp): New function, extracted from smie-backward-sexp.
11051 Better handle equal levels to distinguish the associative case from
11052 the "multi-keyword construct" case.
11053 (smie-backward-sexp, smie-forward-sexp): Use it.
11054
11055 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
11056
11057 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
11058
11059 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
11060 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
11061
11062 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 Provide a simple generic indentation engine and use it for Prolog.
11065 * emacs-lisp/smie.el: New file.
11066 * progmodes/prolog.el (prolog-smie-op-levels)
11067 (prolog-smie-indent-rules): New var.
11068 (prolog-mode-variables): Use them to configure SMIE.
11069 (prolog-indent-line, prolog-indent-level): Remove.
11070
11071 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11072
11073 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
11074 order before computing the averages.
11075
11076 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
11077
11078 * calc/calc-vec.el (calc-histogram):
11079 (calcFunc-histogram): Allow vectors as inputs.
11080 (math-vector-avg): New function.
11081
11082 * calc/calc-ext.el (math-group-float): Have the number of digits
11083 being grouped depend on the radix (Bug#6189).
11084
11085 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
11086
11087 * version.el (emacs-copyright, emacs-version): Don't define here,
11088 now that emacs.c defines it.
11089
11090 2010-05-15 Eli Zaretskii <eliz@gnu.org>
11091
11092 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
11093 "Describe Language Environment" menu item.
11094
11095 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
11096
11097 Bidi-sensitive movement with arrow keys.
11098 * subr.el (right-arrow-command, left-arrow-command): New functions.
11099
11100 * bindings.el (global-map): Bind them to right and left arrow keys.
11101
11102 Don't override standard definition of convert-standard-filename.
11103 * files.el (convert-standard-filename):
11104 Call w32-convert-standard-filename and dos-convert-standard-filename on
11105 the corresponding systems.
11106
11107 * w32-fns.el (w32-convert-standard-filename): Rename from
11108 convert-standard-filename. Doc fix.
11109
11110 * dos-fns.el (dos-convert-standard-filename): Doc fix.
11111 (convert-standard-filename): Don't defalias.
11112 (register-name-alist, make-register, register-value)
11113 (set-register-value, intdos): Obsolete aliases for the
11114 corresponding dos-* functions and variables.
11115 (dos-intdos): Add a doc string.
11116
11117 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
11118
11119 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
11120 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
11121 (math-compose-tex-func):
11122 * calc/calccomp.el (math-compose-expr):
11123 * calc/calc-ext.el (math-format-flat-expr-fancy):
11124 * calc/calc-store.el (calc-read-var-name):
11125 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
11126
11127 * calc/calc.el (var-π, var-φ, var-γ): New variables.
11128 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
11129 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
11130 (math-standard-units): Add units.
11131
11132 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * progmodes/asm-mode.el (asm-mode):
11135 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
11136
11137 * pcomplete.el (pcomplete-completions-at-point): New function,
11138 extracted from pcomplete-std-complete.
11139 (pcomplete-std-complete): Use it.
11140
11141 2010-05-15 Glenn Morris <rgm@gnu.org>
11142
11143 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11144 Remove references to CVS, RCS and Old directories.
11145
11146 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
11147
11148 * calc/calc-bin.el (math-format-twos-complement): Group digits when
11149 appropriate.
11150
11151 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
11154 (sh-mode-syntax-table): Give it a default value instead.
11155 (sh-header-marker): Make buffer-local.
11156 (sh-mode): Move make-local-variable to the corresponding setq.
11157 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
11158 Use complete-with-action.
11159
11160 * simple.el (prog-mode): New (abstract) major mode.
11161 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
11162 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
11163
11164 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
11165
11166 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
11167 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
11168 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
11169 (sql-make-alternate-buffer-name, sql-placeholders-filter)
11170 (sql-escape-newlines-filter, sql-input-sender)
11171 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
11172
11173 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
11174
11175 Add TeX open-block and close-block keybindings to SGML, and vice versa.
11176
11177 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
11178 latex-open-block and C-c / to latex-close-block.
11179
11180 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
11181 and C-c C-e to sgml-close-tag.
11182
11183 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
11184
11185 * net/tramp.el (with-progress-reporter): Create reporter object
11186 only when the message would be displayed. Handle nested calls.
11187 (tramp-handle-load, tramp-handle-file-local-copy)
11188 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11189 (tramp-maybe-send-script, tramp-find-shell):
11190 Use `with-progress-reporter'.
11191 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
11192 Fix message text.
11193
11194 * net/tramp-smb.el (tramp-smb-handle-copy-file)
11195 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
11196 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
11197 Use `with-progress-reporter'.
11198
11199 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
11200
11201 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
11202 process everytime when spellchecking from the minibuffer (bug#6143).
11203
11204 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11205
11206 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
11207
11208 * dos-fns.el: Add "dos-" prefix for namespace control.
11209 (convert-standard-filename): Define as alias for
11210 dos-convert-standard-filename but only if applicable.
11211
11212 2010-05-12 Alan Mackenzie <acm@muc.de>
11213
11214 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
11215 Push the mark at the start of these functions when appropriate.
11216
11217 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * minibuffer.el (completion-cycle-threshold): New custom var.
11220 (completion--do-completion): Use it.
11221 (minibuffer-complete): Use cycling if appropriate.
11222
11223 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
11224
11225 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
11226 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
11227
11228 2010-05-11 Juri Linkov <juri@jurta.org>
11229
11230 * scroll-all.el (scroll-all-check-to-scroll):
11231 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
11232
11233 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * iimage.el (iimage-mode-map): Move initialization into declaration.
11236 (iimage-mode-buffer): Use with-silent-modifications.
11237 Simplify calling convention. Adjust callers.
11238 (iimage-mode): Don't run hook redundantly.
11239
11240 * minibuffer.el (completion-pcm--pattern->regex):
11241 Fix last change (bug#6160).
11242
11243 2010-05-10 Juri Linkov <juri@jurta.org>
11244
11245 Remove nodes visited during Isearch from the Info history.
11246 * info.el (Info-isearch-initial-history)
11247 (Info-isearch-initial-history-list): New variables.
11248 (Info-isearch-start): Record initial values of
11249 Info-isearch-initial-history and Info-isearch-initial-history-list.
11250 Add Info-isearch-end to isearch-mode-end-hook.
11251 (Info-isearch-end): New function.
11252
11253 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
11254
11255 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
11256 format string, in order to work around a bug in pdksh.
11257 Reported by Gilles Pion <gpion@lfdj.com>.
11258 (tramp-handle-verify-visited-file-modtime): Do not send a command
11259 when the connection is not established.
11260 (tramp-handle-set-file-times): Simplify the check for utc.
11261
11262 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
11263
11264 Fix use of `filter-buffer-substring' (rework previous change).
11265 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
11266 (cua-repeat-replace-region):
11267 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
11268 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11269 (cua-cut-region-to-global-mark): Use it.
11270
11271 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11272
11273 * progmodes/sql.el: Version 2.1.
11274 (sql-product-alist): Redesign structure of product info.
11275 (sql-product, sql-user, sql-server, sql-database): Safe variables.
11276 (sql-port, sql-port-history): New variables.
11277 (sql-interactive-product): New variable.
11278 (sql-send-terminator): New variable.
11279 (sql-imenu-generic-expression): Add "Types" imenu entry.
11280 (sql-oracle-login-params, sql-sqlite-login-params)
11281 (sql-mysql-login-params, sql-solid-login-params)
11282 (sql-sybase-login-params, sql-informix-login-params)
11283 (sql-ingres-login-params, sql-ms-login-params)
11284 (sql-postgres-login-params, sql-interbase-login-params)
11285 (sql-db2-login-params, sql-linter-login-params)
11286 (sql-oracle-scan-on): New variables.
11287 (sql-mode-map): Add C-c C-i to start interactive mode.
11288 (sql-mode-menu): Update existing menu entries.
11289 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
11290 (sql-mode-oracle-font-lock-keywords)
11291 (sql-mode-postgres-font-lock-keywords)
11292 (sql-mode-ms-font-lock-keywords)
11293 (sql-mode-sybase-font-lock-keywords)
11294 (sql-mode-informix-font-lock-keywords)
11295 (sql-mode-interbase-font-lock-keywords)
11296 (sql-mode-ingres-font-lock-keywords)
11297 (sql-mode-solid-font-lock-keywords)
11298 (sql-mode-mysql-font-lock-keywords)
11299 (sql-mode-sqlite-font-lock-keywords)
11300 (sql-mode-db2-font-lock-keywords)
11301 (sql-mode-linter-font-lock-keywords): Update initialization to
11302 reduce run-time complexity.
11303 (sql-add-product, sql-del-product): New functions.
11304 (sql-set-product-feature, sql-get-product-feature): New functions.
11305 (sql-product-font-lock): Update product API.
11306 (sql-add-product-keywords): New function.
11307 (sql-highlight-product): Update product API.
11308 (sql-help-list-products): New function.
11309 (sql-help): Dynamically lists free and non-free products.
11310 (sql-get-login): Correct bug in handling history and added
11311 prompt for port.
11312 (sql-copy-column): Copy without properties.
11313 (sqli-input-sender): Apply filters to SQLi input.
11314 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
11315 Implement as a filter.
11316 (sql-escape-newlines-filter): Implement as a filter.
11317 (sql-remove-tabs-filter): New function.
11318 (sql-send-magic-terminator): New function.
11319 (sql-send-string): Implement magic terminator.
11320 (sql-send-region): Use `sql-send-string'.
11321 (sql-interactive-mode): Use product API.
11322 (sql-product-interactive): Use product API.
11323 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11324 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11325 (sql-db2, sql-linter): Use `sql-product-interactive'.
11326 (sql-connect): New function.
11327 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11328 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11329 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
11330 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11331 Use `sql-connect'.
11332
11333 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11336 New custom variable.
11337 (completion-pcm--string->pattern): Use it.
11338 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11339 Make it handle any symbol as `any'.
11340 (completion-pcm--merge-completions): Extract common suffix for the new
11341 `prefix' symbol as well.
11342 (completion-substring--all-completions): Use the new `prefix' symbol.
11343
11344 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
11345
11346 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11347 not bound.
11348 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11349 (tramp-compat-funcall): New defmacro.
11350 (tramp-compat-line-beginning-position)
11351 (tramp-compat-line-end-position)
11352 (tramp-compat-temporary-file-directory)
11353 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11354 (tramp-compat-copy-file, tramp-compat-copy-directory)
11355 (tramp-compat-delete-file, tramp-compat-delete-directory)
11356 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11357 * net/tramp.el (top, with-progress-reporter)
11358 (tramp-rfn-eshadow-setup-minibuffer)
11359 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11360 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11361 (tramp-completion-mode-p, tramp-check-for-regexp)
11362 (tramp-open-connection-setup-interactive-shell)
11363 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11364 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11365 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11366 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11367 (tramp-reporter-dump-variable, tramp-load-report-modules)
11368 (tramp-append-tramp-buffers)
11369 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11370
11371 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11372
11373 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11376 buffer-modtime. Adjust users.
11377
11378 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11379
11380 * international/mule.el (auto-coding-alist): Only purecopy
11381 car of each item, not the whole list (Bug#6083).
11382
11383 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11384
11385 * progmodes/js.el (js-mode): Make paragraph variables local before
11386 calling c-setup-paragraph-variables (Bug#6071).
11387
11388 2010-05-08 Eli Zaretskii <eliz@gnu.org>
11389
11390 * composite.el (compose-region, reference-point-alist): Fix typos
11391 in the doc strings.
11392
11393 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11394
11395 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11396 gnuplot's "set" command.
11397
11398 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11399
11400 * abbrev.el (last-abbrev-text): Doc fix.
11401 (abbrev-prefix-mark): Don't escape parenthesis.
11402
11403 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
11404
11405 * composite.el (find-composition): Doc fix.
11406
11407 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11408
11409 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11410 (sql-oracle-program, sql-sqlite-options)
11411 (sql-query-placeholders-and-send): Doc fixes.
11412 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11413 (sql-imenu-generic-expression, sql-buffer)
11414 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11415 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11416 (sql-mode-sybase-font-lock-keywords)
11417 (sql-mode-informix-font-lock-keywords)
11418 (sql-mode-interbase-font-lock-keywords)
11419 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11420 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11421 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11422 (sql-product-feature, sql-highlight-product)
11423 (comint-line-beginning-position, sql-rename-buffer)
11424 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11425 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
11426 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11427 Fix typos in docstrings.
11428
11429 2010-05-08 Juri Linkov <juri@jurta.org>
11430
11431 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11432 property instead of `invisible' and `after-string' (bug#5998).
11433
11434 2010-05-08 Juri Linkov <juri@jurta.org>
11435
11436 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11437
11438 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
11439
11440 * filecache.el (file-cache-add-directory-list)
11441 (file-cache-add-directory-recursively): Fix typos in docstrings.
11442
11443 2010-05-08 Kenichi Handa <handa@m17n.org>
11444
11445 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
11446 (gujarati-composable-pattern): Fix typo.
11447
11448 2010-05-08 Kenichi Handa <handa@m17n.org>
11449
11450 * language/indian.el (oriya-composable-pattern)
11451 (tamil-composable-pattern, malayalam-composable-pattern):
11452 Add two-part vowels to "v" (vowel sign).
11453
11454 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * files.el (copy-directory): Handle symlinks (Bug#5982).
11457
11458 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11459
11460 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11461 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11462 (Bug#5846).
11463
11464 2010-05-08 Glenn Morris <rgm@gnu.org>
11465
11466 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11467
11468 * minibuffer.el (completion-at-point): Doc fix.
11469
11470 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * electric.el (Electric-command-loop): Minor tweak.
11473
11474 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11475 better with dedicated windows.
11476
11477 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
11478
11479 * Version 23.2 released.
11480
11481 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
11482 Stefan Monnier <monnier@iro.umontreal.ca>
11483
11484 Highlight vendor specific properties.
11485 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11486 (css-proprietary-property): New face.
11487 (css-font-lock-keywords): Use them.
11488
11489 2010-05-07 Eli Zaretskii <eliz@gnu.org>
11490
11491 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11492
11493 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11496 * files.el (auto-mode-alist): Remove redundant entries.
11497
11498 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11499 * simple.el (auto-save-mode): Move from files.el.
11500 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11501
11502 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11503
11504 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
11505
11506 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11507
11508 * mail/binhex.el (binhex-decode-region-internal)
11509 * mail/uudecode.el (uudecode-decode-region-internal)
11510 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11511 (dns-read-type, dns-query)
11512 * pgg-parse.el (pgg-parse-armor)
11513 * pgg.el (pgg-verify-region)
11514 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11515 XEmacs.
11516
11517 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
11518
11519 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
11520
11521 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11522
11523 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11524 * emulation/cua-base.el (cua-repeat-replace-region):
11525 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11526 (cua-cut-region-to-global-mark):
11527 Remove text properties with `set-text-properties'.
11528
11529 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
11530
11531 * net/tramp.el (top, with-progress-reporter):
11532 Use `symbol-function' inside `funcall'.
11533
11534 * net/tramp-compat.el (tramp-compat-file-attributes)
11535 (tramp-compat-delete-file, tramp-compat-delete-directory):
11536 Handle only `wrong-number-of-arguments' error.
11537
11538 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11539 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11540 inside `funcall'.
11541
11542 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * minibuffer.el (completion--sreverse, completion--common-suffix):
11545 New functions.
11546 (completion-pcm--merge-completions): Extract common suffix when safe.
11547
11548 * emacs-lisp/easy-mmode.el (define-minor-mode):
11549 Make :variable more flexible.
11550 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11551
11552 2010-05-05 Juri Linkov <juri@jurta.org>
11553
11554 Add `slow' and `history' tags to the desktop data.
11555
11556 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11557 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11558 (Info-finder-find-node): Require `finder.el' to be able
11559 to restore node from the desktop.
11560 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11561 data `Info-history' and `slow' tag in the assoc list.
11562 (Info-restore-desktop-buffer): Don't restore nodes with the
11563 `slow' tag. Restore `Info-history'.
11564
11565 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11566
11567 Add FORCE argument to `delete-file'.
11568
11569 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11570 forcing to delete the temporary file.
11571 (ange-ftp-delete-file): Add FORCE arg.
11572 (ange-ftp-rename-remote-to-remote)
11573 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11574 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11575 Force file deletion.
11576
11577 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11578
11579 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11580 (tramp-handle-make-symbolic-link, tramp-handle-load)
11581 (tramp-do-copy-or-rename-file-via-buffer)
11582 (tramp-do-copy-or-rename-file-directly)
11583 (tramp-do-copy-or-rename-file-out-of-band)
11584 (tramp-handle-process-file, tramp-handle-call-process-region)
11585 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11586 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11587 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11588
11589 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11590 (tramp-fish-handle-make-symbolic-link)
11591 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11592
11593 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11594 Use `tramp-compat-delete-file'.
11595
11596 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11597 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11598
11599 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11600 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11601
11602 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11603 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11604 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11605 Use `tramp-compat-delete-file'.
11606
11607 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 Minor cleanups.
11610 * subr.el (add-minor-mode): Use push.
11611 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11612 * emulation/edt.el (edt-select-mode): Simplify.
11613
11614 Use define-minor-mode in more cases.
11615 * term/tvi970.el (tvi970-set-keypad-mode):
11616 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11617 (normal-erase-is-backspace-mode):
11618 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11619 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11620 (get-scroll-bar-mode): New function.
11621 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11622
11623 Use define-minor-mode for less obvious cases.
11624 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11625 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11626 * international/iso-ascii.el (iso-ascii-mode):
11627 * frame.el (auto-raise-mode, auto-lower-mode):
11628 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11629
11630 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11631
11632 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11633 in order to see error messages for failed logins.
11634
11635 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11636
11637 * diff.el (diff-sentinel):
11638
11639 * epg.el (epg--make-temp-file, epg-decrypt-string)
11640 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11641
11642 * jka-compr.el (jka-compr-partial-uncompress)
11643 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11644
11645 * server.el (server-sentinel): Use delete-file's new FORCE arg
11646 (Bug#6070).
11647
11648 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 Use define-minor-mode where applicable.
11651 * view.el (view-mode):
11652 * type-break.el (type-break-query-mode)
11653 (type-break-mode-line-message-mode):
11654 * textmodes/reftex.el (reftex-mode):
11655 * term/vt100.el (vt100-wide-mode):
11656 * tar-mode.el (tar-subfile-mode):
11657 * savehist.el (savehist-mode):
11658 * ibuf-ext.el (ibuffer-auto-mode):
11659 * composite.el (auto-composition-mode):
11660 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11661 Use define-minor-mode.
11662 (vhdl-mode): Use static mode-line format.
11663 (vhdl-mode-line-update): Delete.
11664 (vhdl-create-mode-menu, vhdl-activate-customizations)
11665 (vhdl-hs-minor-mode): Don't bother calling it.
11666
11667 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * simple.el (with-wrapper-hook): Move.
11670 (buffer-substring-filters): Mark obsolete.
11671 (filter-buffer-substring-functions): New variable.
11672 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11673
11674 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11675 Michael Albinus <michael.albinus@gmx.de>
11676
11677 Implement compression for inline methods.
11678
11679 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11680 (tramp-copy-size-limit): Allow also nil.
11681 (tramp-inline-compress-commands): New defconst.
11682 (tramp-find-inline-compress, tramp-get-inline-compress)
11683 (tramp-get-inline-coding): New defuns.
11684 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11685 replaced by `tramp-get-inline-coding'.
11686 (tramp-handle-file-local-copy, tramp-handle-write-region)
11687 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11688
11689 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11692 Remove unused functions.
11693
11694 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11695 Set find-tag-default-function as a variable rather than a property.
11696
11697 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11698 * progmodes/etags.el (tags-completion-at-point-function):
11699 Remove left over interactive spec. Add autoloading stub.
11700 (complete-tag): Use tags-completion-at-point-function.
11701
11702 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11703
11704 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11705
11706 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11707
11708 * ido.el (ido-init-completion-maps): Remove C-v binding.
11709 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11710
11711 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11712
11713 * minibuffer.el (tags-completion-at-point-function): New function.
11714 (completion-at-point-functions): Use it.
11715
11716 * progmodes/etags.el (complete-tag): Revert last change.
11717
11718 2010-04-29 Alan Mackenzie <acm@muc.de>
11719
11720 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11721 off-by-one error (in end of macro position).
11722
11723 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11726 firefox is absent. Don't autoload.
11727 (browse-url-galeon-program): Don't autoload.
11728
11729 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11730
11731 * bindings.el (complete-symbol): Move into minibuffer.el.
11732
11733 * minibuffer.el (complete-tag): Move from etags.el. If tags
11734 completion cannot be performed, return nil instead of signalling
11735 an error.
11736 (completion-at-point): Make it an alias for complete-symbol.
11737 (complete-symbol): Move from bindings.el, and replace with the
11738 body of completion-at-point.
11739
11740 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11741
11742 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11743
11744 * net/tramp.el (tramp-remote-selinux-p): New defun.
11745 (tramp-handle-file-selinux-context)
11746 (tramp-handle-set-file-selinux-context): Use it.
11747
11748 2010-04-28 Sam Steingold <sds@gnu.org>
11749
11750 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11751 `safe-local-variable' if the value is a string or a symbol with
11752 the property `bug-reference-url-format'.
11753
11754 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11755
11756 * progmodes/bug-reference.el (bug-reference-url-format):
11757 Revert 2010-04-27 change due to security risk.
11758
11759 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 Make it possible to locally disable a globally enabled mode.
11762 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11763 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11764 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11765 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11766 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11767 that subsequent hooks get a chance to disable it.
11768
11769 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11772 Avoid re-enabling a minor mode after the user turned the minor mode
11773 off if MODE-enable-in-buffers is run twice (typically once from
11774 fundamental-mode's after-change-major-mode-hook and a second time from
11775 run-mode-hook's own after-change-major-mode-hook).
11776
11777 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11778
11779 2010-04-27 Sam Steingold <sds@gnu.org>
11780
11781 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11782 `safe-local-variable' if the value is a string or a function, as
11783 documented and implemented on 2010-04-02.
11784
11785 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11786
11787 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11788 when method is 'kill.
11789
11790 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11791
11792 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11793 condition in default directory check.
11794 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11795 Kill ispell process when killing its associated buffer.
11796
11797 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11798
11799 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11800 but we aren't using it.
11801
11802 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11803
11804 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11805 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11806
11807 2010-04-24 Glenn Morris <rgm@gnu.org>
11808
11809 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11810 Ignore VCS-ignore files, and deleted nextstep preferences files.
11811 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11812 (authors-ambiguous-files): New list.
11813 (authors-valid-file-names): Add some deleted files.
11814 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11815 (authors-disambiguate-file-name): New function. (Bug#5501)
11816 (authors-canonical-file-name): Doc fix.
11817 Don't warn about obsolete files.
11818 (authors-canonical-file-name, authors-scan-el):
11819 Use authors-disambiguate-file-name.
11820
11821 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11822 Add autoload cookies.
11823 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11824 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11825 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11826 They have definitions / compiler macros in cl.el.
11827 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11828 Replace manual autoloads with generated ones.
11829 (htmlfontify-unload-rgb-file): Remove autoload.
11830 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11831
11832 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11835 (byte-compile-setq-default): Optimize for the
11836 single-var case and don't call byte-compile-form in this case to avoid
11837 inf-loop with byte-compile-set-default.
11838
11839 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11840
11841 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11842
11843 Implement SELINUX backends.
11844
11845 * net/tramp.el (tramp-file-name-handler-alist):
11846 Add `file-selinux-context' and `set-file-selinux-context'.
11847 (tramp-handle-file-selinux-context)
11848 (tramp-handle-set-file-selinux-context): New defuns.
11849 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11850 Handle PRESERVE-SELINUX-CONTEXT.
11851
11852 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11853 Add `file-selinux-context' and `set-file-selinux-context'.
11854 (tramp-gvfs-handle-file-selinux-context)
11855 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11856 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11857
11858 * net/ange-ftp.el (ange-ftp-copy-file):
11859 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11860 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11861 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11862 Add PRESERVE-SELINUX-CONTEXT.
11863
11864 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11865
11866 Synchronize with Tramp repository.
11867
11868 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11869 (tramp-action-process-alive, tramp-action-out-of-band)
11870 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11871 (tramp-exists-file-name-handler): Fix docstring.
11872 (with-progress-reporter): New defmacro.
11873 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11874 (tramp-maybe-open-connection): Use it.
11875
11876 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11877
11878 Detect ssh 'ControlMaster' argument automatically in some cases.
11879
11880 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11881 (tramp-default-method): Use it.
11882
11883 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11884
11885 * net/tramp.el (tramp-handle-copy-file): Add new optional
11886 parameter `preserve-selinux-context'.
11887 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11888
11889 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11890
11891 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11892 Ensure, that non remote files are still checked. Oops.
11893
11894 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11895
11896 Fix Bug#5840.
11897
11898 * icomplete.el (icomplete-completions): Use `non-essential'.
11899
11900 * net/tramp.el (tramp-connectable-p): New defun.
11901 (tramp-handle-expand-file-name)
11902 (tramp-completion-handle-file-name-all-completions)
11903 (tramp-completion-handle-file-name-completion): Use it.
11904
11905 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11908
11909 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11910
11911 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11912
11913 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11914
11915 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11916 is present.
11917
11918 * info.el (info-tool-bar-map): Add labels.
11919
11920 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11921
11922 * cus-edit.el (custom-commands): Add labels for tool bar.
11923 (custom-buffer-create-internal, Custom-mode): Adjust for
11924 labels in custom-commands.
11925
11926 * dynamic-setting.el: Renamed from font-setting.el.
11927
11928 2010-04-21 John Wiegley <jwiegley@gmail.com>
11929
11930 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11931 toggles the use of virtual buffers.
11932 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11933 (ido-toggle-virtual-buffers): New function.
11934
11935 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11936
11937 Use `define-derived-mode'; fix window selection; doc fixes.
11938 * play/tetris.el (tetris, tetris-update-speed-function)
11939 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11940 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11941 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11942 (tetris-pause-game): Fix typos in docstrings.
11943 (tetris-mode-map, tetris-null-map):
11944 Move initialization into declaration.
11945 (tetris-mode): Define with `define-derived-mode';
11946 set show-trailing-whitespace to nil.
11947 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11948
11949 2010-04-21 Karel Klíč <kklic@redhat.com>
11950
11951 * files.el (backup-buffer): Handle SELinux context, and return it
11952 if a backup was made by renaming.
11953 (backup-buffer-copy): Set SELinux context to the target file.
11954 (basic-save-buffer): Set SELinux context of the newly written file.
11955 (basic-save-buffer-1): Now it also returns any SELinux context.
11956 (basic-save-buffer-2): Set SELinux context of the newly created file,
11957 and return it.
11958 * net/tramp.el (tramp-file-name-for-operation):
11959 Add file-selinux-context.
11960
11961 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 Make the log-edit comments use RFC822 format throughout.
11964
11965 * vc.el (vc-checkin, vc-modify-change-comment):
11966 Adjust to new vc-start/finish-logentry.
11967 (vc-find-conflicted-file): New command.
11968 (vc-transfer-file): Adjust to new vc-checkin.
11969 (vc-next-action): Improve scoping.
11970
11971 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11972 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11973
11974 * vc-git.el (vc-git-log-edit-mode): Remove.
11975 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11976 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11977
11978 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11979 (vc-start-logentry): Remove argument `extra'.
11980 (vc-finish-logentry): Remove extra args.
11981
11982 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11983 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11984 (vc-bzr-conflicted-files): New function.
11985
11986 * log-edit.el (log-edit-extra-flags)
11987 (log-edit-before-checkin-process): Remove.
11988 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11989 (log-edit-headers-alist): New var.
11990 (log-edit-header-contents-regexp): New const.
11991 (log-edit-match-to-eoh): New function.
11992 (log-edit-font-lock-keywords): Use them.
11993 (log-edit): Insert a "Summary:" header as default.
11994 (log-edit-mode): Mark font-lock rules as case-insensitive.
11995 (log-edit-done): Cleanup headers.
11996 (log-view-process-buffer): Remove.
11997 (log-edit-extract-headers): New function to replace it.
11998
11999 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
12000
12001 * subr.el (default-direction-reversed): Remove obsolescence info.
12002
12003 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
12006 windows/frames.
12007
12008 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
12009 I.e. include text after point in the completion region.
12010 Also, return nil when we're not after/in a symbol.
12011
12012 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
12013 default enable-multibyte-characters.
12014
12015 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * international/mule.el: Help the user choose a valid coding-system.
12018 (read-buffer-file-coding-system): New function.
12019 (set-buffer-file-coding-system): Use it. Prompt the user if the
12020 coding-system cannot encode all the chars.
12021
12022 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
12023 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
12024 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
12025 Don't use *vc-bzr-shelve*.
12026
12027 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
12028
12029 Fix the version number for added files.
12030 * vc-hg.el (vc-hg-working-revision): Check if the file is
12031 registered after hg parent fails (Bug#5961).
12032
12033 2010-04-19 Glenn Morris <rgm@gnu.org>
12034
12035 * htmlfontify.el (htmlfontify-buffer)
12036 (htmlfontify-copy-and-link-dir): Autoload entry points.
12037
12038 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
12039
12040 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
12041 name relative to the project root (Bug#5960).
12042
12043 2010-04-19 Glenn Morris <rgm@gnu.org>
12044
12045 * vc-git.el (vc-git-print-log): Doc fix.
12046
12047 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
12048
12049 * ido.el (ido-file-internal): Fix 2009-12-02 change.
12050
12051 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
12052
12053 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
12054 default settings (Bug#5928).
12055
12056 2010-04-19 Glenn Morris <rgm@gnu.org>
12057
12058 * progmodes/fortran.el (fortran-match-and-skip-declaration):
12059 New function.
12060 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
12061
12062 2010-04-19 Kenichi Handa <handa@m17n.org>
12063
12064 * language/indian.el (malayalam-composable-pattern): Fix previous
12065 change (add U+0D4D "SIGN VIRAMA").
12066 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12067 (tamil-composable-pattern): Fix typo in the regexp.
12068 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
12069 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
12070 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
12071
12072 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12073
12074 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
12075 paragraph-separate (Bug#5821).
12076
12077 2010-04-19 Juri Linkov <juri@jurta.org>
12078
12079 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
12080
12081 * info.el (Info-find-node-2): Comment out code that skips
12082 breadcrumbs line.
12083 (Info-mouse-follow-link): New command.
12084 (Info-link-keymap): New keymap.
12085 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
12086 Return a string with links instead of inserting breadcrumbs
12087 to the Info buffer.
12088 (Info-fontify-node): Comment out code that inserts breadcrumbs.
12089 Instead of putting the `invisible' text property over the Info
12090 header, make an overlay over the Info header with the `invisible'
12091 property and `after-string' set to the string returned by
12092 `Info-breadcrumbs'.
12093
12094 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
12095
12096 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
12097 Reported by monkey@sandpframing.com.
12098
12099 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
12102 (tmm-get-keymap): Add key-binding shortcuts now that they're not
12103 available in the "keyseq cache" any more.
12104
12105 * custom.el (defcustom): Add edebug spec.
12106
12107 2010-04-18 Juri Linkov <juri@jurta.org>
12108
12109 Test for special mode-class in view-buffer instead of view-file (bug#5513).
12110
12111 * view.el (view-file, view-buffer): Move test for special mode-class
12112 from view-file to view-buffer.
12113
12114 * tar-mode.el (tar-extract): Turn if's into one cond
12115 like in arc-mode.el.
12116
12117 2010-04-18 Juri Linkov <juri@jurta.org>
12118
12119 Add 7z archive format support (bug#5475).
12120
12121 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
12122 (archive-7z-extract): New defcustom.
12123 (archive-find-type): Add magic string for 7z.
12124 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
12125 If `stderr-file' is non-nil, use `(t stderr-file)' for the
12126 `buffer' arg of `call-process'.
12127 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
12128 call the function `archive-7z-extract' with the variable
12129 `archive-7z-extract' let-bound to `archive-zip-extract'.
12130 (archive-7z-summarize, archive-7z-extract): New functions.
12131
12132 * international/mule.el (auto-coding-alist):
12133 * files.el (auto-mode-alist): Add 7z file extension.
12134
12135 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * loadup.el: Setup hash-cons for pure data.
12138
12139 Fix duplicate entries in cedet's loaddefs.el files.
12140 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
12141 Should make most file-local generated-autoload-file unnecessary.
12142 (print-readably): Silence warnings.
12143 (autoload-find-destination): Take load-name as an arg to make sure
12144 it's the same as the one that will be in the file.
12145 (autoload-generate-file-autoloads): Adjust to above changes.
12146 Try to make the dataflow a bit simpler.
12147
12148 * cvs-status.el (cvs-refontify): Remove unused.
12149
12150 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
12151
12152 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
12153
12154 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
12155 twos-complement mode.
12156
12157 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
12158
12159 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
12160 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
12161 (calc-inverse): Add "Option" to message, as appropriate.
12162 (calc-hyperbolic): Add "Option" to message, as appropriate.
12163 (calc-option, calc-is-option): New functions.
12164
12165 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
12166 (calc-option-prefix-help): New function.
12167
12168 * calc/calc-misc.el (calc-help): Add "Option" entry.
12169
12170 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
12171 (calc-option-flag): New variable.
12172 (calc-do): Set `calc-option-flag to nil.
12173 (calc-set-mode-line): Add "Opt " as appropriate.
12174
12175 2010-04-16 Juri Linkov <juri@jurta.org>
12176
12177 Move scrolling commands from simple.el to window.el
12178 because their primitives are implemented in window.c.
12179
12180 * simple.el (scroll-error-top-bottom)
12181 (scroll-up-command, scroll-down-command, scroll-up-line)
12182 (scroll-down-line, scroll-other-window-down)
12183 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12184 * window.el (scroll-error-top-bottom)
12185 (scroll-up-command, scroll-down-command, scroll-up-line)
12186 (scroll-down-line, scroll-other-window-down)
12187 (beginning-of-buffer-other-window, end-of-buffer-other-window):
12188 Move from simple.el to window.el because their primitives are
12189 implemented in window.c.
12190
12191 2010-04-16 Juri Linkov <juri@jurta.org>
12192
12193 * isearch.el (isearch-lookup-scroll-key): Check both
12194 `isearch-scroll' and `scroll-command' properties.
12195 (scroll-up, scroll-down): Remove `isearch-scroll' property.
12196
12197 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
12198
12199 * simple.el (scroll-up-command, scroll-down-command)
12200 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
12201
12202 2010-04-15 Juri Linkov <juri@jurta.org>
12203
12204 * simple.el (scroll-up-command, scroll-down-command)
12205 (scroll-up-line, scroll-down-line): Put `scroll-command'
12206 property on the these symbols. Remove them from
12207 `scroll-preserve-screen-position-commands'.
12208
12209 * mwheel.el (mwheel-scroll): Put `scroll-command' and
12210 `isearch-scroll' properties on the `mwheel-scroll' symbol.
12211 Remove it from `scroll-preserve-screen-position-commands'.
12212
12213 * isearch.el (isearch-allow-scroll): Doc fix.
12214
12215 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
12216
12217 * net/tramp.el (tramp-error-with-buffer): Don't show the
12218 connection buffer when we are in completion mode.
12219 (tramp-file-name-handler): Catch the error for some operations
12220 when we are in completion mode. This gives the user the chance to
12221 correct the file name in the minibuffer.
12222
12223 2010-04-15 Glenn Morris <rgm@gnu.org>
12224
12225 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12226
12227 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
12228
12229 Simplify by using `define-derived-mode'.
12230 * info.el (Info-mode):
12231 * calendar/todo-mode.el (todo-mode):
12232 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
12233 (gomoku-mode-map): Move initialization into declaration.
12234
12235 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
12236
12237 Fix Bug#5840.
12238 * ido.el (ido-file-name-all-completions-1):
12239 * minibuffer.el (minibuffer-completion-help):
12240 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
12241
12242 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12243
12244 * simple.el (non-essential): New var.
12245
12246 Add a new field `location' to bookmarks for non-file bookmarks.
12247 * bookmark.el (bookmark-location): Use the new field, if present.
12248 (bookmark-insert-location): Undo last change, not needed any more.
12249 * man.el (Man-bookmark-make-record):
12250 * woman.el (woman-bookmark-make-record): Add `location' field.
12251
12252 2010-04-14 Juri Linkov <juri@jurta.org>
12253
12254 * simple.el (scroll-error-top-bottom): New defcustom.
12255 (scroll-up-command, scroll-down-command): Use it. Doc fix.
12256
12257 * emulation/pc-select.el (pc-select-override-scroll-error):
12258 Obsolete in favor of `scroll-error-top-bottom'.
12259
12260 2010-04-14 Juri Linkov <juri@jurta.org>
12261
12262 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
12263 `scroll-up-command' and `M-v' to `scroll-down-command'.
12264
12265 * emulation/cua-rect.el (cua--init-rectangles):
12266 * forms.el (forms--change-commands):
12267 * image-mode.el (image-mode-map):
12268 Remap scroll-down-command and scroll-up-command
12269 in addition to scroll-down and scroll-up.
12270
12271 2010-04-14 Juri Linkov <juri@jurta.org>
12272
12273 * mwheel.el (scroll-preserve-screen-position-commands):
12274 Add mwheel-scroll to this list of commands.
12275
12276 * simple.el (scroll-preserve-screen-position-commands):
12277 Add scroll-up-command, scroll-down-command, scroll-up-line,
12278 scroll-down-line to this list of commands.
12279
12280 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * obsolete/complete.el: Move from lisp/complete.el.
12283
12284 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
12285
12286 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
12287 to the minor mode function now turns the mode ON unconditionally.
12288
12289 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * vc-dir.el (vc-dir-kill-line): New command.
12292 (vc-dir-mode-map): Bind it to C-k.
12293
12294 * bookmark.el (bookmark-insert-location): Handle a nil filename.
12295
12296 * woman.el: Add bookmark declarations to silence the compiler.
12297 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
12298 step to compatibility between man and woman bookmarks.
12299 Adjust for Man-default-bookmark-title renaming.
12300 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
12301
12302 * man.el: Add bookmark declarations to silence the compiler.
12303 (Man-name-local-regexp): Make it match NAME as well.
12304 (Man-getpage-in-background): Return the buffer.
12305 (Man-notify-when-ready): Use `case'.
12306 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
12307 Don't hardcode "NAME". Simplify.
12308 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
12309 Rename from Man-bookmark-make-record.
12310 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
12311 we have the actual man-args. Use Man-getpage-in-background rather
12312 than `man' since the arg is already processed. Let bookmark.el do the
12313 window handling. Only wait for the relevant process.
12314 Don't forget to autoload.
12315
12316 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
12317
12318 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12319
12320 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
12321 New functions.
12322 (woman-mode): Setup bookmark support.
12323
12324 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
12325 (man-bookmark-jump): New functions.
12326 (Man-mode): Setup bookmark support.
12327
12328 2010-04-10 Jari Aalto <jari.aalto@cante.net>
12329
12330 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12331 recognize ssh-keygen prompt (Bug#2817).
12332
12333 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12334
12335 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12336
12337 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
12338
12339 Synchronize with Tramp repository.
12340
12341 * net/tramp.el (tramp-completion-function-alist)
12342 (tramp-file-name-regexp, tramp-chunksize)
12343 (tramp-local-coding-commands, tramp-remote-coding-commands):
12344 Fix docstring.
12345 (tramp-remote-process-environment): Use `format' instead of `concat'.
12346 (tramp-handle-directory-files-and-attributes)
12347 (tramp-get-remote-path): Use `copy-tree'.
12348 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12349 compatibility: Use `completion-ignore-case' if
12350 `read-file-name-completion-ignore-case' does not exist.
12351 (tramp-do-copy-or-rename-file-directly): Do not use
12352 `tramp-handle-file-remote-p'.
12353 (tramp-do-copy-or-rename-file-out-of-band):
12354 Use `tramp-compat-delete-directory'.
12355 (tramp-do-copy-or-rename-file-out-of-band)
12356 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12357 Use `format-spec-make'.
12358 (tramp-find-foreign-file-name-handler)
12359 (tramp-advice-make-auto-save-file-name)
12360 (tramp-set-auto-save-file-modes): Remove superfluous check for
12361 `stringp'. This is done inside `tramp-tramp-file-p'.
12362 (tramp-debug-outline-regexp): New defconst.
12363 (tramp-get-debug-buffer): Use it.
12364 (tramp-check-for-regexp): Use (forward-line 1).
12365 (tramp-set-auto-save-file-modes): Adapt version check.
12366
12367 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12368 Wrap call of `featurep' for 2nd argument.
12369 (tramp-compat-make-temp-file): Simplify fallback implementation.
12370 (tramp-compat-copy-tree): Remove function.
12371 (tramp-compat-delete-directory): Provide implementation for older
12372 Emacsen.
12373
12374 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12375 Do not use `tramp-fish-handle-file-attributes.
12376
12377 * net/trampver.el: Update release number.
12378
12379 2010-04-10 Glenn Morris <rgm@gnu.org>
12380
12381 * progmodes/compile.el (compilation-save-buffers-predicate):
12382 Add missing :version tag.
12383
12384 2010-04-09 Sam Steingold <sds@gnu.org>
12385
12386 * progmodes/compile.el (compilation-save-buffers-predicate):
12387 Remove the "autoload" cookie.
12388
12389 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12390 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12391 and `bug-reference-prog-mode' can be used in hooks directly.
12392
12393 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12394
12395 Add --author support to git commit.
12396 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12397 (vc-git-log-edit-mode): New minor mode.
12398 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12399 New declarations.
12400
12401 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12402
12403 * vc-hooks.el, vc-git.el: Improve documentation comments.
12404
12405 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 Fix some of the problems in defsubst* (bug#5728).
12408 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12409 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12410
12411 2010-04-07 Sam Steingold <sds@gnu.org>
12412
12413 * progmodes/compile.el (compilation-save-buffers-predicate):
12414 New custom variable.
12415 (compile, recompile): Pass it to `save-some-buffers'.
12416
12417 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12418
12419 * wid-edit.el (widget-choose): Move cursor to the second line of
12420 the buffer (Bug#5695).
12421
12422 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12423
12424 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12425 * vc.el (vc-print-log-setup-buttons): New function split out from
12426 vc-print-log-internal.
12427 (vc-log-internal-common): New function, a parametrized version of
12428 vc-print-log-internal.
12429 (vc-print-log-internal): Just call vc-log-internal-common with the
12430 right arguments.
12431 (vc-incoming-outgoing-internal):
12432 (vc-log-incoming, vc-log-outgoing): New functions.
12433 (vc-log-view-type): New permanent local variable.
12434
12435 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12436
12437 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12438 of the dynamic bound vc-short-log.
12439 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12440
12441 * vc-git.el (vc-git-log-outgoing): New function.
12442 (vc-git-log-view-mode): Use vc-log-view-type instead
12443 of the dynamic bound vc-short-log.
12444
12445 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12446 of the dynamic bound vc-short-log. Highlight the tag.
12447 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12448 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12449 (vc-hg-incoming-mode): Remove.
12450 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12451
12452 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12453
12454 Fix default-directory for vc-root-diff.
12455 * vc.el (vc-root-diff): Bind default-directory to the root
12456 directory for the diff command.
12457
12458 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
12459
12460 * progmodes/verilog-mode.el (verilog-forward-sexp):
12461 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12462 word keywords, suggested by Steve Pearlmutter.
12463 (verilog-pretty-declarations): Support lineup of declarations in
12464 port lists.
12465 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
12466 fix bug for /* / comments.
12467 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
12468 Speed up and simplfy as this is never called with a bound.
12469 (verilog-pretty-declarations): Enhance to line up declarations
12470 inside a parameter list, suggested by Alan Morgan.
12471 (verilog-pretty-expr): Tune assignment regular expression match
12472 string for corner cases; also use markers instead of character
12473 number as indent changes the later.
12474
12475 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12476
12477 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12478 as missing keyword.
12479 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12480 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12481 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12482 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12483 Tennant.
12484 (verilog-keywords):
12485 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12486 1800-2009 keywords, including "global.".
12487
12488 2010-04-06 John Wiegley <jwiegley@gmail.com>
12489
12490 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
12491 appearing in buffer list (if a live buffer name matched a recentf
12492 file basename). Should use uniquify to offer a real solution.
12493
12494 2010-04-06 John Wiegley <jwiegley@gmail.com>
12495
12496 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12497 comment to code, and add a :version tag.
12498 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
12499
12500 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
12501
12502 Enable recentf-mode if using virtual buffers.
12503 * ido.el (recentf-list): Declare for byte-compiler.
12504 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
12505 (ido-make-buffer-list): Simplify.
12506 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12507
12508 2010-04-05 Juri Linkov <juri@jurta.org>
12509
12510 Scrolling commands which scroll a line instead of full screen.
12511 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12512
12513 * simple.el (scroll-up-line, scroll-down-line): New commands.
12514 Put property isearch-scroll=t on them.
12515
12516 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12517 Remove commands.
12518
12519 2010-04-05 Juri Linkov <juri@jurta.org>
12520
12521 Scrolling commands which do not signal errors at top/bottom.
12522 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12523
12524 * simple.el (scroll-up-command, scroll-down-command): New commands.
12525 Put property isearch-scroll=t on them.
12526
12527 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12528 `scroll-down-command' and [next] from `scroll-up' to
12529 `scroll-up-command'.
12530
12531 * emulation/cua-base.el: Put property CUA=move on
12532 `scroll-up-command' and `scroll-down-command'.
12533 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12534 and `scroll-down-command' to `cua-scroll-down'.
12535
12536 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
12537
12538 * help.el (describe-mode): Return nil.
12539
12540 2010-04-04 John Wiegley <jwiegley@gmail.com>
12541
12542 * ido.el (ido-use-virtual-buffers): New variable to indicate
12543 whether "virtual buffer" support is enabled for IDO.
12544 (ido-virtual): Face used to indicate virtual buffers in the list.
12545 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12546 exists, but a virtual buffer of that name does (which would be why
12547 it was in the list), recreate the buffer by reopening the file.
12548 (ido-make-buffer-list): If virtual buffers are being used, call
12549 `ido-add-virtual-buffers-to-list' before the make list hook.
12550 (ido-virtual-buffers): New variable which contains a copy of the
12551 current contents of the `recentf-list', albeit pared down for the
12552 sake of speed, and with proper faces applied.
12553 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12554 create a list of "virtual buffers" to present to the user in
12555 addition to the currently open set. Note that this logic could
12556 get rather slow if that list is too large. With the default
12557 `recentf-max-saved-items' of 200, there is little speed penalty.
12558
12559 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12560
12561 * font-lock.el: Require CL when compiling.
12562 (font-lock-turn-on-thing-lock): Use `case'.
12563
12564 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12565
12566 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12567 Zaretskii.
12568
12569 2010-04-02 Juri Linkov <juri@jurta.org>
12570
12571 * ehelp.el (electric-help-orig-major-mode):
12572 New buffer-local variable.
12573 (electric-help-mode): Set it to original major-mode. Doc fix.
12574 (with-electric-help): Use `electric-help-orig-major-mode' instead
12575 of (default-value 'major-mode). Doc fix.
12576 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12577
12578 2010-04-02 Sam Steingold <sds@gnu.org>
12579
12580 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12581 `vc-hg-command' with a list of flags.
12582
12583 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12584 Also accept "patch" and "RFE".
12585 (bug-reference-fontify): `bug-reference-url-format' can also be a
12586 function to be able to handle the bug kind.
12587 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12588
12589 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12590
12591 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12592 value to fboundp, it may not be a symbol.
12593
12594 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12595
12596 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12597
12598 2010-03-31 Juri Linkov <juri@jurta.org>
12599
12600 * simple.el (next-line, previous-line): Re-throw a signal
12601 with `signal' instead of using `ding'.
12602 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12603
12604 2010-03-31 Juri Linkov <juri@jurta.org>
12605
12606 * simple.el (keyboard-escape-quit): Raise deselecting the active
12607 region higher than exiting the minibuffer.
12608 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12609
12610 2010-03-31 Juri Linkov <juri@jurta.org>
12611
12612 * image.el (image-animated-p): Use `image-metadata' instead of
12613 `image-extension-data'. Get GIF extenstion data from metadata
12614 property `extension-data'.
12615
12616 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12617
12618 * simple.el (append-to-buffer): Simplify.
12619
12620 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12621
12622 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12623 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12624
12625 2010-03-31 Kenichi Handa <handa@m17n.org>
12626
12627 * language/sinhala.el (composition-function-table): Fix regexp for
12628 the new Unicode specification.
12629
12630 * language/indian.el (devanagari-composable-pattern)
12631 (tamil-composable-pattern, kannada-composable-pattern)
12632 (malayalam-composable-pattern): Adjust for the new Unicode
12633 specification.
12634 (bengali-composable-pattern, gurmukhi-composable-pattern)
12635 (gujarati-composable-pattern, oriya-composable-pattern)
12636 (telugu-composable-pattern): New variables to cope with the new
12637 Unicode specification. Use them in composition-function-table.
12638
12639 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 Make tmm-menubar work for the Buffers menu again (bug#5726).
12642 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12643 vectors rather than cons cells, as used in menu-bar-update-buffers.
12644
12645 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12646
12647 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12648 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12649 electric punctuation for "{}();,:" (Bug#5586).
12650
12651 * mail/sendmail.el (mail-default-directory): Doc fix.
12652
12653 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12654
12655 * mail/sendmail.el (mail-default-directory): Doc fix.
12656
12657 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12658
12659 * subr.el (version-regexp-alist, version-to-list)
12660 (version-list-<, version-list-=, version-list-<=)
12661 (version-list-not-zero, version<, version<=, version=): Doc fix.
12662 (Bug#5744).
12663
12664 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12665
12666 * vc.el (vc-root-diff): Doc fix.
12667
12668 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12669
12670 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12671
12672 * simple.el (append-to-buffer): Fix last change.
12673
12674 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12675
12676 * simple.el (append-to-buffer): Ensure that point is preserved if
12677 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12678 (Bug#5749)
12679
12680 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * files.el (auto-mode-case-fold): Change default to t.
12683
12684 2010-03-30 Juri Linkov <juri@jurta.org>
12685
12686 * dired-x.el (dired-omit-mode): Doc fix.
12687
12688 2010-03-30 Juri Linkov <juri@jurta.org>
12689
12690 * replace.el (occur-accumulate-lines): Move occur-engine related
12691 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12692 to be located after `occur-engine'.
12693
12694 2010-03-30 Juri Linkov <juri@jurta.org>
12695
12696 Make occur handle multi-line matches cleanly with context.
12697 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12698
12699 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12700 (occur-engine): Add local variables `ret', `prev-after-lines',
12701 `prev-lines'. Use more arguments for `occur-context-lines'.
12702 Set first elem of its returned list to `data', and the second elem
12703 to `prev-after-lines'. Don't print the separator line.
12704 In the end, print remaining context after-lines.
12705 (occur-context-lines): Add new arguments `begpt', `endpt',
12706 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12707 after-lines of the previous match with before-lines of the
12708 current match and not overlap them. Return a list with two
12709 values: the output line and the list of context after-lines.
12710
12711 2010-03-30 Juri Linkov <juri@jurta.org>
12712
12713 * replace.el (occur-accumulate-lines): Fix a bug where the first
12714 context line at the beginning of the buffer was missing.
12715
12716 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12717
12718 * files.el: Make bidi-display-reordering safe variable for boolean
12719 values.
12720
12721 2010-03-29 Phil Hagelberg <phil@evri.com>
12722 Chong Yidong <cyd@stupidchicken.com>
12723
12724 * subr.el: Extend progress reporters to perform "spinning".
12725 (progress-reporter-update, progress-reporter-do-update):
12726 Handle non-numeric value arguments.
12727 (progress-reporter--pulse-characters): New var.
12728
12729 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12730
12731 * progmodes/compile.el (compilation-start): Fix regexp detection
12732 of initial cd command (Bug#5771).
12733
12734 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12735
12736 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12737
12738 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12739
12740 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12741 * progmodes/gdb-mi.el: Restore.
12742 * progmodes/gdb-ui.el: Remove.
12743 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12744
12745 2010-03-25 Glenn Morris <rgm@gnu.org>
12746
12747 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12748 all dired buffers, even tramp ones. (Bug#5755)
12749
12750 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 Add "union tags" in mpc.el.
12753 * mpc.el: Remove backward compatibility code.
12754 (mpc-browser-tags): Change default.
12755 (mpc--find-memoize-union-tags): New var.
12756 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12757 (mpc-cmd-find): Handle the case where the playlist does not exist.
12758 Handle union-tags.
12759 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12760 (mpc-cmd-add): Use mpc-cmd-flush.
12761 (mpc-tagbrowser-tag-name): New fun.
12762 (mpc-tagbrowser-buf): Use it.
12763 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12764
12765 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 Misc cleanup.
12768 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12769 Use replace-regexp-in-string.
12770 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12771 (makefile-imake-mode-syntax-table): Move init into defvar.
12772 (makefile-mode): Use define-derived-mode.
12773
12774 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12775 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12776 not be present any more.
12777
12778 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12779
12780 * faces.el (set-face-attribute): Fix typo in docstring.
12781 (face-valid-attribute-values): Reflow docstring.
12782
12783 2010-03-24 Glenn Morris <rgm@gnu.org>
12784
12785 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12786
12787 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12788
12789 * indent.el (indent-for-tab-command): Doc fix.
12790
12791 2010-03-24 Alan Mackenzie <acm@muc.de>
12792
12793 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12794 Fix off-by-one error. Fixes bug #5747.
12795
12796 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12797
12798 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12799 (image-dired-read-comment): Doc fix.
12800
12801 * json.el (json-object-type, json-array-type, json-key-type)
12802 (json-false, json-null, json-read-number):
12803 * minibuffer.el (completion-in-region-functions):
12804 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12805 (cal-tex-cursor-week):
12806 * emacs-lisp/trace.el (trace-function):
12807 * eshell/em-basic.el (eshell/printnl):
12808 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12809 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12810 * obsolete/levents.el (allocate-event, event-key, event-object)
12811 (event-point, event-process, event-timestamp, event-to-character)
12812 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12813 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12814 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12815 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12816 (reftex-highlight-selection): Fix typos in docstrings.
12817
12818 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12819
12820 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12821
12822 2010-03-24 Glenn Morris <rgm@gnu.org>
12823
12824 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12825 2008-02-13 without comment; mark it obsolete.
12826 (rmail-highlight-headers): Use rmail-highlight-face once more.
12827
12828 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12829
12830 * woman.el (woman2-process-escapes): Only consume the newline if
12831 the filler character is on a line by itself (Bug#5729).
12832
12833 2010-03-24 Kenichi Handa <handa@m17n.org>
12834
12835 * language/indian.el (devanagari-composable-pattern): Add more
12836 consonants.
12837
12838 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12839
12840 * net/trampver.el: Update release number.
12841
12842 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12843
12844 * net/tramp.el (tramp-find-executable):
12845 Use `tramp-get-connection-buffer'. Make the regexp for checking
12846 output of "wc -l" more robust.
12847 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12848 (tramp-open-connection-setup-interactive-shell): Remove workaround
12849 for OpenSolaris bug, it is not needed anymore.
12850
12851 2010-03-24 Glenn Morris <rgm@gnu.org>
12852
12853 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12854
12855 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12856
12857 * files.el (auto-mode-alist): Accept more verilog file patterns.
12858
12859 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12862
12863 2010-03-24 Glenn Morris <rgm@gnu.org>
12864
12865 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12866 log-edit-before-checkin-process.
12867
12868 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12869
12870 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12871
12872 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12873 (log-view-process-buffer, log-edit-extra-flags): Declare.
12874
12875 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12876
12877 2010-03-23 Sam Steingold <sds@gnu.org>
12878
12879 Fix bug#5620: recalculate all markers on compilation buffer
12880 modifications, not on file modifications.
12881 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12882 variable: the buffer modification time, for buffers not associated with
12883 files.
12884 (compilation-mode): Create it.
12885 (compilation-filter): Update it.
12886 (compilation-next-error-function): Use it instead of
12887 `visited-file-modtime' for timestamp.
12888
12889 2010-03-23 Juri Linkov <juri@jurta.org>
12890
12891 Implement Occur multi-line matches.
12892 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12893
12894 * replace.el (occur): Doc fix.
12895 (occur-engine): Set `begpt' to the beginning of the first line.
12896 Set `endpt' to the end of the last match line. At first, count
12897 line numbers between `origpt' and `begpt'. Split out code from
12898 `out-line' variable to new let-bindings `match-prefix' and
12899 `match-str'. In `out-line' add non-numeric prefix to all
12900 non-first lines of multi-line matches. Finally, count lines
12901 between `begpt' and `endpt' and add to `lines'.
12902
12903 2010-03-23 Juri Linkov <juri@jurta.org>
12904
12905 * replace.el (occur-accumulate-lines, occur-engine):
12906 Use `occur-engine-line' instead of duplicate code.
12907 (occur-engine-line): New function created from duplicate code
12908 in `occur-accumulate-lines' and `occur-engine'.
12909
12910 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12911 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12912
12913 2010-03-23 Juri Linkov <juri@jurta.org>
12914
12915 * finder.el: Remove TODO tasks.
12916
12917 * info.el (Info-finder-find-node): Add node "all"
12918 with all package info. Handle a list of multiple keywords
12919 separated by comma.
12920 (info-finder): In interactive use with a prefix argument,
12921 use `completing-read-multiple' to read a list of keywords
12922 separated by comma.
12923
12924 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 Add a new completion style `substring'.
12927 * minibuffer.el (completion-basic--pattern): New function.
12928 (completion-basic-try-completion, completion-basic-all-completions):
12929 Use it.
12930 (completion-substring--all-completions)
12931 (completion-substring-try-completion)
12932 (completion-substring-all-completions): New functions.
12933 (completion-styles-alist): New style `substring'.
12934
12935 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 Get rid of .elc files after removal of the corresponding .el.
12938 * Makefile.in (compile-clean): New target.
12939 (compile-main): Use it.
12940
12941 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12942
12943 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12944 don't do make there. When compiling with separate object dir, there
12945 is no Makefile there.
12946
12947 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12948
12949 Get rid of the ELCFILES abomination, again.
12950 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12951 (all, compile): Don't call compile-last.
12952 (compile-main): Build the "elcfiles" list dynamically.
12953 (compile-targets): New (internal) target.
12954
12955 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12956
12957 * Makefile.in (top_srcdir): Define.
12958 (abs_top_builddir): Define.
12959 (srcdir): Don't append `/..'.
12960 (EMACS): Use ${abs_top_builddir}.
12961 (all, compile, compile-always, compile-last): Don't set emacswd.
12962 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12963 $(srcdir).
12964 (lisp): Use $(srcdir) instead of @srcdir@.
12965
12966 2010-03-21 Juri Linkov <juri@jurta.org>
12967
12968 Fix message of multi-line occur regexps and multi-buffer header lines.
12969 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12970
12971 * replace.el (occur-1): Don't display regexp if it is longer
12972 than window-width. Use `query-replace-descr' to display regexp.
12973 (occur-engine): Don't display regexp in the buffer header for
12974 multi-buffer occur. Display a separate header line with total
12975 match count and regexp for multi-buffer occur.
12976 Use `query-replace-descr' to display regexp.
12977
12978 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12979
12980 * net/secrets.el: Fix parenthesis.
12981 (secrets-enabled): Fix parenthesis.
12982
12983 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 Use more relative file and directory names.
12986 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12987 (setwins, setwins_almost, setwins_for_subdirs):
12988 Don't `cd'; output relative names.
12989 (all, compile, compile-always, compile-last): Set emacswd.
12990 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12991 Just cd to the lisp source dir so we can use relative file names.
12992
12993 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12994
12995 2010-03-20 Glenn Morris <rgm@gnu.org>
12996
12997 * textmodes/rst.el: Use faces for font-lock customization, and make the
12998 old -face variables obsolete.
12999 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
13000 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
13001 (rst-block-face, rst-external-face, rst-definition-face)
13002 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
13003 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
13004 Make obsolete.
13005 (rst-font-lock-keywords-function): Update for above changes.
13006
13007 2010-03-20 Juri Linkov <juri@jurta.org>
13008
13009 * s-region.el:
13010 * obsolete/s-region.el: Move to obsolete.
13011
13012 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
13013
13014 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
13015
13016 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
13017
13018 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
13019
13020 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
13021
13022 Add special markup processing for commit logs.
13023 * log-edit.el (log-edit-extra-flags): New variable.
13024 (log-edit): Add new argument MODE. Use that mode when non-nil
13025 instead of the log-view-mode.
13026 (log-view-process-buffer): New function.
13027
13028 * vc.el: Document that the checkin method takes optional
13029 arguments. Document new backend specific method: log-view-mode.
13030 (vc-default-log-edit-mode): New function.
13031 (vc-checkin): Use a backend specific log-view-mode.
13032 Pass extra arguments to the checkin method.
13033 (vc-modify-change-comment): Pass a dummy extra argument.
13034
13035 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
13036 log-edit.
13037 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
13038 (vc-finish-logentry): Process the log buffer before passing it
13039 down. Pass log-edit-extra-flags.
13040
13041 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
13042 command.
13043 (log-edit-extra-flags, log-edit-before-checkin-process):
13044 New declarations.
13045
13046 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
13047 command.
13048 (log-edit-extra-flags, log-edit-before-checkin-process):
13049 New declarations.
13050 (vc-hg-log-edit-mode): New derived mode.
13051
13052 * vc-arch.el (vc-arch-checkin):
13053 * vc-cvs.el (vc-cvs-checkin):
13054 * vc-git.el (vc-git-checkin):
13055 * vc-mtn.el (vc-mtn-checkin):
13056 * vc-rcs.el (vc-rcs-checkin):
13057 * vc-sccs.el (vc-sccs-checkin):
13058 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
13059
13060 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
13063 parent typo).
13064
13065 2010-03-19 Glenn Morris <rgm@gnu.org>
13066
13067 * password-cache.el (password-cache, password-cache-expiry): Autoload.
13068
13069 2010-03-18 Glenn Morris <rgm@gnu.org>
13070
13071 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
13072
13073 * replace.el (query-replace-history): Give it a doc string.
13074 (map-query-replace-regexp): Use query-replace-from-history-variable
13075 and query-replace-to-history-variable.
13076
13077 * mail/hashcash.el (declare-function): Remove duplicate definition.
13078
13079 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13080 Make it an obsolete alias for report-emacs-bug-address.
13081 (message-strip-special-text-properties): Declare.
13082 (report-emacs-bug): Remove test for a pretest bug address.
13083 Combine message-mode-specific code.
13084
13085 * mail/supercite.el: Don't require sendmail.
13086 (mh-in-header-p): Declare rather than using with-no-warnings.
13087 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
13088 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
13089
13090 * calendar/cal-french.el: Convert to utf-8.
13091
13092 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
13093 Emacs scripts.
13094
13095 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
13096
13097 * net/secrets.el (secrets-enabled): New variable. Use it instead
13098 of a subfeature.
13099
13100 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
13101
13102 * net/secrets.el (top): Register the D-Bus signals only when the
13103 service "org.freedesktop.secrets" can be pinged.
13104 Provide subfeature `enabled'.
13105
13106 2010-03-14 Juri Linkov <juri@jurta.org>
13107
13108 Add finder unknown keywords.
13109
13110 * finder.el (finder-unknown-keywords): New function.
13111
13112 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
13113 to create a Finder node with unknown keywords.
13114
13115 2010-03-14 Juri Linkov <juri@jurta.org>
13116
13117 * finder.el (finder-compile-keywords): Replace `princ' with
13118 `prin1' on a list of symbols interned from keyword strings.
13119
13120 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
13121 a comma, then split keywords using a comma and optional whitespace.
13122 Otherwise, split by whitespace.
13123
13124 * complete.el:
13125 * face-remap.el:
13126 * log-view.el:
13127 * net/hmac-def.el:
13128 * net/hmac-md5.el:
13129 * net/netrc.el:
13130 * progmodes/mixal-mode.el: Fix keywords.
13131
13132 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
13133
13134 * Makefile.in (ELCFILES): Add net/secrets.elc.
13135
13136 * net/secrets.el: New file.
13137
13138 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13139
13140 * facemenu.el (list-colors-display, list-colors-print): New arg
13141 callback. Use it to allow selecting colors.
13142
13143 * wid-edit.el (widget-image-insert): Insert image prop even if the
13144 current display is non-graphic.
13145 (widget-field-value-set): New fun.
13146 (editable-field): Use it.
13147 (widget-field-value-get): Clean up unused var.
13148 (widget-color-value-create, widget-color--choose-action):
13149 New funs. Allow using list-colors-display to choose color.
13150
13151 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13152
13153 * cus-edit.el: Resort topmost custom groups.
13154 (custom-buffer-sort-alphabetically): Default to t.
13155 (customize-apropos): Use apropos-parse-pattern.
13156 (custom-search-field): New var.
13157 (custom-buffer-create-internal): Add custom-apropos search field.
13158 (custom-add-parent-links): Don't display parent doc.
13159 (custom-group-value-create): Don't sort top-level custom group.
13160 (custom-magic-value-create): Show visibility button before option name.
13161
13162 (custom-variable-state): New fun, from custom-variable-state-set.
13163 (custom-variable-state-set): Use it.
13164 (custom-group-value-create): Hide options with standard values
13165 using the :hidden-states property. Use progress reporter.
13166
13167 (custom-show): Simplify.
13168 (custom-visibility): Disable images by default.
13169 (custom-variable): New property :hidden-states.
13170 (custom-variable-value-create): Enable images for
13171 custom-visibility widgets. Use :hidden-states property to
13172 determine initial visibility.
13173
13174 * wid-edit.el (widget-image-find): Give images center ascent.
13175 (visibility): Add :on-image and :off-image properties.
13176 (widget-visibility-value-create): Use them.
13177
13178 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * cus-edit.el (processes): Remove from development group.
13181 (oop, hypermedia): Delete group.
13182 (comm): Promote to top-level group.
13183
13184 * net/browse-url.el (browse-url):
13185 * net/xesam.el (xesam):
13186 * net/tramp.el (tramp):
13187 * net/goto-addr.el (goto-address):
13188 * net/ange-ftp.el (ange-ftp): Put in comm group.
13189
13190 * view.el (view): Remove from editing group.
13191
13192 * uniquify.el (uniquify): Put in files group.
13193
13194 * net/browse-url.el (browse-url):
13195 * ps-print.el (postscript): Put in external group.
13196
13197 * cus-edit.el (outlines):
13198 * textmodes/text-mode.el (text-mode-hook):
13199 * textmodes/table.el (table):
13200 * textmodes/picture.el (picture):
13201 * outline.el (outlines): Put in wp group.
13202
13203 * nxml/nxml-mode.el (nxml): Remove from wp group.
13204
13205 * net/tramp-imap.el (tramp-imap): Put in tramp group.
13206
13207 * mail/metamail.el (metamail): Remove from hypermedia group.
13208
13209 * cus-edit.el (abbrev):
13210 * whitespace.el (whitespace):
13211 * vcursor.el (vcursor):
13212 * reveal.el (reveal):
13213 * hl-line.el (hl-line): Put in convenience group.
13214
13215 * epg-config.el (epg): Put in data group.
13216
13217 * emulation/pc-select.el (pc-select): Put in emulations group.
13218
13219 * calculator.el (calculator): Put in applications group.
13220
13221 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13222
13223 Add .dir-locals.el support for file-less buffers.
13224 * files.el (hack-local-variables): Split out code to apply local
13225 variable settings ...
13226 (hack-local-variables-apply): ... here. New function.
13227 (hack-dir-local-variables): Use the default directory for when the
13228 buffer does not have an associated file.
13229 (hack-dir-local-variables-non-file-buffer): New function.
13230 * diff-mode.el (diff-mode):
13231 * vc-annotate.el (vc-annotate-mode):
13232 * vc-dir.el (vc-dir-mode):
13233 * log-edit.el (log-edit-mode):
13234 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
13235
13236 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13237
13238 Add support for shelving snapshots and for showing shelves.
13239 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
13240 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
13241 New functions.
13242 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13243 (vc-bzr-extra-menu-map): Map them.
13244
13245 2010-03-11 Glenn Morris <rgm@gnu.org>
13246
13247 * cus-edit.el (customize-changed-options-previous-release):
13248 Bump to 23.1.
13249
13250 * image.el (image-animate-max-time): Fix :version tag.
13251
13252 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
13253
13254 * Branch for 23.2.
13255
13256 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * vc-git.el (vc-git-revision-table): Include remote branches.
13259
13260 2010-03-10 Kim F. Storm <storm@cua.dk>
13261
13262 Animated image API.
13263 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
13264
13265 * image.el (image-animate-max-time): New defcustom.
13266 (image-animated-types): New defconst.
13267 (create-animated-image, image-animate-timer)
13268 (image-animate-start, image-animate-stop, image-animate-timeout)
13269 (image-animated-p): New functions.
13270
13271 * image-mode.el (image-toggle-display-image):
13272 Replace `create-image' with `create-animated-image'.
13273
13274 2010-03-09 Miles Bader <miles@gnu.org>
13275
13276 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
13277 instead of "format:"; this ensures that the output is
13278 newline-terminated.
13279
13280 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
13281
13282 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
13283 that all errors are caught, and that the return value is always a
13284 list (Bug#5692).
13285
13286 2010-03-08 Kenichi Handa <handa@m17n.org>
13287
13288 * language/misc-lang.el (windows-1256): New coding system.
13289 (cp1256): New alias of windows-1256 (bug#5690).
13290
13291 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
13292
13293 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
13294 call to rfc822-bad-address. (Bug#5692)
13295
13296 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
13297
13298 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13299 Use vc-git-root as default directory for revision path (Bug#5657).
13300
13301 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
13302
13303 * calculator.el (calculator): Don't bind split-window-keep-point
13304 (Bug#5674).
13305
13306 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13307
13308 * vc-git.el: Re-flow to fit into 80 columns.
13309 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
13310 Remove spurious `quote' element in each case alternative.
13311 (vc-git-show-log-entry): Use prog1.
13312 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
13313
13314 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
13317
13318 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
13319
13320 * macros.el (insert-kbd-macro): Look up keyboard macro using the
13321 definition, not the name (Bug#5481).
13322
13323 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
13324
13325 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
13326 argument with a local variable. (Bug#5670)
13327
13328 2010-03-02 Juri Linkov <juri@jurta.org>
13329
13330 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13331
13332 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
13333
13334 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13335 error when FILENAME and NEWNAME are existing remote directories.
13336
13337 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13338 parameter DIR-FLAG.
13339
13340 2010-03-02 Glenn Morris <rgm@gnu.org>
13341
13342 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13343 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13344
13345 2010-03-01 Kenichi Handa <handa@m17n.org>
13346
13347 * language/burmese.el (burmese-composable-pattern): Rename from
13348 myanmar-composable-pattern.
13349
13350 * international/characters.el (script-list):
13351 * international/fontset.el (script-representative-chars):
13352 Change myanmar to burmese.
13353 (otf-script-alist): Likewise.
13354 (setup-default-fontset): Likewise. Re-fix :otf spec.
13355
13356 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13357
13358 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13359
13360 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13361
13362 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13363
13364 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13365
13366 * net/tramp.el (tramp-handle-write-region): START can be a string.
13367 Take care in the checks. Reported by Dan Davison
13368 <davison@stats.ox.ac.uk>.
13369
13370 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
13371
13372 * net/dbus.el (dbus-introspect, dbus-get-property)
13373 (dbus-set-property, dbus-get-all-properties):
13374 Use `dbus-call-method' when noninteractive. (Bug#5645)
13375
13376 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
13377
13378 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13379 * emacs-lisp/elint.el (elint-add-required-env):
13380 * calendar/icalendar.el (icalendar--add-diary-entry):
13381 * calc/calcalg2.el (math-tracing-integral):
13382 * files.el (recover-session-finish): Use with-current-buffer
13383 instead of save-excursion.
13384
13385 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 Fix in-buffer completion when after-change-functions modify the buffer.
13388 * minibuffer.el (completion--replace): New function.
13389 (completion--do-completion): Use it and use relative movement.
13390
13391 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
13392
13393 * international/fontset.el (setup-default-fontset): Fix :otf spec.
13394
13395 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13396
13397 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13398 Allow the characters _<> in the stack entry (Bug#5653).
13399
13400 2010-02-26 Kenichi Handa <handa@m17n.org>
13401
13402 * language/burmese.el: Fix entries in composition-function-table.
13403 (myanmar-composable-pattern): New variable.
13404
13405 * international/fontset.el (setup-default-fontset): Add an entry
13406 for myanmar.
13407
13408 * international/characters.el (script-list): Add Myanmar
13409 Extended-A.
13410
13411 2010-02-26 Glenn Morris <rgm@gnu.org>
13412
13413 * custom.el (custom-initialize-delay): Doc fix.
13414
13415 * mail/sendmail.el (send-mail-function): Autoload the call
13416 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13417
13418 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
13419
13420 * files.el (hack-local-variables-filter): For eval forms, also
13421 check safe-local-variable-p (Bug#5636).
13422
13423 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
13424
13425 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13426 setting the modes by `ignore-errors'. It might fail, for example
13427 if the file is not owned by the user but the group.
13428 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13429
13430 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
13431
13432 * files.el (directory-listing-before-filename-regexp):
13433 Use stricter matching for iso-style dates, to avoid false matches with
13434 date-like filenames (Bug#5597).
13435
13436 * htmlfontify.el (htmlfontify): Doc fix.
13437
13438 * eshell/eshell.el (eshell): Doc fix.
13439
13440 * startup.el (fancy-about-screen): In mode-line, apply
13441 mode-line-buffer-id face only to the buffer name (Bug#5613).
13442
13443 2010-02-20 Kevin Ryde <user42@zip.com.au>
13444
13445 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13446 In `watcom' anchor regexp to start of line, to avoid slowness
13447 (Bug#5599).
13448
13449 2010-02-20 Eli Zaretskii <eliz@gnu.org>
13450
13451 * subr.el (remove-yank-excluded-properties): Explain in a comment
13452 why `category' property is removed.
13453
13454 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
13455
13456 * isearch.el (isearch-update-post-hook, isearch-update):
13457 Revert 2010-02-17 change.
13458
13459 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
13460
13461 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13462 (icalendar--convert-weekly-to-ical)
13463 (icalendar--convert-yearly-to-ical)
13464 (icalendar--convert-block-to-ical)
13465 (icalendar--convert-cyclic-to-ical)
13466 (icalendar--convert-anniversary-to-ical): Take care of time
13467 specifications where hour has 1-digit only (Bug#5549).
13468
13469 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
13470
13471 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13472 of disassemble output in GDB 7.1.
13473
13474 2010-02-19 Glenn Morris <rgm@gnu.org>
13475
13476 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13477 property. (Bug#5593)
13478
13479 2010-02-18 Sam Steingold <sds@gnu.org>
13480
13481 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13482
13483 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 Use abbreviated file names in bookmarks (bug#5591).
13486 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13487 calls to expand-file-name.
13488 (bookmark-relocate): Use abbreviated file names in bookmarks.
13489 (bookmark-load): Use abbreviated file names in messages.
13490
13491 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13492
13493 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13494 expand "." and "..". Reported by Thierry Volpiatto
13495 <thierry.volpiatto@gmail.com>.
13496
13497 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
13498
13499 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13500 permissions of the temporary file to "0600". In case the remote
13501 file has no read permissions for the owner, there might be
13502 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13503
13504 22010-02-18 Glenn Morris <rgm@gnu.org>
13505
13506 * emacs-lisp/authors.el (authors-renamed-files-alist):
13507 Add entries for INSTALL.CVS.
13508
13509 2010-02-17 Mark A. Hershberger <mah@everybody.org>
13510
13511 * vc-bzr.el: Fix typo in Known Bugs section.
13512
13513 * isearch.el (isearch-update-post-hook): New hook.
13514 (isearch-update): Use the new hook.
13515
13516 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
13517
13518 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13519 Fix errors in copying directories.
13520 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13521 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13522 (tramp-handle-delete-file)
13523 (tramp-handle-dired-recursive-delete-directory)
13524 (tramp-handle-write-region): Flush also the cache for the upper
13525 directory.
13526
13527 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
13528
13529 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13530
13531 * cus-edit.el (hardware): Doc fix.
13532
13533 * man.el (man): Add to external custom group.
13534
13535 * delim-col.el (columns): Move to wp custom group.
13536
13537 * doc-view.el (doc-view): Add to data custom group.
13538
13539 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13540
13541 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13542 by ispell-parse-output (Bug#5575).
13543
13544 2010-02-16 Kenichi Handa <handa@m17n.org>
13545
13546 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13547 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13548 (skkdic-convert): Use `euc-japan' coding system for writing.
13549
13550 2010-02-16 Glenn Morris <rgm@gnu.org>
13551
13552 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13553 tex-main-file before using it. (Bug#5562)
13554
13555 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13558 warnings, since it is annoying for the user to see them each time he
13559 runs the code.
13560
13561 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13562
13563 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13564 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13565 instead of PROC for caching "first-password-request". Otherwise,
13566 new processes would not profit from passwords already entered.
13567
13568 * net/tramp-cache.el (tramp-dump-connection-properties):
13569 Don't save "first-password-request" property.
13570
13571 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13572
13573 * outline.el (outline-head-from-level):
13574 * simple.el (with-wrapper-hook):
13575 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13576 (elint-defun, elint-buffer-env, elint-top-form-logged)
13577 (elint-unbound-variable):
13578 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13579 Fix typos in docstrings.
13580
13581 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13582
13583 * files.el (insert-directory): When WILDCARD-REGEXP and
13584 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13585 whole directory. (Bug#5551)
13586
13587 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13588 dired's alignment sanity. (Bug#5516)
13589
13590 2010-02-14 Juri Linkov <juri@jurta.org>
13591
13592 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13593 Remove remaining ^H with their preceding chars. (Bug#5566)
13594
13595 2010-02-13 Glenn Morris <rgm@gnu.org>
13596
13597 * simple.el (transpose-subr): Give it a doc-string.
13598
13599 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13600 Doc fixes.
13601
13602 2010-02-12 Juri Linkov <juri@jurta.org>
13603
13604 * arc-mode.el (archive-unique-fname): Make directories for nested
13605 archives. (Bug#5540)
13606
13607 2010-02-12 Juri Linkov <juri@jurta.org>
13608
13609 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13610
13611 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * subr.el (copy-overlay): Handle deleted overlays.
13614
13615 * man.el (Man-completion-table): Don't signal an error if we can't run
13616 manual-program (bug#4056).
13617
13618 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13619
13620 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13621
13622 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13623
13624 * info.el (Info-bookmark-jump): Simplify.
13625
13626 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13627 (bookmark-default-handler): Accept new bookmark field `buffer'.
13628
13629 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13630
13631 * iswitchb.el (iswitchb-completions): Revert last change.
13632
13633 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13634
13635 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13636 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13637 This prevents file names like "~/" being listed literally.
13638
13639 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13640
13641 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13642 Remove dead code. (Bug#5546)
13643
13644 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13645
13646 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13647 correctly (Bug#5548).
13648
13649 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13650
13651 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13652 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13653
13654 2010-02-08 Kenichi Handa <handa@m17n.org>
13655
13656 * international/mule-util.el (with-coding-priority): Add autoload
13657 cookie for putting `lisp-indent-function'.
13658
13659 2010-02-07 Glenn Morris <rgm@gnu.org>
13660
13661 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13662 Move F2003 named interfaces from keywords-2 to keywords-1, and
13663 use function-name-face rather than constant-face.
13664 Simplify "abstract interface" regexp.
13665
13666 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13667
13668 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13669 ID-FORMAT. Pass it to `file-attributes'.
13670
13671 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13672
13673 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13674
13675 * faces.el (set-face-attribute): Allow calling
13676 internal-set-lisp-face-attribute with 'unspecified family and
13677 foundry argument (Bug#5536).
13678
13679 2010-02-07 Glenn Morris <rgm@gnu.org>
13680
13681 * progmodes/f90.el (f90-font-lock-keywords-2)
13682 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13683 Handle F2003 named interfaces.
13684
13685 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13686
13687 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13688 beg and end before calling c-get-state-before-change-functions.
13689
13690 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13691
13692 * vc-bzr.el (vc-bzr-dir-extra-headers):
13693 Disable the pending merges header.
13694
13695 2010-02-05 Juri Linkov <juri@jurta.org>
13696
13697 * doc-view.el (doc-view-mode):
13698 * image-mode.el (image-mode): Put property mode-class=special.
13699 (Bug#4896)
13700
13701 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13702
13703 * vc-svn.el (vc-svn-revision-table): New function.
13704
13705 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13706
13707 * net/ange-ftp.el (ange-ftp-insert-directory):
13708 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13709 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13710 Handle also directories. (Bug#5478)
13711
13712 2010-02-05 Glenn Morris <rgm@gnu.org>
13713
13714 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13715
13716 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13717
13718 * startup.el (command-line-1): Convert options beginning with a
13719 single dash as well (Bug#5519).
13720
13721 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13724 * minibuffer.el (completion-initials-expand): Only check the presence
13725 of delims *within* the boundaries, since otherwise the / delim is
13726 always found for files.
13727
13728 Fix up various corner case problems.
13729 * doc-view.el (doc-view-last-page-number): New function.
13730 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13731 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13732 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13733 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13734 (doc-view-convert-current-doc): Don't create the resolution.el file
13735 here any more.
13736 (doc-view-pdf/ps->png): Do it here instead.
13737 (doc-view-already-converted-p): Check that resolution.el is present.
13738 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13739 windows that are not yet showing images.
13740
13741 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13742
13743 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13744 `dired-uncache' for every elemnt which is an absolute file name.
13745
13746 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13747 directory, handle its directory component.
13748 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13749 function is called permanently and creates noise, otherwise.
13750
13751 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13752 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13753 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13754
13755 2010-02-04 David Burger <dburger@google.com> (tiny change)
13756
13757 * macros.el (apply-macro-to-region-lines):
13758 Minor simplification. (Bug#5485)
13759
13760 2010-02-04 Glenn Morris <rgm@gnu.org>
13761
13762 * mail/rmail.el (rmail-show-message-1): Handle malformed
13763 quoted-printable text. (Bug#5441)
13764
13765 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13766
13767 * simple.el (visual-line-mode): Capitalize lighter.
13768
13769 2010-02-03 John Wiegley <jwiegley@gmail.com>
13770
13771 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13772 list of files considered for "virtual buffer" completions.
13773
13774 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13775
13776 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13777 also in case of (and (not full) (not wildcard)). This is needed
13778 when dired is called with a list of files, which are not in
13779 `default-directory'. (Bug#5478)
13780
13781 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13782
13783 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13784
13785 2010-02-02 Juri Linkov <juri@jurta.org>
13786
13787 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13788 from unidiff to allow function-line after @@.
13789
13790 2010-02-02 Juri Linkov <juri@jurta.org>
13791
13792 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13793 '(RCS SCCS) with inverted condition.
13794
13795 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13796
13797 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13798 messages.
13799
13800 2010-02-01 Juri Linkov <juri@jurta.org>
13801
13802 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13803 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13804 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13805 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13806
13807 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13810 (doc-view-revert-buffer): New command.
13811 (doc-view-mode-map): Use it.
13812
13813 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13814
13815 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13816 pending merge is detected.
13817
13818 2010-01-31 Juri Linkov <juri@jurta.org>
13819
13820 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13821 beginning of interactive spec like all other grep commands do.
13822 Put "all" in front of "gz". (Bug#5260)
13823
13824 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13825
13826 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13827
13828 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13829
13830 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13831 regexp is incorrect (Bug#5476).
13832
13833 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13834
13835 * net/tramp.el (tramp-handle-insert-directory): Handle also
13836 symlinks, when FILENAME is not in `default-directory'.
13837
13838 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13839
13840 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13841 FILE is not in `default-directory'. (Bug#5478)
13842
13843 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13844 of SWITCHES. Handle the case, FILENAME is not in
13845 `default-directory'. (Bug#5478)
13846 (tramp-register-file-name-handlers): Add safe-magic property.
13847
13848 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13849
13850 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13851 unzip (Bug#5475).
13852
13853 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13854
13855 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13856 (flymake-master-make-header-init): Add other C++ filename masks.
13857 (flymake-find-possible-master-files)
13858 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13859
13860 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13861
13862 Fix some busybox annoyances.
13863
13864 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13865 not responding." string.
13866 (tramp-open-connection-setup-interactive-shell): Dump stty
13867 settings. Enable "neveropen" arg for all `tramp-send-command'
13868 calls. Handle "=" in variable values properly.
13869 (tramp-find-inline-encoding): Raise an error, when no encoding is
13870 found.
13871 (tramp-wait-for-output): Check, whether PROC buffer is available.
13872 Remove spurious " ^H" sequences, sent by busybox.
13873 (tramp-get-ls-command): Suppress coloring, if possible.
13874
13875 2010-01-28 Glenn Morris <rgm@gnu.org>
13876
13877 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13878
13879 * log-edit.el (log-edit-strip-single-file-name): Add missing
13880 :safe, :group, and :version tags.
13881
13882 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13883
13884 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13885 buffers. (Bug#5477)
13886
13887 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13888
13889 * files.el (delete-directory): Handle moving to trash without
13890 first doing recursion (Bug#5436).
13891
13892 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13893
13894 * vc-hooks.el (vc-path): Mark as obsolete.
13895
13896 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13897
13898 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13899 names too.
13900
13901 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13902 for the short log.
13903 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13904
13905 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13906
13907 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13908
13909 * vc-bzr.el (vc-bzr-revision-table): New function.
13910
13911 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13912
13913 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13914 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13915
13916 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13917
13918 Remove support for adding --signoff on commit.
13919 Future support will use an incompatible generic mechanism.
13920 * vc-git.el (vc-git-add-signoff): Remove variable.
13921 (vc-git-toggle-signoff): Remove function.
13922 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13923
13924 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13925 Rename from xterm-set-background-mode. Return t if the background mode
13926 was set.
13927 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13928 earlier, call it again in case the background mode has changed.
13929
13930 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13931
13932 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13933 (Bug#3541).
13934
13935 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13936
13937 * emacs-lisp/assoc.el (aelement): Doc fix.
13938 (aput, adelete, amake): Use lexical-let (Bug#5450).
13939
13940 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13941
13942 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13943 is the same as subprogram call, not declaration. (Bug#5435).
13944
13945 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13946
13947 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13948 (tramp-smb-maybe-open-connection): Use it.
13949
13950 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13951
13952 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13953
13954 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13957 just because we see "encoding: 8bit".
13958 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13959
13960 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13961
13962 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13963
13964 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13965
13966 * jka-compr.el (jka-compr-load): If load-file is not in
13967 load-history, try its file-truename version. (bug#5447)
13968
13969 2010-01-21 Alan Mackenzie <acm@muc.de>
13970
13971 Fix a situation where deletion of a cpp construct throws an error.
13972 * progmodes/cc-engine.el (c-invalidate-state-cache):
13973 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13974 special cpp construct is still in the buffer.
13975 (c-parse-state): Record the special cpp with markers, not numbers.
13976
13977 2010-01-21 Kenichi Handa <handa@m17n.org>
13978
13979 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13980 process last-command-event, as it is now decoded first (Bug#5380).
13981
13982 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13983
13984 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13985
13986 2010-01-20 Glenn Morris <rgm@gnu.org>
13987
13988 * indent.el (tab-always-indent): Fix custom-type.
13989
13990 2010-01-19 Alan Mackenzie <acm@muc.de>
13991
13992 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13993 buffer throws "args out of range".
13994 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13995 playing the role of delimiter.
13996
13997 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13998
13999 * progmodes/ada-mode.el: Fix bug#5400.
14000 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
14001 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
14002 changed. Delete RECURSIVE parameter; never used. Improve doc string.
14003 Improve comments in "is" portion. Handle null procedure declaration.
14004 (ada-move-to-end): Improve doc string.
14005
14006 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
14007
14008 * ido.el (ido-cur-list): Initialize to nil.
14009 Remove obsolete information from commentary.
14010 (ido-choice-list): Initialize to nil.
14011 (ido-get-bufname): Reject minibuffers.
14012 (ido-make-buffer-list): If "default" is a nonexistent
14013 buffer, ignore it, as per the function's comment.
14014 (ido-kill-buffer-internal): New function.
14015 (ido-kill-buffer-at-head): Use it.
14016 (ido-visit-buffer): Likewise.
14017
14018 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
14019
14020 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
14021
14022 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
14023
14024 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
14025 Fix typos in chart titles.
14026
14027 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
14028 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
14029 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
14030 (describe-class, eieio-describe-generic, describe-generic):
14031 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
14032 (eieio-speedbar-expand):
14033 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14034 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
14035 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
14036 (viper-del-backward-char-in-replace, viper-backward-indent)
14037 (viper-brac-function, viper-register-to-point, viper-submit-report):
14038 * net/tramp.el (tramp-remote-coding-commands):
14039 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
14040 Fix typos in docstrings.
14041
14042 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
14043
14044 * mail/sendmail.el (mail-yank-original): Set the mark if the
14045 specified function for yanking does not do it.
14046
14047 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
14048
14049 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
14050
14051 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
14052 resyncing a directory.
14053
14054 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
14055
14056 * progmodes/ada-mode.el: Fix bug#1920.
14057 (ada-ident-re): Delete ., allow multibyte characters.
14058 (ada-goto-label-re): New; matches goto labels.
14059 (ada-block-label-re): New; matches block labels.
14060 (ada-label-re): New; matches both.
14061 (ada-named-block-re): Delete; callers changed to use
14062 `ada-block-label-re' instead.
14063 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
14064 Use `ada-block-label-re'.
14065 (ada-indent-on-previous-lines): Improve handling of goto labels.
14066 (ada-get-indent-block-start): Special-case block label.
14067 (ada-get-indent-label): Split into `ada-indent-block-label' and
14068 `ada-indent-goto-label'.
14069 (ada-goto-stmt-start, ada-goto-next-non-ws):
14070 Optionally ignore goto labels.
14071 (ada-goto-next-word): Simplify.
14072 (ada-indent-newline-indent-conditional): Insert newline before
14073 trying to fix indentation; doc fix.
14074
14075 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
14076
14077 * calc/calc.el (calc-command-flags): Give it an initial value.
14078
14079 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
14080
14081 * files.el (minibuffer-with-setup-hook):
14082 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
14083 (artist-key-draw-continously, artist-key-do-continously-continously)
14084 (artist-key-set-point-continously, artist-mouse-draw-continously):
14085 Fix typos in docstrings.
14086
14087 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
14088
14089 * nxml/nxml-mode.el (nxml-extend-after-change-region):
14090 Never return t (Bug#3898).
14091
14092 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
14093
14094 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
14095 can parse the output of the external commands (Bug#5279).
14096
14097 2010-01-16 Jari Aalto <jari.aalto@cante.net>
14098
14099 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
14100
14101 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
14102
14103 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
14104
14105 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
14106
14107 * startup.el (command-line): Remove unused --icon-type arg.
14108 Handle --display arg, passing it to command-line-1 (Bug#5392).
14109
14110 2010-01-16 Mario Lang <mlang@delysid.org>
14111
14112 * emacs-lisp/chart.el (chart-translate-namezone):
14113 * textmodes/artist.el (artist-compute-popup-menu-table):
14114 Remove duplicated words in doc-strings.
14115
14116 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
14117
14118 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
14119 to mairix-search to suppress threading (Bug#5342).
14120
14121 2010-01-15 Kenichi Handa <handa@m17n.org>
14122
14123 * international/mule-cmds.el (canonicalize-coding-system-name):
14124 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
14125
14126 2010-01-15 Glenn Morris <rgm@gnu.org>
14127
14128 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
14129
14130 * wid-edit.el (widget-keymap): Doc fix.
14131
14132 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
14133 former seems to be more widely accepted by various svn versions.
14134
14135 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14136
14137 * find-cmd.el (find-constituents):
14138 * vc-arch.el (vc-arch-root):
14139 * window.el (window-body-height, pop-up-frames):
14140 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
14141 * progmodes/ada-stmt.el (ada-if):
14142 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
14143 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
14144 (ispell-encoding8-command, ispell-aspell-supports-utf8)
14145 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
14146
14147 * progmodes/flymake.el (flymake-post-syntax-check):
14148 Fix typo in error message.
14149
14150 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14151
14152 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
14153 which is always a string. (Bug#5313)
14154
14155 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
14156
14157 * progmodes/ada-xref.el (ada-default-prj-properties):
14158 Simplify previous change.
14159
14160 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14161
14162 * progmodes/ada-xref.el (ada-default-prj-properties):
14163 Default ada_project_path to $ADA_PROJECT_PATH.
14164
14165 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14166
14167 * progmodes/ada-mode.el (ada-create-keymap):
14168 Override `narrow-to-defun' with `ada-narrow-to-defun'.
14169
14170 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14171
14172 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
14173 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
14174 (ada-get-current-indent, ada-imenu-generic-expression)
14175 (ada-which-function): Check for it.
14176
14177 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
14178
14179 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
14180 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
14181
14182 2010-01-14 Glenn Morris <rgm@gnu.org>
14183
14184 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
14185
14186 2010-01-14 Kenichi Handa <handa@m17n.org>
14187
14188 * composite.el (auto-composition-mode): Make it a buffer local
14189 variable (permanent-local).
14190 (auto-composition-function): Set the default value to
14191 auto-compose-chars.
14192 (auto-composition-mode): Make it a simple function, not a minor mode.
14193 (global-auto-composition-mode): Likewise.
14194 (turn-on-auto-composition-if-enabled): Delete it.
14195
14196 2010-01-13 Karl Fogel <kfogel@red-bean.com>
14197
14198 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
14199
14200 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
14201
14202 * files.el (copy-directory): Compute target for recursive
14203 directories with identical names. (Bug#5343)
14204
14205 2010-01-12 Glenn Morris <rgm@gnu.org>
14206
14207 * mail/emacsbug.el (report-emacs-bug-pretest-address):
14208 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
14209
14210 2010-01-11 Sam Steingold <sds@gnu.org>
14211
14212 * imenu.el (imenu-default-create-index-function): Detect infinite
14213 loops caused by imenu-prev-index-position-function.
14214
14215 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14216
14217 * htmlfontify.el (htmlfontify-load-rgb-file)
14218 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
14219 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
14220 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
14221 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
14222 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
14223 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
14224 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
14225 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
14226 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
14227 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14228 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
14229 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
14230 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
14231 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
14232 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
14233 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
14234 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
14235 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
14236 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
14237 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
14238 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
14239 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
14240 backslash-quoting from parentheses, etc.
14241
14242 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
14243
14244 * progmodes/js.el: Autoload javascript-mode alias.
14245
14246 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
14247
14248 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
14249 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
14250 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
14251 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
14252 Fix typos in docstrings.
14253 (ffap-url-regexp): Doc fix.
14254 (ffap-at-mouse): Fix typo in message.
14255
14256 2010-01-11 Glenn Morris <rgm@gnu.org>
14257
14258 * version.el (emacs-copyright): Set copyright year to 2010.
14259
14260 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14261
14262 * format.el (format-annotate-function): Only set
14263 write-region-post-annotation-function after running to-fn so as not to
14264 affect nested write-region calls (bug#5273).
14265
14266 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
14267
14268 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
14269 wisent/python.el.
14270
14271 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14272
14273 * man.el (Man-goto-section): Signal error if the section is not
14274 found (Bug#5317).
14275
14276 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
14277
14278 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
14279 URLs with a leading triple slash in the file: scheme. (Bug#5345)
14280
14281 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
14282
14283 * progmodes/compile.el: Don't treat compile-command as safe if
14284 compilation-read-command might be nil (Bug#4218).
14285
14286 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
14287
14288 * startup.el (command-line-1): Use orig-argi to check for ignored X and
14289 NS options.
14290
14291 2010-01-08 Kenichi Handa <handa@m17n.org>
14292
14293 * international/fontset.el (build-default-fontset-data):
14294 Exclude characters in scripts kana, hangul, han, or cjk-misc.
14295
14296 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
14297
14298 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14299 to `create-file-buffer' as it expects, not just a buffer name.
14300 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
14301 to help uniquify. (Bug#3224)
14302
14303 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
14304
14305 * font-setting.el (font-setting-change-default-font): Use user-spec
14306 instead of name.
14307
14308 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14309
14310 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
14311
14312 2010-01-05 Tom Tromey <tromey@redhat.com>
14313
14314 * progmodes/python.el (python-font-lock-keywords):
14315 Handle qualified decorators (Bug#881).
14316
14317 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14318
14319 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
14320 in a lightweight checkout.
14321
14322 2010-01-05 Kenichi Handa <handa@m17n.org>
14323
14324 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
14325
14326 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
14327
14328 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14329
14330 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14331
14332 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14333 checkouts. (Bug#618)
14334 (vc-bzr-log-view-mode): Also highlight the author.
14335 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14336 (vc-bzr-shelve-menu-map):
14337 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14338 (vc-bzr-shelve-apply): Make prompt more explicit.
14339
14340 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
14341
14342 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14343 They are valid characters in URL paths (rfc3986), and at least
14344 Firefox does not understand the encoded version (Bug#3166).
14345
14346 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14347
14348 * progmodes/octave-mod.el (octave-end-keywords)
14349 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14350 Add "end" keyword (Bug#3061).
14351 (octave-end-as-array-index-p): New function.
14352 (calculate-octave-indent): Use it.
14353
14354 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14355
14356 * bookmark.el: Consistently put the text property on the bookmark name.
14357 (bookmark-bmenu-marks-width): Bump back to 2, to include
14358 annotation marks.
14359 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14360 property on the bookmark name, instead of not putting it at all.
14361 (bookmark-bmenu-list): Fix where we put the text property.
14362
14363 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14364
14365 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14366 for showing buffer modified state (as added in the previous change).
14367
14368 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14369
14370 * bookmark.el: Show modified state of bookmark buffer more accurately.
14371 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14372 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14373 (with-buffer-modified-unmodified): New macro.
14374 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14375 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
14376 Use new macro to preserve the buffer modified state.
14377
14378 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14379
14380 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
14381 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14382 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14383 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14384 (bookmark-bmenu-rename, bookmark-bmenu-locate)
14385 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14386 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
14387
14388 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14389
14390 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14391 Make the lines in the generated doc string shorter. (Bug#4668)
14392
14393 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
14394
14395 * net/rcirc.el: Add follow-link binding (Bug#4738).
14396
14397 2010-01-02 Eli Zaretskii <eliz@gnu.org>
14398
14399 * Makefile.in (bzr-update): Rename from cvs-update.
14400 (cvs-update): New target for backward compatibility.
14401
14402 * makefile.w32-in (bzr-update): Rename from cvs-update.
14403 (cvs-update): New target for backward compatibility.
14404
14405 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14406
14407 * bookmark.el: Remove gratuitous gratitude.
14408
14409 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14410
14411 * bookmark.el (bookmark-bmenu-any-marks): New function.
14412 (bookmark-bmenu-save): Clear buffer modification if no marks.
14413
14414 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14415
14416 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
14417 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14418 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14419 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14420
14421 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14422 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14423 To: emacs-devel {_AT_} gnu.org
14424 Subject: bookmark.el bug report
14425 Date: Mon, 28 Dec 2009 14:19:16 +0800
14426 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14427
14428 2010-01-02 Karl Fogel <kfogel@red-bean.com>
14429
14430 * bookmark.el: Improvements suggested by Drew Adams:
14431 (bookmark-bmenu-ensure-position): New name for
14432 `bookmark-bmenu-check-position'. Just ensure the position,
14433 don't return any meaningful value.
14434 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14435 New constants.
14436
14437 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
14438
14439 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14440 (bookmark-yank-point, bookmark-bmenu-check-position):
14441 Fix typos in docstrings.
14442 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14443 (bookmark-name-from-full-record, bookmark-get-position)
14444 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14445 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14446 Remove useless quoting of parenthesis, etc. in docstrings.
14447
14448 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14449 (ediff-append-custom-diff): Fix typo in error message.
14450 (ediff-meta-mark-equal-files): Fix typos in messages.
14451
14452 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14453
14454 * net/imap-hash.el (imap-hash-make): Doc fix.
14455 (imap-hash-test): Fix typo in error message; reflow docstring.
14456 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14457 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14458 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14459 Fix typos in docstrings.
14460 (imap-hash-open-connection): Fix typo in error message.
14461
14462 * play/gomoku.el (gomoku): Fix typos in docstring.
14463
14464 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14465 (gdb-jsonify-buffer): Fix typos in docstring.
14466 (gdb-goto-breakpoint): Fix typo in error message.
14467 ("Display Other Windows"): Fix typo in help message.
14468 (gdb-speedbar-expand-node): Fix typo in question.
14469
14470 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14471 (idlwave-html-system-help-location, idlwave-html-help-location)
14472 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14473 (idlwave-help-browser-generic-args, idlwave-help-directory)
14474 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14475 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14476 (idlwave-online-help, idlwave-help-html-link)
14477 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14478 Fix typos in docstrings.
14479 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14480 Reflow docstrings.
14481 (idlwave-help-assistant-start): Fix typo in error message.
14482
14483 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14484 (octave-electric-space): Fix typos in docstrings.
14485
14486 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
14487
14488 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14489
14490 2010-01-01 Juri Linkov <juri@jurta.org>
14491
14492 * comint.el (comint-input-ring-size): Make it a defcustom and
14493 increase the default to 500 (Bug#5148).
14494
14495 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
14496
14497 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14498 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14499 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14500
14501 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
14502
14503 Show working revision correctly for mercurial.
14504 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
14505 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
14506
14507 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
14508
14509 Declare some functions for the byte-compiler.
14510 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14511 (speedbar-timer-fn, speedbar-change-expand-button-char)
14512 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14513
14514 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
14515
14516 This changeset reverts GDB Graphical Interface to use annotations.
14517 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14518
14519 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14520
14521 Make vc-dir work on subdirectories of the bzr root.
14522 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14523 Return file names relative to it.
14524 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14525 relative directory to vc-bzr-after-dir-status.
14526
14527 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14528
14529 * font-lock.el (font-lock-refresh-defaults): New function, which
14530 can be used to let font-lock react to external changes in
14531 variables like font-lock-defaults and keywords.
14532 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14533
14534 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14535
14536 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14537
14538 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14539
14540 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14541
14542 Supersede color.diff settings in git log (bug#5211).
14543
14544 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14545 escape chars in its output when the user has color.diff set to `always'.
14546 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14547
14548 2009-12-26 Kevin Ryde <user42@zip.com.au>
14549
14550 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14551 node. Keep previous "Index" name to work with past coreutils too.
14552
14553 * man.el (man): Revise docstring a bit to show -a and -l as
14554 examples. Add -k description since support for it has otherwise
14555 been a secret. (Further to bug#3717.)
14556 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14557 "no matches" rather than "Can't find manpage", as the latter reads
14558 like -k was interpreted as a page name, which is not so. (Bug#5431)
14559
14560 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14561
14562 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14563 switches. Check also for //SUBDIRED// line.
14564
14565 2009-12-25 Kenichi Handa <handa@m17n.org>
14566
14567 * language/indian.el (devanagari-composable-pattern): Fix to
14568 handle ZWNJ and ZWJ. Use it in composition-function-table for
14569 Devanagari.
14570 (malayalam-composable-pattern): Fix previous change.
14571
14572 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14573
14574 * ps-print.el (ps-face-attributes): It was not returning the
14575 attribute face for faces specified as string. Reported by harven
14576 <harven@free.fr>. (Bug#5254)
14577 (ps-print-version): New version 7.3.5.
14578
14579 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14580
14581 * calendar/icalendar.el (icalendar--convert-tz-offset):
14582 Fix timezone names.
14583 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14584 (icalendar--add-diary-entry): Remove the trailing blank that
14585 diary-make-entry inserts.
14586
14587 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14588
14589 Make `file-expand-wildcards' work for remote files.
14590
14591 * files.el (file-expand-wildcards): In case of remote files, check
14592 only local file name part for wildcards. Provide feature 'files
14593 and subfeature 'remote-wildcards. (Bug#5198)
14594
14595 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14596 if there is already an established connection.
14597 (tramp-advice-file-expand-wildcards): Remove it.
14598
14599 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14600 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14601 Activate advice for older GNU Emacs versions. (Bug#5237)
14602
14603 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14604
14605 Some doc fixes (more needed).
14606
14607 * find-cmd.el (find-constituents): Reflow docstring.
14608 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14609 (find-generic): Doc fix.
14610
14611 2009-12-17 Juri Linkov <juri@jurta.org>
14612
14613 Fix regression from 23.1 to allow multiple modes in Local Variables.
14614
14615 * files.el (hack-local-variables-filter): While ignoring duplicates,
14616 don't take `mode' into account.
14617 (hack-local-variables-filter, hack-dir-local-variables):
14618 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14619
14620 2009-12-17 Juri Linkov <juri@jurta.org>
14621
14622 Make `dired-diff' safer. (Bug#5225)
14623
14624 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14625 `current' or when `file' is a directory of the `current' file.
14626
14627 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14628
14629 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14630 unconditionally preloaded files.
14631
14632 2009-12-16 Juri Linkov <juri@jurta.org>
14633
14634 Revert to old 23.1 logic of using the file at the mark as default.
14635 * dired-aux.el (dired-diff): Use the file at the mark as default
14636 if it's not the same as the current file, and the target dir is
14637 the current dir or the mark is active. Add the current file
14638 as the arg of `dired-dwim-target-defaults'. Use the default file
14639 in the prompt. (Bug#5225)
14640
14641 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14642
14643 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14644 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14645 (tramp-check-for-regexp): Check also, when an echoing shell stops
14646 to echo sent commands.
14647
14648 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14649
14650 * Makefile.in: Revert last change (Bug#5191).
14651
14652 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14653
14654 * vc-hg.el (vc-hg-print-log): Fix argument order.
14655 (vc-hg-working-revision): Make sure the command is executed in a
14656 known environment so that we can parse the output. (Bug#4417)
14657
14658 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14659
14660 * progmodes/python.el (python-symbol-completions): Remove text
14661 properties from symbol string before calling python-send-receive.
14662
14663 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14664
14665 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14666 when there are values for both file and line. (Bug#5060)
14667
14668 2009-12-14 Juri Linkov <juri@jurta.org>
14669
14670 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14671 whitespace after the file name of the first line of unified format,
14672 because git-diff doesn't output whitespace and file modification time
14673 after the file name.
14674
14675 2009-12-14 David Kastrup <dak@gnu.org>
14676
14677 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14678 check if it already has the `display' property added by
14679 `Info-display-images-node', and not put the `invisible' property
14680 in this case.
14681
14682 2009-12-13 Glenn Morris <rgm@gnu.org>
14683
14684 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14685 (report-emacs-bug): In message-mode, sort manually before storing
14686 original report text. (Bug#5178)
14687 Remove superfluous save-excursion.
14688
14689 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14690
14691 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14692 when responding to "GetAll" properties.
14693
14694 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14695
14696 * simple.el (compose-mail): Remove mail-setup-with-from from
14697 customization checks.
14698
14699 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14700
14701 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14702 RAR archives created on Unix systems.
14703
14704 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14707 the varalias that was accidentally removed by the 2009-11-19 change
14708 (bug#5186).
14709
14710 2009-12-12 Kenichi Handa <handa@m17n.org>
14711
14712 * language/indian.el (indian-compose-regexp): New function.
14713 (malayalam-composable-pattern): Fix the pattern.
14714 (composition-function-table): Set malayalam-composable-pattern for
14715 Malayalam characters.
14716
14717 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14718
14719 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14720 rather than down-mouse-1, based on follow-link conventions.
14721
14722 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14723 are compiled.
14724
14725 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14726
14727 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14728 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14729 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14730 (verilog-leap-to-head, verilog-backward-token):
14731 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14732
14733 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14734
14735 * progmodes/verilog-mode.el (verilog-auto-lineup)
14736 (verilog-nameable-item-re): Cleanup user-visible spelling and
14737 documentation errors. One reported by Gary Delp.
14738 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14739 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14740 package, bug195. Reported by Pierre-David Pfister.
14741
14742 2009-12-11 Glenn Morris <rgm@gnu.org>
14743
14744 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14745
14746 * mail/emacsbug.el: No longer require sendmail.
14747 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14748 (report-emacs-bug-orig-text): Doc fix.
14749 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14750 New local variables, to adapt to different mail-user-agents.
14751 (report-emacs-bug): Fix test for a gnu.org address.
14752 Use overlays for emphasis, since font-lock defeats 'face property.
14753 Pretest bugs also end up at the newsgroup these days.
14754 Stop message-mode stripping text properties.
14755 Set and use the new buffer-local variables.
14756 (report-emacs-bug-hook): Add doc-string.
14757 Remove some unnecessary save-excursions and simplify.
14758 Use the appropriate hook and send-command.
14759
14760 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14761 capitalization of some menu entries.
14762
14763 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14764
14765 * whitespace.el (whitespace-display-char-on):
14766 Ensure `buffer-display-table' is unique when two or more windows are
14767 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14768 New version 12.1.
14769
14770 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14771
14772 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14773 characters in the Attribute field.
14774
14775 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14776
14777 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14778
14779 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14780
14781 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14782 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14783 Disregard autoload-excludes.
14784 (update-directory-autoloads): Obey autoload-excludes here instead.
14785 But don't store its contents in no-autoloads and remove entries that
14786 refer to excludes files.
14787
14788 2009-12-10 Glenn Morris <rgm@gnu.org>
14789
14790 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14791 (expand-mail-aliases): Define for compiler.
14792
14793 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14794 Define for compiler.
14795
14796 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14797 appropriate for the mail-user-agent in use.
14798
14799 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14800
14801 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14802
14803 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14804
14805 Fix short log parsing and fontification.
14806 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14807 Fix fontification for the [merge] label.
14808
14809 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14810
14811 Drop some properties to avoid surprises (bug#5002).
14812 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14813 (hfy-fontify-buffer): Use it.
14814
14815 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 Minor cleanup.
14818 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14819 Adjust all callers.
14820 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14821 args compulsory. Adjust callers.
14822 (ffap-gopher-at-point): Remove unused var `name'.
14823
14824 Get rid of the ELCFILES abomination.
14825 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14826 (compile-elcfiles): New phony target.
14827 (compile-main): Compute ELCFILES dynamically.
14828 (compile-clean): New target to remove left-over elc files.
14829 (compile, all): Use it.
14830
14831 2009-12-09 Kenichi Handa <handa@etlken>
14832
14833 * international/mule-diag.el: Require help-mode instead of help-fns.
14834
14835 2009-12-09 Kenichi Handa <handa@m17n.org>
14836
14837 * international/mule-cmds.el (ucs-names): Supply sufficiently
14838 fine ranges instead of pre-calculating accurate ranges.
14839 Iterate with bigger gc-cons-threshold.
14840
14841 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14842
14843 Add support for stashing a snapshot of the current tree.
14844 * vc-git.el (vc-git-stash-snapshot): New function.
14845 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14846
14847 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14848
14849 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14850 instead of `(beginning|end)-of-line'.
14851
14852 2009-12-08 Glenn Morris <rgm@gnu.org>
14853
14854 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14855
14856 * Makefile.in (ELCFILES): Regenerate.
14857
14858 2009-12-07 Juri Linkov <juri@jurta.org>
14859
14860 Don't lazy-highlight the comint output in history Isearch mode.
14861
14862 * comint.el (comint-history-isearch-search): Instead of
14863 `comint-line-beginning-position', use `comint-after-pmark-p'
14864 to check if point if before the process mark, and go to
14865 `process-mark' in this case.
14866
14867 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14868
14869 * textmodes/tex-mode.el (latex-complete)
14870 (latex-indent-or-complete): Remove.
14871 (latex-mode): Set completion-at-point-functions instead.
14872
14873 Provide a standard completion command and hook it into TAB.
14874 * minibuffer.el (completion-at-point-functions): New var.
14875 (completion-at-point): New command.
14876 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14877 * progmodes/python.el (python-mode-map): Use completion-at-point.
14878 (python-completion-at-point): Rename from python-partial-symbol and
14879 adjust for use in completion-at-point-functions.
14880 (python-mode): Setup completion-at-point for Python completion.
14881 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14882 extracted from lisp-complete-symbol.
14883 (lisp-complete-symbol): Use it.
14884 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14885 setup completion-at-point for Elisp completion.
14886 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14887 Use completion-at-point.
14888 * ielm.el (ielm-map): Use completion-at-point.
14889 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14890 * progmodes/sym-comp.el: Move to...
14891 * obsolete/sym-comp.el: Move from progmodes.
14892
14893 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14894
14895 Prevent save-buffer in Rmail buffers from using the coding-system
14896 of the current message, and from clobbering the encoding mnemonics
14897 in the mode line (Bug#4623).
14898
14899 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14900 flag, too.
14901 (rmail-message-encoding): New variable.
14902 (rmail-write-region-annotate): Record the encoding of the current
14903 message in rmail-message-encoding.
14904 (rmail-after-save-hook): New function, restores the encoding of
14905 the current message after the message collection is saved.
14906
14907 2009-12-07 Juri Linkov <juri@jurta.org>
14908
14909 * progmodes/grep.el (grep-read-files): Use `completing-read'
14910 instead of `read-string'. Set its `collection' arg to
14911 `read-file-name-internal'. (Bug#4301)
14912
14913 2009-12-07 Juri Linkov <juri@jurta.org>
14914
14915 Correctly restore original Isearch point. (Bug#4994)
14916
14917 * isearch.el (isearch-mode): Move `isearch-push-state' after
14918 `(run-hooks 'isearch-mode-hook)'.
14919 (isearch-cancel): When `isearch-push-state-function' is defined,
14920 let-bind `isearch-cmds' to the first state (the last element of
14921 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14922 function and restores the original point). Otherwise, move point
14923 to `isearch-opoint'.
14924
14925 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14926
14927 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14928 chars that don't have names, so the table can be built much faster at
14929 run-time.
14930
14931 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14932
14933 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14934 change. Suggested by David Kastrup.
14935
14936 * simple.el (compose-mail): Check for incompatibilities and warn.
14937 (compose-mail-user-agent-warnings): New option.
14938
14939 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14940
14941 Support showing a single log entry from vc-annotate.
14942 * vc.el (print-log): Add a new argument: START-REVISION.
14943 (vc-print-log-internal): Add a new optional argument and
14944 pass it to the backend.
14945 (vc-print-log, vc-print-root-log): Adjust callers.
14946 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14947 buffer already displays the requested log entry, use it.
14948 Otherwise display only the log entry in question.
14949 * vc-svn.el (vc-svn-print-log):
14950 * vc-mtn.el (vc-mtn-print-log):
14951 * vc-hg.el (vc-hg-state):
14952 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14953 (vc-git-show-log-entry): Return t on success.
14954 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14955 (vc-bzr-show-log-entry): Return t on success.
14956 * vc-rcs.el (vc-rcs-print-log):
14957 * vc-sccs.el (vc-sccs-print-log):
14958 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14959
14960 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14961
14962 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14963 Add menus to the meta mode. (Bug#5043)
14964
14965 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14966
14967 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14968 event-key.
14969
14970 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14971
14972 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14973
14974 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14975 Berbain <raphael.berbain@gmail.com>.
14976
14977 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14978 characters.
14979 (tramp-initial-end-of-output): New defconst.
14980 (tramp-methods, tramp-find-shell)
14981 (tramp-open-connection-setup-interactive-shell)
14982 (tramp-maybe-open-connection): Use it.
14983 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14984 Handle existence of `#' and `$'.
14985
14986 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14987 Use `tramp-initial-end-of-output'.
14988
14989 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14990
14991 Get the background mode from the terminal for xterm, and set
14992 faces accordingly.
14993 * term/xterm.el (xterm-set-background-mode): New function.
14994 (terminal-init-xterm): Use it in case xterm supports background
14995 color queries. Recompute faces after getting the background
14996 color.
14997
14998 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14999
15000 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
15001 number comment back on its own line, for easier parsing.
15002
15003 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
15004
15005 Make it work for non-file buffers (bug#5102).
15006 * doc-view.el (doc-view-current-cache-dir):
15007 Use doc-view-buffer-file-name rather than buffer-file-name.
15008 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
15009
15010 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
15011
15012 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
15013 author field is too short.
15014
15015 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
15016
15017 * vc-git.el (vc-git-print-log): Handle a limit argument.
15018 Display the short log in graph form and with labels.
15019 (vc-git-log-view-mode): Handle labels.
15020
15021 Make vc-revert change VC state from 'added to 'unregistered.
15022 * vc-git.el (vc-git-revert): Call git reset first.
15023
15024 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
15025
15026 * net/newst-backend.el, net/newst-plainview.el:
15027 * net/newst-reader.el, net/newst-ticker.el:
15028 * net/newst-treeview.el, net/newsticker.el:
15029 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
15030
15031 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
15032
15033 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
15034
15035 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
15036 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
15037 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
15038 Update annotation regexp.
15039
15040 * simple.el (beginning-of-visual-line): Constrain to field
15041 boundaries (Bug#5106).
15042
15043 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
15044
15045 * xml.el (xml-substitute-numeric-entities):
15046 Move newsticker--decode-numeric-entities in newst-backend.el to
15047 xml-substitute-numeric-entities in xml.el. (Bug#5008)
15048 * net/newst-backend.el (newsticker--parse-generic-feed)
15049 (newsticker--parse-generic-items)
15050 (newsticker--decode-numeric-entities):
15051 Move newsticker--decode-numeric-entities in newst-backend.el to
15052 xml-substitute-numeric-entities in xml.el. (Bug#5008)
15053
15054 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
15055
15056 * progmodes/js.el (js--js-not): Add null to the list of values.
15057
15058 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
15059
15060 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
15061
15062 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15063
15064 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
15065 delimiter if it is at the end of the current line.
15066 (bibtex-generate-url-list): Fix docstring.
15067
15068 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15069
15070 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
15071 minibuffer's content with itself.
15072 Fold the confirm-after-completion case into the `confirm' case.
15073 (completion-pcm-word-delimiters): Add : and / to the delimiters.
15074
15075 2009-12-06 Kevin Ryde <user42@zip.com.au>
15076
15077 * ffap.el (ffap-rfc-path): Make this a defcustom since
15078 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
15079
15080 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
15081 manuals, similar to existing setup for help-mode. (Bug#3913.)
15082
15083 2009-12-05 Juri Linkov <juri@jurta.org>
15084
15085 Save and restore dired buffer's point positions too. (Bug#4880)
15086
15087 * dired.el (dired-save-positions): Return in the first element
15088 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15089 Doc fix.
15090 (dired-restore-positions): First restore buffer's position.
15091 While restoring window's positions, check if window still displays
15092 the original buffer.
15093
15094 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
15095
15096 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
15097 if possible.
15098
15099 * shell.el (shell): Require ansi-color (Bug#5113).
15100
15101 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
15102
15103 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
15104
15105 2009-12-05 Alan Mackenzie <acm@muc.de>
15106
15107 * progmodes/cc-mode.el (c-before-hack-hook)
15108 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
15109 `c-file-style' to work again. This reversion restores the current
15110 software to its state in Emacs 23.1. (Bug#4146)
15111
15112 2009-12-05 Kevin Ryde <user42@zip.com.au>
15113
15114 * textmodes/sgml-mode.el (sgml-lexical-context):
15115 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
15116
15117 2009-12-05 Juri Linkov <juri@jurta.org>
15118
15119 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
15120 for virtual nodes. (Bug#4147)
15121 (Info-find-node-2): Set `Info-current-node-virtual' to nil
15122 when moving from a virtual node.
15123 (Info-mode-menu): Add `Info-virtual-index' to the menu.
15124 (Info-mode): Add `Info-virtual-index' to the docstring.
15125
15126 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15127
15128 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
15129 track of the buffer position of the end of a BibTeX entry as this
15130 position may change during reformatting.
15131 (bibtex-format-entry): Remove whitespace before processing
15132 numerical fields so that we recognize the latter properly.
15133 (bibtex-reformat): Do not use push which changes the global value
15134 of bibtex-entry-format.
15135 (bibtex-field-braces-alist, bibtex-field-strings-alist)
15136 (bibtex-field-re-init): Replace only space characters by regexp
15137 for whitespace.
15138 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
15139 (bibtex-initialize): Also update bibtex-strings.
15140 (bibtex-kill-field): Preserve white space at end of entry.
15141 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
15142 Update bibtex-reference-keys.
15143
15144 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
15145
15146 * minibuffer.el (completion-pcm--merge-try): Also consider placing
15147 point after a star, if that's the only place where modifications can
15148 make progress.
15149
15150 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
15151
15152 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
15153 in docstrings.
15154
15155 2009-12-04 Juri Linkov <juri@jurta.org>
15156
15157 * proced.el (proced): Call `(proced-update t)' to update process
15158 information instead of only running proced-post-display-hook.
15159 (proced-send-signal): Add a leading space to the buffer name
15160 " *Marked Processes*" to make this buffer ephemeral.
15161
15162 2009-12-04 Juri Linkov <juri@jurta.org>
15163
15164 * dired.el (dired-auto-revert-buffer): New defcustom.
15165 (dired-internal-noselect): Use it.
15166
15167 2009-12-04 Juri Linkov <juri@jurta.org>
15168
15169 Change roles of modes and functions in image-mode.el (Bug#5062).
15170
15171 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
15172 in `auto-mode-alist'.
15173 (image-mode-previous-major-mode): New variable.
15174 (image-minor-mode-map): Rename from `image-mode-text-map'.
15175 (image-mode): Move graceful error-handling code from
15176 `image-minor-mode' to here. On errors call `image-mode-as-text'.
15177 (image-minor-mode): Remove all image-handling code.
15178 Replace `image-mode-text-map' with `image-minor-mode-map'.
15179 Check for `image-type' in mode-line format string.
15180 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
15181 (image-mode-as-text): New function with most code from
15182 `image-mode-maybe'.
15183 (image-toggle-display-text): Move code that removes image
15184 properties from `image-toggle-display' to here.
15185 (image-toggle-display-image): New function with code that adds
15186 image properties copied from `image-toggle-display'.
15187 (image-toggle-display): Remove most code with leaving only code
15188 that toggles between `image-mode-as-text' and `image-mode'.
15189
15190 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
15191
15192 * net/newst-treeview.el
15193 (newsticker--treeview-list-highlight-start): Restored call to
15194 save-excursion: Selected item was stuck.
15195 (newsticker--treeview-list-select): New.
15196 (newsticker--treeview-item-show-text)
15197 (newsticker--treeview-item-show)
15198 (newsticker--treeview-item-update): Use new
15199 newsticker-treeview-item-mode.
15200 (newsticker-treeview-update): Keep current item.
15201 (newsticker-treeview-next-new-or-immortal-item): Doc change.
15202 (newsticker--treeview-first-feed): Doc change.
15203 (newsticker-treeview-list-menu)
15204 (newsticker-treeview-item-menu): Add menu entries.
15205 (newsticker-treeview-item-mode): New.
15206
15207 * net/newst-backend.el (newsticker-customize): Delete other
15208 windows.
15209
15210 2009-12-04 Sam Steingold <sds@gnu.org>
15211
15212 * log-view.el (log-view-mode-map): "q" calls quit-window,
15213 like in all the other non-self-insert buffers.
15214
15215 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15216
15217 Minor cleanup.
15218 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
15219 key decoding rather than do it manually via last-input-event +
15220 ascii-character.
15221 (term-exec): Use delete-and-extract-region.
15222 (term-handle-ansi-terminal-messages): Remove unused var `end'.
15223 (term-process-pager): Remove unused var `i'.
15224 (term-dynamic-simple-complete): Make obsolete.
15225 (serial-update-config-menu): Remove unused vars `y' and `str'.
15226 (term-update-mode-line): Remove unused var `temp'.
15227
15228 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15229
15230 Limit the number of log entries displayed by default.
15231 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
15232 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
15233 using a prefix argument.
15234
15235 2009-12-03 Glenn Morris <rgm@gnu.org>
15236
15237 * progmodes/idlwave.el (class): Restore still useful declaration.
15238
15239 2009-12-03 Alan Mackenzie <acm@muc.de>
15240
15241 Enhance `c-parse-state' to run efficiently in "brace deserts".
15242
15243 * progmodes/cc-mode.el (c-basic-common-init):
15244 Call c-state-cache-init.
15245 (c-neutralize-syntax-in-and-mark-CPP): Rename from
15246 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
15247 placing `category' properties value 'c-cpp-delimiter at its boundaries.
15248
15249 * progmodes/cc-langs.el (c-before-font-lock-function):
15250 c-extend-and-neutralize-syntax-in-CPP has been renamed
15251 c-neutralize-syntax-in-and-mark-CPP.
15252
15253 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
15254 with `category' properties now, not `syntax-table' ones.
15255
15256 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
15257 enhanced (but slower) version of c-end-of-macro that won't land
15258 inside a literal or on another awkward character.
15259 (c-state-cache-too-far, c-state-cache-start)
15260 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
15261 (c-state-nonlit-pos-cache-limit, c-state-point-min)
15262 (c-state-point-min-lit-type, c-state-point-min-lit-start)
15263 (c-state-min-scan-pos, c-state-brace-pair-desert)
15264 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
15265 buffer local variables.
15266 (c-state-literal-at, c-state-lit-beg)
15267 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
15268 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
15269 (c-state-cache-top-paren, c-state-cache-after-top-paren)
15270 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
15271 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
15272 (c-renarrow-state-cache)
15273 (c-append-lower-brace-pair-to-state-cache)
15274 (c-state-push-any-brace-pair, c-append-to-state-cache)
15275 (c-remove-stale-state-cache)
15276 (c-remove-stale-state-cache-backwards, c-state-cache-init)
15277 (c-invalidate-state-cache-1, c-parse-state-1)
15278 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
15279 (c-parse-state): Enhance and refactor.
15280 (c-debug-parse-state): Amend to deal with all the new variables.
15281
15282 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
15283 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
15284 modify to use category text properties rather than syntax-table ones.
15285 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
15286 to switch off/on the syntactic paren property of C++ template
15287 delimiters using the category property.
15288 (c-with-<->-as-parens-suppressed): Macro to invoke code with
15289 template delims suppressed.
15290 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
15291 New constant/macros which apply category properties to the start
15292 and end of preprocessor constructs.
15293 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
15294 "comment out" the syntactic value of characters in preprocessor
15295 constructs.
15296 (c-with-cpps-commented-out)
15297 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
15298 with characters in all or all but one preprocessor constructs
15299 "commented out".
15300
15301 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15302
15303 * proced.el (proced-filter-alist): Use regexp-quote.
15304
15305 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
15306
15307 Cleanup.
15308 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
15309 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
15310 arguments. Expand `default-directory'.
15311
15312 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
15313 the benefit of returning an expanded localname.
15314 (tramp-tramp-file-p): Handle the case NAME is not a string.
15315
15316 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15317
15318 Add support for bzr shelve/unshelve.
15319 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
15320 (vc-bzr-extra-menu-map): New variables.
15321 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
15322 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
15323 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
15324 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
15325 (vc-bzr-dir-extra-headers): Display shelves.
15326
15327 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15328
15329 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15330
15331 * textmodes/bibtex.el (bibtex-complete-internal):
15332 Use completion-in-region.
15333 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15334
15335 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15336
15337 Support applying stashes. Improve UI.
15338 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15339 (vc-git-stash-apply, vc-git-stash-pop)
15340 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15341 (vc-git-stash-menu): New functions.
15342 (vc-git-stash-menu-map): New variable.
15343 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15344
15345 2009-12-03 Glenn Morris <rgm@gnu.org>
15346
15347 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15348 (vc-print-log-internal): Fix previous change.
15349 (vc-revert): Correct pluralization.
15350
15351 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15352
15353 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15354 it to be an alist any more.
15355 (makefile-complete): Use completion-in-region.
15356
15357 * progmodes/octave-mod.el (octave-complete-symbol):
15358 Use completion-in-region.
15359
15360 Misc cleanup.
15361 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15362 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15363 (idlwave-complete-class): Don't quote lambda.
15364 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15365 (idlwave-mode-map): Move initialization into declaration.
15366 (idlwave-action-and-binding): Use backquotes.
15367 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15368 Simplify.
15369 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15370 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15371 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15372 `parts', and `all-parts'.
15373 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15374 (idlwave-convert-xml-system-routine-info): Remove unused string
15375 `version-string'.
15376 (idlwave-display-user-catalog-widget): Use dolist.
15377 (idlwave-scanning-lib): Declare dynamically-scoped var.
15378 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15379 (completion-highlight-first-word-only): Declare to silence bytecomp.
15380 (idlwave-popup-select): Tighten scope of `resp'.
15381 (idlwave-find-struct-tag): Remove unused var `beg'.
15382 (idlwave-after-load-rinfo-hook): Declare.
15383 (idlwave-sintern-class-info): Remove unused var `taglist'.
15384 (idlwave-find-class-definition): Remove unused var `list'.
15385 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15386 (idlwave-what-module-find-class): Remove unused var `classes'.
15387
15388 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
15389
15390 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15391
15392 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15395 buffers visited. Remove redundant current-buffer-saving.
15396
15397 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15398
15399 Use completion-in-buffer and remove uses of dynamic scoping.
15400 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15401 (pascal-buffer-to-use, pascal-flag): Don't declare.
15402 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15403 (pascal-get-completion-decl, pascal-keyword-completion):
15404 Add `pascal-str' argument, save-excursion,
15405 return the found completions, and don't filter with pascal-pred.
15406 (pascal-completion-cache): New var.
15407 (pascal-completion): Don't switch buffer any more (it was never
15408 necessary). Don't save-excursion any more (it's done by the called
15409 subroutines). Use a cache to avoid redundant computations.
15410 Use complete-with-action rather than pascal-completion-response and
15411 let it apply the predicate as well.
15412 (pascal-complete-word): Use completion-in-buffer when
15413 pascal-toggle-completions is nil.
15414 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15415 not used any more.
15416 (pascal-comp-defun): Don't change buffer any more.
15417 Use complete-with-action rather than pascal-completion-response and
15418 let it apply the predicate as well.
15419 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15420 when neded.
15421
15422 2009-12-02 Kenichi Handa <handa@m17n.org>
15423
15424 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15425 shape for all Indic scripts.
15426
15427 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15428
15429 Use completion-in-buffer.
15430 * wid-edit.el (widget-field-text-end): New function.
15431 (widget-field-value-get): Use it.
15432 (widget-string-complete, widget-file-complete)
15433 (widget-color-complete): Use it and completion-in-region.
15434 (widget-complete): Don't narrow the buffer.
15435
15436 2009-12-02 Glenn Morris <rgm@gnu.org>
15437
15438 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15439 (rmail-select-summary): Use rmail-pop-to-buffer.
15440 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15441 rmail-pop-to-buffer, to prevent horizontal splits.
15442
15443 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15444 save-excursion with save-current-buffer.
15445 Widen before searching. (Bug#5093)
15446 (diary-list-sexp-entries): Remove superfluous save-excursion.
15447
15448 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
15449
15450 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15451 name. (Bug#5038)
15452
15453 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15454
15455 * ido.el (ido-file-internal): Handle filenames at point that do
15456 not have a directory part. (Bug#5049)
15457
15458 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
15459
15460 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15461 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15462
15463 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15464
15465 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15466 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15467 any more.
15468
15469 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * comint.el (comint-insert-input): Ignore clicks to the right of
15472 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15473
15474 * vc.el (vc-print-log-internal): Don't wait for the process to
15475 terminate before setting up the major mode.
15476
15477 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15478 in case.
15479
15480 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15481 the last element.
15482
15483 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15484
15485 2009-12-01 Glenn Morris <rgm@gnu.org>
15486
15487 * window.el (window--display-buffer-2): Fix previous changes.
15488
15489 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
15490
15491 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15492
15493 2009-12-01 Glenn Morris <rgm@gnu.org>
15494
15495 * Makefile.in (ELCFILES): Add mpc.elc.
15496
15497 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 * mpc.el: New file.
15500
15501 2009-12-01 Glenn Morris <rgm@gnu.org>
15502
15503 * window.el (window-to-use): Define for compiler.
15504
15505 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15506 consistent with others (no final period).
15507
15508 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15509 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15510
15511 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15512
15513 Make vc-print-log buttons work.
15514 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
15515
15516 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15517
15518 * savehist.el (savehist-autosave-interval): Allow setting to nil
15519 through customize. (Bug#5056)
15520
15521 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
15522
15523 Fix references to jit-lock properties.
15524 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15525 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15526 (perl-font-lock-special-syntactic-constructs):
15527 Quote jit-lock-defer-multiline property.
15528
15529 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15530
15531 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15532
15533 2009-11-30 Juri Linkov <juri@jurta.org>
15534
15535 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15536 value `buffer' of `multi-isearch-next-buffer-current-function'.
15537 Use `(current-buffer)' when `buffer' is nil.
15538 (multi-isearch-next-buffer-from-list): Don't fallback to
15539 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15540
15541 2009-11-30 Juri Linkov <juri@jurta.org>
15542
15543 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15544 of buffers with `get-buffer' to `multi-isearch-buffers'.
15545 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15546 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15547 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15548 FILES with `expand-file-name' converting relative file names
15549 to absolute. Doc fix. (Bug#4727)
15550
15551 2009-11-30 Juri Linkov <juri@jurta.org>
15552
15553 * misearch.el (multi-isearch-read-buffers)
15554 (multi-isearch-read-matching-buffers): New functions.
15555 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15556 Use them in the `interactive' spec. Doc fix.
15557 (multi-isearch-read-files, multi-isearch-read-matching-files):
15558 New functions.
15559 (multi-isearch-files, multi-isearch-files-regexp):
15560 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15561
15562 2009-11-30 Juri Linkov <juri@jurta.org>
15563
15564 * doc-view.el (doc-view-continuous):
15565 Rename from `doc-view-continuous-mode'.
15566 (doc-view-menu): Move "Toggle display" to the top.
15567 Add submenu "Continuous" with radio buttons "Off"/"On"
15568 and "Save as Default".
15569 (doc-view-scroll-up-or-next-page)
15570 (doc-view-scroll-down-or-previous-page)
15571 (doc-view-next-line-or-next-page)
15572 (doc-view-previous-line-or-previous-page):
15573 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15574
15575 2009-11-30 Juri Linkov <juri@jurta.org>
15576
15577 * comint.el (comint-mode-map): Rebind `M-r' from
15578 `comint-previous-matching-input' to
15579 `comint-history-isearch-backward-regexp'.
15580 Unbind `M-s' to allow global key binding `M-s'.
15581 Add menu items for `comint-history-isearch-backward' and
15582 `comint-history-isearch-backward-regexp'. (Bug#3746)
15583
15584 2009-11-30 Juri Linkov <juri@jurta.org>
15585
15586 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15587 For def=recenter, replace `recenter' with `recenter-top-bottom'
15588 that is called with `this-command' and `last-command' let-bound
15589 to `recenter-top-bottom'. When the last `def' was not `recenter',
15590 set `recenter-last-op' to nil. (Bug#4981)
15591
15592 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 Minor cleanup and simplification.
15595 * filecache.el (file-cache-add-directory)
15596 (file-cache-add-directory-recursively)
15597 (file-cache-add-from-file-cache-buffer)
15598 (file-cache-delete-file-regexp, file-cache-delete-directory)
15599 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15600 (file-cache-temp-minibuffer-message): Delete function.
15601 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15602
15603 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15604 Don't signal an error when bumping into EOB in tr, s, or y.
15605
15606 2009-11-29 Juri Linkov <juri@jurta.org>
15607
15608 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15609 (Bug#4960)
15610
15611 * descr-text.el (describe-char-unidata-list): Use lowercase name
15612 for "Unicode name" like in other tags.
15613
15614 2009-11-29 Juri Linkov <juri@jurta.org>
15615
15616 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15617 New compatibility macro.
15618 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15619
15620 2009-11-29 Juri Linkov <juri@jurta.org>
15621
15622 Add defcustom to define the cycling order of `recenter-top-bottom'.
15623 (Bug#4981)
15624
15625 * window.el (recenter-last-op): Doc fix.
15626 (recenter-positions): New defcustom.
15627 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15628 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15629
15630 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15631
15632 Improve integration of Tramp and ange-ftp in eshell.
15633
15634 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15635 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15636 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15637
15638 * eshell/esh-util.el (top): Require also Tramp when compiling.
15639 (eshell-directory-files-and-attributes): Check for FTP remote
15640 connection.
15641 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15642 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15643 (eshell-file-attributes): Handle ".". Return `entry'.
15644
15645 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15646 (ange-ftp-directory-files-and-attributes)
15647 (ange-ftp-real-directory-files-and-attributes): New defuns.
15648
15649 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15650 shell with "exec" when possible. This prevents trailing prompts
15651 in `start-file-process'.
15652
15653 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15654
15655 Try and remove assumptions about point-min==1.
15656 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15657 (rng-compute-mode-line-string): Show the validation percentage in
15658 terms of the narrowed text, not the widened text.
15659 (rng-do-some-validation): Don't catch internal errors when debugging.
15660 (rng-first-error): Simplify.
15661 (rng-after-change-function): Remove work around. AFAIK the bug has
15662 been fixed a while ago.
15663
15664 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15665 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15666
15667 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15668
15669 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15670 `cd' doesn't always do it for us (bug#5067).
15671
15672 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15673 on 2009-10-25 as part of some other change (bug#5067).
15674
15675 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15676
15677 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15678 `suspicious'.
15679 (byte-compile-warnings): Use byte-compile-warning-types.
15680 (byte-compile-save-excursion): Warn about use of set-buffer right
15681 after save-excursion.
15682
15683 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15684 the excursion as well.
15685
15686 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15687
15688 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15689 providing a Tramp related implementation of "su" and "sudo".
15690 (eshell-unix-initialize): Add "su" and "sudo".
15691
15692 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15693
15694 * net/socks.el (socks-send-command): Convert binary request to
15695 unibyte before sending. This fixes mishandling of some port
15696 numbers such as 129.
15697
15698 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * help.el (describe-bindings-internal): Remove `interactive'.
15701
15702 * man.el (Man-completion-table): Trim a terminating "(".
15703 Remove the space between name page a section.
15704 Add the command's description on the `help-echo' property.
15705 Remove `process-connection-type' binding since it's unused by
15706 call-process.
15707 Provide completion for the "<section> <name>" format as well.
15708 (Man-default-man-entry): Remove spurious var shadowing the argument.
15709
15710 2009-11-26 Kevin Ryde <user42@zip.com.au>
15711
15712 * log-view.el: Add "Keywords: tools", since its other keywords
15713 aren't in finder-known-keywords, and following vc.el.
15714
15715 * sha1.el (sha1-string-external): default-directory "/" in case
15716 otherwise non-existent. process-connection-type pipe for touch of
15717 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15718
15719 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15720
15721 Misc coding convention cleanups.
15722 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15723 hfy-init-kludge-hooks.
15724 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15725 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15726 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15727 and push.
15728 (hfy-slant, hfy-weight): Use tables rather than code.
15729 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15730 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15731 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15732 (hfy-face-to-css): Remove `nconc' with single arg.
15733 (hfy-p-to-face-lennart): Use `or'.
15734 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15735 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15736 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15737 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15738 (hfy-force-fontification): Use run-hooks.
15739
15740 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15741
15742 Various minor fixes.
15743 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15744 Javascript belongs in the header, not the body.
15745 (hfy-javascript): Remove.
15746 (hfy-fontify-buffer): Don't insert it any more.
15747 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15748 Fix bug in invis handling when there were no invis props in a chunk.
15749
15750 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15751
15752 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15753
15754 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15755
15756 * finder.el (finder-mode-map): Add a menu.
15757
15758 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15759
15760 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15761 "unsigned" structs.
15762
15763 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15764 fork" statement better.
15765
15766 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15767
15768 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15769 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15770 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15771 Reported by Clay Douglass.
15772
15773 (verilog-auto-inst, verilog-auto-star-safe)
15774 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15775 Fix removing "// Interfaces" when saving .* expansions.
15776 Reported by Pierre-David Pfister.
15777
15778 2009-11-26 Glenn Morris <rgm@gnu.org>
15779
15780 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15781 the scope.
15782
15783 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15784
15785 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15786 Really use previous revision.
15787
15788 2009-11-25 Kevin Ryde <user42@zip.com.au>
15789
15790 * man.el (Man-completion-table): default-directory "/" in case
15791 doesn't otherwise exist. process-environment COLUMNS=999 so as
15792 not to truncate long names. process-connection-type pipe to avoid
15793 any chance of hitting the pseudo-tty TIOCGWINSZ.
15794 (man): completion-ignore-case t for friendliness and since man
15795 itself is case-insensitive on the command line.
15796 Further to Bug#3717.
15797
15798 * arc-mode.el: Add "Keywords: files", so the details in its
15799 commentary can be reached from finder-by-keyword.
15800 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15801 editing mode, but it's comms related and sgml-mode.el has "comm"
15802 on that basis too.
15803 * textmodes/bibtex-style.el: Add "Keywords: tex".
15804 * international/isearch-x.el, international/ja-dic-cnv.el:
15805 * international/ja-dic-utl.el, international/kkc.el:
15806 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15807
15808 2009-11-25 Juri Linkov <juri@jurta.org>
15809
15810 * man.el (Man-completion-table): Modify regexp to include
15811 section names to completion strings. (Bug#3717)
15812
15813 2009-11-25 Juri Linkov <juri@jurta.org>
15814
15815 Search recursively in gzipped files. (Bug#4982)
15816
15817 * progmodes/grep.el (grep-highlight-matches): Add new options
15818 `always' and `auto'. Doc fix.
15819 (grep-process-setup): Check `grep-highlight-matches' for
15820 `auto-detect' to determine the need to compute grep defaults.
15821 Move Windows/DOS specific --colors settings handling
15822 to `grep-compute-defaults'. Check `grep-highlight-matches'
15823 to get the value of "--color=".
15824 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15825 has the value `auto-detect'. Move Windows/DOS specific settings
15826 from `grep-process-setup'.
15827 (zrgrep): New command with alias `rzgrep'.
15828
15829 2009-11-25 Juri Linkov <juri@jurta.org>
15830
15831 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15832 to nil instead of switching off view-mode. (Bug#4896)
15833
15834 2009-11-25 Juri Linkov <juri@jurta.org>
15835
15836 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15837
15838 * mwheel.el (mwheel-scroll-up-function)
15839 (mwheel-scroll-down-function): New defvars.
15840 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15841 `scroll-up', and `mwheel-scroll-down-function' instead of
15842 `scroll-down'.
15843
15844 * doc-view.el (doc-view-scroll-up-or-next-page)
15845 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15846 Use this ARG in the call to image-scroll-up/image-scroll-down.
15847 Change `interactive' spec to "P". Goto next/previous page only
15848 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15849 SPC/DEL case). Doc fix.
15850 (doc-view-next-line-or-next-page)
15851 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15852 for consistency.
15853 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15854 `doc-view-scroll-up-or-next-page', and buffer-local
15855 `mwheel-scroll-down-function' to
15856 `doc-view-scroll-down-or-previous-page'.
15857
15858 2009-11-25 Juri Linkov <juri@jurta.org>
15859
15860 Provide additional default values (directories at other Dired
15861 windows) via M-n in the minibuffer of some Dired commands.
15862
15863 * dired-aux.el (dired-diff, dired-compare-directories)
15864 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15865 `minibuffer-default' in `minibuffer-with-setup-hook'.
15866 (dired-dwim-target-directory): Find a window that displays Dired
15867 buffer instead of failing when the next window is not Dired.
15868 Use `get-window-with-predicate' to find for the next Dired window.
15869 (dired-dwim-target-defaults): New function.
15870
15871 * ediff-util.el (ediff-read-file-name):
15872 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15873 in `minibuffer-with-setup-hook'.
15874
15875 2009-11-25 Juri Linkov <juri@jurta.org>
15876
15877 Provide additional default values (file name at point or at the
15878 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15879
15880 * minibuffer.el (read-file-name-defaults): New function.
15881 (read-file-name): Reset `minibuffer-default' to nil when
15882 it duplicates initial input `insdef'.
15883 Bind `minibuffer-default-add-function' to lambda that
15884 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15885 (minibuffer-insert-file-name-at-point): New command.
15886
15887 * files.el (file-name-at-point-functions): New defcustom.
15888 (find-file-default): Remove defvar.
15889 (find-file-read-args): Don't use `find-file-default'.
15890 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15891 to `read-file-name'.
15892 (find-file-literally): Use `read-file-name' with
15893 `confirm-nonexistent-file-or-buffer'.
15894
15895 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15896
15897 * dired.el (dired-read-dir-and-switches):
15898 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15899 to `read-file-name'.
15900 (dired-file-name-at-point): New function.
15901 (dired-mode): Add hook `dired-file-name-at-point' to
15902 `file-name-at-point-functions'.
15903
15904 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15905
15906 Really make the *Completions* window soft-dedicated (bug#5030).
15907 * window.el (window--display-buffer-2): Add `dedicated' argument.
15908 (display-buffer): Pass it when needed so the dedicated flag is set
15909 after calling set-window-buffer, which would otherwise reset it.
15910
15911 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * progmodes/meta-mode.el (meta-complete-symbol):
15914 * progmodes/etags.el (complete-tag):
15915 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15916 Use completion-in-region.
15917
15918 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15919 (dabbrev-completion): Use completion-in-region.
15920 (dabbrev--abbrev-at-point): Simplify regexp.
15921
15922 * abbrev.el (abbrev--before-point): Use word-motion functions
15923 if :regexp is not specified (bug#5031).
15924
15925 * subr.el (string-prefix-p): New function.
15926
15927 * man.el (Man-completion-cache): New var.
15928 (Man-completion-table): Use it.
15929
15930 * vc.el (vc-print-log-internal): Make `limit' optional for better
15931 compatibility (e.g. with vc-annotate.el).
15932
15933 2009-11-24 Kevin Ryde <user42@zip.com.au>
15934
15935 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15936 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15937
15938 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15939 when .el source file not found or other error.
15940
15941 2009-11-24 Markus Triska <markus.triska@gmx.at>
15942
15943 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15944
15945 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 Handle the [back] button properly (bug#4979).
15948 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15949 Use help-setup-xref, help-buffer, and with-help-window.
15950 (describe-char): Add `buffer' argument.
15951 Pass proper command to help-setup-xref. Don't meddle with
15952 help-xref-stack-item directly.
15953 (describe-text-category): Use with-help-window and help-buffer.
15954
15955 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15956 for the displayed buffer (bug#4887).
15957
15958 * man.el (Man-completion-table): New function.
15959 (man): Use it.
15960
15961 2009-11-24 David Reitter <david.reitter@gmail.com>
15962
15963 * vc-git.el (vc-git-registered): Use checkout directory (where
15964 .git is) rather than the file's directory and a relative path spec
15965 to work around a bug in git.
15966
15967 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15968
15969 Improve handling of processes on remote hosts.
15970
15971 * eshell/esh-util.el (eshell-path-env): New defvar.
15972 (eshell-parse-colon-path): New defun.
15973 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15974
15975 * eshell/esh-ext.el (eshell-search-path):
15976 Use `eshell-parse-colon-path'.
15977 (eshell-remote-command): Remove argument HANDLER.
15978 (eshell-external-command): Check for FTP remote connection.
15979
15980 * eshell/esh-proc.el (eshell-gather-process-output):
15981 Use `file-truename', in order to start also symlinked files.
15982 Apply `start-file-process' instead of `start-process'.
15983 Shorten `command' to the local file name part.
15984
15985 * eshell/em-cmpl.el (eshell-complete-commands-list):
15986 Use `eshell-parse-colon-path'.
15987
15988 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15989
15990 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15991 to `eshell-directory-change-hook'.
15992
15993 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15994
15995 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15996 because it could be enabled automatically if view-read-only is non-nil.
15997
15998 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15999
16000 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
16001 made on 2009-11-22.
16002
16003 2009-11-24 Glenn Morris <rgm@gnu.org>
16004
16005 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
16006 deleted variable bookmark-bmenu-bookmark-column.
16007
16008 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
16009
16010 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
16011
16012 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
16013
16014 * net/browse-url.el (browse-url-filename-alist): On Windows, add
16015 two slashes to the "file:" prefix.
16016 (browse-url-file-url): De-munge Cygwin filenames before passing
16017 them to Windows browser.
16018 (browse-url-default-windows-browser): Use call-process.
16019
16020 2009-11-23 Juri Linkov <juri@jurta.org>
16021
16022 Implement DocView Continuous mode. (Bug#4896)
16023 * doc-view.el (doc-view-continuous-mode): New defcustom.
16024 (doc-view-mode-map): Bind C-n/<down> to
16025 `doc-view-next-line-or-next-page', C-p/<up> to
16026 `doc-view-previous-line-or-previous-page'.
16027 (doc-view-next-line-or-next-page)
16028 (doc-view-previous-line-or-previous-page): New commands.
16029
16030 2009-11-23 Juri Linkov <juri@jurta.org>
16031
16032 Implement Isearch in comint input history. (Bug#3746)
16033 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
16034 `isearch-mode-hook'.
16035 (comint-history-isearch): New defcustom.
16036 (comint-history-isearch-backward)
16037 (comint-history-isearch-backward-regexp): New commands.
16038 (comint-history-isearch-message-overlay): New buffer-local variable.
16039 (comint-history-isearch-setup, comint-history-isearch-end)
16040 (comint-goto-input, comint-history-isearch-search)
16041 (comint-history-isearch-message, comint-history-isearch-wrap)
16042 (comint-history-isearch-push-state)
16043 (comint-history-isearch-pop-state): New functions.
16044
16045 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
16046
16047 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
16048 return.
16049 (tramp-handle-make-symbolic-link)
16050 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
16051 Quote file names.
16052 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
16053 (tramp-handle-process-file): Use it.
16054
16055 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16056
16057 * window.el (move-to-window-line-last-op): Remove.
16058 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
16059
16060 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
16061
16062 Make M-r mirror the new cycling behavior of C-l.
16063 * window.el (move-to-window-line-last-op): New var.
16064 (move-to-window-line-top-bottom): New command.
16065 (global-map): Bind M-r move-to-window-line-top-bottom.
16066
16067 2009-11-23 Sven Joachim <svenjoac@gmx.de>
16068
16069 * dired-x.el (dired-guess-shell-alist-default):
16070 Support xz format. (Bug#4953)
16071
16072 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
16073
16074 * emulation/viper-cmd.el: Use viper-last-command-char instead of
16075 last-command-char/last-command-event.
16076 (viper-prefix-arg-value): Do correct conversion of event-char for
16077 XEmacs.
16078
16079 * emulation/viper-util.el, emulation/viper.el:
16080 Use viper-last-command-char instead of
16081 last-command-char/last-command-event.
16082
16083 * ediff-init.el, ediff-mult.el, ediff-util.el:
16084 Replace last-command-char and last-command-event
16085 with (ediff-last-command-char) everywhere.
16086
16087 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
16088 created in fundamental mode.
16089
16090 * ediff.el (ediff-version): Revert the change of interactive-p to
16091 called-interactively-p.
16092
16093 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
16094
16095 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
16096 generation from word-movement command names.
16097
16098 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
16099
16100 * cus-start.el (all): Add native condition for font-use-system-font.
16101
16102 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
16103
16104 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
16105 Correct the patch from 2009-11-18. (Bug#3910)
16106
16107 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
16108
16109 * progmodes/subword.el: Rename from lisp/subword.el.
16110
16111 * subword.el: Rename to progmodes/subword.el.
16112
16113 * Makefile.in (ELCFILES): Adapt to subword.el move.
16114
16115 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16116 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
16119 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
16120 (bookmark-bmenu-show-filenames): Use push.
16121 (bookmark-bmenu-hide-filenames): Use local var instead of
16122 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
16123 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
16124 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
16125 filenames now that the bookmark names are always available.
16126
16127 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16128
16129 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
16130 (bookmark-search-pattern): Move and leave unbound.
16131 (bookmark-bmenu-mode-map): Change binding.
16132 (bookmark-read-search-input): Simplify.
16133 Don't use text-char-description. Don't error on non-char events.
16134 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
16135 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
16136 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
16137 Use a local var for the timer.
16138 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
16139 (i.e. bookmark-bmenu-search).
16140
16141 2009-11-21 Glenn Morris <rgm@gnu.org>
16142
16143 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
16144
16145 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
16146
16147 * net/browse-url.el (browse-url-default-windows-browser):
16148 Use cygstart for cygwin.
16149
16150 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
16151
16152 * bookmark.el: Formatting and doc fixes only:
16153 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
16154 (bookmark-bmenu-search): Wrap to fit within 80 columns.
16155 Minor grammar and punctuation fixes in doc string.
16156 (bookmark-read-search-input): Adjust to fit within 80 columns.
16157
16158 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16159
16160 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
16161 (c-backward-into-nomenclature): Adapt to subword renaming.
16162
16163 * subword.el (subword-forward, subword-backward, subword-mark)
16164 (subword-kill, subword-backward-kill, subword-transpose)
16165 (subword-downcase, subword-upcase, subword-capitalize)
16166 (subword-forward-internal, subword-backward-internal):
16167 Rename from forward-subword, backward-subword, mark-subword,
16168 kill-subword, backward-kill-subword, transpose-subwords,
16169 downcase-subword, upcase-subword, capitalize-subword,
16170 forward-subword-internal, backward-subword-internal.
16171
16172 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16173
16174 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
16175 New options.
16176 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
16177 New vars.
16178 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
16179 (bookmark-bmenu-filter-alist-by-regexp)
16180 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
16181 (bookmark-bmenu-search): New command.
16182 (bookmark-bmenu-mode-map): Bind it.
16183
16184 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
16185
16186 * progmodes/cc-cmds.el: declare-functioned forward-subword and
16187 backward-subword to quit the byte-compiler.
16188
16189 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
16190
16191 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
16192
16193 * progmodes/cc-cmds.el (c-update-modeline)
16194 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16195 Refer to subword.el functions instead of cc-subword.el.
16196
16197 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
16198 subword.el functions instead of cc-subword.el.
16199
16200 * progmodes/cc-subword.el: Rename to subword.el.
16201 * subword.el: Rename from progmodes/cc-subword.el.
16202 (subword-mode-map): Rename from c-subword-mode-map.
16203 (subword-mode): Rename from c-subword-mode.
16204 (global-subword-mode): New global minor mode.
16205 (forward-subword): Rename from c-forward-subword.
16206 (backward-subword): Rename from c-backward-subword.
16207 (mark-subword): Rename from c-mark-subword.
16208 (kill-subword): Rename from c-kill-subword.
16209 (backward-kill-subword): Rename from c-backward-kill-subword.
16210 (transpose-subwords): Rename from c-tranpose-subword.
16211 (downcase-subword): Rename from c-downcase-subword.
16212 (capitalize-subword): Rename from c-capitalize-subword.
16213 (forward-subword-internal): Rename from c-forward-subword-internal.
16214 (backward-subword-internal): Rename from c-backward-subword-internal.
16215
16216 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
16217
16218 * vc.el (vc-deduce-fileset): Allow non-state changing operations
16219 from a dired buffer.
16220 (vc-dired-deduce-fileset): New function.
16221 (vc-root-diff, vc-print-root-log): Use it.
16222
16223 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
16224 nil LIMIT argument to vc-print-log-internal.
16225
16226 2009-11-20 Glenn Morris <rgm@gnu.org>
16227
16228 * Makefile.in (ELCFILES): Regenerate.
16229
16230 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
16231
16232 * calc/calc.el (calc-set-mode-line):
16233 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16234 (math-format-number): Rename `math-format-complement-signed' to
16235 `math-format-twos-complement'.
16236
16237 * calc/calc-bin.el (math-format-twos-complement): Rename from
16238 math-format-complement-signed.
16239 (calc-radix): Rename `calc-complement-signed-mode' to
16240 `calc-twos-complement-mode'.
16241 (calc-octal-radix, calc-hex-radix): Add an argument for
16242 two's complement.
16243
16244 * calc/calc-embed.el (calc-embedded-mode-vars):
16245 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16246
16247 * calc/calc-ext.el (calc-init-extensions):
16248 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
16249 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
16250
16251 * calc/calc-units.el (math-build-units-table-buffer):
16252 Let `calc-twos-complement-mode' be nil.
16253
16254 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
16255 entries.
16256
16257 * calc/calc-vec.el (calcFunc-vunpack):
16258 * calc/calc-aent.el (calc-do-calc-eval):
16259 * calc/calc-forms.el (math-format-date):
16260 * calc/calc-graph.el (calc-graph-plot):
16261 * calc/calc-math.el (math-use-emacs-fn):
16262 * calc/calccomp.el (math-compose-expr):
16263 Let `calc-twos-complement-mode' be nil.
16264
16265 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16266
16267 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
16268 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
16269 * minibuffer.el (completion-in-region-functions): New hook.
16270 (completion-in-region): New function.
16271 * emacs-lisp/lisp.el (lisp-complete-symbol):
16272 * pcomplete.el (pcomplete-std-complete): Use it.
16273
16274 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16275
16276 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
16277 (latex-complete-alist): New vars.
16278 (latex-string-prefix-p, latex-complete-bibtex-keys)
16279 (latex-complete-envnames, latex-complete-refkeys)
16280 (latex-complete-data): New functions.
16281 (latex-complete, latex-indent-or-complete): New commands.
16282
16283 * window.el (display-buffer-mark-dedicated): New var.
16284 (display-buffer): Obey it.
16285 * minibuffer.el (minibuffer-completion-help): Use it.
16286
16287 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
16288
16289 * filecache.el (file-cache-add-file): Use push and cons.
16290 (file-cache-delete-file-regexp): Use push.
16291 (file-cache-complete): Use completion-in-region.
16292
16293 * simple.el (with-wrapper-hook): Fix thinko.
16294
16295 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
16296 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
16297 Use with-current-buffer and string-to-number.
16298 (hfy-fallback-colour-values): Use assoc-string.
16299 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
16300 (hfy-face-at): Remove unused var `found-face'.
16301 (hfy-compile-stylesheet): Remove unused var `css'.
16302 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
16303 and `orig-buffer'.
16304 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
16305 Use with-current-buffer.
16306 (hfy-text-p): Use expand-file-name and fewer setq.
16307
16308 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
16309
16310 * htmlfontify.el, hfy-cmap.el: New files.
16311
16312 2009-11-19 Juri Linkov <juri@jurta.org>
16313
16314 * minibuffer.el (completions-format): New defcustom.
16315 (completion--insert-strings): Implement vertical format.
16316
16317 * simple.el (switch-to-completions): Move point to the first
16318 completion when point was at the beginning of the buffer.
16319
16320 2009-11-19 Juri Linkov <juri@jurta.org>
16321
16322 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
16323
16324 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
16325
16326 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
16327
16328 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16329 (mail-signature): Change default to t.
16330 (mail-from-style): Deprecate `system-default' value.
16331 (mail-insert-from-field): For default value of mail-from-style,
16332 default to `angles' unless `angles' needs quoting and `parens'
16333 does not.
16334 (mail-citation-prefix-regexp): Use citation regexp from
16335 message-mode.
16336
16337 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
16338
16339 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16340 Set variables for computing the prompt for reading password.
16341
16342 2009-11-19 Glenn Morris <rgm@gnu.org>
16343
16344 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16345
16346 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16347
16348 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16349 (newsticker-treeview-listwindow-height): Fix custom type.
16350
16351 2009-11-19 Kenichi Handa <handa@m17n.org>
16352
16353 * descr-text.el (describe-char-padded-string): Compose with TAB
16354 only if there's a font for CH.
16355 (describe-char): Fix the condition for detecting a trivial composition.
16356
16357 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
16358
16359 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
16360 more accurate version of the regexp. (Bug#3910)
16361
16362 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16363
16364 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16365
16366 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
16367
16368 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16369 (font-setting-change-default-font): Fix typo in docstring.
16370
16371 2009-11-18 Alan Mackenzie <acm@muc.de>
16372
16373 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16374
16375 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16376
16377 * font-setting.el (font-use-system-font): Move ...
16378
16379 * cus-start.el (all): ... to here.
16380
16381 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
16382
16383 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16384 Don't set `ad-return-value' if `ad-do-it' doesn't.
16385
16386 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16387 modification time.
16388
16389 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16390
16391 * menu-bar.el: Put "Use system font" in Option-menu.
16392 (menu-bar-options-save): Add font-use-system-font.
16393
16394 * loadup.el: If feature system-font-setting or font-render-setting is
16395 there, load font-setting.
16396
16397 * Makefile.in (ELCFILES): Add font-settings.el.
16398 * font-setting.el: New file.
16399
16400 2009-11-17 Glenn Morris <rgm@gnu.org>
16401
16402 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16403
16404 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16405 Preserve point in the list buffer. (Bug#4939)
16406 Use point-at-eol.
16407 (newsticker--treeview-list-update-highlight)
16408 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16409
16410 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16411
16412 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16413 Remove.
16414
16415 * calc/calc-ext.el (calc-init-extensions): Remove references to
16416 symclip.
16417
16418 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16419
16420 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
16421 * calc/calc-help.el (calc-b-prefix-help): Remove references to
16422 `calc-symclip'.
16423
16424 2009-11-16 Kevin Ryde <user42@zip.com.au>
16425
16426 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16427 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
16428
16429 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16430 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16431 Ignore trailing spaces by omit-nulls to split-string (fixing
16432 regression from Emacs 21 due to the incompatible split-string
16433 change). (Bug #4928.)
16434
16435 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16436
16437 * vc.el (vc-log-show-limit): Default to 2000.
16438 (vc-print-log-internal): Insert buttons to request more entries
16439 when limiting the output.
16440
16441 * vc-sccs.el (vc-sccs-print-log):
16442 * vc-rcs.el (vc-rcs-print-log):
16443 * vc-cvs.el (vc-cvs-print-log):
16444 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16445 LIMIT is non-nil.
16446
16447 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16448
16449 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16450 error when `tramp-gvfs-dbus-event-vector' is set.
16451 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16452
16453 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16456
16457 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
16458
16459 * net/dbus.el (dbus-unregister-service): New defun.
16460 (dbus-register-property): Register the handlers of
16461 "org.freedesktop.DBus.Properties" for SERVICE.
16462 (dbus-property-handler): Fix docstring.
16463
16464 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16465
16466 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16467 Quote doc string reference in defvaralias as it is not in special form.
16468 (byte-compile-output-docform): Doc fix.
16469
16470 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16471
16472 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16473 (calc-complement-signed-mode): New variables.
16474 (calc-set-mode-line): Add indicator for twos-complements.
16475 (math-format-number): Format twos-complement notation.
16476
16477 * calc/calc-bin.el (calc-word-size): Reset the variables
16478 `math-2-word-size' and `math-half-2-word-size'.
16479 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16480 (calc-symclip): New functions.
16481
16482 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16483
16484 * calc/calc-embed.el (calc-embedded-mode-vars):
16485 Add `calc-complement-signed-mode' to the list of modes.
16486
16487 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
16488 (calc-b-oper-keys): Add `calc-symclip' to list.
16489
16490 * calc/calc-ext.el (math-read-number-fancy): Read complement
16491 signed numbers.
16492 (calc-init-extensions): Add binding for `calc-symclip'.
16493 Add autoload for `calcFunc-symclip' and `calc-symclip'.
16494
16495 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16496 `calc-symclip'.
16497 (calc-modes-menu): Add item for twos complement mode.
16498
16499 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
16500
16501 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16502
16503 * register.el (jump-to-register, insert-register): Handle Semantic
16504 tags. From commented-out advice in semantic/senator.el.
16505
16506 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16507
16508 * vc.el (vc-log-show-limit): New variable.
16509 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16510 when using a prefix argument.
16511 (vc-print-log-internal): Add new argument LIMIT.
16512
16513 * vc-svn.el (vc-svn-print-log):
16514 * vc-mtn.el (vc-mtn-print-log):
16515 * vc-hg.el (vc-hg-print-log):
16516 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
16517 pass it to the log command when set. Make the BUFFER argument
16518 non-optional.
16519
16520 * vc-sccs.el (vc-sccs-print-log):
16521 * vc-rcs.el (vc-rcs-print-log):
16522 * vc-git.el (vc-git-print-log):
16523 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16524 ignore it. Make the BUFFER argument non-optional.
16525
16526 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16527
16528 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16529
16530 * dired.el (dired-mode-map): Move encryption items to "Operate"
16531 menu (Bug#4703).
16532
16533 * strokes.el (strokes-update-window-configuration): Make strokes
16534 buffer current before erasing (Bug#4906).
16535
16536 2009-11-15 Juri Linkov <juri@jurta.org>
16537
16538 * simple.el (set-mark-default-inactive): Add :type, :group
16539 and :version. (Bug#4876)
16540
16541 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16542
16543 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16544 (archive-unique-fname): ... here. (Bug#4929)
16545
16546 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16547
16548 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16549 with a real fix.
16550
16551 * novice.el (disabled-command-function): Add useful args.
16552 Setup the help buffer so that [back] works.
16553 Remove redundant call to help-mode.
16554 (disabled-command-function): Use `case'.
16555 (en/disable-command): New function extracted from enable-command.
16556 (enable-command, disable-command): Use it.
16557
16558 2009-11-14 Glenn Morris <rgm@gnu.org>
16559
16560 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16561 constants. (Bug#4913)
16562
16563 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16564
16565 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16566
16567 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16568 defined in C that have no doc-strings. (Bug#1063)
16569
16570 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16571
16572 * cus-edit.el (data, files):
16573 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16574
16575 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16576
16577 * simple.el (shell-command): Doc fix (Bug#4891).
16578
16579 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16580
16581 2009-11-14 Glenn Morris <rgm@gnu.org>
16582
16583 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16584 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16585 If they are already loaded, eval-after-load will do the right thing.
16586
16587 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16588 compiling.
16589
16590 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16591
16592 * simple.el (x-selection-owner-p): Declare.
16593 (read-mail-command): Use custom radio type rather than choice.
16594 (completion-no-auto-exit): Doc fix.
16595
16596 * custom.el (defgroup):
16597 * epg-config.el (epg): Doc fixes.
16598
16599 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16600
16601 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16602 * international/ccl.el (define-ccl-program): Do not purecopy the
16603 docstring, defconst does it anyway.
16604
16605 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16606
16607 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16608 a second time.
16609
16610 * x-dnd.el (x-dnd-maybe-call-test-function):
16611 * window.el (split-window-vertically):
16612 * whitespace.el (whitespace-help-on):
16613 * vc-rcs.el (vc-rcs-consult-headers):
16614 * userlock.el (ask-user-about-lock-help)
16615 (ask-user-about-supersession-help):
16616 * type-break.el (type-break-force-mode-line-update):
16617 * time-stamp.el (time-stamp-conv-warn):
16618 * terminal.el (te-set-output-log, te-more-break, te-filter)
16619 (te-sentinel, terminal-emulator):
16620 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16621 (term-write-input-ring, term-check-source, term-start-output-log):
16622 (term-display-buffer-line, term-dynamic-list-completions):
16623 (term-ansi-make-term, serial-term):
16624 * subr.el (selective-display):
16625 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16626 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16627 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16628 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16629 (speedbar-remove-localized-speedbar-support)
16630 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16631 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16632 (speedbar-buffers-line-directory):
16633 * simple.el (shell-command-on-region, append-to-buffer)
16634 (prepend-to-buffer):
16635 * shadowfile.el (shadow-save-todo-file):
16636 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16637 (scroll-bar-maybe-set-window-start):
16638 * sb-image.el (speedbar-image-dump):
16639 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16640 (load-save-place-alist-from-file):
16641 * ps-samp.el (ps-print-message-from-summary):
16642 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16643 (ps-background-image, ps-begin-job, ps-do-despool):
16644 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16645 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16646 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16647 (pr-call-process, pr-file-list, pr-interface-save):
16648 * novice.el (disabled-command-function)
16649 (enable-command, disable-command):
16650 * mouse.el (mouse-buffer-menu-alist):
16651 * mouse-copy.el (mouse-kill-preserving-secondary):
16652 * macros.el (kbd-macro-query):
16653 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16654 * informat.el (batch-info-validate):
16655 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16656 * hippie-exp.el (try-expand-dabbrev-visible):
16657 * help-mode.el (help-make-xrefs):
16658 * help-fns.el (describe-variable):
16659 * generic-x.el (bat-generic-mode-run-as-comint):
16660 * finder.el (finder-mouse-select):
16661 * find-dired.el (find-dired-sentinel):
16662 * filesets.el (filesets-file-close):
16663 * files.el (list-directory):
16664 * faces.el (list-faces-display, describe-face):
16665 * facemenu.el (list-colors-display):
16666 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16667 * epg.el (epg--process-filter, epg-cancel):
16668 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16669 (epa--read-signature-type):
16670 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16671 (emerge-file-names):
16672 * ehelp.el (electric-helpify):
16673 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16674 * ediff-vers.el (rcs-ediff-view-revision):
16675 * ediff-util.el (ediff-setup):
16676 * ediff-mult.el (ediff-append-custom-diff):
16677 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16678 (ediff-wordify):
16679 * echistory.el (Electric-command-history-redo-expression):
16680 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16681 * disp-table.el (describe-display-table):
16682 * dired.el (dired-find-buffer-nocreate):
16683 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16684 * dabbrev.el (dabbrev--same-major-mode-p):
16685 * chistory.el (list-command-history):
16686 * apropos.el (apropos-documentation):
16687 * allout.el (allout-obtain-passphrase):
16688 (allout-copy-exposed-to-buffer):
16689 (allout-verify-passphrase): Use with-current-buffer.
16690
16691 2009-11-13 Glenn Morris <rgm@gnu.org>
16692
16693 * Makefile.in (ELCFILES): Regenerate.
16694
16695 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16696
16697 * net/dbus.el (dbus-registered-objects-table): Rename from
16698 `dbus-registered-functions-table', because it contains also properties.
16699 (dbus-unregister-object): Unregister also properties.
16700 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16701 Use a timeout of 500 msec, in order to not block.
16702 (dbus-register-property, dbus-property-handler): New defuns.
16703
16704 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16705
16706 * simple.el (minibuffer-default-add-completions): Drop deprecated
16707 4th arg.
16708
16709 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16710
16711 * textmodes/artist.el (artist-mouse-choose-operation):
16712 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16713 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16714 (artist-compute-up-event-key): New function.
16715 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16716
16717 2009-11-13 Kenichi Handa <handa@m17n.org>
16718
16719 * language/japan-util.el: Make sure that the value of jisx0208
16720 property is jisx0208 character.
16721
16722 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16723
16724 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16725 car or each item, not the whole list.
16726
16727 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16728
16729 * minibuffer.el (minibuffer-completion-help):
16730 Use minibuffer-hide-completions.
16731
16732 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16733
16734 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16735 (dired-revert): Use them (bug#4880).
16736
16737 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16738
16739 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16740
16741 2009-11-12 Juri Linkov <juri@jurta.org>
16742
16743 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16744 New functions.
16745 (find-file-literally-at-point): Alias of `ffap-literally'.
16746
16747 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16748
16749 * textmodes/ispell.el (ispell-skip-region-alist):
16750 * textmodes/css-mode.el (auto-mode-alist):
16751 * progmodes/compile.el (auto-mode-alist):
16752 * international/mule.el (ctext-non-standard-encodings-alist)
16753 (ctext-non-standard-encodings-regexp):
16754 * simple.el (shell-command-switch, text-read-only):
16755 * replace.el (occur-mode-map):
16756 * paths.el (rmail-file-name):
16757 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16758 * find-file.el (ff-special-constructs):
16759 * files.el (file-name-handler-alist):
16760 * composite.el: Purecopy strings.
16761
16762 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16763
16764 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16765
16766 * widget.el (define-widget): Purecopy the docstring.
16767 * international/mule-cmds.el (charset): Do not purecopy the
16768 docstring here, define-widget does it.
16769
16770 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16771 * textmodes/bibtex-style.el (auto-mode-alist):
16772 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16773 * progmodes/compile.el (compile-command):
16774 * language/korea-util.el (default-korean-keyboard):
16775 * international/mule-conf.el (file-coding-system-alist):
16776 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16777 * tooltip.el (tooltip-frame-parameters):
16778 * newcomment.el (comment-end, comment-padding):
16779 * dired.el (dired-trivial-filenames):
16780 * comint.el (comint-file-name-prefix): Purecopy initial values.
16781
16782 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16783
16784 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16785 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16786 `tramp-unload'.
16787 (tramp-advice-make-auto-save-file-name)
16788 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16789 after removing the advice.
16790
16791 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16792
16793 * progmodes/grep.el (grep-regexp-alist):
16794 * international/mule-cmds.el (iso-2022-control-alist):
16795 * emacs-lisp/timer.el (timer-duration-words):
16796 * subr.el (version-separator, version-regexp-alist):
16797 * minibuffer.el (completion-styles-alist):
16798 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16799 Change defvars to defconsts.
16800
16801 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16802 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16803 * international/mule-conf.el: Allow to be byte compiled.
16804
16805 * international/mule.el (define-charset): Purecopy props.
16806 (load-with-code-conversion): Purecopy doc string and file name.
16807 (put-charset-property): Purecopy strings.
16808 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16809
16810 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16811 (define-char-code-property): Correctly purecopy the table.
16812
16813 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16814
16815 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16816
16817 * subr.el (add-hook): Purecopy strings.
16818 (eval-after-load): Purecopy load-history-regexp and the form.
16819
16820 * custom.el (custom-declare-group): Purecopy load-file-name.
16821
16822 * subr.el (menu-bar-separator): New defconst.
16823 * net/eudc.el (eudc-tools-menu):
16824 * international/mule-cmds.el (set-coding-system-map)
16825 (mule-menu-keymap):
16826 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16827 * vc-hooks.el (vc-menu-map):
16828 * replace.el (occur-mode-map):
16829 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16830 (menu-bar-edit-menu, menu-bar-goto-menu)
16831 (menu-bar-custom-menu, menu-bar-showhide-menu)
16832 (menu-bar-options-menu, menu-bar-tools-menu)
16833 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16834 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16835 (menu-bar-help-menu):
16836 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16837 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16838
16839 * term/x-win.el (x-gtk-stock-map):
16840 * progmodes/vera-mode.el (auto-mode-alist):
16841 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16842 (inferior-lisp-program, inferior-lisp-load-command):
16843 * progmodes/hideshow.el (hs-special-modes-alist):
16844 * progmodes/gud.el (same-window-regexps):
16845 * progmodes/grep.el (grep-program, find-program, xargs-program):
16846 * net/telnet.el (same-window-regexps):
16847 * net/rlogin.el (same-window-regexps):
16848 * language/ethiopic.el (font-ccl-encoder-alist):
16849 * vc-sccs.el (vc-sccs-master-templates):
16850 * vc-rcs.el (vc-rcs-master-templates):
16851 * subr.el (cl-assertion-failed):
16852 * simple.el (next-error-overlay-arrow-position):
16853 * lpr.el (lpr-command):
16854 * locate.el (locate-ls-subdir-switches):
16855 * info.el (same-window-regexps, info)
16856 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16857 * image-mode.el (image-mode, auto-mode-alist):
16858 * hippie-exp.el (hippie-expand-ignore-buffers):
16859 * format.el (format-alist):
16860 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16861 (find-name-arg):
16862 * facemenu.el (facemenu-keybindings):
16863 * dired.el (dired-listing-switches, dired-chown-program):
16864 * diff.el (diff-switches, diff-command):
16865 * cus-edit.el (same-window-regexps):
16866 * bindings.el (mode-line-mule-info)
16867 (mode-line-buffer-identification): Purecopy strings.
16868
16869 2009-11-11 Juri Linkov <juri@jurta.org>
16870
16871 * simple.el (dired-get-filename) <declare-function>:
16872 Tell the byte-compiler about dired-get-filename.
16873 (shell-command): In Dired mode, get filename from the current line
16874 as the default value.
16875
16876 2009-11-10 Glenn Morris <rgm@gnu.org>
16877
16878 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16879 * calendar/holidays.el, progmodes/cperl-mode.el:
16880 Update x-popup-menu declarations.
16881
16882 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16883 (list-load-path-shadows): Use dolist.
16884 (list-load-path-shadows): Use with-current-buffer.
16885
16886 2009-11-10 Juri Linkov <juri@jurta.org>
16887
16888 * minibuffer.el (read-file-name): Support a list of default values
16889 in `default-filename'. Use the first file name where only one
16890 element is required. Doc fix.
16891
16892 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16893
16894 * net/dbus.el (dbus-unregister-object): Release service, if no
16895 other method is registered for it.
16896
16897 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16898
16899 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16900 bookmark-sort-flag is non-nil (Bug#4653).
16901
16902 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16903
16904 * emulation/cua-base.el: Add CUA property to some CC mode commands
16905 (Bug#4100).
16906
16907 2009-11-08 Kevin Ryde <user42@zip.com.au>
16908
16909 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16910 at end of sentence (Bug#4818).
16911
16912 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16913
16914 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16915 Handle "see declaration of" MSFT statements (Bug#4100).
16916
16917 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16918
16919 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16920 (tramp-advice-file-expand-wildcards): Unload via
16921 `ad-remove-advice'.
16922
16923 * net/trampver.el: Update release number.
16924
16925 2009-11-08 Kevin Ryde <user42@zip.com.au>
16926
16927 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16928 `ad-do-it'.
16929
16930 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16931
16932 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16933 in order to keep context in SELinux.
16934
16935 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16936
16937 * dired-aux.el (dired-query): Place cursor in echo area and allow
16938 C-g.
16939
16940 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16941 menu item if not on a directory (Bug#4701).
16942
16943 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16944
16945 Sync with Tramp 2.1.17.
16946
16947 * net/tramp.el (tramp-handle-copy-directory): Don't use
16948 `file-remote-p' (due to compatibility).
16949
16950 * net/tramp-compat.el (tramp-compat-copy-directory)
16951 (tramp-compat-delete-directory): New defuns.
16952
16953 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16954 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16955 Use `tramp-compat-delete-directory'.
16956
16957 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16958 (tramp-smb-handle-delete-directory):
16959 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16960
16961 * net/trampver.el: Update release number.
16962
16963 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16964
16965 * tar-mode.el (tar-copy): Call write-region on the right buffer
16966 (Bug#4857).
16967
16968 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16969 by hand, if necessary (Bug#4878).
16970
16971 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16972
16973 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16974 align size column (Bug#4839).
16975
16976 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16977 statement.
16978
16979 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16980
16981 * progmodes/ld-script.el (auto-mode-alist):
16982 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16983
16984 * cus-face.el (custom-declare-face): Purecopy face spec.
16985
16986 2009-11-06 Kenichi Handa <handa@m17n.org>
16987
16988 * international/uni-bidi.el: Re-generated.
16989 * international/uni-category.el: Re-generated.
16990 * international/uni-combining.el: Re-generated.
16991 * international/uni-mirrored.el: Re-generated.
16992
16993 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16994
16995 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16996 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16997 (tex-start-options, slitex-run-command, latex-run-command)
16998 (tex-run-command, tex-directory):
16999 * textmodes/ispell.el (ispell-html-skip-alists)
17000 (ispell-tex-skip-alists, ispell-tex-skip-alists):
17001 * textmodes/fill.el (adaptive-fill-first-line-regexp):
17002 (adaptive-fill-regexp):
17003 * textmodes/dns-mode.el (auto-mode-alist):
17004 * progmodes/python.el (interpreter-mode-alist):
17005 * progmodes/etags.el (tags-compression-info-list):
17006 * progmodes/etags.el (tags-file-name):
17007 * net/browse-url.el (browse-url-galeon-program)
17008 (browse-url-firefox-program):
17009 * mail/sendmail.el (mail-signature-file)
17010 (mail-citation-prefix-regexp):
17011 * international/mule-conf.el (eight-bit):
17012 * international/latexenc.el (latex-inputenc-coding-alist):
17013 * international/fontset.el (x-pixel-size-width-font-regexp):
17014 * emacs-lisp/warnings.el (warning-type-format):
17015 * emacs-lisp/trace.el (trace-buffer):
17016 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
17017 (emacs-lisp-mode-map):
17018 * calendar/holidays.el (holiday-solar-holidays)
17019 (holiday-bahai-holidays, holiday-islamic-holidays)
17020 (holiday-christian-holidays, holiday-hebrew-holidays)
17021 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
17022 (hebrew-holidays-1, holiday-oriental-holidays)
17023 (holiday-general-holidays):
17024 * x-dnd.el (x-dnd-known-types):
17025 * tool-bar.el (tool-bar):
17026 * startup.el (site-run-file):
17027 * shell.el (shell-dumb-shell-regexp):
17028 * rfn-eshadow.el (file-name-shadow-tty-properties)
17029 (file-name-shadow-properties):
17030 * paths.el (remote-shell-program, news-directory):
17031 * mouse.el ([C-down-mouse-3]):
17032 * menu-bar.el (menu-bar-tools-menu):
17033 * jka-cmpr-hook.el (jka-compr-load-suffixes)
17034 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
17035 (jka-compr-compression-info-list):
17036 * isearch.el (search-whitespace-regexp):
17037 * image-file.el (image-file-name-extensions):
17038 * find-dired.el (find-ls-option):
17039 * files.el (directory-listing-before-filename-regexp)
17040 (directory-free-space-args, insert-directory-program)
17041 (list-directory-brief-switches, magic-fallback-mode-alist)
17042 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
17043 (automount-dir-prefix):
17044 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
17045 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
17046 (face-font-registry-alternatives, face-font-registry-alternatives)
17047 (face-font-family-alternatives):
17048 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
17049 (facemenu-foreground-menu, facemenu-face-menu):
17050 * epa-hook.el (epa-file-name-regexp):
17051 * dnd.el (dnd-protocol-alist):
17052 * textmodes/rst.el (auto-mode-alist):
17053 * button.el (default-button): Purecopy strings.
17054
17055 2009-11-06 Glenn Morris <rgm@gnu.org>
17056
17057 * Makefile.in (ELCFILES): Update.
17058
17059 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
17062 * emacs-lisp/levents.el: Move to obsolete/levents.el.
17063
17064 * nxml/xsd-regexp.el (xsdre-gen-categories):
17065 * nxml/xmltok.el (xmltok-parse-entity):
17066 * nxml/rng-parse.el (rng-parse-validate-file):
17067 * nxml/rng-maint.el (rng-format-manual)
17068 (rng-manual-output-force-new-line):
17069 * nxml/rng-loc.el (rng-save-schema-location-1):
17070 * nxml/rng-cmpct.el (rng-c-parse-file):
17071 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
17072 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
17073
17074 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
17075
17076 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
17077 Remove extra save-excursions and make-variable-buffer-local's.
17078 Suggested by Stefan Monnier.
17079
17080 (verilog-getopt-file, verilog-module-inside-filename-p)
17081 (verilog-set-define): Merge GNU 1.35 and repair changes from
17082 switching to using with-current-buffer.
17083
17084 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
17085 being treated as a number and confusing AUTORESET.
17086 Reported by Dan Dever.
17087
17088 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
17089 Add verilog-auto-ignore-concat to fix backward compatibility with
17090 older verilog-modes. Reported by Dan Katz.
17091
17092 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
17093 containing closing anchors "...$".
17094
17095 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
17096 Reported by Wade Smith.
17097
17098 (verilog-batch-execute-func): Comment on function usage.
17099
17100 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
17101
17102 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
17103 for labels.
17104
17105 (verilog-label-re, verilog-calc-1): Support proper indent of named
17106 asserts.
17107
17108 (verilog-backward-token, verilog-basic-complete-re)
17109 (verilog-beg-of-statement, verilog-indent-re): Support proper
17110 indent of the assert statement at the beginning of a block of text.
17111
17112 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
17113 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
17114 tokens as begins.
17115
17116 2009-11-05 Glenn Morris <rgm@gnu.org>
17117
17118 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
17119 Emacs 19. (Bug#1531)
17120 (byte-compile-fix-header): Update for the above change.
17121 Drop test for epoch::version.
17122
17123 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
17124 * cus-dep.el (custom-make-dependencies):
17125 * finder.el (finder-compile-keywords):
17126 Use autoload-rubric's feature argument.
17127
17128 * calendar/diary-lib.el (top-level): Make load behave more like require.
17129
17130 * vc-git.el (vc-git-stash-map): Move definition before use.
17131
17132 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
17133
17134 * custom.el (custom-declare-group): Purecopy standard-value.
17135 (custom-declare-group): Purecopy custom-prefix.
17136
17137 * international/mule.el (load-with-code-conversion):
17138 Call do-after-load-evaluation unconditionally.
17139
17140 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
17141
17142 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17143
17144 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
17145
17146 2009-11-04 Glenn Morris <rgm@gnu.org>
17147
17148 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
17149 (byte-compile-compatibility): Remove option.
17150 (byte-compile-close-variables, byte-compile-fix-header)
17151 (byte-compile-insert-header, byte-compile-output-docform)
17152 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
17153 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
17154 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
17155 (byte-compile-insert, byte-compile-defun):
17156 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
17157 (byte-defop-compiler19): Remove.
17158 Without byte-compile-compatibility, the 'emacs19-opcode property is not
17159 used by anything. Replace all calls with byte-defop-compiler.
17160
17161 2009-11-04 Juri Linkov <juri@jurta.org>
17162
17163 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
17164 (menu-bar-options-menu): Don't quote the `prop' arg of
17165 `menu-bar-make-mm-toggle'.
17166
17167 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
17168
17169 * calendar/calendar.el (cal-loaddefs):
17170 * calendar/diary-lib.el (diary-loaddefs):
17171 * calendar/holidays.el (hol-loaddefs):
17172 * eshell/esh-module.el (esh-groups): Load rather than require.
17173
17174 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17175
17176 * calendar/todo-mode.el (todo-add-category): Don't hardcode
17177 point-min==1.
17178 (todo-top-priorities): Only display-buffer when called interactively.
17179 (todo-item-start): Don't save excursion point.
17180 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
17181 (todo-insert-item-here, todo-file-item, todo-remove-item):
17182 Adjust uses of todo-item-start and todo-item-end.
17183
17184 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
17185 (autoload-rubric): Don't use any more.
17186
17187 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
17188 and only put a prop if it is non-nil.
17189
17190 2009-11-03 Juri Linkov <juri@jurta.org>
17191
17192 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
17193 (menu-bar-options-menu): Fix list quoting (Bug#4429).
17194
17195 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
17196 and "Menu" to make top-level menu item visually one unit (like
17197 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
17198 multi-word menu items). Fix :help string for quit-window.
17199
17200 2009-11-03 Glenn Morris <rgm@gnu.org>
17201
17202 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
17203 (byte-compile-file-form-define-abbrev-table)
17204 (byte-compile-file-form-custom-declare-variable)
17205 (byte-compile-variable-ref, byte-compile-defvar):
17206 Whether or not a warning is enabled should only affect whether we issue
17207 the warning, not whether or not we collect the relevant data.
17208 Eg warnings can be turned on and off throughout the course of a file.
17209
17210 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
17211 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
17212
17213 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17214
17215 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
17216 * play/mpuz.el (mpuz-create-buffer):
17217 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
17218 (lm-print-y,s,noise, lm-print-w0, lm-init):
17219 * play/gomoku.el (gomoku-prompt-for-move):
17220 * play/fortune.el (fortune-in-buffer):
17221 * play/dissociate.el (dissociated-press):
17222 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
17223 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
17224 * mail/supercite.el (sc-eref-show):
17225 * mail/smtpmail.el (smtpmail-send-it):
17226 * mail/rmailsum.el (rmail-summary-next-labeled-message)
17227 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
17228 (rmail-summary-undelete-many, rmail-summary-rmail-update)
17229 (rmail-summary-goto-msg, rmail-summary-expunge)
17230 (rmail-summary-get-new-mail, rmail-summary-search-backward)
17231 (rmail-summary-add-label, rmail-summary-output-menu)
17232 (rmail-summary-output-body):
17233 * mail/rfc822.el (rfc822-addresses):
17234 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
17235 * mail/mailpost.el (post-mail-send-it):
17236 * mail/hashcash.el (hashcash-generate-payment):
17237 * mail/feedmail.el (feedmail-run-the-queue)
17238 (feedmail-queue-send-edit-prompt-help-first)
17239 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
17240 (feedmail-deduce-address-list):
17241 * eshell/esh-ext.el (eshell-remote-command):
17242 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
17243 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
17244 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
17245 (viper-save-string-in-file, viper-valid-marker):
17246 * emulation/viper-keym.el (viper-toggle-key):
17247 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
17248 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
17249 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
17250 * emulation/viper-cmd.el (viper-exec-form-in-vi)
17251 (viper-exec-form-in-emacs, viper-brac-function):
17252 * emulation/viper.el (viper-delocalize-var):
17253 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
17254 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
17255 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
17256 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
17257 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
17258 * emulation/edt.el (edt-electric-helpify):
17259 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17260 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
17261 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
17262 (cua-indent-to-global-mark-column):
17263 * calendar/diary-lib.el (calendar-mark-1):
17264 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
17265 Use with-current-buffer.
17266 * emulation/viper.el (viper-delocalize-var): Use dolist.
17267
17268 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
17269
17270 * comint.el (comint-replace-by-expanded-history-before-point):
17271 Replace !! with the previous input string literally (Bug#1795).
17272
17273 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
17274
17275 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
17276 to be made up of whitespace.
17277
17278 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
17279
17280 * minibuffer.el (read-file-name): Don't use file dialogs for
17281 remote directories (Bug#99).
17282
17283 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
17284
17285 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
17286
17287 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
17288
17289 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
17290 instead of deleting the window or frame.
17291
17292 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17293
17294 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
17295 Support face colors.
17296
17297 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
17298 New function. Support face colors (Bug#1168).
17299 (tex-common-initialization): Use it.
17300
17301 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
17302 mode allows it (Bug#1168).
17303
17304 2009-10-31 Juri Linkov <juri@jurta.org>
17305
17306 * facemenu.el (list-colors-display): Don't mark buffer as
17307 modified (Bug#3948).
17308
17309 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
17310
17311 * international/mule-diag.el (list-character-sets-1):
17312 Minor message fix (Bug#3526).
17313
17314 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
17315 Fix face property (Bug#4834).
17316 (etags-list-tags, etags-tags-apropos-additional)
17317 (etags-tags-apropos, tags-select-tags-table): Add follow-link
17318 property.
17319
17320 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
17321 items.
17322
17323 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17324
17325 * textmodes/two-column.el (2C-split):
17326 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
17327 * textmodes/tex-mode.el (tex-set-buffer-directory):
17328 * textmodes/spell.el (spell-region, spell-string):
17329 * textmodes/reftex.el (reftex-erase-buffer):
17330 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17331 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17332 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17333 (reftex-select-item):
17334 * textmodes/reftex-ref.el (reftex-label-info-update)
17335 (reftex-offer-label-menu):
17336 * textmodes/reftex-index.el (reftex-index-change-entry)
17337 (reftex-index-phrases-info):
17338 * textmodes/reftex-global.el (reftex-create-tags-file)
17339 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17340 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17341 (reftex-view-crossref-from-bibtex):
17342 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17343 (reftex-extract-bib-entries-from-thebibliography)
17344 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17345 * textmodes/refbib.el (r2b-capitalize-title):
17346 (r2b-convert-buffer, r2b-help):
17347 * textmodes/page-ext.el (pages-directory)
17348 (pages-directory-goto-with-mouse):
17349 * textmodes/bibtex.el (bibtex-validate-globally):
17350 * textmodes/bib-mode.el (bib-capitalize-title):
17351 * textmodes/artist.el (artist-clear-buffer, artist-system):
17352 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17353 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17354 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17355 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17356 (xscheme-send-control-g-interrupt, xscheme-start-process)
17357 (xscheme-process-sentinel, xscheme-cd):
17358 * progmodes/verilog-mode.el (verilog-read-always-signals)
17359 (verilog-set-define, verilog-getopt-file)
17360 (verilog-module-inside-filename-p):
17361 * progmodes/sh-script.el:
17362 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17363 (python-pdbtrack-grub-for-buffer, python-execute-file):
17364 * progmodes/octave-inf.el (inferior-octave):
17365 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17366 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17367 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17368 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17369 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17370 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17371 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17372 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17373 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17374 (idlwave-shell-examine-display, idlwave-shell-run-region)
17375 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17376 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17377 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17378 (idlwave-help-get-help-buffer):
17379 * progmodes/gud.el (gud-basic-call, gud-find-class)
17380 (gud-tooltip-activate-mouse-motions-if-enabled):
17381 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17382 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17383 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17384 (ebrowse-tags-next-file):
17385 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17386 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17387 (ebnf-eps-finish-and-write):
17388 * progmodes/cpp.el (cpp-edit-save):
17389 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17390 * progmodes/cc-defs.el (c-emacs-features):
17391 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17392 (antlr-directory-dependencies):
17393 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17394 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17395 (ada-find-any-references, ada-make-filename-from-adaname)
17396 (ada-make-body-gnatstub):
17397 * obsolete/rnews.el (news-list-news-groups):
17398 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
17399 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17400 * net/rcirc.el (rcirc-debug):
17401 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17402 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17403 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17404 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
17405 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
17406 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17407 (newsticker--treeview-list-clear-highlight)
17408 (newsticker--treeview-list-update-highlight)
17409 (newsticker--treeview-list-highlight-start)
17410 (newsticker--treeview-tree-update-highlight)
17411 (newsticker--treeview-get-selected-item)
17412 (newsticker-treeview-mark-list-items-old)
17413 (newsticker--treeview-set-current-node):
17414 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17415 * net/newst-backend.el (newsticker--get-news-by-funcall)
17416 (newsticker--get-news-by-wget, newsticker--image-get)
17417 (newsticker--image-sentinel):
17418 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17419 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17420 (eudc-ph-close-session):
17421 * net/eudc.el (eudc-save-options):
17422 * language/thai-word.el (thai-update-word-table):
17423 * language/japan-util.el (japanese-string-conversion):
17424 * international/titdic-cnv.el (tsang-quick-converter)
17425 (ziranma-converter, ctlau-converter):
17426 * international/mule-cmds.el (describe-language-environment):
17427 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17428 (skkdic-convert-postfix, skkdic-convert-prefix):
17429 (skkdic-convert-okuri-nasi, skkdic-convert):
17430 * emacs-lisp/re-builder.el (reb-update-overlays):
17431 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17432 * emacs-lisp/gulp.el (gulp-send-requests):
17433 * emacs-lisp/find-gc.el (trace-call-tree):
17434 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17435 (eieio-describe-generic):
17436 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17437 * emacs-lisp/edebug.el (edebug-outside-excursion):
17438 * emacs-lisp/debug.el (debugger-make-xrefs):
17439 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17440 * emacs-lisp/chart.el (chart-new-buffer):
17441 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17442 Use with-current-buffer.
17443 * textmodes/artist.el (artist-system): Don't call
17444 copy-sequence on a fresh string.
17445 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17446
17447 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
17448
17449 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
17450 is no item to edit. (Bug#4820)
17451 (todo-top-priorities): Restore point and restore narrowing in Todo
17452 buffer. (Bug#4820)
17453
17454 2009-10-31 Glenn Morris <rgm@gnu.org>
17455
17456 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17457 (comint-last-output-start, comint-last-input-start)
17458 (comint-last-input-end): Don't defvar when compiling.
17459 (ange-ftp-process-file): Use bound-and-true-p.
17460
17461 * pcmpl-rpm.el (top-level): Move provide statement to end.
17462 (pcmpl-rpm): Remove unused custom group.
17463
17464 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17465
17466 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17467
17468 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17469 (byte-compile-warnings): Add `constants' as an option.
17470 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17471 (display-call-tree): Update for byte-compile-fdefinition possibly
17472 returning `(macro lambda ...)'. (Bug#4778)
17473 (byte-compile-variable-ref, byte-compile-setq-default):
17474 Respect `constants' member of byte-compile-warnings.
17475
17476 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17477
17478 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17479 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17480 to "submit:".
17481
17482 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17483
17484 * textmodes/ispell.el (ispell-skip-region-alist):
17485 * international/mule-conf.el (eight-bit):
17486 * international/fontset.el (font-encoding-alist):
17487 * startup.el (pure-space-overflow-message):
17488 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17489 * paths.el (gnus-nntp-service, rmail-spool-directory)
17490 (term-file-prefix):
17491 * files.el (save-some-buffers-action-alist):
17492 * cmuscheme.el (same-window-buffer-names):
17493 * ielm.el (same-window-buffer-names):
17494 * shell.el (same-window-buffer-names):
17495 * mail/sendmail.el (same-window-buffer-names):
17496 * progmodes/inf-lisp.el (same-window-buffer-names):
17497 * bindings.el (mode-line-client)
17498 (mode-line-column-line-number-mode-map):
17499 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17500 (tibetan-precomposed-regexp): Purecopy string arguments.
17501
17502 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17503
17504 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17505 (calcDigit-nondigit):
17506 * calc/calc-yank.el (calc-copy-to-buffer):
17507 * calc/calc-units.el (calc-invalidate-units-table):
17508 * calc/calc-trail.el (calc-trail-yank):
17509 * calc/calc-store.el (calc-insert-variables):
17510 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17511 * calc/calc-prog.el (calc-read-parse-table):
17512 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17513 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17514 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17515 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17516 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17517 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17518 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17519 * calc/calc-ext.el (calc-realign):
17520 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17521 (calc-embedded-finish-edit, calc-embedded-make-info)
17522 (calc-embedded-finish-command, calc-embedded-stack-change):
17523 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17524
17525 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17526 shell-dynamic-complete-filename in preference to
17527 comint-dynamic-complete-filename.
17528
17529 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17530 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17531 Don't consider whether the display supports colors.
17532 (bookmark-import-new-list): Use dolist.
17533 (bookmark-bmenu-mode-map): Move initialization into declaration.
17534 (bookmark-bmenu-list): Use dolist, simplify.
17535 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17536 (menu-bar-final-items): Use push.
17537
17538 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17539
17540 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17541 it works on remote files.
17542 (vc-hg-diff): Don't pass any `--cwd' argument.
17543
17544 2009-10-27 Kevin Ryde <user42@zip.com.au>
17545
17546 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17547 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17548 (Further to Bug#3921).
17549
17550 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17551
17552 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17553 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17554 calling `tramp-imap-put-file'. Add file size to the call.
17555 (tramp-imap-get-file-entries): Compute also user name, file size,
17556 and date.
17557 (tramp-imap-handle-insert-directory): Insert uid and gid.
17558 (tramp-imap-handle-file-attributes): Transform uid and gid
17559 according to `id-format'.
17560 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17561 size in header X-Size.
17562
17563 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17564
17565 * simple.el (transpose-subr): Give clearer error when the mark
17566 is not set. (Bug#4807)
17567
17568 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17569
17570 * net/tramp.el (tramp-perl-file-truename): New defconst.
17571 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17572 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17573 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17574 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17575
17576 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17577 Ignore `dired-call-process'.
17578 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17579
17580 2009-10-26 Julian Scheid <julians37@gmail.com>
17581
17582 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17583 (tramp-get-remote-readlink): New defun.
17584 (tramp-handle-file-truename): Use it.
17585 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17586 file exists if cache value present.
17587 (tramp-check-cached-permissions): New defun.
17588 (tramp-handle-file-readable-p): Use it.
17589 (tramp-handle-file-writable-p): Likewise.
17590 (tramp-handle-file-executable-p): Likewise.
17591 (tramp-handle-file-name-all-completions): Try using Perl to get
17592 partial completions. When perl not available, combine `cd' and
17593 `ls' into single remote operation and use shell expansion to get
17594 partial remote directory contents. Set `file-exists-p' cache for
17595 directory and any files returned by ls. Change cache handling to
17596 support partial directory contents. Use error message emitted by
17597 remote `cd' or Perl code for local tramp-error.
17598 (tramp-do-copy-or-rename-file-directly): Avoid separate
17599 tramp-send-command-and-check call.
17600 (tramp-handle-process-file): Merge three remote ops into one.
17601 Do not flush all caches when `process-file-side-effects' is set.
17602 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17603 file-attributes shows uid/gid to be set already.
17604
17605 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17606
17607 * textmodes/tex-mode.el (tex-dvi-view-command)
17608 (tex-show-queue-command, tex-open-quote):
17609 * progmodes/ruby-mode.el (auto-mode-alist)
17610 (interpreter-mode-alist): Purecopy strings.
17611
17612 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17613
17614 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17615 string for the hook, keymap and abbrev table.
17616
17617 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17618
17619 * x-dnd.el (x-dnd-xdnd-to-action):
17620 * startup.el (fancy-startup-text, fancy-about-text): Change to
17621 defconst from defvar.
17622
17623 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17624
17625 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17626 Purecopy initialization strings.
17627
17628 * mail/sendmail.el (mail-header-separator)
17629 (mail-personal-alias-file):
17630 * mail/rmail.el (rmail-default-dont-reply-to-names)
17631 (rmail-ignored-headers, rmail-retry-ignored-headers)
17632 (rmail-highlighted-headers, rmail-secondary-file-directory)
17633 (rmail-secondary-file-regexp):
17634 * files.el (null-device, file-name-invalid-regexp)
17635 (locate-dominating-stop-dir-regexp)
17636 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17637 (interpreter-mode-alist): Use mapcar instead of mapc.
17638
17639 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17640
17641 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17642 (completion-ignored-extensions):
17643 (debug-ignored-errors): Purecopy strings.
17644
17645 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17646
17647 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17648 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17649 (pcomplete--here): Use push.
17650
17651 * subr.el (all-completions): Declare the 4th arg obsolete.
17652
17653 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17654
17655 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17656 (pcomplete-unquote-argument): New function.
17657 (pcomplete--common-suffix): Always pay attention to case.
17658 (pcomplete--table-subvert): Quote and unquote the text.
17659 (pcomplete--common-quoted-suffix): New function.
17660 (pcomplete-std-complete): Use it and pcomplete-begin.
17661
17662 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17663 we're inside a dedicated or minibuffer window.
17664
17665 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17666
17667 * bookmark.el: Update documentation, especially documentation
17668 of `bookmark-alist' and of the bookmark file format.
17669 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17670
17671 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17672
17673 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17674 keybindings apply to the mail buffer (Bug#4003). Shrink help
17675 window to buffer.
17676
17677 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17678 (global-whitespace-mode, global-whitespace-newline-mode)
17679 (whitespace-toggle-options, global-whitespace-toggle-options):
17680 Doc fix (Bug#3660).
17681
17682 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17683 of xmltok-start before the end tag was inserted (Bug#2840).
17684
17685 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17686 patterns that are preceded by an open-paren (Bug#1320).
17687
17688 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17689
17690 * files.el (delete-directory): Delete symlinks to directories with
17691 delete-file (Bug#4739).
17692
17693 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17694
17695 * vc.el (vc-backend-for-registration): Rename from
17696 vc-get-backend-for-registration. Update callers.
17697
17698 * international/mule-cmds.el (set-language-info-alist):
17699 Purecopy lang-env.
17700 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17701 (charset): Purecopy the name.
17702 (define-char-code-property): Purecopy string arguments.
17703
17704 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17705 Purecopy string arguments.
17706
17707 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17708 * ediff-hook.el (menu-bar-ediff-menu):
17709 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17710 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17711
17712 2009-10-24 Glenn Morris <rgm@gnu.org>
17713
17714 * comint.el (comint-dynamic-list-completions):
17715 * term.el (term-dynamic-list-completions): Use choose-completion rather
17716 than obsolete alias mouse-choose-completion.
17717
17718 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17719 file-cache-choose-completion.
17720 (file-cache-choose-completion): Handle an optional event argument.
17721 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17722
17723 * progmodes/octave-mod.el (octave-complete-symbol):
17724 Use choose-completion if mouse-choose-completion is ever removed.
17725
17726 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17727 use.
17728
17729 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17730 compiler.
17731
17732 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17733
17734 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17735
17736 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17737 Ignore `pred' now that we receive one.
17738 Handle test-completion specially.
17739
17740 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17741
17742 * vc.el (vc-responsible-backend): Throw an error if not backend is
17743 found. Remove the REGISTER argument. Move the code dealing with
17744 REGISTER ...
17745 (vc-get-backend-for-registration): ... here. New function.
17746 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17747 of vc-responsible-backend, pass the file name instead of the
17748 directory name.
17749
17750 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17753 New funs.
17754 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17755 (pcomplete-comint-setup): Don't modify a global var via
17756 accidental side-effects.
17757 (pcomplete-shell-setup): Adjust call accordingly.
17758 (pcomplete-parse-comint-arguments): Use push.
17759
17760 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17761
17762 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17763 Allow uncapitalized info node names (Bug#3921).
17764
17765 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17766 to the DEBUG file (Bug#3781).
17767
17768 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17769
17770 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17771 dictionary entry (Bug#4579).
17772
17773 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17774
17775 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17776 from `rfn-eshadow-update-overlay-hook' when unloading.
17777 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17778 "rsyncc". Adjust doc string.
17779 (tramp-temp-buffer-file-name): New buffer-local defvar.
17780 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17781 Keep temporary file when indicated by method ("rsync" and
17782 "rsyncc").
17783 (tramp-handle-write-region): Handle APPEND.
17784 (tramp-delete-temp-file-function): New defun. Added to
17785 `kill-buffer-hook'.
17786
17787 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17788
17789 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17790
17791 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17792
17793 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17794 (color-name-rgb-alist, tty-standard-colors)
17795 (tty-color-mode-alist): Change to defconst.
17796
17797 * simple.el (mark-inactive): Purecopy message.
17798
17799 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17800 (global-map, yank-menu):
17801 * textmodes/ispell.el (ispell-menu-map):
17802 * net/eudc.el (eudc-tools-menu):
17803 * international/mule-cmds.el (describe-language-environment-map)
17804 (setup-language-environment-map, set-coding-system-map)
17805 (mule-menu-keymap):
17806 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17807 * replace.el (occur-mode-map):
17808 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17809
17810 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17811
17812 * calc/calc.el (math-read-number, math-read-number-simple):
17813 Use `save-match-data'.
17814
17815 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17816
17817 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17818 rather than fiddling with global-map bindings, since it should only
17819 affect per-terminal settings.
17820 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17821
17822 * minibuffer.el (completion-table-with-terminator): Allow to specify
17823 the terminator-regexp.
17824
17825 * simple.el (switch-to-completions): Look for *Completions* in other
17826 frames as well.
17827
17828 * pcomplete.el: Allow the use of completion-tables.
17829 (pcomplete-std-complete): New command.
17830 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17831 (pcomplete--here): Use a function for `form' rather than an expression,
17832 so it can be byte-compiled.
17833 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17834 Add edebug declaration.
17835 (pcomplete-show-completions): Remove unused var `curbuf'.
17836 (pcomplete-do-complete, pcomplete-stub):
17837 Don't assume `completions' is a list of strings any more.
17838
17839 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17840
17841 * find-dired.el (find-name-arg): Fix typo in docstring.
17842
17843 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17844
17845 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17846 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17847
17848 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17849 pcomplete-entries.
17850
17851 * comint.el (comint-read-input-ring, comint-write-input-ring)
17852 (comint-substitute-in-file-name)
17853 (comint-dynamic-complete-as-filename)
17854 (comint-dynamic-simple-complete)
17855 (comint-dynamic-list-filename-completions)
17856 (comint-dynamic-list-completions)
17857 (comint-redirect-results-list-from-process): Minor simplifications.
17858
17859 2009-10-21 Kevin Ryde <user42@zip.com.au>
17860
17861 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17862 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17863 the first form. And insert a blank line after ";;; Code" since
17864 that's usual style. (Bug#4612)
17865
17866 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17867
17868 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17869
17870 * minibuffer.el (completion-table-with-terminator): Properly implement
17871 boundaries, in case `terminator' appears in the suffix.
17872 (completion--embedded-envvar-table): Don't return boundaries if
17873 there's no valid completion. Simplify.
17874 (completion-file-name-table): New completion table extracted from
17875 completion--file-name-table.
17876 (completion--file-name-table): Use it.
17877 (read-file-name-predicate): Declare obsolete.
17878 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17879 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17880 completion-file-name-table, and use the `pred' argument.
17881 * files.el (locate-file-completion-table): Use the `pred' arg rather
17882 than read-file-name-predicate.
17883 (abbreviate-file-name): Use \` rather than ^ for BOS.
17884
17885 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17886
17887 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17888 vc-responsible-backend to register, it causes problems.
17889
17890 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17891
17892 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17893
17894 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17895
17896 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17897 (tramp-smb-handle-file-attributes): Use it.
17898 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17899 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17900 `mapcar'. Use `tramp-smb-get-stat-capability'.
17901 Add `dired-filename' text properties.
17902 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17903 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17904 version.
17905
17906 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17907
17908 * subr.el (read-key-delay): Reduce to 0.01.
17909 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17910 (bug#4751).
17911
17912 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17913
17914 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17915
17916 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17917 (Info-menu): Remove unused vars `last' and `completions'.
17918 (Info-index-nodes): Remove unused var `node'.
17919
17920 * info.el (Info-complete-menu-item): Use complete-with-action.
17921
17922 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17923
17924 Make vc-annotate work through copies and renames.
17925 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17926 Return the file name too.
17927 (vc-annotate-revision-at-line)
17928 (vc-annotate-find-revision-at-line)
17929 (vc-annotate-revision-previous-to-line)
17930 (vc-annotate-show-log-revision-at-line): Update to get the file
17931 name from vc-annotate-extract-revision-at-line.
17932 (vc-annotate-show-diff-revision-at-line-internal): Change the
17933 argument to mean whether to show a file diff or not. Get the file
17934 name from vc-annotate-extract-revision-at-line.
17935 (vc-annotate-show-diff-revision-at-line):
17936 Update vc-annotate-show-diff-revision-at-line call.
17937 (vc-annotate-warp-revision): Add an optional file argument.
17938
17939 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17940 (vc-git-annotate-extract-revision-at-line): Also return the file
17941 name if found.
17942
17943 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17944 command. Remove unused code.
17945 (vc-hg-annotate-re): Update to match --follow output.
17946 (vc-hg-annotate-extract-revision-at-line): Also return the file
17947 name if found.
17948
17949 * vc.el: Update annotate-extract-revision-at-line documentation.
17950
17951 2009-10-18 Kevin Ryde <user42@zip.com.au>
17952
17953 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17954 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17955
17956 * net/browse-url.el (browse-url): Identify alist with "consp and
17957 not functionp" and let all other things go down the `apply' leg,
17958 as suggested by Stefan. (Further to bug#4531.)
17959
17960 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17961
17962 * minibuffer.el (read-file-name): Check for repeat before putting
17963 a default argument in file-name-history (Bug#4657).
17964
17965 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17966 read syntax (Bug#4737).
17967
17968 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17969
17970 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17971
17972 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17973 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17974 entries and make note of obsolete tags.
17975
17976 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17977
17978 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17979
17980 2009-10-18 Glenn Morris <rgm@gnu.org>
17981
17982 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17983 grep, so that binary files (eg international/uni-bidi.el) can match.
17984 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17985 now, and in any case the file header format has changed.
17986
17987 2009-10-17 Glenn Morris <rgm@gnu.org>
17988
17989 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17990 (flyspell-get-word, flyspell-large-region)
17991 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17992
17993 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17994
17995 * Makefile.in (ELCFILES): Add ede/shell.
17996
17997 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17998
17999 * term/common-win.el (x-colors): Purecopy it.
18000
18001 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18002
18003 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
18004 permissive for when the buffer is empty.
18005 (tar-header-block-tokenize): Decode the username and groupname.
18006 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
18007
18008 2009-10-17 Eric Ludlam <zappo@gnu.org>
18009
18010 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
18011 contains multibyte characters, choose first applicable coding
18012 system automatically.
18013
18014 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18015
18016 * international/mule-cmds.el (select-safe-coding-system): If the file
18017 has a coding cookie, use it regardless of any other setting (bug#4712).
18018
18019 2009-10-17 Glenn Morris <rgm@gnu.org>
18020
18021 * foldout.el (foldout-mouse-swallow-events):
18022 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
18023
18024 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
18025 (dired-keep-marker-copy, dired-keep-marker-hardlink)
18026 (dired-keep-marker-symlink, dired-dwim-target)
18027 (dired-copy-preserve-time): Do not autoload these defcustoms.
18028
18029 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
18030 messages from messing up the file coding. (Bug#4623)
18031
18032 2009-10-17 Jari Aalto <jari.aalto@cante.net>
18033
18034 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
18035 if no match is found for the current dictionary. (Bug#4578)
18036
18037 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
18038 optional, since that is how it is documented, and this is often called
18039 with a nil argument. (Bug#4577)
18040 (flyspell-external-point-words, flyspell-auto-correct-word)
18041 (flyspell-correct-word-before-point, flyspell-word-search-forward)
18042 (flyspell-word-search-backward): Remove nil argument in calls to
18043 flyspell-get-word, since it is not needed now.
18044
18045 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
18046
18047 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
18048
18049 2009-10-16 Glenn Morris <rgm@gnu.org>
18050
18051 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
18052
18053 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
18054
18055 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
18056 (ange-ftp-file-size): New function.
18057 (ange-ftp-file-attributes): Use it.
18058
18059 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
18060
18061 * net/tramp-smb.el (tramp-smb-version): New defvar.
18062 (tramp-smb-maybe-open-connection): Use it, in order to avoid
18063 repeated checks.
18064
18065 2009-10-16 Glenn Morris <rgm@gnu.org>
18066
18067 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
18068 Maybe copy some custom properties from old to new name. (Bug#4706)
18069
18070 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
18071
18072 * subr.el (error, sit-for, start-process-shell-command)
18073 (start-file-process-shell-command): Set the calling convention
18074 after the function definition.
18075
18076 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18077
18078 * subr.el (error, sit-for, start-process-shell-command)
18079 (start-file-process-shell-command): Use the new
18080 set-advertised-calling-convention feature.
18081
18082 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
18083
18084 * international/ucs-normalize.el (ucs-normalize-version):
18085 Change to 1.2.
18086 (check-range): Adjust for Unicode 5.2.
18087
18088 2009-10-15 Juri Linkov <juri@jurta.org>
18089
18090 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
18091 to the `menu-item' format.
18092
18093 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
18094
18095 * net/tramp.el (tramp-replace-environment-variables): Do not fail
18096 if the environment variable does not exist.
18097
18098 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18099 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
18100 parameter.
18101 (tramp-smb-handle-add-name-to-file)
18102 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18103 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18104 (tramp-smb-handle-file-attributes)
18105 (tramp-smb-do-file-attributes-with-stat)
18106 (tramp-smb-handle-file-local-copy)
18107 (tramp-smb-handle-insert-directory)
18108 (tramp-smb-handle-make-directory)
18109 (tramp-smb-handle-make-directory-internal)
18110 (tramp-smb-handle-make-symbolic-link)
18111 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
18112 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
18113 (tramp-smb-maybe-open-connection): Apply the changed parameters.
18114 (tramp-smb-read-file-entry): Read Disk names in compressed format.
18115 Handle long file names.
18116 (tramp-smb-get-cifs-capabilities): Check, whether the connection
18117 process is running.
18118 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
18119 Read share names with "-g" option.
18120
18121 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
18122
18123 * net/rcirc.el (rcirc-view-log-file): New command.
18124 (rcirc-track-minor-mode-map): Remove C-c ` binding.
18125 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
18126 specified.
18127
18128 2009-10-15 Glenn Morris <rgm@gnu.org>
18129
18130 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
18131 from the second command-line argument.
18132 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
18133 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
18134 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
18135 w32-batch-update-autoloads.
18136 * emacs-lisp/autoload.el (autoload-make-program): New variable.
18137 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
18138
18139 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
18140 the headers cannot be located. Simplify, subtracting superflous
18141 save-excursions.
18142
18143 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18144
18145 Replace completion-base-size by completion-base-position to fix bugs
18146 such as (bug#4699).
18147 * simple.el (completion-base-position): New var.
18148 (completion-base-size): Mark as obsolete.
18149 (choose-completion): Make it work for mouse events as well.
18150 Pass the new base-position to choose-completion-string.
18151 (choose-completion-guess-base-position): New function, extracted from
18152 choose-completion-delete-max-match.
18153 (choose-completion-delete-max-match): Use it. Make obsolete.
18154 (choose-completion-string): Use the new base-position info.
18155 (completion-root-regexp): Delete.
18156 (completion-setup-function): Preserve completion-base-position.
18157 Eliminate obsolete base-size manipulation.
18158 * minibuffer.el (display-completion-list): Don't mess with base-size.
18159 (minibuffer-completion-help): Set completion-base-position instead.
18160 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
18161 choose-completion.
18162 * textmodes/bibtex.el (bibtex-complete):
18163 * emacs-lisp/crm.el (crm--choose-completion-string):
18164 Adjust to new calling convention.
18165 * complete.el (partial-completion-mode): Use minibufferp to avoid
18166 bumping into incompatible change to choose-completion-string-functions.
18167 * ido.el (ido-choose-completion-string): Make its calling convention
18168 more permissive.
18169 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
18170 base-size manipulation.
18171 (comint-dynamic-list-input-ring): Use dotimes and push.
18172 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
18173 fundamental-mode. Use `or'.
18174
18175 2009-10-14 Juri Linkov <juri@jurta.org>
18176
18177 * misearch.el (multi-isearch-next-buffer-from-list)
18178 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
18179
18180 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * Makefile.in (compile-onefile): Load `bytecomp' rather than
18183 `bytecomp.el'.
18184
18185 * minibuffer.el (completion-pcm--merge-completions): Make sure the
18186 string we return is all made up of text from the completions rather
18187 than part from the completions and part from the input (bug#4219).
18188
18189 * ido.el (ido-everywhere): Use define-minor-mode.
18190
18191 * buff-menu.el (list-buffers, ctl-x-map):
18192 Mark the entry points with ;;;###autoload cookies.
18193
18194 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
18195
18196 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
18197 correctly in the detached head case.
18198 (vc-git-print-log): Remove unused binding.
18199
18200 * vc.el (vc-responsible-backend): When a directory is passed for
18201 for registration create a VC repository if no backend is
18202 responsible for the directory argument.
18203 (vc-deduce-fileset): Tell vc-responsible-backend to register.
18204
18205 * vc.el: Move comments about RCS and SCCS ...
18206 * vc-rcs.el:
18207 * vc-sccs.el: ... here, respectively.
18208
18209 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18210
18211 * minibuffer.el (completion--file-name-table): Return nil if there's
18212 no file completion, even if substitute-in-file-name changed
18213 the string (bug#4708).
18214
18215 2009-10-13 Juri Linkov <juri@jurta.org>
18216
18217 * files-x.el (read-file-local-variable-value): Don't filter out
18218 minor modes from mode name completion (bug#4664).
18219
18220 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18221
18222 * international/mule-cmds.el (ucs-names): Remove exclusion of
18223 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
18224
18225 2009-10-13 Kenichi Handa <handa@m17n.org>
18226
18227 * international/uni-name.el: Regenerated.
18228
18229 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
18230
18231 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
18232 should be automatically buffer-local, but isn't.)
18233
18234 2009-10-12 Sam Steingold <sds@gnu.org>
18235
18236 * progmodes/compile.el (compilation-next-error-function): Fix the
18237 timestamps if the buffer has been visited before.
18238 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
18239 non-anchored patterns, like the perl one (bug#3928).
18240
18241 2009-10-12 Glenn Morris <rgm@gnu.org>
18242
18243 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
18244 Let-bind `size'.
18245
18246 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
18247
18248 * proced.el (proced-unload-function): New function.
18249
18250 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
18251 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
18252 Doc fix.
18253
18254 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
18255
18256 2009-10-11 Juri Linkov <juri@jurta.org>
18257
18258 * files-x.el (read-file-local-variable-value):
18259 Provide default value only for bound variables (bug#4664).
18260
18261 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
18262
18263 * net/tramp.el (tramp-local-host-p): Function shall return nil for
18264 connection methods like smb.
18265
18266 * net/tramp-cache.el (tramp-flush-connection-property): The hash
18267 can be empty.
18268
18269 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18270 (tramp-smb-file-name-handler-alist): Add handlers for
18271 `add-name-to-file', `make-symbolic-link'.
18272 (tramp-smb-handle-add-name-to-file)
18273 (tramp-smb-do-file-attributes-with-stat)
18274 (tramp-smb-handle-make-symbolic-link)
18275 (tramp-smb-get-cifs-capabilities): New defuns.
18276 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
18277 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
18278 (tramp-smb-handle-file-local-copy)
18279 (tramp-smb-handle-make-directory-internal)
18280 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
18281 The file name syntax depends on cifs capabilities.
18282 (tramp-smb-handle-file-attributes):
18283 Call `tramp-smb-do-file-attributes-with-stat' if possible.
18284 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
18285 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
18286
18287 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
18288
18289 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
18290 (eieio-defclass): Apply deftype handler and setf-method properties
18291 directly.
18292 (eieio-add-new-slot): Avoid union function from cl library.
18293 (eieio--typep): New function.
18294 (eieio-perform-slot-validation): Use it.
18295
18296 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18297
18298 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
18299 Update documentation to refer to the variables documented in r1.135.
18300 (Bug#4188)
18301
18302 2009-10-10 Karl Fogel <kfogel@red-bean.com>
18303
18304 * bookmark.el (Info-suffix-list): Remove this unused variable.
18305 (bookmark-current-point): Remove this obsolete variable.
18306 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
18307 Adjust for removal of bookmark-current-point.
18308
18309 (bookmarks-already-loaded, bookmark-current-buffer)
18310 (bookmark-yank-point): Document. (Bug#4188)
18311
18312 2009-10-10 Glenn Morris <rgm@gnu.org>
18313
18314 * frame.el (frame-height): Doc fix.
18315
18316 * calendar/calendar.el (calendar-split-width-threshold): New option.
18317 (calendar-basic-setup): Use calendar-split-width-threshold.
18318
18319 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
18320
18321 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
18322 Ideographic Supplement" range (U+1F200..U+1F2FF).
18323
18324 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18325
18326 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
18327 since the list will have been rebuilt anyway. (Bug#4349)
18328
18329 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18330
18331 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
18332 (bookmark-bmenu-execute-deletions): Don't save here, as
18333 bookmark-delete will now do so if necessary.
18334 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
18335 (Bug#4348)
18336
18337 2009-10-09 Glenn Morris <rgm@gnu.org>
18338
18339 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18340
18341 2009-10-09 Karl Fogel <kfogel@red-bean.com>
18342
18343 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18344 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18345 argument now, so the two function's behaviors will match. (Bug#3645)
18346
18347 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
18348
18349 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
18350 (tramp-file-name-real-host, tramp-file-name-port):
18351 Apply `save-match-data'.
18352
18353 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18354 case both directories are remote.
18355 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
18356 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
18357
18358 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18359
18360 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18361
18362 2009-10-07 Glenn Morris <rgm@gnu.org>
18363
18364 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18365 of concat.
18366
18367 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * files-x.el (read-file-local-variable): Include some
18370 non-user-variables in the completion table (bug#4664).
18371
18372 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
18373
18374 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18375 message.
18376
18377 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18378 (tramp-smb-file-name-handler-alist): Add handler for
18379 `copy-directory', `expand-file-name', `set-file-modes'.
18380 (tramp-smb-handle-copy-directory)
18381 (tramp-smb-handle-expand-file-name)
18382 (tramp-smb-handle-set-file-modes): New defuns.
18383 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18384 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18385 entry.
18386 (tramp-smb-handle-insert-directory): Don't flush the cache.
18387 (tramp-smb-maybe-open-connection): Check for samba client and
18388 server versions.
18389
18390 2009-10-07 Eli Zaretskii <eliz@gnu.org>
18391
18392 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18393 to not error out of search for "^lisp=" fails.
18394
18395 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
18396
18397 * makefile.w32-in (WINS_UPDATES): New macro.
18398 (custom-deps, finder-data, autoloads): Use it.
18399
18400 2009-10-07 Glenn Morris <rgm@gnu.org>
18401
18402 * Makefile.in (autoloads): Revert previous change.
18403 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18404 the list of preloaded files passed on the command-line, get
18405 it from src/Makefile.
18406
18407 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18408 show the original buffer rather than a random one.
18409
18410 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
18411
18412 * help.el (describe-no-warranty): Place point in a slightly better
18413 position in the GPLv3 text.
18414
18415 2009-10-06 Sam Steingold <sds@gnu.org>
18416
18417 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18418 the comm attribute is present before calling regexp-quote.
18419
18420 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
18421
18422 * play/animate.el (animate-string): For good effect, make sure
18423 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18424
18425 * play/animate.el (animate-sequence, animate-birthday-present):
18426 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18427
18428 2009-10-06 Glenn Morris <rgm@gnu.org>
18429
18430 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18431
18432 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18433 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18434 (batch-update-autoloads): Process a string value of autoload-excludes,
18435 set during the build process.
18436 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18437
18438 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18439 inside with-parsed... macro so that `v' is defined.
18440
18441 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18442 * progmodes/fortran.el (fortran-end-of-block)
18443 (fortran-beginning-of-block):
18444 Also push mark in the macro case.
18445
18446 * emerge.el (emerge-show-file-name):
18447 * calc/calc.el (calc-quit):
18448 * calc/calc-misc.el (calc-big-or-small):
18449 * calc/calc-graph.el (calc-graph-view):
18450 * calc/calc-ext.el (calc-reset):
18451 * calendar/calendar.el (calendar-basic-setup):
18452 Use window-full-height-p.
18453
18454 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18455 header we don't understand, don't insert another. (Bug#4624)
18456 If changing mime charset, insert the new one in the right place.
18457
18458 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18459
18460 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18461 (cal-tex-cursor-month): Correctly increment the end date for diary and
18462 holiday listing. (Bug#4626)
18463
18464 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18465
18466 * help-fns.el (describe-function-1): Don't burp if the function is not
18467 a symbol.
18468
18469 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
18470
18471 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18472 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18473 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18474 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18475
18476 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18477 (eieio-default-superclass): Reflow docstrings.
18478 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18479 (eieio-unbind-method-implementations, defmethod)
18480 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18481 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18482 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18483 (eieio-slot-originating-class-p, eieio-slot-name-index)
18484 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18485 (constructor, initialize-instance, no-next-method, object-print)
18486 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18487 Fix typos in docstrings.
18488 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18489 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18490 (next-method-p): Doc fixes.
18491 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18492 Fix typos in error messages.
18493 (eieio-defmethod): Fix typo in description of generic method.
18494
18495 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18496 (eieio-persistent-save-interactive, slot-missing):
18497 Fix typos in docstrings.
18498 (eieio-instance-inheritor-slot-boundp): Doc fix.
18499
18500 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18501 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18502
18503 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18504 (eieio-custom-object-apply-reset):
18505 Fix typos in docstrings and error messages.
18506
18507 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18508 Fix typo in docstring.
18509
18510 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18511 (eieio-browse-tree): Doc fix.
18512 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18513 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18514 Fix typos in docstrings.
18515
18516 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18517 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18518 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18519 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18520 Reflow docstrings.
18521
18522 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18523
18524 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18525 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18526 Set log-view-vc-backend so that diff can work.
18527
18528 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18529 vc-version-diff.
18530 (vc-diff-internal): Autoload this instead of vc-version-diff.
18531
18532 2009-10-05 Eli Zaretskii <eliz@gnu.org>
18533
18534 * simple.el (eval-expression): Doc fix.
18535
18536 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18537
18538 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18539
18540 * files.el (directory-files-no-dot-files-regexp): New defconst.
18541 (delete-directory): Use it.
18542 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18543
18544 * net/tramp.el (tramp-verbose): Fix docstring.
18545 (tramp-methods): Add recursive option to `tramp-copy-args'.
18546 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18547 "scp1_old", "scp2_old", "rsync", "rsyncc".
18548 (tramp-default-method): Check also for `auth-source-user-or-password'.
18549 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18550 Add handler for `copy-directory'.
18551 (tramp-handle-copy-directory): New defun.
18552 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18553 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18554 Optimize sent command.
18555
18556 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18557
18558 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18559 window if necessary.
18560
18561 * calendar/calendar.el (calendar-basic-setup): Don't call
18562 switch-to-buffer in a dedicated window.
18563
18564 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18565
18566 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18567 don't do anything related to relocating, just return nil.
18568 (bookmark-error-no-filename): New error.
18569 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18570 bookmark has no file. Don't even attempt to handle things that
18571 are not files; the whole point of custom handlers is to keep that
18572 knowledge elsewhere anyway. Tighten some comments.
18573 (bookmark-file-or-variation-thereof): Remove now-unused function.
18574 (bookmark-location): Doc string fix.
18575 (Bug#4250)
18576
18577 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18578
18579 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18580 don't use a file dialog, because they usually don't know how to read
18581 a directory target from the user. (Bug#4230)
18582 Also, make sure the prompt can display directories as well as files.
18583
18584 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18585
18586 * bookmark.el (bookmark-set, bookmark-buffer-name):
18587 Improve doc strings. (Bug#1193)
18588
18589 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18590
18591 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18592 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18593 (bookmark-get-annotation, bookmark-set-annotation)
18594 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18595 (bookmark-set-position, bookmark-get-front-context-string)
18596 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18597 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18598 (bookmark-jump-other-window, bookmark-handle-bookmark)
18599 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18600 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18601 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18602 Improve doc strings to say whether bookmark can be a string or
18603 a record or both, and make other consistency and clarity fixes.
18604 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18605 (bookmark-default-annotation-text, bookmark-yank-word)
18606 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18607 (bookmark-import-new-list, bookmark-maybe-rename)
18608 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18609 (bookmark-bmenu-bookmark): Give these doc strings.
18610 (bookmark-bmenu-check-position): Give this a doc string, but also
18611 add a FIXME comment about how the function may be pointless.
18612 (bookmark-default-handler): Rework doc string and change a
18613 parameter name, to clarify that this takes a bookmark record
18614 not a bookmark name.
18615 (bookmark-set): Change a parameter name to indicate its meaning,
18616 and improve the doc string a bit.
18617 (Bug#4188)
18618
18619 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18620
18621 * bookmark.el (bookmark-alist): Document the new `handler' element
18622 in the param alist.
18623 (bookmark-make-record-function): Adjust documentation for above.
18624 (Bug#4193)
18625
18626 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18627
18628 * info.el (Info-bookmark-make-record): Document this function.
18629 (Info-bookmark-jump): Document with a doc string, not just a comment.
18630 (Bug#4203)
18631
18632 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18633
18634 * files.el (copy-directory): New defun.
18635
18636 * dired-aux.el (dired-copy-file-recursive): Use it.
18637
18638 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18639
18640 * files-x.el (modify-dir-local-variable)
18641 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18642 docstrings.
18643
18644 * recentf.el (recentf-unload-function): New function.
18645
18646 2009-10-04 Glenn Morris <rgm@gnu.org>
18647
18648 * window.el (window-full-height-p): Add doc string.
18649
18650 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18651
18652 * window.el (window-full-height-p): New function. (Bug#4543)
18653
18654 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18655
18656 * vc.el: Remove commented out code.
18657 (vc-derived-from-dir-mode): Remove, unused.
18658 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18659
18660 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18661
18662 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18663 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18664 there could be recursive loading when `default-directory' is a
18665 remote file name. (Bug#4614)
18666
18667 2009-10-03 Glenn Morris <rgm@gnu.org>
18668
18669 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18670 the frame is wide.
18671 (calendar-generate-window): Test for shrinkability rather than width.
18672
18673 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18674 reusing existing buffers, in case we happen to visit two files with the
18675 same basename. (Bug#4593)
18676
18677 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18678
18679 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18680 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18681 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18682 subdirs of cedet as well.
18683 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18684
18685 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18686
18687 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18688 Obey advertised-signature-table.
18689
18690 * help-fns.el (help-function-arglist): Don't check
18691 advertised-signature-table.
18692 (describe-function-1): Do it here instead so it also applies to subrs.
18693
18694 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18695
18696 * simple.el (start-file-process): Say in the doc-string, that file
18697 handlers might not support pty association, if PROGRAM is nil.
18698
18699 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18700 HOST and USER are strings. They are nil, when there are
18701 incomplete entries in ~/.netrc, for example.
18702 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18703 root directory ("device busy" error otherwise).
18704
18705 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18706 Flush file properties of created directory.
18707
18708 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18709
18710 * makefile.w32-in (WINS_BASIC): Remove cedet.
18711 (WINS_CEDET): Add cedet.
18712 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18713
18714 2009-10-02 Kevin Ryde <user42@zip.com.au>
18715
18716 * net/browse-url.el (browse-url): Pass any symbol in
18717 browse-url-browser-function to `apply', since if you've mistakenly put
18718 an unbound symbol then the error is clearer. (Bug#4531)
18719
18720 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18721
18722 * allout.el (allout-init, allout-back-to-current-heading)
18723 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18724 (allout-ascend, allout-up-current-level, allout-end-of-level)
18725 (allout-previous-visible-heading, allout-forward-current-level)
18726 (allout-backward-current-level, allout-show-children):
18727 * apropos.el (apropos-describe-plist):
18728 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18729 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18730 * completion.el (add-completion, add-permanent-completion):
18731 * descr-text.el (describe-text-category, describe-char):
18732 * desktop.el (desktop-lazy-abort):
18733 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18734 * dired.el (dired-build-subdir-alist):
18735 * ediff.el (ediff-version):
18736 * elide-head.el (elide-head, elide-head-show):
18737 * emerge.el (emerge-version):
18738 * env.el (getenv):
18739 * face-remap.el (variable-pitch-mode):
18740 * faces.el (describe-face):
18741 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18742 (dired-at-point):
18743 * files.el (find-file-existing, auto-save-mode):
18744 * font-lock.el (font-lock-fontify-buffer):
18745 * help-fns.el (describe-function, describe-variable)
18746 (describe-syntax, describe-categories):
18747 * help.el (view-lossage, describe-bindings, describe-key)
18748 (describe-mode):
18749 * hexl.el (hexl-current-address):
18750 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18751 * info.el (Info-goto-emacs-key-command-node):
18752 * log-edit.el (log-edit-insert-cvs-template)
18753 (log-edit-insert-cvs-rcstemplate):
18754 * menu-bar.el (menu-bar-mode):
18755 * mouse.el (mouse-appearance-menu):
18756 * newcomment.el (comment-indent-new-line):
18757 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18758 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18759 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18760 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18761 * recentf.el (recentf-mode):
18762 * savehist.el (savehist-mode, savehist-save):
18763 * shadowfile.el (shadow-copy-files):
18764 * simple.el (kill-ring-save, next-line, previous-line)
18765 (normal-erase-is-backspace-mode):
18766 * strokes.el (strokes-update-window-configuration)
18767 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18768 (strokes-xpm-for-stroke):
18769 * time.el (emacs-uptime, emacs-init-time):
18770 * tutorial.el (tutorial--describe-nonstandard-key)
18771 (tutorial--detailed-help):
18772 * type-break.el (type-break-mode)
18773 (type-break-mode-line-message-mode, type-break-query-mode)
18774 (type-break-guesstimate-keystroke-threshold):
18775 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18776 * version.el (emacs-version):
18777 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18778 * winner.el (winner-mode):
18779 * calendar/timeclock.el (timeclock-in, timeclock-out)
18780 (timeclock-status-string, timeclock-change)
18781 (timeclock-workday-remaining-string)
18782 (timeclock-workday-elapsed-string)
18783 (timeclock-when-to-leave-string):
18784 * calendar/todo-mode.el (todo-add-category):
18785 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18786 * emacs-lisp/autoload.el (update-file-autoloads):
18787 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18788 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18789 (checkdoc-message-text, checkdoc-defun):
18790 * emacs-lisp/debug.el (debugger-list-functions):
18791 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18792 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18793 (eieio-describe-generic):
18794 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18795 * emacs-lisp/shadow.el (list-load-path-shadows):
18796 * emulation/cua-base.el (cua-mode):
18797 * emulation/edt.el (edt-set-scroll-margins):
18798 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18799 (tpu-toggle-regexp, tpu-toggle-search-direction)
18800 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18801 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18802 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18803 (viper-set-parsing-style-toggling-macro)
18804 (viper-set-emacs-state-searchstyle-macros):
18805 * emulation/viper.el (viper-set-hooks):
18806 * eshell/esh-mode.el (eshell-truncate-buffer):
18807 * international/mule-cmds.el (prefer-coding-system)
18808 (describe-input-method, describe-language-environment):
18809 * international/mule-diag.el (list-character-sets)
18810 (describe-character-set, describe-coding-system)
18811 (describe-fontset, list-fontsets, list-input-methods):
18812 * mail/sendmail.el (mail-signature):
18813 * net/ange-ftp.el (ange-ftp-copy-file):
18814 * net/browse-url.el (browse-url):
18815 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18816 * net/quickurl.el (quickurl-add-url):
18817 * net/rcirc.el (names, topic):
18818 * net/xesam.el (xesam-mode):
18819 * play/5x5.el (5x5-new-game):
18820 * play/yow.el (apropos-zippy):
18821 * progmodes/ada-mode.el (ada-mode-version):
18822 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18823 (f90-end-of-block)
18824 (f90-beginning-of-block):
18825 * progmodes/fortran.el (fortran-end-of-block)
18826 (fortran-beginning-of-block):
18827 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18828 * progmodes/python.el (python-describe-symbol, python-shell):
18829 * term/ns-win.el (ns-print-buffer):
18830 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18831 * textmodes/flyspell.el (flyspell-mode-on):
18832 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18833 (pages-directory-for-addresses):
18834 * textmodes/table.el (table-recognize-cell)
18835 (table-query-dimension, table-generate-source)
18836 (table-insert-sequence, table--warn-incompatibility):
18837 * textmodes/tex-mode.el (tex-validate-buffer):
18838 * textmodes/texinfmt.el (texinfmt-version)
18839 (texinfo-format-buffer):
18840 Use `called-interactively-p' instead of `interactive-p'.
18841
18842 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18843
18844 * image-mode.el (image-toggle-display):
18845 * emacs-lisp/elp.el (elp-instrument-function):
18846 * emacs-lisp/advice.el (ad-make-advised-definition):
18847 * emacs-lisp/easy-mmode.el (define-minor-mode):
18848 * net/browse-url.el (browse-url-maybe-new-window):
18849 * progmodes/sh-script.el (sh-learn-buffer-indent):
18850 Pass new argument 'any to `called-interactively-p'.
18851
18852 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18853
18854 * international/uni-bidi.el:
18855 * international/uni-category.el:
18856 * international/uni-combining.el:
18857 * international/uni-comment.el:
18858 * international/uni-decimal.el:
18859 * international/uni-decomposition.el:
18860 * international/uni-digit.el:
18861 * international/uni-lowercase.el:
18862 * international/uni-mirrored.el:
18863 * international/uni-name.el:
18864 * international/uni-numeric.el:
18865 * international/uni-old-name.el:
18866 * international/uni-titlecase.el:
18867 * international/uni-uppercase.el:
18868 Regenerate from Unicode 5.2.0 data.
18869
18870 2009-10-01 Glenn Morris <rgm@gnu.org>
18871
18872 * Makefile.in (ELCFILES): Regenerate.
18873
18874 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18875
18876 * subr.el (interactive-p): Mark obsolete.
18877 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18878 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18879 advertised-signature-table for subroutines as well.
18880
18881 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18882 (set-advertised-calling-convention): New function.
18883 (make-obsolete, define-obsolete-function-alias)
18884 (make-obsolete-variable, define-obsolete-variable-alias):
18885 Make the optional-ness of `when' obsolete.
18886 (define-obsolete-face-alias): Make `when' non-optional.
18887 * help-fns.el (help-function-arglist):
18888 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18889 Use advertised-signature-table.
18890
18891 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18892
18893 * files.el (delete-directory): New defun. The original function
18894 in fileio.c has been renamed to `delete-directory-internal'.
18895
18896 * dired.el (dired-delete-file): Call `delete-directory' with
18897 RECURSIVE parameter.
18898
18899 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18900 parameter RECURSIVE. Implementation is missing.
18901
18902 * net/tramp.el (tramp-handle-make-directory): Flush upper
18903 directory's file properties.
18904 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18905 (tramp-handle-dired-recursive-delete-directory): Flush directory
18906 properties after the remove command only.
18907
18908 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18909 Handle optional parameter RECURSIVE.
18910
18911 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18912 Handle optional parameter RECURSIVE.
18913
18914 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18915 connection timeout.
18916 (tramp-smb-handle-delete-directory): Handle optional parameter
18917 RECURSIVE.
18918
18919 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18920
18921 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18922 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18923 (byte-compile-defmacro): Use backquotes.
18924
18925 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18926
18927 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18928 has no associated file.
18929 (vc-resynch-buffer): Use vc-dir-buffers.
18930
18931 2009-10-01 Glenn Morris <rgm@gnu.org>
18932
18933 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18934 (chart-file-count):
18935 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18936 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18937 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18938 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18939 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18940 (eieio-copy-parents-into-subclass, make-instance, class-children)
18941 (eieio-generic-form):
18942
18943 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18944 match-data. (Bug#4555).
18945
18946 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18947 rather than parsing it as a regexp. This relaxes the layout
18948 requirements and makes errors easier to detect.
18949 (check-declare-verify): Check file is regular.
18950 (check-declare-directory): Doc fix.
18951 * subr.el (declare-function): Doc fix.
18952
18953 * ibuffer.el (ibuffer-format-qualifier):
18954 * isearch.el (hi-lock-regexp-okay):
18955 * calc/calc.el (math-zerop):
18956 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18957 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18958 Remove unused declarations.
18959
18960 2009-09-30 Eric Ludlam <zappo@gnu.org>
18961
18962 * emacs-lisp/eieio.el (boolean-p): Delete.
18963
18964 2009-09-30 Glenn Morris <rgm@gnu.org>
18965
18966 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18967
18968 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18969 filename is not a string.
18970
18971 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18972
18973 * files.el (safe-local-eval-forms): Fix typo.
18974
18975 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18976
18977 * vc-hooks.el (vc-dir-buffers): New var.
18978 (vc-state-refresh): New function.
18979 (vc-state): Use it.
18980 (vc-after-save): Always ask the backend to recompute the new state.
18981 Always call vc-dir if necessary, using vc-dir-buffers.
18982 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18983 Use vc-dir-buffers.
18984 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18985 (vc-dir-prepare-status-buffer, vc-dir-update)
18986 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18987 Don't call expand-file-name on default-directory.
18988
18989 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18990
18991 * speedbar.el (speedbar-item-delete):
18992 * calc/calc-prog.el (calc-kbd-if):
18993 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18994
18995 * epa.el (epa-key-list-mode-map):
18996 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18997
18998 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18999 (hs-show-hook): Fix typo in docstring.
19000
19001 2009-09-29 Glenn Morris <rgm@gnu.org>
19002
19003 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
19004 file-name-nondirectory call preventing location of cedet files.
19005 (check-declare-verify): Use literal search rather than re-search.
19006 Add basic defmethod and defclass, and define-overloadable-function.
19007
19008 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19009 Use tramp-compat-file-attributes rather than nonexistent
19010 tramp-compat-handle-file-attributes.
19011
19012 * Makefile.in (lisptagsfiles4): New.
19013 (AUTOGENEL): Add cedet loaddefs files.
19014 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
19015 (update-elclist, compile-always, backup-compiled-files)
19016 (bootstrap-clean): Add yet another directory level.
19017 (update-elclist): Use LC_COLLATE rather than COLLATE.
19018 (ELCFILES): Update, via `make update-elclist'.
19019
19020 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
19021
19022 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
19023 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
19024 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
19025
19026 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
19027
19028 * Makefile.in (lisptagsfiles3): Define.
19029 (TAGS, TAGS-LISP): Use it.
19030 (update-elclist): Add third directory level to look for elc files.
19031 (compile-always): Likewise.
19032 (backup-compiled-files): Likewise.
19033 (bootstrap-clean): Likewise.
19034 (ELCFILES): Update.
19035
19036 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
19037
19038 * Makefile.in (ELCFILES): Add CEDET files.
19039
19040 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
19041
19042 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
19043
19044 * net/tramp.el (top): Require tramp-imap.
19045
19046 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
19047 Use `tramp-compat-handle-file-attributes'.
19048
19049 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19050
19051 * net/tramp-imap.el: New package.
19052
19053 2009-09-28 Eric Ludlam <zappo@gnu.org>
19054
19055 * emacs-lisp/chart.el:
19056 * emacs-lisp/eieio-base.el:
19057 * emacs-lisp/eieio-comp.el:
19058 * emacs-lisp/eieio-custom.el:
19059 * emacs-lisp/eieio-datadebug.el:
19060 * emacs-lisp/eieio-opt.el:
19061 * emacs-lisp/eieio-speedbar.el:
19062 * emacs-lisp/eieio.el: New files.
19063
19064 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19065
19066 * whitespace.el (whitespace-trailing-regexp)
19067 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
19068 Fix doc string.
19069
19070 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
19071
19072 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
19073 menu.
19074
19075 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
19076 menu-bar-ediff-menu.
19077
19078 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
19079 define-overloadable-function.
19080
19081 * progmodes/autoconf.el: Provide autoconf as well, so that this
19082 file can be `require'd.
19083
19084 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
19085
19086 * emacs-lisp/autoload.el (generated-autoload-feature)
19087 (generated-autoload-load-name): New vars.
19088 (autoload-rubric, autoload-generate-file-autoloads): Use them.
19089 (make-autoload): Recognize define-overloadable-function and
19090 defclass forms (for EIEIO).
19091
19092 * Makefile.in (update-subdirs): Exclude cedet directory.
19093
19094 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
19095
19096 * term/ns-win.el: Don't set the region face background. (Bug#4381)
19097
19098 * faces.el: Default light-background background for region face to
19099 ns_selection_color under NS.
19100
19101 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
19102
19103 * net/imap-hash.el: New library, see NEWS.
19104
19105 * Makefile.in (ELCFILES): Add imap-hash.el.
19106
19107 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19108
19109 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
19110 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
19111 * help-macro.el (make-help-screen): Avoid using an ambiguous function
19112 definition where the docstring could be taken for the return value.
19113
19114 2009-09-26 Glenn Morris <rgm@gnu.org>
19115
19116 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
19117 Add option to only show images below a certain size.
19118 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
19119 save-excursion calls.
19120
19121 2009-09-26 Eli Zaretskii <eliz@gnu.org>
19122
19123 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
19124 subdirectories) and eieio.
19125
19126 2009-09-26 Alan Mackenzie <acm@muc.de>
19127
19128 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19129 Correct buggy bracketing. (Bug#4289)
19130
19131 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
19132 character constants (as case labels). (Bug#4289)
19133
19134 2009-09-25 Juri Linkov <juri@jurta.org>
19135
19136 * files.el (safe-local-eval-forms): Allow time-stamp in
19137 before-save-hook (Bug#4554).
19138
19139 2009-09-25 Drew Adams <drew.adams@oracle.com>
19140
19141 * menu-bar.el (list-buffers-directory): Doc fix.
19142
19143 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
19144
19145 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
19146 Try and avoid copying twice the same paragraph.
19147 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
19148 Remove save-excursion.
19149 (log-edit-changelog-entry): Do it here instead.
19150
19151 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
19152
19153 * bs.el (bs--get-file-name): Use `list-buffers-directory'
19154 when available, instead of hardcoding mode names. Doc fix.
19155
19156 * menu-bar.el (list-buffers-directory): Add docstring.
19157 Make automatically buffer-local.
19158
19159 * dired.el (dired-mode):
19160 * files.el (cd-absolute):
19161 * pcvs.el (cvs-temp-buffer):
19162 * pcvs-util.el (cvs-get-buffer-create):
19163 * shell.el (shell-mode):
19164 * vc-dir.el (vc-dir-mode):
19165 Don't make `list-buffers-directory' buffer local.
19166
19167 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
19168
19169 * comint.el (comint-exec, comint-run, make-comint):
19170 Doc fixes (Bug#4542).
19171
19172 2009-09-25 Glenn Morris <rgm@gnu.org>
19173
19174 * mail/rmailmm.el (rmail-mime): New custom group.
19175 Move all defcustoms in this file into this group.
19176 (rmail-mime-media-type-handlers-alist): Revert previous change.
19177 (rmail-mime-show-images): New option.
19178 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
19179 references to it, since it wasn't actually used for anything.
19180 (rmail-mime-insert-image): New function.
19181 (rmail-mime-image): Use rmail-mime-insert-image.
19182 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
19183 obey the value of `rmail-mime-show-images' option. Print the size of
19184 attachments.
19185
19186 2009-09-25 David Engster <deng@randomsample.de>
19187
19188 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
19189
19190 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19191
19192 * whitespace.el: Does not highlight trailing spaces While point is
19193 at end of line. Does not highligt spaces at beginning of buffer
19194 while point is at beginning of buffer. Does not highlight spaces
19195 at end of buffer while point is at end of buffer. (Bug#4177)
19196 New version 12.0.
19197 (whitespace-display-mappings): Adjust initialization.
19198 (whitespace-point, whitespace-font-lock-refontify): New vars.
19199 (whitespace-color-on, whitespace-color-off): Adjust code.
19200 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
19201 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
19202 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
19203
19204 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
19205
19206 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
19207
19208 * textmodes/sgml-mode.el: Remove xml-mode alias.
19209
19210 * files.el (auto-mode-alist, conf-mode-maybe)
19211 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
19212
19213 2009-09-24 Alan Mackenzie <acm@muc.de>
19214
19215 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
19216 c-forward-conditionals, but it doesn't move point and doesn't set
19217 the mark.
19218 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
19219 (c-down-conditional-with-else, c-backward-conditional)
19220 (c-forward-conditional): Refactor to use c-scan-conditionals.
19221
19222 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19223
19224 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
19225 (help-default-arg-highlight): Remove.
19226 (help-highlight-arg): New function.
19227 (help-do-arg-highlight): Use it.
19228 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
19229
19230 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * term.el (term-set-scroll-region, term-handle-ansi-escape):
19233 Undo last change, which didn't fix the problem and introduced others.
19234
19235 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
19236
19237 * progmodes/gdb-mi.el: Don't require speedbar.
19238 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
19239
19240 2009-09-24 Glenn Morris <rgm@gnu.org>
19241
19242 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
19243
19244 * term/ns-win.el (ns-reg-to-script): Define for compiler.
19245
19246 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
19247 there is no newline after the final mime boundary. (Bug#4539)
19248 Move markers on insertion so that any buttons inserted don't end up in
19249 the next part of a multipart message.
19250 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
19251 (rmail-mime-bulk-handler): Optionally handle images.
19252 (rmail-mime-image): New button action.
19253 (rmail-mime-image-handler): New function.
19254 (rmail-mime-mode): New mode.
19255 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
19256
19257 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19258
19259 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
19260 than just dropping elements from it (bug#4504).
19261
19262 * term.el (term-set-scroll-region): Don't move cursor any more.
19263 (term-handle-ansi-escape): Call term-goto here instead.
19264 Suggested by Ivan Kanis <apple@kanis.eu>.
19265
19266 * term.el: Require CL.
19267 (term-ansi-reset): New function.
19268 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
19269 (term-handle-colors-array): Simplify.
19270
19271 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
19272
19273 * allout.el (allout-overlay-interior-modification-handler)
19274 (allout-obtain-passphrase):
19275 * epa-file.el (epa-file-write-region):
19276 * ps-print.el (ps-begin-job):
19277 * vc-hooks.el (vc-toggle-read-only):
19278 * vc-rcs.el (vc-rcs-rollback):
19279 * vc-sccs.el (vc-sccs-rollback):
19280 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
19281 (vc-version-diff, vc-revert, vc-rollback):
19282 * wdired.el (wdired-check-kill-buffer):
19283 * emacs-lisp/authors.el (authors):
19284 * net/socks.el (socks-open-connection):
19285 * net/zeroconf.el (zeroconf-service-add-hook):
19286 * obsolete/vc-mcvs.el (vc-mcvs-register):
19287 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
19288 (gdb-select-frame):
19289 * progmodes/grep.el (lgrep, rgrep):
19290 * progmodes/idlw-help.el (idlwave-help-check-locations)
19291 (idlwave-help-html-link, idlwave-help-assistant-open-link):
19292 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19293 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
19294 (reftex-toc-rename-label): Fix typos in error messages.
19295
19296 * dired-aux.el (dired-do-shell-command): Reflow docstring.
19297 (dired-copy-how-to-fn): Doc fix.
19298 (dired-files-attributes, dired-read-shell-command):
19299 Fix typos in docstrings.
19300
19301 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
19302 (dired-x-find-file-other-window): Reflow docstrings.
19303 (dired-omit-marker-char, dired-read-shell-command)
19304 (dired-x-submit-report): Fix typos in docstrings.
19305
19306 * shell.el (shell-mode-hook):
19307 * view.el (View-scroll-line-forward):
19308 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
19309 Fix typos in docstrings.
19310
19311 * net/dig.el (dig-invoke): Fix typo in docstring.
19312 (query-dig): Reflow docstring.
19313
19314 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
19315 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
19316 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
19317 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
19318 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
19319 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
19320 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
19321 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
19322 (idlwave-completion-map, idlwave-current-indent)
19323 (idlwave-custom-ampersand-surround, idlwave-customize)
19324 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
19325 (idlwave-define-abbrev, idlwave-determine-class-special)
19326 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
19327 (idlwave-end-block-reg, idlwave-end-of-statement)
19328 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19329 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19330 (idlwave-explicit-class-listed, idlwave-file-header)
19331 (idlwave-fill-paragraph, idlwave-find-class-definition)
19332 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19333 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19334 (idlwave-in-quote, idlwave-indent-action-table)
19335 (idlwave-indent-expand-table, idlwave-indent-line)
19336 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19337 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19338 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19339 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19340 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19341 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19342 (idlwave-outlawed-buffers, idlwave-popup-select)
19343 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19344 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19345 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19346 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19347 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19348 (idlwave-statement-type, idlwave-struct-skip)
19349 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19350 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19351 (idlwave-what-module-find-class): Fix typos in docstrings.
19352 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19353 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19354 (idlwave-find-module, idlwave-find-structure-definition)
19355 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19356 (idlwave-list-load-path-shadows, idlwave-next-statement)
19357 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19358 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19359 (idlwave-template): Reflow docstrings.
19360
19361 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19362 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19363 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19364 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19365 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19366 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19367 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19368 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19369 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19370 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19371 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19372 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19373 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19374 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19375 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19376 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19377 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19378 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19379 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19380 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19381 Fix typos in docstrings.
19382 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19383 (idlwave-shell-hide-output, idlwave-shell-mode)
19384 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19385 Reflow docstrings.
19386
19387 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19388
19389 2009-09-24 Ivan Kanis <apple@kanis.eu>
19390
19391 * term.el (term-bold-attribute): New var.
19392 (term-handle-colors-array): Use it.
19393
19394 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
19395
19396 * progmodes/gdb-mi.el (gdb-version): New variable.
19397 (gdb-non-stop-handler): Set gdb-version.
19398 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19399 Condition "--thread" option on gdb-version.
19400 (gdb-invalidate-threads): Remove unused argument.
19401
19402 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19405 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19406
19407 2009-09-23 Glenn Morris <rgm@gnu.org>
19408
19409 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19410 replying to mail without References or Message-Id. (Bug#4525)
19411
19412 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19413
19414 * term/ns-win.el (ns-reg-to-script): New variable.
19415
19416 2009-09-23 Daiki Ueno <ueno@unixuser.org>
19417
19418 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19419
19420 2009-09-22 Sam Steingold <sds@gnu.org>
19421
19422 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
19423 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19424 to 1 because hg returns status 1 when nothing is found.
19425 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
19426
19427 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19428
19429 * textmodes/fill.el: Convert to utf-8 encoding.
19430 (fill-french-nobreak-p): Remove redundant » and « inherited from our
19431 pre-Unicode days.
19432
19433 * add-log.el (change-log-fill-forward-paragraph): New function.
19434 (change-log-mode): Use it so fill-region DTRT.
19435 Set fill-indent-according-to-mode here rather than in
19436 change-log-fill-paragraph.
19437 (change-log-fill-paragraph): Remove.
19438
19439 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
19440
19441 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19442 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19443
19444 2009-09-22 Glenn Morris <rgm@gnu.org>
19445
19446 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19447 the scroll-bar scroll the calendar window rather than the buffer.
19448
19449 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19450 commands that move point (as opposed to scrolling).
19451
19452 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19453
19454 * emacs-lisp/elint.el (elint): New custom group.
19455 (elint-log-buffer): Make it a defcustom.
19456 (elint-scan-preloaded, elint-ignored-warnings)
19457 (elint-directory-skip-re): New options.
19458 (elint-builtin-variables): Doc fix.
19459 (elint-preloaded-env): New variable.
19460 (elint-unknown-builtin-args): Add an entry for encode-time.
19461 (elint-extra-errors): Make it a variable rather than a constant.
19462 (elint-preloaded-skip-re): New constant.
19463 (elint-directory): Skip files matching elint-directory-skip-re.
19464 (elint-features): New variable, local to linted buffers.
19465 (elint-update-env): Initialize elint-features. Possibly add
19466 elint-preloaded-env to the buffer's environment.
19467 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19468 Skip quoted forms.
19469 (elint-init-form): New function, extracted from elint-init-env.
19470 Make non-list forms a warning rather than an error.
19471 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19472 easy-menu-define, put that adds an error-condition, and provide.
19473 When requiring cl, also require cl-macs. Really require cl, to handle
19474 some cl macros. Store required libraries in the list elint-features,
19475 so as not to re-load them. Treat cc-require like require.
19476 (elint-init-env): Call elint-init-form to do the work.
19477 Handle eval-and-compile and such like.
19478 (elint-add-required-env): Do not clear messages.
19479 (elint-special-forms): Add handlers for function, defalias, if, when,
19480 unless, and, or.
19481 (elint-form): Add optional argument to ignore elint-special-forms,
19482 useful to prevent recursive calls from handlers. Doc fix.
19483 Respect elint-ignored-warnings.
19484 (elint-form): Respect elint-ignored-warnings.
19485 (elint-bound-variable, elint-bound-function): New variables.
19486 (elint-unbound-variable): Respect elint-bound-variable.
19487 (elint-get-args): Respect elint-bound-function.
19488 (elint-check-cond-form): Add some simple handling for (f)boundp and
19489 featurep tests.
19490 (elint-check-defalias-form): New handler.
19491 (elint-check-let-form): Make an empty let a warning rather than an
19492 error.
19493 (elint-check-setq-form): Make an empty setq a warning rather than an
19494 error. Respect elint-ignored-warnings.
19495 (elint-check-defvar-form): Accept null doc-strings.
19496 (elint-check-conditional-form): New handler. Does some simple-minded
19497 checking of featurep and (f)boundp tests.
19498 (elint-put-function-args): New function.
19499 (elint-initialize): Use elint-scan-doc-file rather than
19500 elint-find-builtin-variables. Use elint-put-function-args.
19501 Possibly scan preloaded-file-list.
19502 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19503 extend to handle functions as well.
19504
19505 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19506
19507 * linum.el (linum-delete-overlays, linum-update-window):
19508 Do not modify the right margin. (Bug#3971)
19509
19510 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
19511
19512 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19513 Use nxml-mode instead of xml-mode.
19514
19515 2009-09-21 Kevin Ryde <user42@zip.com.au>
19516
19517 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19518
19519 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19520
19521 * net/dig.el (dig-mode): Use define-derived-mode.
19522
19523 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19524
19525 * vc-dispatcher.el (vc-do-command): Return the process object in
19526 the asynchronous case. Use when instead of if. Do not run
19527 vc-exec-after to display a message if not enabled. (Bug#4463)
19528
19529 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19530 properties to the stash strings.
19531 (vc-git-stash-list): Return a list of strings.
19532 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19533 (vc-git-stash-show-at-point): New functions.
19534 (vc-git-stash-map): New keymap.
19535
19536 * register.el (ctl-x-r-map): Define the keys here instead of
19537 using autoload.
19538
19539 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19540
19541 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19542 list, to workaround performance problem (bug#4485).
19543
19544 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19545
19546 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19547
19548 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19549
19550 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19551 Document that this option is not recommended to use.
19552
19553 2009-09-19 Glenn Morris <rgm@gnu.org>
19554
19555 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19556 variable `var'.
19557
19558 * calc/calc-alg.el (var):
19559 * calc/calcalg2.el (var): Define for compiler.
19560
19561 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19562
19563 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19564 Doc fix (Bug#3932).
19565
19566 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19567
19568 * time-stamp.el (time-stamp-month-dd-yyyy)
19569 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19570 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19571 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19572 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19573 Remove functions that have been obsolete since 1995 (Bug#4436).
19574
19575 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19576 indent buffer only if called interactively (Bug#4452).
19577
19578 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19579 Eli Zaretskii <eliz@gnu.org>
19580
19581 This fixes bug#4197 (merged to bug#865, though not identical).
19582 * server.el (server-auth-dir): Add docstring note about FAT32.
19583 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19584 but warn against using them.
19585
19586 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19587
19588 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19589 older GDB where there is no has_more field.
19590
19591 2009-09-19 Glenn Morris <rgm@gnu.org>
19592
19593 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19594
19595 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19596
19597 * files.el (auto-mode-alist): Change default for XML files to nXML
19598 mode (Bug#4169).
19599
19600 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19601
19602 * server.el (server-ensure-safe-dir): Pass 'integer
19603 to `file-attributes', as suggested.
19604
19605 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19606
19607 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19608 (dired-query): Use read-key.
19609
19610 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19611
19612 * cus-start.el (ns-use-qd-smoothing): Remove.
19613
19614 2009-09-18 Glenn Morris <rgm@gnu.org>
19615
19616 * allout.el (top-level): Remove unnecessary progn.
19617
19618 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19619
19620 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19621 definition of abbrev table.
19622
19623 * speedbar.el (speedbar-track-mouse):
19624 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19625 * net/eudc.el (eudc-expand-inline):
19626 * net/newst-backend.el (newsticker--cache-read-feed):
19627 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19628 condition-case handlers.
19629
19630 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19631
19632 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19633 (gdb-var-list): Add an element for has_more field.
19634 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19635 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19636 (gdb-var-update-handler-1): Parse output of dynamic variable
19637 objects (STL containers).
19638 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19639 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19640
19641 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19642 gdb-var-list.
19643 (gud-speedbar-buttons): Make node expandable if expression "has more"
19644 children.
19645
19646 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19647
19648 * startup.el (emacs-quick-startup): Remove variable and all uses.
19649 (command-line): Set `inhibit-x-resources' instead.
19650 (command-line-1): Use `inhibit-x-resources' instead.
19651
19652 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19653
19654 * subr.el: Fix last change to avoid using the `unless' macro,
19655 which breaks bootstrapping.
19656
19657 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19660 extended definitions, in case we reload subr.el after having
19661 loaded CL.
19662 (eval-next-after-load): Mark as obsolete.
19663
19664 2009-09-17 Juri Linkov <juri@jurta.org>
19665
19666 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19667 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19668 (menu-bar-showhide-menu, menu-bar-tools-menu)
19669 (menu-bar-describe-menu, menu-bar-help-menu)
19670 (minibuffer-local-completion-map, minibuffer-local-map):
19671 Fix list quoting.
19672
19673 2009-09-17 Glenn Morris <rgm@gnu.org>
19674
19675 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19676 arguments, whether or not it has a handler.
19677
19678 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19679
19680 * simple.el (hard-newline): Give it a doc-string.
19681
19682 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19683 (lisp-mode-syntax-table): Give them doc-strings.
19684
19685 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19686
19687 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19688 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19689 (menu-bar-options-menu, menu-bar-showhide-menu)
19690 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19691 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19692 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19693 (menu-bar-options-menu, menu-bar-tools-menu)
19694 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19695 (menu-bar-help-menu):
19696 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19697 string arguments.
19698
19699 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19700 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19701 calls for the menu names and :help.
19702
19703 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19704
19705 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19706 to :minor-mode-function (bug#4455).
19707
19708 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19709
19710 * startup.el (command-line): Initialize the window-system after
19711 processing the command-line.
19712
19713 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19714 page-delimiter matches the empty string.
19715
19716 2009-09-16 Glenn Morris <rgm@gnu.org>
19717
19718 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19719 byte-compile-not-obsolete-var. It's a list now.
19720 (byte-compile-not-obsolete-funcs): New variable.
19721 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19722 byte-compile-not-obsolete-funcs.
19723 (byte-compile-variable-ref, byte-compile-defvar): Update for
19724 byte-compile-not-obsolete-vars name-change and list nature.
19725 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19726 and variables behind (f)boundp tests.
19727 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19728
19729 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19730
19731 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19732
19733 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19734
19735 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19736 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19737 Don't autoload.
19738
19739 2009-09-15 Stephen Eglen <stephen@gnu.org>
19740
19741 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19742 the virtual-buffers, use the name of the buffer specified by
19743 find-file-noselect, as the match may be a symlink. (This was a
19744 problem if the target and the symlink had different names.)
19745
19746 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19747
19748 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19749
19750 * desktop.el (desktop-path): Check user-emacs-directory.
19751
19752 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19753
19754 * loadup.el: Use after-load-functions to GC after loading each file.
19755 Remove the explicit GC calls that used to be sprinkled around.
19756
19757 * subr.el (after-load-functions): New hook.
19758 (do-after-load-evaluation): Run it. Use string-match-p to detect
19759 `obsolete' packages, rather than painfully extracting the relevant
19760 directory name.
19761
19762 2009-09-15 Glenn Morris <rgm@gnu.org>
19763
19764 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19765 free variable `doc'.
19766
19767 * dired.el (dired-mode-map): Add menu entry for async shell command.
19768
19769 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19770 variables, also consider the .elc files, since the .el files are
19771 normally gzipped (subsequent code locates the .el.gz from the .elc).
19772
19773 * calc/calc-prog.el (arglist): Define for compiler.
19774
19775 * calendar/diary-lib.el (diary-display-function): Change the default to
19776 fancy display.
19777 (body): Define for compiler.
19778
19779 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19780 (byte-compile-file-form, byte-compile-lambda)
19781 (byte-compile-top-level-body, byte-compile-form)
19782 (byte-compile-variable-ref, byte-compile-setq)
19783 (byte-compile-setq-default, byte-compile-body)
19784 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19785 (batch-byte-compile): Give some more local variables with common names
19786 a "bytecomp-" prefix to avoid masking warnings about free variables.
19787
19788 * startup.el (command-line-1): Give local variables with common names a
19789 distinguishing prefix, so as not to hide free variable warnings during
19790 bootstrap.
19791
19792 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19793 clever and add a suffix to make a unique name, just let the user decide
19794 whether or not to overwrite it. If the input is a directory, write the
19795 default filename to that directory. (Bug#4388)
19796 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19797 is a filename-as-a-directory.
19798
19799 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * textmodes/page.el (what-page): Don't move to beginning of line.
19802 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19803
19804 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19805
19806 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19807
19808 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19809
19810 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19811 * help.el (help-for-help-internal): Add purecopy calls for text.
19812
19813 * vc.el (top): print-log method now takes an optional SHORTLOG
19814 argument. Add a new method: root.
19815 (vc-root-diff, vc-print-root-log): New functions.
19816 (vc-log-short-style): New variable.
19817 (vc-print-log-internal): Add support for showing short logs.
19818
19819 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19820 vc-print-root-log and vc-print-root-diff.
19821
19822 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19823 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19824 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19825 short logs.
19826
19827 * vc-cvs.el (vc-cvs-print-log):
19828 * vc-mtn.el (vc-mtn-print-log):
19829 * vc-rcs.el (vc-rcs-print-log):
19830 * vc-sccs.el (vc-sccs-print-log):
19831 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19832 that is ignored for now.
19833
19834 * vc-mtn.el (vc-mtn-annotate-command):
19835 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19836
19837 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19838
19839 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19840 to function-key-map, and give them ascii-character property.
19841 * term/x-win.el (x-alternatives-map):
19842 * term/ns-win.el (ns-alternatives-map):
19843 * term/internal.el (msdos-key-remapping-map):
19844 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19845
19846 2009-09-14 Glenn Morris <rgm@gnu.org>
19847
19848 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19849 temp-buffers (2009-09-12).
19850
19851 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19852
19853 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19854 the new read-key function.
19855
19856 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19857
19858 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19859 is defined (Bug#4405).
19860
19861 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19862
19863 * recentf.el (recentf-cleanup): Use a hash table to find
19864 duplicates (Bug#4407).
19865
19866 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19867
19868 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19869 kp-0 to ascii equivalents (Bug#4325).
19870
19871 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19872
19873 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19874
19875 * eshell/em-hist.el:
19876 * eshell/em-dirs.el (eshell-complete-user-reference):
19877 Declare pcomplete functions and variables to avoid compiler warnings.
19878
19879 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19880
19881 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19882 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19883 * eshell/em-alias.el (eshell-aliases-file):
19884 * eshell/em-hist.el (eshell-history-file-name):
19885 Use expand-file-name instead of concat to make file names (Bug#4308).
19886
19887 2009-09-13 Glenn Morris <rgm@gnu.org>
19888
19889 * ediff-merg.el (ediff-do-merge):
19890 * filesets.el (filesets-run-cmd):
19891 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19892 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19893 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19894 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19895 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19896 Replace empty `let's with `progn'.
19897
19898 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19899
19900 * mail/sendmail.el (send-mail-function):
19901 * tooltip.el (tooltip-mode):
19902 * simple.el (transient-mark-mode):
19903 * rfn-eshadow.el (file-name-shadow-mode):
19904 * frame.el (blink-cursor-mode):
19905 * font-core.el (global-font-lock-mode):
19906 * files.el (temporary-file-directory)
19907 (small-temporary-file-directory, auto-save-file-name-transforms):
19908 * epa-hook.el (auto-encryption-mode):
19909 * composite.el (global-auto-composition-mode):
19910 Use custom-initialize-delay.
19911 * startup.el (command-line): Don't explicitly call
19912 custom-reevaluate-setting for all the above vars.
19913 * custom.el (custom-initialize-safe-set)
19914 (custom-initialize-safe-default): Delete.
19915
19916 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19917
19918 * term/x-win.el (x-initialize-window-system):
19919 * term/w32-win.el (w32-initialize-window-system):
19920 * term/ns-win.el (ns-initialize-window-system): Don't call
19921 mouse-wheel-mode since it's enabled globally by default already.
19922
19923 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19924 actually define the variable, but only silences the byte-compiler.
19925 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19926 before looking it up.
19927 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19928 is changed.
19929
19930 2009-09-12 Glenn Morris <rgm@gnu.org>
19931
19932 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19933 1000.
19934 (elint-add-required-env): Don't beep on error.
19935 (elint-forms): In case of error, return ENV unchanged.
19936 (elint-init-env): Skip non-list forms.
19937 (elint-log): Handle unknown file positions.
19938
19939 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19940
19941 * epg.el (epg-make-context): Add autoload cookie.
19942 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19943 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19944 (epg-verify-string, epg-start-sign, epg-sign-file)
19945 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19946 (epg-encrypt-string, epg-start-export-keys)
19947 (epg-export-keys-to-file, epg-export-keys-to-string)
19948 (epg-start-import-keys, epg-import-keys-from-file)
19949 (epg-import-keys-from-string, epg-start-receive-keys)
19950 (epg-receive-keys, epg-import-keys-from-server)
19951 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19952 (epg-sign-keys, epg-start-generate-key)
19953 (epg-generate-key-from-file, epg-generate-key-from-string):
19954 Remove autoload cookie.
19955
19956 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19957
19958 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19959 reevaluation of trash-directory.
19960
19961 * mwheel.el: Fix last change.
19962 (mouse-wheel-mode): New defvar.
19963 (mouse-wheel-mode): Remove autoload cookie.
19964
19965 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19966
19967 * mwheel.el (mwheel-installed-bindings): New var.
19968 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19969 the bindings we set last time. Use custom-initialize-delay.
19970 * loadup.el: Load mwheel after term/*-win.el.
19971 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19972 and mouse-wheel-up-event now that their first evaluation is done
19973 sufficiently late to be correct.
19974
19975 * startup.el (tutorial-directory): Make it a defcustom.
19976 Use custom-initialize-delay rather than eval-at-startup to set it.
19977 * image.el (image-load-path): Make it a defcustom.
19978 Use custom-initialize-delay rather than eval-at-startup to set it.
19979 * subr.el (eval-at-startup): Remove.
19980 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19981
19982 * subr.el (do-after-load-evaluation): Warn the user after loading an
19983 obsolete package.
19984
19985 2009-09-12 Glenn Morris <rgm@gnu.org>
19986
19987 * proced.el (proced-mark-alt): Remove alias.
19988 (proced-mode-map): Remove proced-mark-alt.
19989
19990 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19991 Elint file and directory. Remove initialization entry.
19992
19993 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19994 commands.
19995 (elint-current-buffer): Set mode-line-process.
19996 (elint-init-env): Handle define-derived-mode.
19997 Fix declare-function with unspecified arglist. Guard against odd
19998 defalias statements (eg iso-insert's 8859-1-map).
19999 (elint-add-required-env): Use a temp buffer.
20000 (elint-form): Just print the function/macro name, not the whole form.
20001 Return env unchanged if we fail to parse a macro.
20002 (elint-forms): Guard against parse errors.
20003 (elint-output): New function, to handle batch mode.
20004 (elint-log-message): Add optional argument. Use elint-output.
20005 (elint-set-mode-line): New function.
20006
20007 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
20008
20009 * emacs-lisp/elp.el (elp-not-profilable): Add more
20010 functions (Bug#4233).
20011
20012 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
20013
20014 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
20015 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
20016
20017 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
20018
20019 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
20020 (gdb-var-list-children): Use json parsing.
20021
20022 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
20023
20024 * progmodes/js.el (js--proper-indentation): Handle the case where
20025 char-before is null. Reported by Deniz Dogan.
20026
20027 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
20028
20029 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
20030
20031 2009-09-11 Daiki Ueno <ueno@unixuser.org>
20032
20033 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
20034 (epg-digest-algorithm-alist): Add SHA224.
20035 (epg-context-set-passphrase-callback)
20036 (epg-context-set-progress-callback): Add description about
20037 callback function.
20038
20039 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20040
20041 * custom.el (custom-delayed-init-variables): New var.
20042 (custom-initialize-delay): New function.
20043 * startup.el (command-line): "Re"evaluate all vars in
20044 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
20045 explicitly any more.
20046 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
20047 to avoid creating a ~/.emacs.d at build-time (bug#4347).
20048
20049 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
20050
20051 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
20052
20053 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
20054 (gdb-var-update-handler): Use json parsing.
20055
20056 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
20057
20058 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
20059 decode annotated text, regardless of language environment. (Bug#2741)
20060
20061 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * Makefile.in (autoloads): Make rmail.el writable as well.
20064
20065 2009-09-11 Glenn Morris <rgm@gnu.org>
20066
20067 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
20068 loaddefs.el.
20069 * dired.el: Regenerate with extracted autoloads.
20070 * Makefile.in (autoloads): Make dired.el writable.
20071
20072 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
20073 * ibuffer.el: Regenerate with extracted autoloads.
20074 * Makefile.in (autoloads): Make ibuffer.el writable.
20075
20076 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
20077 * version.el (emacs-copyright, emacs-major-version)
20078 (emacs-minor-version): Reformat doc-strings for make-docfile.
20079
20080 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
20081 functions and variables, since they must be stuff specific to some other
20082 platform.
20083 (apropos-print): Make mouse-click message less specific about button.
20084
20085 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
20086 that records where a macro was defined.
20087 * help-fns.el (describe-function-1): Mention if a function has a
20088 compiler-macro.
20089 * help-mode.el (help-function-cmacro): New button.
20090
20091 * locate.el (top-level): Always require dired.
20092 (locate-mode-map): Initialize inside the defvar.
20093
20094 * net/ange-ftp.el (dired-compress-file): Declare.
20095 (ange-ftp-dired-compress-file): Add doc string.
20096
20097 * term/ns-win.el (x-display-name, x-setup-function-keys):
20098 Unify doc-strings with X versions.
20099
20100 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * emulation/crisp.el (crisp-mode-map): Move initialization
20103 into declaration.
20104 (crisp-mode): Use define-minor-mode.
20105
20106 * progmodes/xscheme.el (xscheme-evaluation-commands):
20107 Put a :advertised-binding property rather than using
20108 advertised-xscheme-send-previous-expression.
20109 (advertised-xscheme-send-previous-expression): Declare obsolete.
20110 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
20111 `advertised-undo'.
20112 (crisp-mode): Add corresponding bindings to
20113 undo's :advertised-binding instead.
20114 * dired.el (dired-mode-map): Put a :advertised-binding property rather
20115 than using dired-advertised-find-file.
20116 (dired-advertised-find-file):
20117 * simple.el (advertised-undo):
20118 * wid-edit.el (advertised-widget-backward): Declare obsolete.
20119 (widget-keymap): Put a :advertised-binding property rather
20120 than using advertised-widget-backward.
20121 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
20122 than using advertised-undo.
20123 * tutorial.el (tutorial--default-keys): Adjust accordingly.
20124
20125 2009-09-10 Simon South <ssouth@slowcomputing.org>
20126
20127 * progmodes/delphi.el (delphi-tab): Indent region when Transient
20128 Mark mode is enabled and region is active; otherwise indent or
20129 insert TAB as usual.
20130 (delphi-mode): Update description of TAB-key binding.
20131
20132 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20133
20134 * subr.el (define-key-rebound-commands): Mark obsolete.
20135 * startup.el (precompute-menubar-bindings): Remove.
20136 (normal-top-level): Remove obsolete code that tried to precompute
20137 menubar bindings.
20138 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
20139 define-key-rebound-commands and precompute-menubar-bindings.
20140
20141 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20142
20143 * net/imap.el (imap-interactive-login): Better messages.
20144 (imap-open): Fix bug with renamed buffer on reconnect.
20145 (imap-authenticate): Add buffer-local imap-last-authenticator variable
20146 for easier debugging and cleaner code. On successful (guessed based on
20147 server capabilities) secondary authentication, set imap-state
20148 correctly.
20149 (imap-last-authenticator): Define imap-last-authenticator as a variable
20150 to avoid warnings.
20151
20152 2009-09-10 Glenn Morris <rgm@gnu.org>
20153
20154 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
20155
20156 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
20157 (byte-compile-file-form-autoload): Don't warn about unknown functions
20158 where the autoload statement comes after the use.
20159 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
20160 that any handlers inside the body (eg require) are in turn respected.
20161
20162 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
20163 effects.
20164
20165 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
20166 and syntax and abbrev tables basic docs, if they don't have any.
20167
20168 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
20169
20170 * international/mule-cmds.el (top-level): Require cl when compiling.
20171 (view-hello-file): Use default-value rather than
20172 default-enable-multibyte-characters.
20173
20174 * progmodes/fortran.el: Move all safe and risky properties into the
20175 defcustoms.
20176
20177 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
20178 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
20179 * mail/undigest.el:
20180 Put autoloads in rmail.el rather than loaddefs.el.
20181 * mail/rmail.el: Regenerate with extracted autoloads.
20182
20183 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
20184 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
20185
20186 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
20187
20188 Reported in thread for Bug#4375.
20189 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
20190 "-data-evaluate-expression" instead of print.
20191 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
20192 (gdb-tooltip-print): Parse output from above MI command.
20193 (gdb): Revert 2009-08-11 change. User should detach inferior
20194 manually.
20195
20196 Remove the word "separate" from IO functions as inferior
20197 output is now never displayed in the GUD buffer.
20198
20199 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
20200
20201 * startup.el (command-line-normalize-file-name): On Windows and
20202 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
20203
20204 2009-09-10 Juri Linkov <juri@jurta.org>
20205
20206 * isearch.el (isearch-text-char-description): Propertize escape
20207 character sequences with the `escape-glyph' face. (Bug#4344)
20208
20209 * simple.el (shell-command): Set asynchronous process filter to
20210 `comint-output-filter'. (Bug#4343)
20211
20212 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
20213 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
20214 the list. Move "asm" to the bottom.
20215 (grep-find-ignored-directories): Add `choice' with nil value
20216 to empty the list easily.
20217 (grep-find-ignored-files): New option.
20218 (grep-files-history): Set to nil by default instead of '("ch" "el").
20219 (grep-compute-defaults): Add "<X>" to `grep-template'.
20220 (grep-read-files): Bind new local variables `default-alias' and
20221 `default-extension'. Use a list of default values for the file prompt.
20222 (lgrep): Add `--exclude=' command line options composed from
20223 `grep-find-ignored-files'.
20224 (rgrep): Add `-name' command line options composed from
20225 `grep-find-ignored-files'. (Bug#4301)
20226
20227 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
20228
20229 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
20230 (bug#4368).
20231
20232 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20233
20234 * calendar/time-date.el (autoload):
20235 Expand define-obsolete-function-alias into defalias and make-obsolete
20236 for old Emacsen that Gnus supports.
20237 (with-no-warnings): Define it for old Emacsen.
20238 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
20239 is available.
20240 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
20241 float-time is available; suppress compile warning for time-to-seconds.
20242
20243 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
20244
20245 * net/imap.el (imap-message-map): Docstring fix.
20246
20247 2009-09-09 Glenn Morris <rgm@gnu.org>
20248
20249 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
20250 line numbers too. (Bug#4374)
20251
20252 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
20253
20254 * smerge-mode.el (smerge-remove-props, smerge-refine):
20255 Use with-silent-modifications (bug#4342).
20256
20257 * subr.el (with-silent-modifications): New macro.
20258
20259 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
20260
20261 * files.el (top-level): Require `cl' when compiling.
20262
20263 2009-09-07 Glenn Morris <rgm@gnu.org>
20264
20265 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
20266
20267 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
20268 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
20269
20270 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
20271
20272 * vc-git.el (vc-git-annotate-command): Use separator to parse
20273 arguments correctly.
20274
20275 2009-09-06 Eli Zaretskii <eliz@gnu.org>
20276
20277 * proced.el (proced-mode): Doc fix.
20278
20279 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
20280
20281 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
20282 lstat fails.
20283 (tramp-do-file-attributes-with-ls): Check for file existence at
20284 remote end.
20285 (tramp-do-file-attributes-with-stat): Likewise.
20286 (tramp-convert-file-attributes): Return nil when attr is nil.
20287
20288 2009-09-05 Glenn Morris <rgm@gnu.org>
20289
20290 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
20291 properties to this button.
20292 (diary-fancy-display): Don't extend the button to the final newline.
20293 (diary-fancy-display-mode): Continue to define "q" as a local key.
20294
20295 * calendar/cal-china.el (holiday-chinese): Make it slightly more
20296 efficient.
20297
20298 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
20299
20300 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
20301 (byte-compile-dest-file-function): New option.
20302 (byte-compile-dest-file): Doc fix.
20303 Obey byte-compile-dest-file-function.
20304 (byte-compile-cl-file-p): New function.
20305 (byte-compile-eval): Only suppress noruntime warnings about cl functions
20306 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
20307 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
20308 than for file being previously loaded.
20309 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
20310 (byte-compile-file-form-require): Handle the case where requiring a file
20311 indirectly causes CL to be loaded.
20312
20313 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20314
20315 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
20316 before killing the old buffer, since by the time `kill-buffer' is
20317 run so many buffer variables have been set to nil that it may not
20318 behave as expected. (Bug#4061)
20319
20320 2009-09-05 Karl Fogel <kfogel@red-bean.com>
20321
20322 * files.el (find-alternate-file): If the old buffer is modified
20323 and visiting a file, behave similarly to `kill-buffer' when
20324 killing it, thus reverting to the pre-1.878 behavior; see
20325 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
20326 for discussion. Also, consult `buffer-file-name' as a variable
20327 not as a function, for consistency with the rest of the code.
20328
20329 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
20330
20331 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20332 also when adding a new directory.
20333
20334 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20335 New defun.
20336
20337 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20338
20339 * files.el (locate-file-completion-table): Make it provide boundary
20340 information, so partial-completion works better.
20341
20342 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20343
20344 * mail/footnote.el (Footnote-text-under-cursor):
20345 Check footnote-text-marker-alist before using it (bug#4324).
20346
20347 2009-09-04 Glenn Morris <rgm@gnu.org>
20348
20349 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20350 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20351 * play/solitaire.el, play/tetris.el:
20352 Remove leading * from defcustom and defface docs.
20353
20354 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20355 necessary.
20356 (diary-fancy-overriding-map): New variable.
20357 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20358 Use view-mode.
20359
20360 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20361 goto-line.
20362
20363 2009-09-03 Glenn Morris <rgm@gnu.org>
20364
20365 * arc-mode.el (archive-mode):
20366 * dos-fns.el (set-default-process-coding-system):
20367 * man.el (Man-getpage-in-background):
20368 * menu-bar.el (menu-bar-describe-menu):
20369 * server.el (server-process-filter):
20370 * startup.el (command-line):
20371 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20372 * w32-fns.el (set-default-process-coding-system):
20373 * x-dnd.el (x-dnd-handle-file-name):
20374 * international/mule-cmds.el (mule-menu-keymap)
20375 (set-default-coding-systems, language-info-alist, set-language-info)
20376 (set-language-environment, standard-display-european-internal)
20377 (set-locale-environment):
20378 * international/mule-diag.el (mule-diag):
20379 * mail/emacsbug.el (report-emacs-bug):
20380 * mail/rmail.el (rmail-mode):
20381 * mail/sendmail.el (mail-setup):
20382 Use default-value rather than default-enable-multibyte-characters.
20383
20384 * progmodes/f90.el: Move all safe properties into the defcustoms.
20385 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20386
20387 * calendar/appt.el (appt-check):
20388 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20389 (diary-check-diary-file, diary-list-entries)
20390 (diary-include-other-diary-files, diary-simple-display)
20391 (diary-fancy-display, diary-print-entries)
20392 (diary-mark-included-diary-files, diary-make-entry):
20393 Don't call substitute-in-file-name on diary-file.
20394
20395 2009-09-03 Eduard Wiebe <usenet@pusto.de>
20396 Stefan Monnier <monnier@iro.umontreal.ca>
20397
20398 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20399 (footnote-mode-map): Move initialization into the declaration.
20400 (footnote-minor-mode-map): Define it rather than changing global-map.
20401 (footnote-mode): Use define-minor-mode.
20402
20403 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
20404
20405 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20406 (tramp-do-file-attributes-with-perl)
20407 (tramp-do-file-attributes-with-stat): Rename from
20408 `tramp-handle-file-attributes-with-*'.
20409 (tramp-handle-file-attributes): Use them.
20410 (tramp-do-directory-files-and-attributes-with-perl)
20411 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20412 `tramp-handle-directory-files-and-attributes-with-*'.
20413 (tramp-handle-directory-files-and-attributes): Use them.
20414 (tramp-method-out-of-band-p): Additional parameter SIZE.
20415 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20416 (tramp-handle-write-region): Use it.
20417 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
20418 (tramp-handle-vc-registered): Check, whether the first run did
20419 return files to be tested.
20420 (tramp-advice-make-auto-save-file-name): Do not call directly
20421 `tramp-handle-make-auto-save-file-name', because this would bypass
20422 the locking mechanism.
20423
20424 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
20425 (file-remote-p, process-file, start-file-process, set-file-times)
20426 (tramp-compat-file-attributes): Compatibility functions shall not
20427 call directly `tramp-handle-*', because this would bypass the
20428 locking mechanism.
20429 (tramp-compat-number-sequence): New defun.
20430
20431 2009-09-02 Glenn Morris <rgm@gnu.org>
20432
20433 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20434 alias for float-time.
20435 (time-to-number-of-days): In Emacs, use float-time.
20436 * net/newst-backend.el (time-add): Suppress warnings from compat
20437 function.
20438 * time.el (emacs-uptime, emacs-init-time):
20439 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20440 Use float-time rather than time-to-seconds.
20441
20442 * minibuffer.el (completion-initials-expand): Fix typo.
20443
20444 * faces.el (modeline, modeline-inactive, modeline-highlight)
20445 (modeline-buffer-id):
20446 * info.el (info-menu-5): Mark these face aliases as obsolete.
20447
20448 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20449
20450 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20451 space ...
20452 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20453 no "--thread" option.
20454 (gdb-stopped): Don't print "Switched to thread" message when it is
20455 unchanged.
20456
20457 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20458
20459 * minibuffer.el (completion-try-completion)
20460 (completion-all-completions): Remove ill-defined (and
20461 mistakenly installed and luckily never used nor documented)
20462 `completion-styles' property.
20463 (completion-initials-expand, completion-initials-all-completions)
20464 (completion-initials-try-completion): New functions.
20465 (completion-styles-alist): Add doc to each entry.
20466 Add new `initials' entry.
20467
20468 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
20469
20470 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20471 MI command -var-evaluate-expression.
20472 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20473 and tweak for case of string child.
20474 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
20475
20476 2009-09-01 Glenn Morris <rgm@gnu.org>
20477
20478 * add-log.el (change-log-date-face, change-log-name-face)
20479 (change-log-email-face, change-log-file-face, change-log-list-face)
20480 (change-log-conditionals-face, change-log-function-face)
20481 (change-log-acknowledgement-face):
20482 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20483 (custom-modified-face, custom-set-face, custom-changed-face)
20484 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20485 (custom-documentation-face, custom-state-face, custom-comment-face)
20486 (custom-comment-tag-face, custom-variable-tag-face)
20487 (custom-variable-button-face, custom-face-tag-face)
20488 (custom-group-tag-face-1, custom-group-tag-face):
20489 * diff-mode.el (diff-header-face, diff-file-header-face)
20490 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20491 (diff-added-face, diff-changed-face, diff-function-face)
20492 (diff-context-face, diff-nonexistent-face):
20493 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20494 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20495 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20496 (Info-title-4-face):
20497 * isearch.el (isearch-lazy-highlight-face):
20498 * log-view.el (log-view-file-face, log-view-message-face):
20499 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20500 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20501 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20502 (cvs-msg-face):
20503 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20504 (smerge-base-face, smerge-markers-face):
20505 * wid-edit.el (widget-documentation-face, widget-button-face)
20506 (widget-field-face, widget-single-line-field-face)
20507 (widget-inactive-face, widget-button-pressed-face):
20508 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20509 (woman-addition-face):
20510 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20511 (eshell-ls-executable-face, eshell-ls-readonly-face)
20512 (eshell-ls-unreadable-face, eshell-ls-special-face)
20513 (eshell-ls-missing-face, eshell-ls-archive-face)
20514 (eshell-ls-backup-face, eshell-ls-product-face)
20515 (eshell-ls-clutter-face):
20516 * eshell/em-prompt.el (eshell-prompt-face):
20517 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
20518 * obsolete/old-whitespace.el (whitespace-highlight-face):
20519 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20520 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20521 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20522 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20523 (antlr-font-lock-literal-face):
20524 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20525 (ebrowse-root-class-face, ebrowse-file-name-face)
20526 (ebrowse-default-face, ebrowse-member-attribute-face)
20527 (ebrowse-member-class-face, ebrowse-progress-face):
20528 * progmodes/make-mode.el (makefile-space-face):
20529 * progmodes/sh-script.el (sh-heredoc-face):
20530 * textmodes/flyspell.el (flyspell-incorrect-face)
20531 (flyspell-duplicate-face):
20532 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20533 * textmodes/texinfo.el (texinfo-heading-face):
20534 Mark face aliases with "-face" suffix as obsolete.
20535
20536 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20537 compiler.
20538
20539 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20540 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20541 easy-menu-define wants to modify these.
20542
20543 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20544
20545 * net/browse-url.el (browse-url-file-url):
20546 * term/internal.el (dos-codepage-setup):
20547 Use default-value rather than default-enable-multibyte-characters.
20548
20549 * progmodes/etags.el (etags-goto-tag-location):
20550 * progmodes/flymake.el (flymake-highlight-line)
20551 (flymake-goto-file-and-line, flymake-goto-line):
20552 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20553 (gdb-goto-breakpoint):
20554 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20555 * progmodes/python.el (python-find-function)
20556 (python-pdbtrack-track-stack-file):
20557 * progmodes/verilog-mode.el (verilog-surelint-off):
20558 * term/ns-win.el (ns-open-file-select-line):
20559 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20560 Use forward-line rather than goto-line.
20561
20562 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20563 * textmodes/reftex-index.el (reftex-display-index):
20564 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20565 * textmodes/reftex-toc.el (reftex-toc):
20566 Remove unnecessary bindings of default-major-mode (all are followed by
20567 major-mode check and possible mode switch).
20568
20569 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20570
20571 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20572 Handle watchpoints (bug#4282).
20573 (def-gdb-thread-buffer-command): Enable thread to be selected by
20574 clicking without selecting threads buffer first.
20575 (gdb-current-context-command): Use selected frame so that "up",
20576 "down" etc work in the GUD buffer.
20577 (gdb-update): Find selected frame before rendering stack buffer.
20578 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20579
20580 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20581
20582 * progmodes/sym-comp.el (displayed-completions): Remove.
20583 (symbol-complete): Use minibuffer-complete.
20584
20585 2009-08-31 Glenn Morris <rgm@gnu.org>
20586
20587 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20588
20589 * apropos.el (apropos-symbols-internal):
20590 Handle (obsolete) face aliases.
20591
20592 * faces.el (describe-face): Adjust the output format to be more like
20593 describe-variable, and to mention (obsolete) face aliases.
20594 Adjust the whitespace so that help-setup-xref works.
20595
20596 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20597 * calendar/diary-lib.el (diary-button-face):
20598 Mark these face aliases as obsolete.
20599
20600 * calendar/calendar.el (calendar-today): Doc fix.
20601
20602 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20603
20604 * progmodes/gdb-mi.el (gdb-control-all-threads)
20605 (gdb-control-current-thread): Force tool bar update.
20606 (gdb-non-stop-handler): New function.
20607 (gdb-init-1): Use it to test if non-stop mode is supported.
20608 Remove unused gdbmi buffer type.
20609
20610 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20611
20612 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20613 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20614
20615 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20616
20617 * comint.el (comint-exec-1): Check command is non-null first.
20618 Part of gdb-mi.el change (2009-08-28).
20619
20620 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20623
20624 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20625
20626 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20627 instead of `dolist' to avoid a recursive require when bootstrapping.
20628
20629 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20630
20631 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20632
20633 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20634
20635 * net/imap.el (imap-send-command): Simplify.
20636 (imap-wait-for-tag): point-max -> buffer-size.
20637
20638 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20639
20640 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20641 with constant argument.
20642
20643 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20644
20645 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20646
20647 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20648 Change default, since most of our files don't have a history.
20649 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20650 the user.
20651
20652 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20653 Add comint-run.
20654
20655 * calc/calc.el: Improve commenting convention.
20656 (calc-digit-map, toplevel): Simplify.
20657
20658 * comint.el (comint-insert-input): Be careful to only set point if we
20659 don't delegate to some other command.
20660
20661 * proced.el (proced-signal-list): Make it an alist.
20662 (proced-grammar-alist): Capitalize names.
20663 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20664 Disable undo manually and make it read-only.
20665 Use completion-annotate-function.
20666
20667 * minibuffer.el (minibuffer-message): If the current buffer is not
20668 a minibuffer, insert the message in the echo area rather than at the
20669 end of the buffer.
20670 (completion-annotate-function): New variable.
20671 (minibuffer-completion-help): Use it.
20672 (completion--embedded-envvar-table): Environment vars are
20673 always case-sensitive.
20674
20675 2009-08-30 Glenn Morris <rgm@gnu.org>
20676
20677 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20678 from fortran-current-defun.
20679 (fortran-beginning-of-subprogram): Be more precise about finding the
20680 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20681 (fortran-end-of-subprogram): Simplify.
20682 (fortran-current-defun): Use fortran-start-prog-re.
20683
20684 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20685
20686 * subr.el (do-after-load-evaluation): Simplify.
20687
20688 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20689
20690 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20691
20692 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20693 (vc-rcs-print-log): Use it.
20694
20695 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20696
20697 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20698
20699 * paths.el (abbrev-file-name): Move to abbrev.el.
20700 * abbrev.el (abbrev-file-name): Move from paths.el.
20701 Obey user-emacs-directory.
20702 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20703 user-emacs-directory.
20704 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20705 abbrev-file-name and calc-settings-file any more.
20706 * startup.el (command-line): Recompute abbrev-file-name and
20707 abbreviated-home-dir.
20708 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20709 of the special code for when C-h bindings haven't been changed.
20710 (display-startup-echo-area-message): Use with-current-buffer.
20711 (command-line-1): Use a list of strings, rather than a list of lists
20712 of strings for longopts.
20713
20714 * files.el (get-free-disk-space): Use / for default-directory.
20715
20716 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20717 Use with-current-buffer.
20718
20719 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20720 Recognize immutable variables like most-positive-fixnum.
20721 (byte-compile-setq-default): Check and warn if trying to assign
20722 to an immutable variable, or a non-variable.
20723
20724 * progmodes/cc-vars.el (c-comment-continuation-stars):
20725 * progmodes/cc-engine.el (c-looking-at-bos):
20726 * progmodes/cc-cmds.el (c-toggle-auto-state)
20727 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20728 (c-comment-line-break-function): Add version of obsolescence.
20729
20730 2009-08-28 Juri Linkov <juri@jurta.org>
20731
20732 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20733 associated with `archive-mode'.
20734
20735 * image.el (image-type-header-regexps): Use only JPEG magic number
20736 to determine JPEG images, and don't use `image-jpeg-p' because
20737 Emacs can display non-JFIF non-Exif JPEG images.
20738
20739 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20740
20741 * arc-mode.el (archive-mode):
20742 * emacs-lisp/re-builder.el (re-builder-unload-function):
20743 Protect against the default value of `major-mode' being nil.
20744
20745 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20746
20747 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20748 Fix typos in docstrings.
20749
20750 * progmodes/js.el (js--macro-decl-re): Doc fix.
20751 (js--plain-method-re, js--split-name): Refloc docstring.
20752 (js--class-styles, js--make-merged-item, js--splice-into-items):
20753 Fix typos in docstrings; reflow docstrings.
20754 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20755 (js--variable-decl-matcher, js--inside-pitem-p)
20756 (js--parse-state-at-point, js--get-all-known-symbols)
20757 (js--symbol-history, js-find-symbol, js--js-references)
20758 (js--moz-interactor, js--js-encode-value, js--read-tab):
20759 Fix typos in docstrings.
20760
20761 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20762
20763 * textmodes/reftex.el (reftex-get-file-buffer-force):
20764 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20765 * emulation/viper.el (viper-go-away, viper-set-hooks):
20766 * emacs-lisp/re-builder.el (re-builder-unload-function):
20767 * emacs-lisp/bytecomp.el (byte-compile-file):
20768 * ses.el (ses-unload-function):
20769 * hexl.el (hexl-find-file):
20770 * files.el (normal-mode):
20771 * ehelp.el (with-electric-help):
20772 * autoinsert.el (auto-insert-alist):
20773 * arc-mode.el (archive-mode):
20774 Use (default-value 'major-mode) instead of default-major-mode.
20775
20776 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20777 * international/mule.el (load-with-code-conversion):
20778 * emacs-lisp/debug.el (debug):
20779 * ediff-vers.el (ediff-rcs-get-output-buffer):
20780 * dired.el (dired-internal-noselect): Don't let-bind
20781 default-major-mode around code that doesn't use it.
20782 E.g. buffer creation via get-buffer-create doesn't use it.
20783
20784 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20785
20786 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20787 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20788 when writing the temp file. Otherwise, epa-file gets confused.
20789 (tramp-register-file-name-handlers): Make it a defun. Move also
20790 `epa-file-handler' to the front of `file-name-handler-alist'.
20791
20792 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20793
20794 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20795 start right after a ^M.
20796 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20797 (tramp-completion-file-name-regexp-separate)
20798 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20799 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20800 Don't modify last-coding-system-used by accident.
20801 (tramp-completion-file-name-handler): Apply the checks here,
20802 instead during registration.
20803 (tramp-register-file-name-handlers): Rename from
20804 `tramp-register-file-name-handler'. Register both
20805 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20806 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20807
20808 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20809
20810 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20811 Remove variable ...
20812 (gdb-init-1, gdb-display-separate-io-buffer)
20813 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20814 references to it.
20815 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20816 (gdb-inferior-filter): Use comint-output-filter to stop
20817 echoing and remove ^M characters.
20818
20819 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20820
20821 * emulation/viper-init.el (viper-restore-cursor-type):
20822 * emulation/cua-base.el (cua--update-indications):
20823 Replace default-cursor-type with (default-value 'cursor-type).
20824
20825 * mail/sendmail.el (mail-recover-1):
20826 * international/mule-diag.el (describe-current-coding-system-briefly)
20827 (describe-current-coding-system):
20828 * international/mule-cmds.el (select-safe-coding-system)
20829 (select-message-coding-system)
20830 (set-language-environment-coding-systems, set-locale-environment):
20831 * hexl.el (hexl-insert-multibyte-char):
20832 * dos-w32.el (find-buffer-file-type-coding-system):
20833 * simple.el (what-cursor-position):
20834 Replace uses of default-buffer-file-coding-system
20835 with (default-value 'buffer-file-coding-system).
20836
20837 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20838 Replace uses of default-cursor-in-non-selected-windows
20839 with (default-value 'cursor-in-non-selected-windows).
20840 Use with-current-buffer.
20841
20842 * mail/feedmail.el: Use CL macros.
20843 (feedmail-run-the-queue, feedmail-send-it-immediately):
20844 * dos-w32.el (find-buffer-file-type): Replace uses of
20845 default-buffer-file-type with (default-value 'buffer-file-type).
20846
20847 2009-08-28 Glenn Morris <rgm@gnu.org>
20848
20849 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20850 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20851 Use default-value of major-mode rather than default-major-mode.
20852
20853 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20854
20855 * Makefile.in (update-elcfiles): Report left over elc files.
20856
20857 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20858 expand-file-name and with-current-buffer.
20859 (mail-get-names, mail-directory): Use with-current-buffer.
20860
20861 * vc.el (vc-read-revision): New function.
20862 (vc-version-diff, vc-merge): Use it.
20863
20864 2009-08-27 Sam Steingold <sds@gnu.org>
20865
20866 * simple.el (kill-do-not-save-duplicates): New user option.
20867 (kill-new): When it is non-nil, and the new string is the same as
20868 the latest kill, set replace to t to avoid duplicates in kill-ring.
20869
20870 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20871
20872 * net/tramp.el (tramp-handle-process-file): Do not flush all
20873 caches when `process-file-side-effects' is set.
20874 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20875 instead of `tramp-find-file-exists-command'.
20876 Unset `process-file-side-effects'.
20877
20878 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20879
20880 * net/tramp.el (tramp-methods): New method "rsyncc".
20881 (top): Add completion function for "rsyncc".
20882 (tramp-message-show-message): New defvar.
20883 (tramp-message, tramp-error): Use it.
20884 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20885 remote copying.
20886 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20887 `tramp-methods' entry `copy-env' of "rsyncc".
20888 (tramp-vc-registered-read-file-names): New defconst.
20889 (tramp-vc-registered-file-names): New defvar.
20890 (tramp-handle-vc-registered): Implement optimization strategy.
20891 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20892 (tramp-vc-file-name-handler): New defun.
20893 (tramp-get-ls-command, tramp-get-test-command)
20894 (tramp-get-file-exists-command, tramp-get-remote-ln)
20895 (tramp-get-remote-perl, tramp-get-remote-stat)
20896 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20897
20898 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20899 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20900 timestamps.
20901 (tramp-get-file-property): Check for timestamps in
20902 `tramp-cache-inhibit-cache'.
20903 (tramp-set-file-property): Write timestamp.
20904
20905 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20906
20907 * language/japan-util.el (japanese-symbol-table): Add entries for
20908 cp932-2-byte.
20909
20910 * international/characters.el: Add category `j' to cp932-2-byte.
20911
20912 2009-08-27 Kenichi Handa <handa@m17n.org>
20913
20914 * international/fontset.el (build-default-fontset-data): New macro.
20915 (setup-default-fontset): Use build-default-fontset-data for CJK,
20916 tibetan, ethiopic, and ipa.
20917
20918 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20919
20920 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20921 (enable-multibyte-characters): Not customizable any more.
20922
20923 * subr.el (default-mode-line-format, default-header-line-format)
20924 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20925 (default-direction-reversed, default-truncate-lines)
20926 (default-left-margin, default-tab-width, default-case-fold-search)
20927 (default-left-margin-width, default-right-margin-width)
20928 (default-left-fringe-width, default-right-fringe-width)
20929 (default-fringes-outside-margins, default-scroll-bar-width)
20930 (default-vertical-scroll-bar, default-indicate-empty-lines)
20931 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20932 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20933 (default-scroll-down-aggressively, default-fill-column)
20934 (default-cursor-type, default-buffer-file-type)
20935 (default-cursor-in-non-selected-windows)
20936 (default-buffer-file-coding-system, default-major-mode)
20937 (default-enable-multibyte-characters): Mark as obsolete.
20938
20939 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20940
20941 * vc-dir.el (vc-dir-update): Remove debug helper.
20942
20943 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20944
20945 2009-08-26 Sam Steingold <sds@gnu.org>
20946
20947 * simple.el (save-interprogram-paste-before-kill): New user option.
20948 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20949 save the interprogram-paste into kill-ring before overriding it
20950 with the Emacs kill.
20951
20952 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20953
20954 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20955 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20956 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20957 and move to vc-rcs.el.
20958 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20959 move to vc-rcs.el.
20960 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20961 (vc-rcs-update-changelog): Remove.
20962 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20963 and move to vc-rcs.el.
20964
20965 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20966 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20967 renaming.
20968 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20969 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20970 vc.el, renamed to be RCS specific.
20971
20972 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20973 New functions.
20974 (vc-cvs-update-changelog): Move here from vc.el.
20975
20976 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20977 New functions.
20978
20979 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20980
20981 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20982
20983 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20984
20985 * vc-git.el (vc-git-register): Use "git add" for directories.
20986 (vc-git-stash, vc-git-stash-show): New functions.
20987 (vc-git-extra-menu-map): Bind them.
20988
20989 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20990 directory correctly in case the item is a directory itself.
20991
20992 * vc.el: Document the desired behavior for reverted files in the
20993 `added' state.
20994 (vc-default-prettify-state-info): Remove function, unused.
20995
20996 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20997
20998 2009-08-26 Glenn Morris <rgm@gnu.org>
20999
21000 * bindings.el (standard-mode-line-format): Reposition dashes in
21001 which-func entry. (Bug#4217)
21002
21003 * files.el (enable-local-variables, enable-local-eval)
21004 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
21005 the defcustoms.
21006 (auto-mode-alist, ignored-local-variables)
21007 (save-some-buffers-action-alist): Move risky declarations to the
21008 definitions.
21009 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
21010 (font-lock-defaults, format-alist, imenu--index-alist)
21011 (imenu-generic-expression, input-method-alist, minor-mode-alist)
21012 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
21013 (mode-line-modified, mode-line-mule-info, mode-line-position)
21014 (mode-line-process, mode-line-remote, outline-level)
21015 (parse-time-rules, rmail-output-file-alist)
21016 (special-display-buffer-names, vc-mode):
21017 Move risky declarations to the relevant files.
21018 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
21019 (mode-line-modified, mode-line-process, mode-line-position)
21020 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
21021 * font-core.el (font-lock-defaults):
21022 * format.el (format-alist):
21023 * vc-hooks.el (vc-mode):
21024 * window.el (special-display-buffer-names):
21025 * international/mule-cmds.el (input-method-alist):
21026 Define riskiness here (dumped file) rather than in files.el.
21027 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
21028 * imenu.el (imenu-generic-expression, imenu--index-alist):
21029 * outline.el (outline-level):
21030 * time.el (display-time-string):
21031 * calendar/parse-time.el (parse-time-rules):
21032 * mail/rmailout.el (rmail-output-file-alist):
21033 Autoload riskiness here, rather than placing in files.el.
21034
21035 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
21036
21037 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
21038
21039 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
21040
21041 * simple.el (process-file-side-effects): New defvar.
21042
21043 * dired-aux.el (dired-show-file-type):
21044 * vc.el (vc-diff-internal):
21045 * vc-arch.el (vc-arch-diff):
21046 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
21047 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
21048 * vc-git.el (vc-git-registered, vc-git-working-revision)
21049 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
21050 (vc-git--empty-db-p):
21051 * vc-hooks.el (vc-user-login-name):
21052 * vc-svn.el (vc-svn-registered, vc-svn-state)
21053 (vc-svn-dir-extra-headers, vc-svn-find-revision):
21054 * progmodes/grep.el (grep-probe): Let-bind
21055 `process-file-side-effects' with nil.
21056
21057 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
21058
21059 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
21060 daemon. Replace ping by checking for running service for bluez
21061 and zeroconf. (Bug#4239)
21062
21063 2009-08-25 Kevin Ryde <user42@zip.com.au>
21064
21065 * net/dig.el (dig): Add autoload cookie.
21066
21067 2009-08-25 Glenn Morris <rgm@gnu.org>
21068
21069 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
21070 load-history for absolute file-names.
21071 (byte-compile-file-form-require): Warn about use of the cl package.
21072
21073 * format.el (format-alist): Doc fix.
21074
21075 * play/bubbles.el (top-level): Don't require cl at run-time.
21076
21077 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
21078 run-time cl).
21079
21080 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
21081
21082 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
21083 from cl package.
21084 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
21085
21086 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
21087
21088 * calc/calc-alg.el (math-trig-rewrite)
21089 (math-hyperbolic-trig-rewrite): New functions.
21090 (calc-simplify): Simplify trig functions when asked.
21091
21092 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21093
21094 * diff-mode.el (diff-find-source-location): Avoid goto-line.
21095
21096 2009-08-24 Kenichi Handa <handa@m17n.org>
21097
21098 * language/ind-util.el (mapthread): Delete it.
21099 (combinatorial): New function.
21100 (indian--puthash-cv): Use combinatorial instead of mapthread.
21101
21102 2009-08-22 Kevin Ryde <user42@zip.com.au>
21103
21104 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
21105 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
21106 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
21107 Clarify docstring that the value is strings not symbols.
21108 (checkdoc-list-of-strings-p): New function.
21109
21110 2009-08-22 Glenn Morris <rgm@gnu.org>
21111
21112 * files.el (auto-mode-alist):
21113 * hippie-exp.el (he-concat-directory-file-name):
21114 * lpr.el (lpr-windows-system, printer-name):
21115 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
21116 * ps-print.el (ps-windows-system):
21117 * startup.el (command-line):
21118 * emulation/viper-ex.el (viper-glob-function):
21119 * international/mule-cmds.el (set-language-environment-coding-systems):
21120 * net/ange-ftp.el (ange-ftp-write-region):
21121 * obsolete/fast-lock.el (fast-lock-cache-name):
21122 Remove code for defunct system-types emx, macos, mswindows, next-mach,
21123 unisoft-unix, vax-vms, win32, w32.
21124
21125 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
21126 given name if the pattern is not more specific.
21127
21128 * calendar/lunar.el (lunar-phase-names): New option.
21129 (lunar-phase): Doc fix.
21130 (lunar-cycles-per-year): New constant.
21131 (lunar-index): New function.
21132 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
21133 (lunar-phase-name): Use lunar-phase-names.
21134 (calendar-lunar-phases): Use format.
21135 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
21136
21137 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
21138 Copy imenu-example--name-and-position function here for own use.
21139 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
21140
21141 * bs.el (bs--redisplay):
21142 * cus-edit.el (custom-redraw):
21143 * ibuffer.el (ibuffer-bury-buffer):
21144 * server.el (server-goto-line-column):
21145 * startup.el (command-line-1):
21146 * strokes.el (strokes-xpm-for-stroke):
21147 * term.el (term-display-buffer-line):
21148 * view.el (View-goto-line):
21149 * calc/calc.el (calc-do, calc-trail-buffer):
21150 * play/gamegrid.el (gamegrid-add-score-insecure):
21151 * progmodes/ada-mode.el (ada-compile-goto-error):
21152 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
21153 (ebrowse-select-1st-to-9nth):
21154 * progmodes/cperl-mode.el (cperl-time-fontification):
21155 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
21156 * progmodes/gud.el (gud-display-line):
21157 (idlwave-shell-display-line):
21158 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
21159 * progmodes/make-mode.el (makefile-browser-toggle):
21160 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
21161 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
21162 * textmodes/picture.el (picture-draw-rectangle):
21163 * textmodes/reftex-index.el (reftex-index-goto-letter):
21164 (reftex-select-jump-to-previous):
21165 * textmodes/reftex-sel.el (reftex-find-start-point)
21166 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
21167 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
21168 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
21169 * textmodes/tex-mode.el (tex-compilation-parse-errors):
21170 * textmodes/two-column.el (2C-associated-buffer):
21171 Use forward-line rather than goto-line.
21172
21173 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
21174 goto-line.
21175
21176 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
21177 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
21178 (quick-check-list-to-regexp): Declare.
21179
21180 * progmodes/make-mode.el (makefile-browser-insert-selection):
21181 Use goto-char rather than goto-line.
21182
21183 * progmodes/prolog.el (compilation-error-regexp-alist)
21184 (compilation-forget-errors): Declare.
21185
21186 2009-08-22 Juri Linkov <juri@jurta.org>
21187
21188 * progmodes/grep.el (lgrep, rgrep): At the beginning
21189 set `dir' to `default-directory' unless `dir' is a non-nil
21190 readable directory. (Bug#4052)
21191 (lgrep, rgrep): Change a weird way to report an error
21192 from using `read-string' to using `error'.
21193 Instead of using interactive arguments in the function body,
21194 add new argument `confirm'.
21195
21196 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
21197
21198 * textmodes/remember.el (remember-buffer):
21199 * progmodes/cperl-mode.el (cperl-vc-header-alist):
21200 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
21201 (icalendar-extract-ical-from-buffer):
21202 * net/newst-treeview.el (newsticker-groups-filename):
21203 * net/newst-backend.el (newsticker-cache-filename):
21204 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
21205 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
21206 (speedbar-add-ignored-path-regexp, speedbar-line-path)
21207 (speedbar-buffers-line-path, speedbar-path-line)
21208 (speedbar-buffers-line-path):
21209 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
21210 (epg-sign-keys):
21211 * epa.el (epa-display-verify-result):
21212 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
21213
21214 2009-08-21 Glenn Morris <rgm@gnu.org>
21215
21216 * progmodes/js.el (inferior-moz-process): Fix declaration.
21217
21218 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
21219
21220 * obsolete/rnewspost.el (news-mail-reply):
21221 Use goto-char rather than goto-line.
21222
21223 * term/ns-win.el (ns-open-file-select-line):
21224 Use line-beginning-position rather than goto-line.
21225
21226 * apropos.el (apropos-command):
21227 * ehelp.el (electric-helpify):
21228 * printing.el (pr-show-setup):
21229 * strokes.el (strokes-help):
21230 * tutorial.el (tutorial--describe-nonstandard-key)
21231 (tutorial--detailed-help):
21232 * woman.el (woman-mini-help, woman-display-extended-fonts):
21233 * calc/calc-help.el (calc-describe-key):
21234 * emulation/edt.el (edt-electric-helpify):
21235 * international/mule-diag.el (mule-diag):
21236 * play/yow.el (apropos-zippy):
21237 * progmodes/python.el (python-describe-symbol):
21238 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
21239 * textmodes/table.el (*table--cell-describe-mode)
21240 (*table--cell-describe-bindings):
21241 Use help-print-return-message rather than the now obsolete alias.
21242
21243 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
21244 (calendar-cursor-to-visible-date):
21245 * play/5x5.el (5x5-position-cursor):
21246 * play/decipher.el (decipher):
21247 * play/gomoku.el (gomoku-goto-xy):
21248 * play/landmark.el (lm-goto-xy):
21249 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
21250 (mpuz-paint-digit):
21251 Use forward-line, not goto-line.
21252
21253 * mail/rmail.el (rmail-obsolete): Delete custom group.
21254 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
21255 (rmail-remote-password, rmail-remote-password-required):
21256 Remove unneeded :set-after and :set properties.
21257
21258 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
21259
21260 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
21261
21262 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
21263
21264 * loadup.el: Remove leftover macos code.
21265
21266 * vc-git.el (vc-git-annotate-command): Run asynchronously.
21267 Explicitly pass the date format to git blame so that user local
21268 so that the output format can be parsed.
21269
21270 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
21271
21272 * net/dbus.el (top): Don't check for (getenv
21273 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
21274
21275 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
21276
21277 * log-edit.el (log-edit-strip-single-file-name): New var.
21278 (log-edit-insert-changelog): Use it. Bug#3571.
21279
21280 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21281
21282 * subr.el (read-passwd): Use read-key so keypad keys work as well.
21283 Bug#3287.
21284
21285 * help.el (help-print-return-message): Rename from
21286 print-help-return-message.
21287
21288 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
21289 cvs-mode-map parent hack.
21290 (log-view-mode): Derive from special-mode.
21291
21292 * linum.el (linum-mode): window-size-change-functions is redundant.
21293 Adapt to new window-configuration-change-hook behavior.
21294 (linum-after-size, linum-after-config): Remove.
21295
21296 * imenu.el (imenu-example--name-and-position)
21297 (imenu-example--lisp-extract-index-name)
21298 (imenu-example--create-lisp-index, imenu-example--create-c-index):
21299 Mark as obsolete.
21300
21301 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
21302 (inferior-prolog-mode): Use it.
21303 (inferior-prolog-load-file): Reset list of errors.
21304
21305 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21306
21307 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
21308
21309 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
21310
21311 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
21312
21313 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
21314 is running already.
21315
21316 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21317
21318 * subr.el (listify-key-sequence-1): Use normal syntax since those
21319 integers are nowadays always represented by the same (positive) number
21320 on all platforms.
21321 (read-key-empty-map): New const.
21322 (read-key-delay): New var.
21323 (read-key): New function.
21324 (force-mode-line-update): Use with-current-buffer.
21325 (locate-user-emacs-file): Don't forget to abbreviate the file name.
21326 (start-process-shell-command, start-file-process-shell-command):
21327 Discourage the use of command-args.
21328
21329 2009-08-19 Glenn Morris <rgm@gnu.org>
21330
21331 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21332
21333 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21334
21335 * simple.el (choose-completion-string): Don't rely on
21336 minibuffer-completing-file-name and ad-hoc checks to decide whether
21337 to continue completion or not.
21338
21339 * minibuffer.el (minibuffer-hide-completions): New function.
21340 (completion--do-completion): Use it.
21341 (completions-annotations): New face.
21342 (completion--insert-strings): Use it.
21343 (completion-pcm--delim-wild-regex): Add docstring.
21344 (completion-pcm--string->pattern): Add support for 0-width delimiters
21345 in completion-pcm--delim-wild-regex.
21346
21347 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21348
21349 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21350 Remove unused var `buffer-modified-p'.
21351
21352 * minibuffer.el (completion--do-completion): Move point for the #b001
21353 case as well (bug#4176).
21354 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21355
21356 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
21357
21358 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21359 and :session buses.
21360
21361 2009-08-18 Kenichi Handa <handa@m17n.org>
21362
21363 * international/ucs-normalize.el (ucs-normalize-version):
21364 Change to 1.1.
21365 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21366 (utf-8-hfs): Make it perform normalization on encoding too.
21367
21368 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21369 (sentence-end-without-space): Delete duplicated chars.
21370 (sentence-end-base): Likewise.
21371
21372 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21373 (html-mode): Delete duplicated chars from sentence-end-base.
21374
21375 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21376 (texinfo-mode): Delete duplicated chars from sentence-end-base.
21377
21378 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
21379
21380 * files.el (hack-one-local-variable): If the mode function is for
21381 a minor mode, pass it an argument (Bug#4148).
21382
21383 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
21384
21385 * net/tramp.el (tramp-register-completion-file-name-handler):
21386 Check also for (member 'partial-completion completion-styles).
21387
21388 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21389
21390 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21391 abbrev (Bug#3943).
21392
21393 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
21394
21395 * progmodes/cperl-mode.el: Merge upstream 6.2.
21396 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21397 (cperl-forward-re): Check cperl-brace-recursing.
21398 (cperl-highlight-charclass): New function.
21399 (cperl-find-pods-heres): Use it.
21400 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
21401 (cperl-beautify-regexp-piece): Fix column calculation.
21402 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
21403 (cperl-beautify-level): Don't process entire regexp.
21404 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21405 calling man.
21406 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21407 (cperl-init-faces): Build a list in the normal way.
21408
21409 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21410
21411 * calendar/parse-time.el (parse-time-string-chars): Save match
21412 data.
21413
21414 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21415
21416 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21417 (sql-product): Use it.
21418 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21419 (sql-set-product): Add completion.
21420 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21421 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21422 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21423 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21424 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21425 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21426 (sql-highlight-db2-keywords): Remove.
21427 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21428 (sql-highlight-product): Use derived-mode-p.
21429 (sql-set-sqli-buffer): Use with-current-buffer.
21430 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21431 Simplify.
21432
21433 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21434
21435 * term.el: Fix commenting convention, turn comments into docstrings.
21436
21437 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21438
21439 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21440
21441 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
21442
21443 * calendar/parse-time.el (parse-time-string-chars): Compute using
21444 character classes, to handle non-ascii characters (Bug#3190).
21445
21446 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
21447
21448 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21449 another heredoc if the user adds another < (Bug#3226).
21450
21451 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21452 Don't initialize based on window-system (Bug#4124).
21453
21454 * facemenu.el (facemenu-read-color): Use a completion function
21455 that accepts any defined color, such as RGB triplets (Bug#3677).
21456
21457 * files.el (get-free-disk-space): Change fallback default
21458 directory to /. Expand DIR argument before switching to fallback.
21459 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21460
21461 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21462
21463 * files.el (load-library): Doc fix.
21464
21465 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
21466
21467 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
21468 (viper-if-string): Redefine C-s in the minibuffer to insert the last
21469 incremental search string.
21470
21471 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
21472 XEmacs.
21473
21474 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21475 (ediff-merge-region-is-non-clash)
21476 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
21477 Also check if the job is really a merge job.
21478
21479 * ediff.el (ediff-current-file): New function.
21480
21481 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
21482
21483 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21484 conventions.
21485 (js-insert-and-indent): Delete function.
21486 (js-mode-map): Don't bind keys to js-insert-and-indent.
21487 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21488 (js-end-of-defun): Rename from js--end-of-defun.
21489 (js-auto-indent-flag): Delete variable.
21490
21491 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
21492
21493 * progmodes/js.el: Remove proclaim statement.
21494 Defvar which-func-imenu-joiner-function to silence compiler.
21495
21496 * files.el (auto-mode-alist): Use js-mode for .js files.
21497
21498 * progmodes/js2-mode.el: Remove file.
21499
21500 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21501
21502 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21503
21504 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
21505
21506 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
21507 Karl Landstrom <karl.landstrom@brgeight.se>
21508
21509 * progmodes/js.el: New file.
21510
21511 2009-08-14 Mark A. Hershberger <mah@everybody.org>
21512
21513 * timezone.el (timezone-parse-date): Add ability to understand ISO
21514 basic format (minimal separators) dates in addition to the
21515 already-supported extended format dates.
21516
21517 2009-08-14 Eli Zaretskii <eliz@gnu.org>
21518
21519 * international/ucs-normalize.el: Add a `coding' file variable.
21520
21521 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21522
21523 2009-08-14 Sam Steingold <sds@gnu.org>
21524
21525 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21526
21527 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
21528
21529 * faces.el (help-argument-name): Define it here instead of
21530 help-fns.el, because in daemon mode help-fns.el may be loaded when
21531 faces are still uninitialized (Bug#1078).
21532
21533 * help-fns.el (help-argument-name): Move defface to faces.el.
21534
21535 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
21536
21537 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21538 create buffer with a pty but no process so that GDB can make the
21539 inferior the controlling process.
21540
21541 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21542
21543 * international/ucs-normalize.el: New file.
21544
21545 2009-08-13 Richard Stallman <rms@gnu.org>
21546
21547 * mail/rmail.el (rmail-get-attr-names):
21548 Accept an attribute header that is too short.
21549
21550 * mail/rmail.el (rmail-forget-messages):
21551 Ignore nil elt in rmail-message-vector. Use dotimes.
21552
21553 * progmodes/compile.el (compilation-goto-locus):
21554 Use next-error-move-function.
21555
21556 * simple.el (next-error-move-function): New variable.
21557
21558 2009-08-12 Juri Linkov <juri@jurta.org>
21559
21560 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21561 always non-nil. (Bug#4052)
21562
21563 * replace.el (read-regexp): Return empty string when
21564 `default-value' is nil.
21565 (keep-lines-read-args): Don't use empty string as the
21566 default value for `read-regexp'. (Bug#2495)
21567
21568 2009-08-12 Juri Linkov <juri@jurta.org>
21569
21570 * international/mule-cmds.el (ucs-insert): Change arguments
21571 from `arg' to `character', `count', `inherit' to be the same
21572 as in `insert-char'. Doc fix. (Bug#4039)
21573
21574 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21575
21576 2009-08-12 Juri Linkov <juri@jurta.org>
21577
21578 * files-x.el: New file.
21579
21580 * files.el: Move code that deals with adding/deleting
21581 file/directory-local variables to files-x.el.
21582
21583 * Makefile.in (ELCFILES): Add files-x.elc.
21584
21585 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21586
21587 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21588 to use `goto-line'.
21589 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21590 `goto-line'.
21591 (gdb-invalidate-disassembly): Do not refresh upon receiving
21592 'update signal. Instead, update all disassembly buffers only after
21593 threads list.
21594 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21595 (gdb-starting): Move -data-list-register-names...
21596 (gdb-stopped): ...here so it's sent when first thread stops.
21597 (gdb-registers-handler-custom): Do nothing if register names are
21598 unknown yet.
21599
21600 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21601 from `gdb-mi.el' to avoid extra tangling.
21602
21603 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21604 change which breaks `gud-def' definitions used in `gdb'.
21605 (gdb-update-gud-running): No extra fuss for updating frame number.
21606
21607 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21608
21609 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21610 (describe-language-environment-map, setup-language-environment-map)
21611 (set-coding-system-map): Move initialization into declaration.
21612 (set-language-info-alist): Last arg to define-key-after can be skipped.
21613
21614 * international/quail.el (quail-completion-1): Simplify.
21615 (quail-define-rules): Use slightly more compact code.
21616 (quail-insert-decode-map): Propertize keys, compact columns.
21617
21618 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21619 Add goto-line.
21620
21621 2009-08-10 Miles Bader <miles@gnu.org>
21622
21623 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21624 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21625 (js2-instance-member, js2-private-member, js2-private-function-call)
21626 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21627 (js2-magic-paren, js2-external-variable):
21628 Remove "-face" suffix from face names.
21629 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21630 (js2-highlight-undeclared-vars, js2-peek-token)
21631 (js2-parse-function-params, js2-mode-show-errors)
21632 (js2-mode-show-warnings, js2-make-magic-delimiter)
21633 (js2-mode-highlight-magic-parens): Update to use new face names.
21634
21635 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21636
21637 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21638 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21639
21640 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21641
21642 * subr.el: Provide hashtable-print-readable.
21643
21644 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21645 hs-c-like-adjust-block-beginning.
21646 (hs-hide-block-at-point): Stop hiding at the beginning of
21647 hs-block-end-regexp (Bug#700).
21648
21649 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21650
21651 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21652 a macro.
21653 (gdb-registers-handler-custom): Do not fail when register names
21654 are unavailable.
21655
21656 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21657
21658 * progmodes/gdb-mi.el (gdb-control-all-threads)
21659 (gdb-control-current-thread): Interactive setters for
21660 `gdb-gud-control-all-threads' to use in menu.
21661 (gdb-show-run-p): Show «Go» when process is not active.
21662 (gud-tool-bar-map): Add non-stop/A,T indicator.
21663 Uses gud/thread.xpm and gud/all.xpm.
21664
21665 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21666
21667 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21668 (nslookup-font-lock-keywords): Make it a variable.
21669 (net-utils-mode): New mode for viewing diagnostic network output.
21670 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21671 (net-utils-run-simple): New function.
21672 (ifconfig, iwconfig, netstat, arp, route): Use it.
21673
21674 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21675
21676 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21677 (gdb-memory-set-address, def-gdb-set-positive-number)
21678 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21679 after changing settings.
21680 (gdb-invalidate-disassembly): Update when first shown.
21681 (gdb-edit-locals-value): Fix.
21682 (gdb-registers-handler-custom): Print registers in right order and
21683 allow changing register values (only for current thread yet).
21684 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21685 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21686 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21687 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21688 Thread info in mode name.
21689 (gdb-registers-mode-map): TAB to switch to locals.
21690
21691 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21692
21693 * mail/rmail.el (rmail-add-mbox-headers)
21694 (rmail-set-message-counters-counter): Search for
21695 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21696
21697 2009-08-08 Glenn Morris <rgm@gnu.org>
21698
21699 * Makefile.in (ELCFILES): Update.
21700
21701 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21702
21703 * mail/sendmail.el (mail-yank-original):
21704 Set buffer-file-coding-system from the one used by the message whose
21705 text is yanked.
21706
21707 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21708 to "windows" when "pgnuplot" is used.
21709 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21710 Don't call accept-process-output if "pgnuplot" is used.
21711 (calc-graph-init): Don't send -display and -geometry to
21712 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21713 running "pgnuplot -V" with shell-command-to-string.
21714
21715 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21716 the default.
21717
21718 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21719
21720 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21721 org/org-latex.elc.
21722
21723 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21724
21725 * vc-dispatcher.el (vc-resynch-window): Update comment.
21726
21727 * term.el (term-handle-ansi-escape): Add comments with the
21728 terminfo capabilities implemented.
21729
21730 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21731
21732 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21733 (gdb-var-create-handler): Rewritten using JSON parser.
21734 (gdb-propertize-header): Move earlier.
21735 (gdb-set-header): Remove to avoid duplication.
21736 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21737 Refresh disassembly buffers only after threads list have been
21738 update.
21739 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21740 variables.
21741
21742 2009-08-04 Juri Linkov <juri@jurta.org>
21743
21744 * files.el: Commands to add/delete file/directory-local variables.
21745 (read-file-local-variable, read-file-local-variable-value)
21746 (read-file-local-variable-mode, modify-file-local-variable)
21747 (modify-file-local-variable-prop-line)
21748 (modify-dir-local-variable): New functions.
21749 (add-file-local-variable, delete-file-local-variable)
21750 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21751 (add-dir-local-variable, delete-dir-local-variable)
21752 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21753 (copy-dir-locals-to-file-locals-prop-line): New commands.
21754
21755 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21756
21757 * abbrev.el (insert-abbrev-table-description): Prettify output.
21758 Suggested by Karl Chen.
21759
21760 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21761
21762 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21763 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21764 (gdb-overlay-arrow-position, gdb-thread-position)
21765 (gdb-disassembly-position): Declare variables.
21766 (gdb-wait-for-pending): Function now.
21767 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21768 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21769 compilation goes smoothly.
21770 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21771 (gdb-non-stop-setting): New customization setting which replaces
21772 `gdb-non-stop' so changing it doesn't break active GDB session.
21773 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21774 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21775 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21776 (gdb-show-threads-by-default): New customization options.
21777 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21778 routines.
21779 (gdb-get-buffer-create): Send buffers update signal when they are
21780 created.
21781 (gdb-invalidate-locals, gdb-invalidate-registers)
21782 (gdb-invalidate-breakpoints)
21783 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21784 (gdb-invalidate-memory): Accept update signal.
21785 (gdb-current-context-command): Use --frame option.
21786 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21787 Implement `gdb-frame-number' selection logic.
21788 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21789 whether to show GUD toolbar buttons.
21790 (gdb-thread-exited): Unselect current thread when it exits.
21791 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21792 (gdb-mark-line): Routine which sets overlay arrow or inverses
21793 video on fringeless displays.
21794 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21795 to build aligned columns of data in GDB buffers and set text
21796 properties line-by-line.
21797 (gdb-invalidate-breakpoints)
21798 (gdb-breakpoints-list-handler-custom)
21799 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21800 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21801 (gdb-registers-handler-custom): Align data columns.
21802 (gdb-locals-handler-custom): Now prints data like in variable
21803 declarations.
21804 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21805 Remove confusing buttons.
21806 (gdb-invalidate-threads): Append --frame.
21807 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21808 between breakpoints/threads buffers.
21809 (gdb-set-window-buffer): Now can ignore dedicated windows.
21810 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21811 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21812 (def-gdb-thread-buffer-gud-command): Replaces
21813 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21814 for fine thread control.
21815 (gdb-preempt-existing-or-display-buffer): New function used to
21816 display bound buffers without breaking window layout.
21817 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21818 (gdb-select-frame): New version of `gdb-frames-select' which now
21819 sets `gdb-frame-number' so commands may use --frame option instead
21820 of inner debugger state.
21821 (gdb-frame-handler): Do not set `gdb-frame-number'.
21822 (gdb-threads-mode-map): Select threads with mouse.
21823
21824 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21825 avoid compilation warning.
21826 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21827 `gdb-show-stop-p`.
21828
21829 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21830 Argument `key' renamed to `buffer-type'.
21831 (gdb-current-context-buffer-name): Do not add thread info to
21832 buffer name when no thread is selected.
21833 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21834 command (bug 3794).
21835 (gdb-thread-selected): Handle `=thread-selected' notification.
21836 (gdb-wait-for-pending): New macro to deal with congestion problems.
21837 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21838 breakpoints.
21839 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21840 This fixes problem similar to one described in bug 3947.
21841 (gud-menu-map): More menu items.
21842 (gdb-init-1): Reset `gdb-thread-number' to nil.
21843
21844 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21845 non-stop settings.
21846
21847 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21848 (gdb-current-context-command): Do not append --thread if
21849 `gdb-thread-number' is nil.
21850 (gdb-running-threads-count, gdb-stopped-threads-count):
21851 New variables.
21852 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21853 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21854 New customization options.
21855 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21856 GUD commands.
21857 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21858 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21859 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21860 set `gdb-thread-number' and update `gud-running' properly.
21861 (gdb-running): Update threads list when new threads appear.
21862 (gdb-stopped): Support non-stop operation and new thread switching
21863 logic.
21864 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21865 (gdb-json-partial-output): New set of JSON routines.
21866 (def-gdb-auto-update-trigger): New `signal-list' optional
21867 argument.
21868 (gdb-thread-list-handler-custom): Update `gud-running',
21869 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21870 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21871 (gdb-continue-thread, gdb-step-thread): New commands for fine
21872 thread execution control.
21873 (gud-menu-map): New menu items to switch non-stop options.
21874 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21875 (gdb-send): Mimic RET properly (bug 3794).
21876
21877 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21878 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21879 gdb-buffer-rules.
21880 (def-gdb-auto-update-handler): New nopreserve optional argument.
21881 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21882
21883 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21884 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21885 (gdb-parent-mode): New mode to derive other GDB modes from.
21886 (gdb-display-disassembly-for-thread)
21887 (gdb-frame-disassembly-for-thread): New commands for threads
21888 buffer.
21889
21890 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21891 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21892 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21893 (gdb-update): We now store all GDB buffers in a list so that they
21894 can be updated by traversing a list instead of calling invalidate
21895 triggers explicitly.
21896 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21897 pair for GDB buffer.
21898 (gdb-stack-buffer-name): Add thread information.
21899 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21900 handle pending triggers.
21901 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21902 (def-gdb-thread-buffer-simple-command)
21903 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21904 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21905 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21906 New commands which show buffers bound to thread.
21907 (gdb-stack-list-locals-regexp): Remove unused regexp.
21908
21909 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21910 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21911 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21912 to (gud-comint-buffer) in *-buffer-name functions
21913 because (gdb-get-target-string) already does that.
21914 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21915 (gdb-changed-registers-handler): Rewritten without regexps.
21916
21917 * progmodes/gdb-mi.el: Basic thread selection support.
21918 (gdb-thread-number): New variable.
21919 (gdb-current-context-command): New macro which adds --thread
21920 option to command.
21921 (gdb-threads-mode-map): Select thread with SPC.
21922 (gdb-thread-list-handler-custom): Mark current thread with overlay
21923 arrow. Synchronize GDB thread and Emacs thread.
21924 (gdb-select-thread): New command which selects current thread.
21925 (gdb-invalidate-frames, gdb-invalidate-locals)
21926 (gdb-invalidate-registers): Use --thread option.
21927
21928 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21929
21930 * net/tramp.el (top): Make check for tramp-gvfs loading more
21931 robust. (Bug#3977)
21932 (tramp-handle-insert-file-contents): `unwind-protect' must be
21933 inside `with-parsed-tramp-file-name'.
21934
21935 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21936 fails.
21937
21938 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21939
21940 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21941 directory if CLASSPATH is not set.
21942
21943 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21944
21945 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21946 New defconst.
21947 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21948
21949 2009-08-02 Kevin Ryde <user42@zip.com.au>
21950
21951 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21952 Update freshmeat link. Delete newsforge.com as it seems gone.
21953
21954 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21955
21956 * select.el (x-set-selection): Doc fix (Bug#4021).
21957
21958 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21959
21960 * help-fns.el (describe-variable): Treat list return values from
21961 dir-locals-find-file properly (Bug#4005).
21962
21963 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21964
21965 * net/tramp.el (tramp-debug-message): Print also microseconds.
21966
21967 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21968
21969 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21970 or END is non-nil.
21971 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21972 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21973 format.
21974
21975 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21976 (tramp-get-file-property): Use it.
21977
21978 * autorevert.el (auto-revert-handler):
21979 Allow `auto-revert-tail-mode' for remote files.
21980
21981 2009-08-02 Jason Rumney <jasonr@gnu.org>
21982
21983 * minibuffer.el (read-file-name): Treat confirm options to
21984 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21985
21986 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21987
21988 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21989 (font-lock-variable-name-face, font-lock-constant-face):
21990 Darken the colors for light backgrounds.
21991
21992 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21993
21994 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21995 month names. (Bug#3987)
21996
21997 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21998
21999 * simple.el (line-move-finish): Pass whole number to
22000 line-move-to-column.
22001 (line-move-visual): Perform hscroll to the recorded position.
22002
22003 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
22004
22005 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
22006
22007 2009-07-29 Alan Mackenzie <acm@muc.de>
22008
22009 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
22010
22011 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
22012
22013 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
22014 (gdb-place-breakpoints): Use full path when setting breakpoints.
22015
22016 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
22017
22018 * calc/calc.el (calc-mode-map): Add keybinding for
22019 `calc-transpose-lines'.
22020
22021 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
22022
22023 * calc/calc-misc.el (calc-transpose-lines): New function.
22024
22025 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
22026
22027 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
22028 Simplify check for out-of-band methods.
22029 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
22030 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
22031
22032 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
22033
22034 * vc-git.el (vc-git-checkin): Fix typo.
22035
22036 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
22037
22038 * progmodes/js2-mode.el: New file.
22039
22040 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
22041
22042 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
22043 (gud-menu-map): Adjust tooltip accordingly.
22044
22045 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22046
22047 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
22048 (vc-bzr-log-view-mode): Adjust log-view-file-re.
22049
22050 * add-log.el (change-log-mode-map): Add a menu.
22051
22052 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
22053
22054 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
22055 function returns nil.
22056 (dbus-handle-event): Handle special return value :ignore.
22057 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
22058
22059 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
22060
22061 * view.el (view-mode-enable): Don't define Helper-return-blurb if
22062 it's not needed.
22063
22064 2009-07-25 Eli Zaretskii <eliz@gnu.org>
22065
22066 Fix Bug#3888:
22067
22068 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22069
22070 * term/pc-win.el (x-display-name, x-colors)
22071 (x-select-enable-clipboard, x-select-text): Doc fix.
22072
22073 * term/common-win.el (x-display-name, x-colors): Doc fix.
22074
22075 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
22076 (xw-defined-colors): Doc fix.
22077
22078 * w32-fns.el (x-select-text, x-setup-function-keys)
22079 (x-get-selection, x-set-selection): Doc fix.
22080
22081 * term/x-win.el (x-select-text, x-setup-function-keys)
22082 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
22083
22084 * select.el (x-set-selection): Doc fix.
22085
22086 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
22087
22088 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
22089 instead of "IsNSSSupportAvailable". Avahi ought to work also when
22090 "IsNSSSupportAvailable" method is not available.
22091 Reported by Steve Youngs <steve@sxemacs.org>.
22092
22093 2009-07-24 Kenichi Handa <handa@m17n.org>
22094
22095 * international/characters.el: Fix setting of category ?C, ?|, ?K,
22096 and ?H. Fix setting of case for Latin Extended and Greek Extended.
22097 (build-unicode-category-table): Fix range checks.
22098
22099 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
22100
22101 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
22102 the buffer we try to sync is current when calling
22103 vc-resynch-buffer.
22104
22105 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
22106 not show up to date files.
22107
22108 2009-07-24 Glenn Morris <rgm@gnu.org>
22109
22110 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
22111 Add autoload cookies. If necessary, initialize.
22112 (elint-log): Handle non-file buffers.
22113 (elint-initialize): Add optional argument to reinitialize.
22114 (elint-find-builtin-variables): Save excursion.
22115
22116 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
22117
22118 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
22119 for Lint.
22120
22121 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22122
22123 * vc.el (vc-print-log-internal): New function, split out from ...
22124 (vc-print-log): ... here.
22125 (vc-dir-move-to-goal-column): Declare.
22126
22127 * vc-git.el (vc-git-add-signoff): New variable.
22128 (vc-git-checkin): Use it.
22129 (vc-git-toggle-signoff): New function.
22130 (vc-git-extra-menu-map): Bind it to menu.
22131 (vc-git--run-command-string): Accept a nil FILE argument.
22132 (vc-git-stash-list): New function.
22133 (vc-git-dir-extra-headers): Use it.
22134
22135 2009-07-23 Glenn Morris <rgm@gnu.org>
22136
22137 * help-fns.el (describe-variable): Describe ignored and risky local
22138 variables in a similar way to that in which we describe safe ones.
22139
22140 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
22141 (byte-compile-output-file-form, byte-compile-output-docform)
22142 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
22143 Give some more local variables with common names a "bytecomp-" prefix,
22144 so as not to shadow things during compilation.
22145 * emacs-lisp/cl-macs.el (load-time-value)
22146 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
22147 `outbuffer' to `bytecomp-outbuffer'.
22148
22149 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
22150 since the next two variables cover them automatically now.
22151 (elint-builtin-variables, elint-autoloaded-variables): New.
22152 (elint-unknown-builtin-args): Remove all members, since they can be
22153 parsed automatically now.
22154 (elint-extra-errors): New.
22155 (elint-env-add-env, elint-env-add-macro): Use cadr.
22156 (elint-current-buffer): Use or. Change final message.
22157 (elint-get-top-forms): Use line-end-position.
22158 (elint-init-env): Use cadr. Handle autoload, declare-function,
22159 and defalias.
22160 (elint-add-required-env): Doc fix. Use or. Standardize error.
22161 (regexp-assoc): Remove unused function.
22162 (elint-top-form): Set elint-current-pos, to record the start of the
22163 top-level form, for compilation-mode.
22164 (elint-form): Trap errors in macro expansion. Use dolist.
22165 (elint-unbound-variable): Use elint-builtin-variables and
22166 elint-autoloaded-variables.
22167 (elint-get-args): Use cadr, or.
22168 (elint-check-cond-form): Use dolist, cadr.
22169 (elint-check-condition-case-form): Doc fix. Use cadr.
22170 Use elint-extra-errors.
22171 (elint-log): New function.
22172 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
22173 Distinguish errors and warnings.
22174 (elint-log-message): Use with-current-buffer. Inhibit read-only.
22175 Use a bytecomp-style format.
22176 (elint-clear-log): Preserve default-directory. Inhibit read-only.
22177 (elint-get-log-buffer): Use compilation mode. Disable undo.
22178 Don't truncate lines.
22179 (elint-initialize): Set builtin and autoloaded variable lists.
22180 Only process elint-unknown-builtin-args if non-nil.
22181 (elint-find-builtin-variables, elint-find-autoloaded-variables):
22182 New functions.
22183 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
22184
22185 2009-07-22 Kevin Ryde <user42@zip.com.au>
22186
22187 * net/newst-backend.el (newsticker--parse-atom-1.0)
22188 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22189 (newsticker--parse-rss-1.0):
22190 * progmodes/idlwave.el (idlwave-mode):
22191 * progmodes/idlw-shell.el (idlwave-shell-mode):
22192 * progmodes/vera-mode.el (vera-mode):
22193 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
22194 * progmodes/vhdl-mode.el (vhdl-mode):
22195 * textmodes/table.el (table-generate-source)
22196 (table--warn-incompatibility):
22197 Hyperlink urls in docstrings with URL `...'.
22198
22199 2009-07-22 Glenn Morris <rgm@gnu.org>
22200
22201 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
22202 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
22203 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
22204 Remove leading * from defcustom docs.
22205
22206 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
22207
22208 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
22209 defcustom doc.
22210 (list-load-path-shadows): Optionally, just return shadows as a string.
22211
22212 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
22213
22214 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
22215
22216 * mail/rmailedit.el (rmail-edit-mode):
22217 Use auto-save-include-big-deletions.
22218
22219 * mail/rmail.el (rmail-variables):
22220 Use auto-save-include-big-deletions.
22221
22222 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
22223 changes.
22224
22225 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
22226
22227 * calc/calc.el (calc-undo-length): New variable.
22228 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
22229
22230 2009-07-21 Richard Stallman <rms@gnu.org>
22231
22232 * files.el (auto-save-mode): Handle buffer-save-size = -2
22233 for toggling mode.
22234
22235 2009-07-21 Glenn Morris <rgm@gnu.org>
22236
22237 * textmodes/ispell.el (ispell-looking-back): Update declaration.
22238
22239 * calendar/todo-mode.el (calendar-current-date): Update declaration.
22240
22241 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
22242 silence compiler. Instead...
22243 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
22244 (ps-print-ensure-fontified): Update for above function name changes.
22245
22246 * printing.el (pr-mh-get-msg-num, pr-mh-show)
22247 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
22248 silence compiler. Instead...
22249 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
22250 (mh-show-buffer): Only define for compiler.
22251 (pr-mh-current-message): Update for above function name changes.
22252
22253 * files.el (abort-if-file-too-large): Explicitly pass `filename'
22254 as an argument.
22255 (find-file-noselect, insert-file-1): Update for above change.
22256
22257 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
22258
22259 * mail/mailclient.el (mailclient-send-it): Fix message.
22260
22261 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
22262 (edebug-eval): Check cl-debug-env is bound.
22263 (print-level, print-circle): Don't redefine built-in variables.
22264
22265 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
22266 (custom-print-vectors): Remove old comments from doc.
22267
22268 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
22269 (emerge-version): Make the variable an obsolete alias for the
22270 emacs-version variable. Make the function obsolete.
22271 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
22272 Emerge options, rather than merging in into the main Options menu.
22273 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
22274 and auto advance modes. Disable edit/fast items when not relevant.
22275
22276 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
22277
22278 * term/vt420.el (terminal-init-vt420): Fix typo.
22279
22280 2009-07-20 Sam Steingold <sds@gnu.org>
22281
22282 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
22283 variable (removed from compile.el on 2004-03-11).
22284
22285 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
22286
22287 * files.el (hack-local-variables-filter): Fix last change.
22288
22289 2009-07-19 Juri Linkov <juri@jurta.org>
22290
22291 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
22292 (dir-local-variables-alist): New buffer-local variable.
22293 (hack-local-variables-filter): If variable is not dir-local,
22294 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
22295 because file-local overrides dir-local.
22296 (c-postprocess-file-styles) <declare-function>:
22297 Remove obsolete declaration.
22298 (hack-dir-local-variables): Add dir-local variable/value pair to
22299 `dir-local-variables-alist' and remove duplicates. Doc fix.
22300
22301 * help-fns.el (describe-variable): Add information about
22302 file-local and dir-local variables.
22303
22304 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
22305
22306 * files.el (hack-local-variables-filter): Rewrite.
22307
22308 2009-07-19 Glenn Morris <rgm@gnu.org>
22309
22310 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
22311 Silence compiler by only defining on XEmacs.
22312
22313 * international/mule.el (auto-coding-regexp-alist): Only match
22314 BABYL... at the start of buffer, not of lines. (Bug#3790)
22315
22316 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
22317 non-calendar buffers (Bug#3862). Restore "not on a date" message.
22318 (cal-menu-context-mouse-menu): Doc fix.
22319
22320 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
22321
22322 * simple.el (mail-user-agent): Doc fix. Set :version tag.
22323
22324 2009-07-18 Juri Linkov <juri@jurta.org>
22325
22326 * info.el: Virtual Info keyword finder.
22327 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
22328 (Info-finder-file): New variable.
22329 (Info-finder-find-file): New function.
22330 (finder-known-keywords, finder-package-info)
22331 (find-library-name, lm-commentary): Use defvar and
22332 declare-function to silence compiler warnings.
22333 (Info-finder-find-node): New function.
22334 (info-finder): New command.
22335
22336 * subr.el (process-kill-buffer-query-function): New function.
22337 (add-hook)<kill-buffer-query-functions>: Add hook
22338 `process-kill-buffer-query-function'.
22339
22340 2009-07-18 Alan Mackenzie <acm@muc.de>
22341
22342 * progmodes/cc-mode.el (c-before-hack-hook)
22343 (c-postprocess-file-styles): Give invocation of `c-set-style'
22344 DONT-OVERRIDE parameter of t. Already set style variables will
22345 thus not be overridden by style settings given by `c-file-syle'.
22346
22347 * files.el (hack-local-variables-filter): Remove entries with
22348 duplicate keys from `file-local-variables-alist'.
22349
22350 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22351
22352 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22353 x-set-selection if display-selections-p returns nil for the
22354 current frame.
22355
22356 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
22357
22358 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22359
22360 2009-07-18 Eli Zaretskii <eliz@gnu.org>
22361
22362 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22363 Accept nil in addition to a regexp.
22364 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22365 Accept nil in addition to a regexp.
22366 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22367 buffers that have an associated file. Handle nil values of
22368 desktop-buffers-not-to-save and desktop-files-not-to-save.
22369 (Bug#3833)
22370
22371 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22372 (x-disown-selection-internal): New functions.
22373
22374 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
22375
22376 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22377 warning.
22378 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22379 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22380
22381 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
22382
22383 * simple.el (set-mark): Revert last change.
22384
22385 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22386
22387 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22388 rendering of pngs is not possible instead of messaging a long
22389 description.
22390
22391 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
22392
22393 * w32-fns.el (x-selection-owner-p): New function.
22394
22395 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
22396 (mouse-yank-at-click, mouse-yank-primary):
22397 If select-active-regions is non-nil, deactivate the mark before
22398 insertion.
22399
22400 * simple.el (deactivate-mark, set-mark): Only save selection if we
22401 own it.
22402
22403 2009-07-17 Kenichi Handa <handa@m17n.org>
22404
22405 * case-table.el (describe-buffer-case-table): Fix for the case
22406 that KEY is a cons.
22407
22408 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22409
22410 * vc-rcs.el (vc-rcs-find-file-hook):
22411 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22412
22413 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
22414
22415 * net/tramp.el (tramp-wait-for-output): Handle the case when
22416 commands do not return a newline but a null byte before the shell
22417 prompt. (Bug#3858)
22418
22419 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22420
22421 * term/ns-win.el (ns-set-alpha): Don't declare.
22422 (ns-set-background-alpha): Remove function.
22423
22424 2009-07-16 Kevin Ryde <user42@zip.com.au>
22425
22426 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22427 y-or-n-p, for safety.
22428
22429 2009-07-16 Richard Stallman <rms@gnu.org>
22430
22431 * files.el (auto-save-mode): If buffer-saved-size is -2,
22432 don't clobber it.
22433
22434 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22435 (rmail-retry-ignored-headers): Add more uninteresting fields.
22436
22437 2009-07-15 Jari Aalto <jari.aalto@cante.net>
22438
22439 * net/rcirc.el (rcirc): Use history variables.
22440 (rcirc-server-name-history, rcirc-nick-name-history)
22441 (rcirc-server-port-history): New variables.
22442
22443 2009-07-15 Kenichi Handa <handa@m17n.org>
22444
22445 * international/mule-cmds.el (set-language-environment-charset):
22446 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22447 ignore them.
22448
22449 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22450 Delete unibyte-display.
22451
22452 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22453
22454 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22455
22456 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
22457
22458 * simple.el (deactivate-mark): Optional argument FORCE.
22459 (set-mark): Use deactivate-mark.
22460
22461 * info.el (Info-search): No need to check transient-mark-mode
22462 before calling deactivate-mark.
22463
22464 * select.el (x-set-selection): Doc fix.
22465 (x-valid-simple-selection-p): Allow buffer values.
22466 (xselect--selection-bounds): Handle buffer values.
22467 Suggested by David De La Harpe Golden.
22468
22469 * mouse.el (mouse-set-region, mouse-drag-track):
22470 Call copy-region-as-kill before setting the mark, to let
22471 select-active-regions work.
22472
22473 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
22474
22475 * simple.el (deactivate-mark): If select-active-regions is
22476 non-nil, copy the selection data into a string.
22477 (activate-mark): If select-active-regions is non-nil, set the
22478 selection to the current buffer.
22479 (set-mark): Update selection if select-active-regions is non-nil.
22480
22481 * select.el (x-valid-simple-selection-p): Allow buffer values.
22482
22483 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22484
22485 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22486 and more featureful message-mode.
22487
22488 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
22489
22490 * select.el (x-set-selection): Doc fix.
22491 (x-valid-simple-selection-p): Disallow selection data consisting
22492 of a list or cons of integers, since that is not used.
22493 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22494 (xselect-convert-to-string, xselect-convert-to-length)
22495 (xselect-convert-to-filename, xselect-convert-to-charpos)
22496 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22497
22498 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22499
22500 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22501 output in -break-info command (Emacs bug #3794).
22502
22503 2009-07-14 Glenn Morris <rgm@gnu.org>
22504
22505 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22506 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22507 (edebug-print-length, edebug-print-level, edebug-print-circle)
22508 (edebug-sit-for-seconds, edebug-view-outside)
22509 (edebug-bounce-point, edebug-set-global-break-condition)
22510 (edebug-Go-nonstop-mode, edebug-trace-mode)
22511 (edebug-Trace-fast-mode, edebug-continue-mode)
22512 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22513 (edebug-visit-eval-list): Doc fixes.
22514
22515 * subr.el (def-edebug-spec): Doc fix.
22516
22517 2009-07-14 Kenichi Handa <handa@m17n.org>
22518
22519 * international/characters.el: Fix setting of category ?C.
22520
22521 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22522
22523 * term/ns-win.el (x-select-font): defalias x-select-font to
22524 ns-popup-font-panel instead of generate-fontset-menu.
22525
22526 2009-07-12 Eli Zaretskii <eliz@gnu.org>
22527
22528 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22529
22530 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22531
22532 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22533 the PK\003\004 header (Bug#3770).
22534
22535 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22536
22537 * pcomplete.el (pcomplete-comint-setup): Check for
22538 shell-dynamic-complete-filename too.
22539
22540 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22541
22542 * simple.el (temporary-goal-column): Change the value for
22543 line-move-visual to a cons cell.
22544 (line-move-visual): Record or set the window hscroll, if
22545 necessary (Bug#3494).
22546 (line-move-1): Handle cons value of temporary-goal-column.
22547
22548 2009-07-11 Kenichi Handa <handa@m17n.org>
22549
22550 * international/mule-diag.el (describe-character-set): Don't show
22551 width.
22552
22553 2009-07-10 Sam Steingold <sds@gnu.org>
22554
22555 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22556 Omake sometimes indents the errors it prints, so allow all
22557 regexps to start with spaces.
22558
22559 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22560
22561 * cus-edit.el (customize-changed-options-previous-release):
22562 Bump value to 22.1. (Bug#3804)
22563
22564 2009-07-08 Sam Steingold <sds@gnu.org>
22565
22566 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22567 to be a cons cell (test . ignored-directory) to selectively ignore
22568 some directories depending on the location of the search.
22569
22570 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22571
22572 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22573 remote user is root, on the local host.
22574 (tramp-local-host-p): Either the local user or the remote user
22575 must be root. (Bug#3771)
22576
22577 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22578
22579 * progmodes/gdb-mi.el (gdb): Remove description of
22580 gdb-use-separate-io-buffer.
22581 (menu): Don't allow toggling of or enable
22582 gdb-use-separate-io-buffer from menubar.
22583
22584 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22585
22586 * mail/unrmail.el (unrmail): Make sure the message ends with two
22587 newlines (Bug#3769).
22588
22589 2009-07-08 Glenn Morris <rgm@gnu.org>
22590
22591 * calendar/calendar.el (calendar-current-date): Rework previous change.
22592
22593 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22594
22595 * calendar/calendar.el (calendar-current-date):
22596 Add an optional argument giving an offset from today.
22597
22598 2009-07-08 Glenn Morris <rgm@gnu.org>
22599
22600 * tutorial.el (tutorial--describe-nonstandard-key):
22601 Adjust the message for when a key has been unbound.
22602 (help-with-tutorial): Hide the arch-tag.
22603
22604 2009-07-08 Kenichi Handa <handa@m17n.org>
22605
22606 * international/fontset.el (setup-default-fontset): For each
22607 script, append (not set) font-specs.
22608
22609 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22610 docstring.
22611
22612 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22613
22614 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22615 -data-list-register-names to ...
22616 (gdb-starting): ... here because GDB 7.0 requires execution to
22617 have started when using this MI command.
22618 (gdb-set-header): New function to distinguish select and
22619 unselected tabs in gdb buffers.
22620 (gdb-propertize-header): New macro that uses gdb-set-header.
22621 (gdb-breakpoints-header, gdb-locals-header): Use it.
22622 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22623
22624 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22625
22626 * Makefile.in (ELCFILES): Remove fadr.elc.
22627
22628 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22629
22630 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22631 may contain frame information, so `string-match' should be used.
22632 (gdb-update): Disassembly is invalidated through
22633 `gdb-get-selected-frame'.
22634 (gdb-pad-string): New function to pad string with spaces.
22635 (gdb-invalidate-disassembly): Invalidate only if the buffer
22636 exists.
22637 (gdb-disassembly-handler-custom): Column alignment.
22638 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22639 placing new ones.
22640 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22641 end of line, too.
22642 (gdb-frame-handler): Match convention to for disassembly buffer
22643 mode name.
22644 (gdb-stack-list-frames-handler): Rewritten without regexps.
22645 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22646 not highlight breakpoints without line information.
22647 (gdb-input): Add trailing newline to command.
22648
22649 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22650 buffer properly.
22651 (gdb-breakpoints-list-handler-custom): Replacement for
22652 `gdb-break-list-handler'. Using real parser instead of regexps
22653 now.
22654 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22655 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22656 to place breakpoints.
22657 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22658 functions.
22659 (gdb-disassembly-handler-custom): Show overlay arrow.
22660 (gdb-disassembly-place-breakpoints): Show breakpoints in
22661 disassembly buffer.
22662 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22663 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22664 instead of parsing breakpoints buffer. Fixed old menu references
22665 in `gud-menu-map'.
22666
22667 * fadr.el: Remove.
22668
22669 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22670 (gdb-memory-address): New variable which holds top address of
22671 memory page shown in memory buffer.
22672 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22673 New customization variables.
22674 New functions:
22675 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22676 display the memory buffer.
22677 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22678 buffer display parameters.
22679 (def-gdb-memory-format, gdb-memory-format-binary)
22680 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22681 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22682 Functions for setting memory buffer format.
22683 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22684 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22685 unit size used in memory buffer.
22686 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22687 Switch to next/previous page of memory buffer.
22688 Now using (bindat-get-field) instead of fadr functions.
22689
22690 2009-07-07 Sam Steingold <sds@gnu.org>
22691
22692 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22693 non-top-level files.
22694
22695 2009-07-07 Kenichi Handa <handa@m17n.org>
22696
22697 * international/mule-cmds.el (reset-language-environment):
22698 Put the highset priority to the charset iso-8859-1.
22699
22700 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22701
22702 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22703 to the end of the line when locating the block (Bug#700).
22704
22705 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22706
22707 * net/tramp.el (tramp-handle-write-region): Flush file properties
22708 in case of short track.
22709
22710 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22711
22712 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22713 Coded custom representation of verilog error regular expressions
22714 to work with Emacs-22's new format.
22715 (verilog-error-regexp-xemacs-alist): Coded custom representation
22716 of verilog error regular expressions to work with XEmacs format.
22717 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22718 error recognition into XEmacs.
22719 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22720 error recognition into Emacs-22.
22721
22722 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22723
22724 * woman.el: Remove stand-alone closing parentheses.
22725 (woman-file-name, woman2-format-paragraphs)
22726 (woman-leave-blank-lines): Code cleanup.
22727 (woman-use-own-frame): Change default to nil.
22728 (woman-italic, woman-bold, woman-unknown, woman-addition):
22729 Change defaults to inherit from default faces.
22730 (woman2-process-escapes): Consume the newline after a stand-alone
22731 filler character (Bug#3651).
22732
22733 2009-07-06 Glenn Morris <rgm@gnu.org>
22734
22735 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22736 (top-level): Move provide to the end.
22737 (ffap): Remove defunct URL from custom group.
22738
22739 * subr.el (eval-after-load): Doc fix.
22740
22741 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22742
22743 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22744 `calc-embedded-word' is called twice.
22745
22746 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22747
22748 * files.el (find-alternate-file-other-window, find-alternate-file):
22749 Obey confirm-nonexistent-file-or-buffer.
22750
22751 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22752
22753 * dired-aux.el (dired-show-file-type): Handle remote files.
22754
22755 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22756
22757 * desktop.el (desktop-globals-to-save):
22758 Add file-name-history (Bug#2750).
22759
22760 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22761
22762 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22763
22764 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22765
22766 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22767 property on entire argument since this is what eshell-lisp-command
22768 expects.
22769
22770 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22771
22772 * net/tramp-gvfs.el (tramp-gvfs-methods)
22773 (tramp-gvfs-zeroconf-domain)
22774 (tramp-bluez-discover-devices-timeout): Add version flag.
22775 (tramp-gvfs-handler-mounted-unmounted)
22776 (tramp-gvfs-connection-mounted-p): Polish handling of
22777 incompatibilities between GVFS 0.2 and 1.0.
22778
22779 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22780
22781 * cus-start.el (all): Add make-pointer-invisible.
22782
22783 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22784
22785 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22786 formatted correctly.
22787
22788 2009-07-02 Juri Linkov <juri@jurta.org>
22789
22790 * info.el: Virtual Info files and nodes.
22791 (Info-virtual-files, Info-virtual-nodes): New variables.
22792 (Info-current-node-virtual): New variable.
22793 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22794 New functions.
22795 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22796 to check for a virtual file instead of checking a fixed list
22797 of node names.
22798 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22799 instead of ad-hoc processing of "dir" and (apropos history toc).
22800 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22801 instead of ad-hoc processing of "dir" and (apropos history toc).
22802 Reread a file when moving from a virtual node.
22803 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22804 (Info-directory-toc-nodes, Info-directory-find-file)
22805 (Info-directory-find-node): New functions.
22806 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22807 (Info-history): Move part of code to
22808 `Info-history-find-node'.
22809 (Info-history-toc-nodes, Info-history-find-file)
22810 (Info-history-find-node): New functions.
22811 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22812 (Info-toc): Move part of code to `Info-toc-find-node'.
22813 (Info-toc-find-node): New function.
22814 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22815 the current Info file name to references because now the node
22816 "*TOC*" belongs to the same Info manual.
22817 (Info-toc-build): Rename from `Info-build-toc'.
22818 (Info-toc-nodes): Rename input argument `file' to `filename'.
22819 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22820 instead of ad-hoc processing of ("dir" apropos history toc).
22821 (Info-index-nodes): Use Info-virtual-file-p
22822 to check for a virtual file instead of checking a fixed list
22823 of node names.
22824 (Info-index-node): Add check for `Info-current-node-virtual'.
22825 Raise `save-match-data' higher up the tree to contain
22826 `search-forward' too (bug fix).
22827 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22828 (Info-virtual-index-nodes): New variable.
22829 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22830 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22831 (Info-apropos-file, Info-apropos-nodes): New variables.
22832 (Info-apropos-toc-nodes, Info-apropos-find-file)
22833 (Info-apropos-find-node, Info-apropos-matches): New functions.
22834 (info-apropos): Move part of code to `Info-apropos-find-node' and
22835 `Info-apropos-matches'.
22836 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22837 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22838 for a virtual file instead of checking a fixed list of node names.
22839
22840 * simple.el (async-shell-command): New command.
22841
22842 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22843
22844 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22845 instead of `mount-info'.
22846
22847 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22848
22849 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22850 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22851
22852 2009-07-02 Kenichi Handa <handa@m17n.org>
22853
22854 * international/mule.el (set-keyboard-coding-system): Force *-unix
22855 coding-system to avoid eol conversion.
22856
22857 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22858
22859 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22860 Add handler for `process-file', `shell-command' and
22861 `start-file-process'.
22862 (tramp-gvfs-handle-shell-command)
22863 (tramp-gvfs-handle-start-file-process)
22864 (tramp-gvfs-handle-process-file): New defuns.
22865 (tramp-synce-list-devices): Simplify check for existence of property.
22866
22867 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22868
22869 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22870
22871 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22872
22873 * language/korean.el (set-language-info-alist): Add korean-cp949,
22874 cp949 to spec.
22875
22876 2009-07-01 Kenichi Handa <handa@m17n.org>
22877
22878 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22879
22880 * international/encoded-kb.el: Deleted.
22881
22882 * international/mule.el (set-keyboard-coding-system): Perform the
22883 necessary setup here instead of calling encoded-kbd-setup-display.
22884
22885 2009-07-01 Glenn Morris <rgm@gnu.org>
22886
22887 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22888
22889 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22890
22891 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22892
22893 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22894
22895 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22896 Handle also the 'rename case, when setting file modes. (Bug#3712)
22897 (tramp-default-file-modes): Remove execute permissions.
22898
22899 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22900 (top): Add a default for "synce" in `tramp-default-user-alist'.
22901 Add completion function for "synce" method.
22902 (tramp-hal-service, tramp-hal-path-manager)
22903 (tramp-hal-interface-manager, tramp-hal-interface-device):
22904 New defconst.
22905 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22906 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22907 New defuns.
22908
22909 * net/trampver.el: Update release number.
22910
22911 2009-06-30 Kenichi Handa <handa@m17n.org>
22912
22913 * international/fontset.el (setup-default-fontset): Add CJK fonts
22914 for symbols and the other miscellaneous characters.
22915
22916 * language/korea-util.el (setup-korean-environment-internal):
22917 Make char-width-table suitable for Korean environments.
22918 (exit-korean-environment): Cancel above.
22919
22920 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22921 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22922 setup-function to make char-width-table suitable for respective
22923 environments, and an exit-function to cancel that.
22924
22925 * language/japan-util.el (setup-japanese-environment-internal):
22926 Call use-cjk-char-width-table with arg `ja_JP'.
22927
22928 * international/characters.el (cjk-char-width-table): Delete it.
22929 (cjk-char-width-table-list): New variable.
22930 (use-cjk-char-width-table): New arg local-name.
22931 (use-default-char-width-table): Fix for the case that Emacs is
22932 already using the default char-width-table.
22933
22934 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22935
22936 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22937 modes mandatory. (Bug#3712)
22938
22939 2009-06-29 Alan Mackenzie <acm@muc.de>
22940
22941 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22942 correction between the visible width of TABs and their number of bytes.
22943
22944 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22945
22946 * server.el (server-buffer-done): Prevent kill-buffer from
22947 prompting by clearing the buffer modification flag (Bug#3696).
22948
22949 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22950
22951 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22952 (verilog-endcomment-reason-re): Support unique case and priority case.
22953 (verilog-basic-complete-re): Support localparam lineup.
22954 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22955 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22956 commenting.
22957 (verilog-leap-to-case-head): Now support *nested* unique &
22958 priority case statements.
22959 (verilog-auto-lineup): Make just declarations the default (as it
22960 had been).
22961 (verilog-leap-to-case-head): Support priority/unique case statements.
22962 (verilog-auto-lineup): Rework to give users radio buttons to
22963 select the various styles of automatic lineup.
22964 (verilog-error-regexp-alist): Rework to support the XEmacs style
22965 of error regular expressions from compilers, lint tools &
22966 simulators. Note that GNU Emacs has made it impossible for a mode
22967 to load such things.
22968 (electric-verilog-terminate-line, verilog-indent-declaration)
22969 (verilog-auto-wiure): Rework for radio button selection of
22970 auto-lineup selection of specification of auto lineup.
22971 (verilog-beg-of-statement-1): Redesign to support proper operation
22972 in additional code, based on testing with auto-lineup.
22973 (verilog-calculate-indent, assignments & declarations)
22974 (verilog-backward-token): Enhance to support auto-lineup of
22975 assignments & declarations.
22976 (verilog-in-directive-p, verilog-at-struct-p): New function for
22977 easy test of whether we are.
22978 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22979 to support safe execution at almost anyline.
22980 (verilog-calc-1): Properly support indenting deep inside generate
22981 blocks.
22982 (verilog-init-font): Remove definition & use of verilog-init-font,
22983 as it is redundant with font-lock-defaults.
22984 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22985 to avoid circular calls if syntax-ppss is a function (as is the
22986 case now in 22.x GNU Emacs) as that function would sometimes call
22987 itself, leading to (nearly) infinite recursion.
22988 (verilog-ovm-begin-re, verilog-ovm-end-re)
22989 (verilog-ovm-statement-re, verilog-leap-to-head)
22990 (verilog-backward-token): Add support for OVM macros. Some are
22991 complete statements, and others open and close scopes like begin
22992 and end.
22993 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22994 (verilog-defun-level-generate-only-re): Really fix the defun-list
22995 compilation issue.
22996 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22997 coverpoint, constraint and cross statements.
22998 (verilog-defun-level-list, verilog-generate-defun-level-list)
22999 (verilog-all-defun-level-list): Redo these specifications - it is
23000 too hard to support eval-when compile aggregation of lists also
23001 built at when-compile time.
23002 (verilog-defun-level-list): Place defconsts of variables used in
23003 building regular expressions which are built in eval-when-compile
23004 bodies in the same eval-when-compile body to facilitate compile
23005 without load.
23006 (verilog-beg-block-re-ordered): Support indenting
23007 virtual/protected tasks and functions.
23008 (verilog-defun-level-list, verilog-in-generate-region-p)
23009 (verilog-backward-ws&directives, verilog-calc-1): Speed up
23010 indentation of some module items (generate items).
23011 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
23012 across virtual/protected tasks and functions.
23013
23014 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
23015
23016 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
23017 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
23018 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
23019 in concatenations. Reported by Yishay Belkind.
23020 (verilog-auto-ascii-enum): Support one-hot state machines in
23021 AUTOASCIIENUM. Suggested by Lloyd Gomez.
23022 (verilog-auto-inst, verilog-auto-inst-port): Include interface
23023 modport in AUTOINST and add vl-modport for users.
23024 Reported by David Rogoff.
23025 (verilog-auto-inout-module, verilog-auto-inst)
23026 (verilog-decls-get-interfaces, verilog-insert-definition)
23027 (verilog-insert-one-definition, verilog-read-decls)
23028 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
23029 (verilog-sig-modport, verilog-signals-combine-bus)
23030 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
23031 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
23032 Suggested by David Rogoff.
23033 (verilog-repair-open-comma): Fix non-insertion of comma when
23034 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
23035 (verilog-make-width-expression): Simplify [A-1:0] expression
23036 widths to just {A{1'b0}}.
23037 (verilog-mode): Cleanup checkdoc warnings.
23038 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
23039 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
23040 inputs/outputs or data type. Suggested by Vasu Kandadi.
23041 (next-error-last-buffer): Fix byte-compiler warning.
23042 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
23043 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
23044 or shell command text during AUTO expansion. Suggested by Tad Truex.
23045 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
23046 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
23047 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
23048 in AUTOINOUT. Reported by Matthew Lovell.
23049 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
23050 causing use of <= assignments. Reported by Alex Reed.
23051 (verilog-read-decls): Fix triand, trior, wand, wor to be
23052 recognized by AUTOWIRE. Reported by Spencer Isaacson.
23053 (verilog-extended-complete-re): Support import "DPI-C" functions.
23054 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
23055 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
23056 (verilog-insert-date, verilog-insert-year)
23057 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
23058 Windows systems. Reported by Michael Potts.
23059 (verilog-read-module-name): Fix AUTOINST when the child module
23060 declaration's name is a tick define. Reported by Elliot Mednick.
23061 (verilog-read-decls): Fix V2K parameter bit subscripts getting
23062 passed to next parameter's definition. Reported by Bruce T.
23063 (verilog-read-decls): Fix detecting "parameter int" when using
23064 AUTOINSTPARAM. Reported by Bruce T.
23065 (verilog-goto-defun): Fix goto not finding modules unless first
23066 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
23067 (verilog-mode): Expand -f flag arguments on entry to mode so
23068 verilog-goto-defun will work. Reported by Lawrence Butcher.
23069 (verilog-getopt): Expand environment variables in -f file
23070 arguments. Suggested by Lawrence Butcher.
23071 (verilog-set-define): Fix "Symbol's value as variable is void"
23072 when reading enumerations.
23073 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
23074 Suggested by Stephen Peltan.
23075 (verilog-read-defines): Fix reading of enumerations in include
23076 files. Reported by Steve Peltan.
23077
23078 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23079
23080 * files.el (trash-directory): Fix defcustom type.
23081
23082 2009-06-28 Juri Linkov <juri@jurta.org>
23083
23084 * help-fns.el (describe-function-1): Correctly locate adviced
23085 functions in hyperlink (Bug#2438).
23086
23087 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
23088
23089 * files.el (trash-directory): Change default to nil.
23090 (move-file-to-trash): If trash-directory is nil and
23091 system-move-file-to-trash is unbound, perform freedesktop-style
23092 trashing.
23093
23094 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
23095
23096 * files.el (move-file-to-trash): Add freedesktop trash
23097 support (Bug#973).
23098
23099 2009-06-28 Glenn Morris <rgm@gnu.org>
23100
23101 * autorevert.el (global-auto-revert-non-file-buffers)
23102 (global-auto-revert-mode): Doc fixes.
23103
23104 2009-06-27 Johan Bockgård <bojohan@gnu.org>
23105
23106 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
23107
23108 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
23109
23110 * faces.el (x-handle-named-frame-geometry): Ensure that we have
23111 opened an X connection before calling x-get-resource (Bug#3194).
23112
23113 * play/doctor.el: Remove reference to obsolete website.
23114 (make-doctor-variables): Correct grammar mistake (Bug#2633).
23115
23116 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
23117
23118 Remove find-file-not-found-hook VC method. (Bug#2757)
23119 * vc-hooks.el (vc-file-not-found-hook)
23120 (vc-default-find-file-not-found-hook): Remove functions.
23121 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
23122 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
23123 * vc.el:
23124 * vc-hg.el:
23125 * vc-git.el: Do not mention find-file-not-found-hook VC method.
23126
23127 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
23128
23129 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
23130 compatibility function for `looking-back'.
23131
23132 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
23133 Use `ispell-looking-back'.
23134
23135 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
23136
23137 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
23138 rather than `filename'.
23139
23140 2009-06-23 Miles Bader <miles@gnu.org>
23141
23142 * face-remap.el (text-scale-set): New function.
23143
23144 2009-06-23 Glenn Morris <rgm@gnu.org>
23145
23146 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
23147
23148 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
23149
23150 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
23151
23152 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
23153
23154 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
23155 Simplify Persian conditionals.
23156
23157 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
23158 variable `filename'.
23159
23160 * comint.el (comint-insert-input): Doc fix.
23161
23162 * Makefile.in (ELCFILES): Fix typo in previous change.
23163
23164 2009-06-23 Miles Bader <miles@gnu.org>
23165
23166 * cus-start.el: Add entry for `recenter-redisplay'.
23167
23168 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23169
23170 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
23171 Add an optional argument for the backend, use it instead of
23172 calling vc-backend.
23173 (vc-mode-line): Add an optional argument for the backend.
23174 Pass the backend to vc-state and vc-working-revision. Move code for
23175 special handling for vc-state being a buffer to ...
23176
23177 * vc-rcs.el (vc-rcs-find-file-hook):
23178 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
23179
23180 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
23181 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
23182 vc-stay-local-p and vc-mode-line calls.
23183
23184 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
23185 (vc-cvs-diff, vc-cvs-annotate-command)
23186 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
23187 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
23188 vc-mode-line calls.
23189
23190 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
23191 direct comparison.
23192 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
23193 backend when calling vc-mode-line.
23194 (vc-register): Do not create a closure for calling the vc register
23195 function, call it directly.
23196
23197 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23198
23199 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
23200 to make it obvious item can be clicked.
23201
23202 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
23203
23204 2009-06-23 Kenichi Handa <handa@m17n.org>
23205
23206 * language/korea-util.el (korean-key-bindings): Change the binding
23207 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
23208 same command.
23209
23210 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
23211
23212 Sync with Tramp 2.1.16.
23213
23214 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
23215
23216 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
23217 when a loading of a package fails. Completion function for rsync
23218 is `tramp-completion-function-alist-ssh'.
23219 (all): Replace all calls of `split-string' and
23220 `tramp-split-string' by `tramp-compat-split-string'.
23221 (tramp-default-method): Use `tramp-compat-process-running-p'.
23222 (tramp-default-proxies-alist): Allow also Lisp forms.
23223 (tramp-remote-path): Add choice "Private Directories".
23224 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
23225 (tramp-domain-regexp): Allow also "-", "_" and ".".
23226 (tramp-end-of-output): Remove newlines, and add "$" at the end.
23227 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
23228 (tramp-debug-message): Insert header line in debug buffer.
23229 (tramp-handle-directory-files-and-attributes-with-stat):
23230 Care about filenames with spaces, or starting with "-".
23231 (tramp-handle-dired-uncache): New defun.
23232 (tramp-handle-insert-directory): Don't flush the directory from
23233 cache, this is handled by `dired-uncache' now.
23234 (tramp-handle-insert-file-contents): Improve error handling.
23235 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
23236 Quote `tramp-end-of-output'.
23237 (tramp-action-password): Improve trace message.
23238 (tramp-check-for-regexp): Both echoes must be present, before removing.
23239 (tramp-open-connection-setup-interactive-shell): Trace coding system.
23240 (tramp-compute-multi-hops): Eval cons cells of
23241 `tramp-default-proxies-alist'.
23242 (tramp-maybe-open-connection): Use the same command pattern for
23243 first hop and further hops.
23244 (tramp-wait-for-output): Remove handling of newlines.
23245 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
23246 (tramp-split-string): Remove function. It is handled in
23247 tramp-compat now.
23248
23249 * net/tramp-cmds.el (tramp-bug):
23250 Recommend `tramp-cleanup-all-connections' in the bug mail.
23251
23252 * net/tramp-compat.el (tramp-compat-split-string)
23253 (tramp-compat-process-running-p): New defuns.
23254
23255 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
23256 for `dired-uncache'.
23257
23258 * net/tramp-gvfs.el: New package.
23259
23260 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
23261 Add handler for `dired-uncache'.
23262 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
23263
23264 * net/trampver.el: Update release number. Make version check fit
23265 for SXEmacs 22.
23266
23267 2009-06-22 Jim Meyering <meyering@redhat.com>
23268
23269 Automatically handle .xz suffix (XZ-compressed files), too.
23270 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
23271 XZ is the successor to LZMA: <http://tukaani.org/xz/>
23272
23273 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
23274 Nick Roberts <nickrob@snap.net.nz>
23275
23276 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
23277 repository (http://sphinx.net.ru/hg/gdb-mi/).
23278
23279 2009-06-22 Glenn Morris <rgm@gnu.org>
23280
23281 * files.el (dir-locals-collect-mode-variables): Allow for any number of
23282 `mode' and `eval' entries. (Bug#3430)
23283
23284 * Makefile.in (ELCFILES): Add fadr.elc.
23285
23286 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
23287 differing behavior of \n and ^ in strings. (Bug#3385)
23288
23289 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
23290
23291 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
23292 property.
23293 (lisp-indent-function): Make it a defcustom.
23294
23295 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
23296
23297 * progmodes/gdb-ui.el: Replace with ...
23298 * progmodes/gdb-mi.el: ... this file.
23299 * progmodes/gud.el: Modify for gdb-mi.el.
23300
23301 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
23302
23303 * fadr.el: New file.
23304
23305 See ChangeLog.14 for earlier changes.
23306
23307 ;; Local Variables:
23308 ;; coding: utf-8
23309 ;; End:
23310
23311 Copyright (C) 2009-2011 Free Software Foundation, Inc.
23312
23313 This file is part of GNU Emacs.
23314
23315 GNU Emacs is free software: you can redistribute it and/or modify
23316 it under the terms of the GNU General Public License as published by
23317 the Free Software Foundation, either version 3 of the License, or
23318 (at your option) any later version.
23319
23320 GNU Emacs is distributed in the hope that it will be useful,
23321 but WITHOUT ANY WARRANTY; without even the implied warranty of
23322 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23323 GNU General Public License for more details.
23324
23325 You should have received a copy of the GNU General Public License
23326 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.